01M28YJ0ANQKZS5048Z1YH5DGD: 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: 01M28YJR47NNYPGYJX3982TGK5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T19:20:33.678Zjob assigned to worker 01M28YJRMJ7KW9WXCT3QKZKWSM [factory aws, i-002ddcef634dfcf7d] (queued for 47 s)
 
22026-09-11T19:20:40.714Zstarting task 0: "setup"
32026-09-11T19:20:40.717Z++ uname -s
42026-09-11T19:20:40.722Z+ kern=SunOS
52026-09-11T19:20:40.722Z+ build_user=build
62026-09-11T19:20:40.722Z+ build_uid=12345
72026-09-11T19:20:40.722Z+ work_dir=/work
82026-09-11T19:20:40.722Z+ input_dir=/input
92026-09-11T19:20:40.722Z+ [[ 0 == 12345 ]]
102026-09-11T19:20:40.722Z+ case "$kern" in
112026-09-11T19:20:40.722Z+ groupadd -g 12345 build
122026-09-11T19:20:40.726Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T19:20:42.729Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T19:20:42.865Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T19:20:42.869Z+ home_fs=zfs
162026-09-11T19:20:42.869Z+ [[ zfs == autofs ]]
172026-09-11T19:20:42.869Z+ mkdir -p /home/build
182026-09-11T19:20:42.872Z+ chown build:build /home/build /work
192026-09-11T19:20:44.884Z+ chmod 0700 /home/build /work
202026-09-11T19:20:44.906Zprocess exited: duration 4166 ms, exit code 0
 
212026-09-11T19:20:44.925Zstarting task 1: "rust-toolchain"
222026-09-11T19:20:44.931Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-11T19:20:44.932Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-11T19:20:44.932Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-11T19:20:44.932Z * rust toolchain channel = "1.98.1"
262026-09-11T19:20:44.932Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T19:20:44.932Z * rust toolchain profile = "default"
282026-09-11T19:20:44.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T19:20:44.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-11T19:20:45.031Zinfo: downloading installer
312026-09-11T19:20:46.571Zinfo: profile set to default
322026-09-11T19:20:46.571Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-11T19:20:46.590Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-11T19:20:46.653Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-11T19:20:46.664Zinfo: downloading 6 components
362026-09-11T19:21:01.252Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-11T19:21:01.252Z
382026-09-11T19:21:01.257Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-11T19:21:01.257Z
402026-09-11T19:21:01.257Z
412026-09-11T19:21:01.257ZRust is installed now. Great!
422026-09-11T19:21:01.257Z
432026-09-11T19:21:01.257ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-11T19:21:01.257Zenvironment variable. This has not been done automatically.
452026-09-11T19:21:01.257Z
462026-09-11T19:21:01.257ZTo configure your current shell, you need to source
472026-09-11T19:21:01.257Zthe corresponding env file under $HOME/.cargo.
482026-09-11T19:21:01.257Z
492026-09-11T19:21:01.257ZConsider running the right command for your shell (note the leading DOT):
502026-09-11T19:21:01.257Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-11T19:21:01.257Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-11T19:21:01.257ZCC_x86_64-unknown-illumos = None
532026-09-11T19:21:01.257Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-11T19:21:01.258ZCC_x86_64_unknown_illumos = None
552026-09-11T19:21:01.258Zcargo:rerun-if-env-changed=HOST_CC
562026-09-11T19:21:01.258ZHOST_CC = None
572026-09-11T19:21:01.258Zcargo:rerun-if-env-changed=CC
582026-09-11T19:21:01.258ZCC = None
592026-09-11T19:21:01.258Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-11T19:21:01.792Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-11T19:21:01.792ZCRATE_CC_NO_DEFAULTS = None
622026-09-11T19:21:01.792Zcargo:rerun-if-env-changed=CFLAGS
632026-09-11T19:21:01.792ZCFLAGS = None
642026-09-11T19:21:01.792Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-11T19:21:01.792ZHOST_CFLAGS = None
662026-09-11T19:21:01.792Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-11T19:21:01.792ZCFLAGS_x86_64_unknown_illumos = None
682026-09-11T19:21:01.792Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-11T19:21:01.792ZCFLAGS_x86_64-unknown-illumos = None
702026-09-11T19:21:01.899Z+ rustup --version
712026-09-11T19:21:01.903Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-11T19:21:01.906Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-11T19:21:01.925Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-11T19:21:01.930Z+ cargo --version
752026-09-11T19:21:01.938Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-11T19:21:01.942Z+ rustc --version
772026-09-11T19:21:01.960Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-11T19:21:01.964Zprocess exited: duration 17038 ms, exit code 0
 
792026-09-11T19:21:01.970Zstarting task 2: "authentication"
802026-09-11T19:21:01.993Zprocess exited: duration 23 ms, exit code 0
 
812026-09-11T19:21:02.007Zstarting task 3: "clone repository"
822026-09-11T19:21:02.012Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-11T19:21:02.015Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-11T19:21:02.048ZCloning into '/work/oxidecomputer/omicron'...
852026-09-11T19:21:16.410Z+ cd /work/oxidecomputer/omicron
862026-09-11T19:21:16.410Z+ git fetch origin 0ba788bb1d4c8739c6674524d79f112edbeda213
872026-09-11T19:21:16.722ZFrom https://github.com/oxidecomputer/omicron
882026-09-11T19:21:16.722Z * branch 0ba788bb1d4c8739c6674524d79f112edbeda213 -> FETCH_HEAD
892026-09-11T19:21:16.736Z+ [[ -n sush-switch-proxy ]]
902026-09-11T19:21:16.739Z++ git branch --show-current
912026-09-11T19:21:16.742Z+ current=main
922026-09-11T19:21:16.742Z+ [[ main != sush-switch-proxy ]]
932026-09-11T19:21:16.742Z+ git branch -f sush-switch-proxy 0ba788bb1d4c8739c6674524d79f112edbeda213
942026-09-11T19:21:16.745Z+ git checkout -f sush-switch-proxy
952026-09-11T19:21:16.998ZSwitched to branch 'sush-switch-proxy'
962026-09-11T19:21:17.002Z+ git reset --hard 0ba788bb1d4c8739c6674524d79f112edbeda213
972026-09-11T19:21:17.256ZHEAD is now at 0ba788bb1 Advance sush to the certificate voucher scheme
982026-09-11T19:21:17.259Zprocess exited: duration 15254 ms, exit code 0
 
992026-09-11T19:21:17.265Zstarting task 4: "build"
1002026-09-11T19:21:17.275Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1012026-09-11T19:21:17.275Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1022026-09-11T19:21:17.275Ztests will store ephemeral output in /var/tmp/omicron_tmp
1032026-09-11T19:21:17.275Z+ mkdir /var/tmp/omicron_tmp
1042026-09-11T19:21:17.278Z+ source ./env.sh
1052026-09-11T19:21:17.278Z++ OLD_SHELL_OPTS=ehxB
1062026-09-11T19:21:17.278Z++ set -o xtrace
1072026-09-11T19:21:17.281Z++++ dirname ./env.sh
1082026-09-11T19:21:17.284Z+++ readlink -f .
1092026-09-11T19:21:17.287Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-09-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ 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-11T19:21:17.287Z++ case $OLD_SHELL_OPTS in
1212026-09-11T19:21:17.287Z++ unset OLD_SHELL_OPTS OMICRON_WS
1222026-09-11T19:21:17.287Z+ source .github/buildomat/ci-env.sh
1232026-09-11T19:21:17.287Z++ export CARGO_TERM_COLOR=always
1242026-09-11T19:21:17.288Z++ CARGO_TERM_COLOR=always
1252026-09-11T19:21:17.291Z+++ uname -s
1262026-09-11T19:21:17.291Z++ [[ SunOS == \S\u\n\O\S ]]
1272026-09-11T19:21:17.291Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1282026-09-11T19:21:17.291Z+ target_os=illumos
1292026-09-11T19:21:17.291Z+ NEXTEST_VERSION=0.9.131
1302026-09-11T19:21:17.291Z+ cargo --version
1312026-09-11T19:21:17.300Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1322026-09-11T19:21:17.303Z+ rustc --version
1332026-09-11T19:21:17.323Zrustc 1.98.1 (48a229cea 2026-09-01)
1342026-09-11T19:21:17.326Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1352026-09-11T19:21:17.330Z+ gunzip
1362026-09-11T19:21:17.330Z+ tar -xvf - -C /home/build/.cargo/bin
1372026-09-11T19:21:18.158Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1382026-09-11T19:21:18.162Z+ OUTPUT_DIR=/work
1392026-09-11T19:21:18.162Z+ echo 'tests will store non-ephemeral output in /work'
1402026-09-11T19:21:18.162Ztests will store non-ephemeral output in /work
1412026-09-11T19:21:18.162Z+ mkdir -p /work
1422026-09-11T19:21:18.162Z+ banner prerequisites
1432026-09-11T19:21:18.165Z
1442026-09-11T19:21:18.165Z ##### ##### ###### ##### ###### #### # # # #### #
1452026-09-11T19:21:18.165Z # # # # # # # # # # # # # # #
1462026-09-11T19:21:18.165Z # # # # ##### # # ##### # # # # # #### #
1472026-09-11T19:21:18.165Z ##### ##### # ##### # # # # # # # # #
1482026-09-11T19:21:18.165Z # # # # # # # # # # # # # # #
1492026-09-11T19:21:18.165Z # # # ###### # # ###### ### # #### # #### #
1502026-09-11T19:21:18.165Z
1512026-09-11T19:21:18.165Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1522026-09-11T19:21:20.264Z Startup: Refreshing catalog 'helios' ... Done
1532026-09-11T19:21:20.751Z Startup: Caching catalogs ... Done
1542026-09-11T19:21:23.350ZPlanning: Solver setup ... Done (2.467s)
1552026-09-11T19:21:23.423ZPlanning: Running solver ... Done (0.073s)
1562026-09-11T19:21:23.474ZPlanning: Finding local manifests ... Done (0.003s)
1572026-09-11T19:21:23.490ZPlanning: Fetching manifests: 0/2 0% complete
1582026-09-11T19:21:23.514ZPlanning: Fetching manifests: 2/2 100% complete
1592026-09-11T19:21:23.528ZPlanning: Package planning ... Done (0.014s)
1602026-09-11T19:21:23.531ZPlanning: Merging actions ... Done (0.001s)
1612026-09-11T19:21:23.695ZPlanning: Checking for conflicting actions ... Done (0.166s)
1622026-09-11T19:21:23.699ZPlanning: Consolidating action changes ... Done (0.001s)
1632026-09-11T19:21:24.522ZPlanning: Evaluating mediators ... Done (0.825s)
1642026-09-11T19:21:24.525ZPlanning: Planning completed in 3.73 seconds
1652026-09-11T19:21:24.532Z Packages to install: 2
1662026-09-11T19:21:24.532Z Estimated space available: 156.01 GB
1672026-09-11T19:21:24.532ZEstimated space to be consumed: 87.89 MB
1682026-09-11T19:21:24.532Z Create boot environment: No
1692026-09-11T19:21:24.532ZCreate backup boot environment: No
1702026-09-11T19:21:24.532Z Rebuild boot archive: No
1712026-09-11T19:21:24.535Z
1722026-09-11T19:21:24.535ZChanged packages:
1732026-09-11T19:21:24.535Zhelios
1742026-09-11T19:21:24.535Z developer/build-essential
1752026-09-11T19:21:24.535Z None -> 11-3.0
1762026-09-11T19:21:24.536Z library/libxmlsec1
1772026-09-11T19:21:24.536Z None -> 1.2.35-3.0
1782026-09-11T19:21:24.559Z
1792026-09-11T19:21:24.559ZDownload: 0/214 items 0.0/1.3MB 0% complete
1802026-09-11T19:21:24.627ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1812026-09-11T19:21:24.737Z Actions: 1/268 actions (Installing new actions)
1822026-09-11T19:21:24.774Z Actions: Completed 268 actions in 0.04 seconds.
1832026-09-11T19:21:24.809ZFinalize: Updating package state database ... Done (0.035s)
1842026-09-11T19:21:24.809ZFinalize: Updating package cache ... Done (0.000s)
1852026-09-11T19:21:24.915ZFinalize: Updating image state ... Done (0.106s)
1862026-09-11T19:21:27.614ZFinalize: Creating fast lookup database ... Done (2.643s)
1872026-09-11T19:21:27.686ZFinalize: Reading search index ... Done (0.012s)
1882026-09-11T19:21:27.689ZFinalize: Updating search index ... Done (0.000s)
1892026-09-11T19:21:27.818ZFinalize: Updating package cache ... Done (0.000s)
1902026-09-11T19:21:28.197ZPlanning: Evaluating mediator changes ... Done
1912026-09-11T19:21:28.301ZPlanning: Checking for conflicting actions ... Done
1922026-09-11T19:21:28.304ZPlanning: Consolidating action changes ... Done
1932026-09-11T19:21:28.459ZPlanning: Evaluating mediators ... Done
1942026-09-11T19:21:28.463ZPlanning: Planning completed in 0.26 seconds
1952026-09-11T19:21:28.482Z Mediators to change: 2
1962026-09-11T19:21:28.482Z Create boot environment: No
1972026-09-11T19:21:28.482ZCreate backup boot environment: No
1982026-09-11T19:21:28.538ZFinalize: Updating package state database ... Done
1992026-09-11T19:21:28.541ZFinalize: Updating package cache ... Done
2002026-09-11T19:21:28.596ZFinalize: Updating image state ... Done
2012026-09-11T19:21:30.538ZFinalize: Creating fast lookup database ... Done
2022026-09-11T19:21:30.599ZFinalize: Reading search index ... Done
2032026-09-11T19:21:30.602ZFinalize: Updating search index ... Done
2042026-09-11T19:21:30.688ZFinalize: Updating package cache ... Done
2052026-09-11T19:21:30.972ZPlanning: Evaluating mediator changes ... Done
2062026-09-11T19:21:31.075ZPlanning: Checking for conflicting actions ... Done
2072026-09-11T19:21:31.079ZPlanning: Consolidating action changes ... Done
2082026-09-11T19:21:31.230ZPlanning: Evaluating mediators ... Done
2092026-09-11T19:21:31.234ZPlanning: Planning completed in 0.26 seconds
2102026-09-11T19:21:31.254Z Mediators to change: 1
2112026-09-11T19:21:31.254Z Create boot environment: No
2122026-09-11T19:21:31.254ZCreate backup boot environment: No
2132026-09-11T19:21:31.311ZFinalize: Updating package state database ... Done
2142026-09-11T19:21:31.311ZFinalize: Updating package cache ... Done
2152026-09-11T19:21:31.369ZFinalize: Updating image state ... Done
2162026-09-11T19:21:33.316ZFinalize: Creating fast lookup database ... Done
2172026-09-11T19:21:33.378ZFinalize: Reading search index ... Done
2182026-09-11T19:21:33.381ZFinalize: Updating search index ... Done
2192026-09-11T19:21:33.460ZFinalize: Updating package cache ... Done
2202026-09-11T19:21:33.773ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212026-09-11T19:21:33.773Zapache system 2.4 system
2222026-09-11T19:21:33.774Zclang system 15 system
2232026-09-11T19:21:33.774Zcsh system system illumos
2242026-09-11T19:21:33.774Zctags system system illumos
2252026-09-11T19:21:33.774Zfile vendor vendor darwinsys
2262026-09-11T19:21:33.774Zfile system system illumos
2272026-09-11T19:21:33.774Zgcc vendor 14 vendor
2282026-09-11T19:21:33.774Zgcc system 13 system
2292026-09-11T19:21:33.774Zgcc system 10 system
2302026-09-11T19:21:33.774Zgo system 1.25 system
2312026-09-11T19:21:33.774Zllvm system 15 system
2322026-09-11T19:21:33.774Zmariadb system 11.4 system
2332026-09-11T19:21:33.774Zmta vendor vendor dma
2342026-09-11T19:21:33.774Zopenjdk system 17 system
2352026-09-11T19:21:33.774Zopenjdk system 11 system
2362026-09-11T19:21:33.774Zopenssl vendor 3 vendor
2372026-09-11T19:21:33.774Zperl system 5.40 system
2382026-09-11T19:21:33.774Zpostgresql system 18 system
2392026-09-11T19:21:33.774Zpostgresql system 17 system
2402026-09-11T19:21:33.774Zpython vendor 3 vendor
2412026-09-11T19:21:33.774Zpython system 2 system
2422026-09-11T19:21:33.774Zpython3 vendor 3.13 vendor
2432026-09-11T19:21:33.774Zruby system 3.4 system
2442026-09-11T19:21:33.774Zruby system 3.0 system
2452026-09-11T19:21:33.774Zwords vendor vendor american-english
2462026-09-11T19:21:33.774Zwords system system australian-english
2472026-09-11T19:21:33.774Zwords system system british-english
2482026-09-11T19:21:33.774Zwords system system canadian-english
2492026-09-11T19:21:33.774Zwords system system french
2502026-09-11T19:21:33.774Zwords system system italian
2512026-09-11T19:21:33.774Zwords system system ngerman
2522026-09-11T19:21:33.774Zwords system system ogerman
2532026-09-11T19:21:33.774Zwords system system spanish
2542026-09-11T19:21:34.025ZPUBLISHER TYPE STATUS P LOCATION
2552026-09-11T19:21:34.025Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2562026-09-11T19:21:34.552ZFMRI IFO
2572026-09-11T19:21:34.552Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2582026-09-11T19:21:34.552Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2592026-09-11T19:21:34.552Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2602026-09-11T19:21:34.552Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2612026-09-11T19:21:34.552Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2622026-09-11T19:21:34.552Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2632026-09-11T19:21:34.552Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2642026-09-11T19:21:34.552Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2652026-09-11T19:21:34.552Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2662026-09-11T19:21:34.899Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672026-09-11T19:21:35.231Z Updating crates.io index
2682026-09-11T19:21:35.235Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692026-09-11T19:21:35.534Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-09-11T19:21:35.946Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2712026-09-11T19:21:36.253Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-09-11T19:21:37.501Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-09-11T19:21:38.190Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-09-11T19:21:40.208Z Updating git repository `https://github.com/oxidecomputer/opte`
2752026-09-11T19:21:41.054Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762026-09-11T19:21:41.350Z Updating git repository `https://github.com/oxidecomputer/lldp`
2772026-09-11T19:21:41.731Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782026-09-11T19:21:43.323Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-09-11T19:21:43.799Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-09-11T19:21:44.172Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2812026-09-11T19:21:44.507Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-09-11T19:21:44.800Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-09-11T19:21:45.067Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-09-11T19:21:45.378Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-09-11T19:21:45.686Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862026-09-11T19:21:47.227Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-09-11T19:21:47.650Z Updating git repository `https://github.com/oxidecomputer/sush`
2882026-09-11T19:21:48.236Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2892026-09-11T19:21:48.859Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902026-09-11T19:21:49.194Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-09-11T19:21:49.802Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2922026-09-11T19:21:50.134Z Updating git repository `https://github.com/oxidecomputer/erebor`
2932026-09-11T19:21:50.414Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2942026-09-11T19:21:50.955Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2952026-09-11T19:21:51.255Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2962026-09-11T19:21:51.554Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2972026-09-11T19:21:51.962Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982026-09-11T19:21:52.301Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992026-09-11T19:21:52.643Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002026-09-11T19:21:53.135Z Updating git repository `https://github.com/oxidecomputer/tough`
3012026-09-11T19:21:53.871Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3022026-09-11T19:21:54.163Z Updating git repository `https://github.com/oxidecomputer/tlvc`
3032026-09-11T19:21:54.430Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-09-11T19:21:54.717Z Updating git repository `https://github.com/oxidecomputer/rumors`
3052026-09-11T19:22:06.628Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3062026-09-11T19:22:06.941Z Updating git repository `https://github.com/oxidecomputer/pmbus`
3072026-09-11T19:22:07.296Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-09-11T19:22:07.611Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3092026-09-11T19:22:07.946Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102026-09-11T19:22:08.284Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112026-09-11T19:22:08.589Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122026-09-11T19:22:08.911Z Updating git repository `https://github.com/illumos/smf-rs`
3132026-09-11T19:22:11.283Z Downloading crates ...
3142026-09-11T19:22:11.346Z Downloaded fs-err v3.3.0
3152026-09-11T19:22:11.349Z Downloaded pest_generator v2.8.6
3162026-09-11T19:22:11.352Z Downloaded camino v1.2.5
3172026-09-11T19:22:11.352Z Downloaded zmij v1.0.21
3182026-09-11T19:22:11.356Z Downloaded crypto-common v0.1.7
3192026-09-11T19:22:11.359Z Downloaded colorchoice v1.0.4
3202026-09-11T19:22:11.359Z Downloaded cfg-if v1.0.4
3212026-09-11T19:22:11.363Z Downloaded zerocopy v0.7.35
3222026-09-11T19:22:11.369Z Downloaded cpufeatures v0.2.17
3232026-09-11T19:22:11.372Z Downloaded zerocopy-derive v0.7.35
3242026-09-11T19:22:11.372Z Downloaded anstyle v1.0.14
3252026-09-11T19:22:11.376Z Downloaded equivalent v1.0.2
3262026-09-11T19:22:11.376Z Downloaded is_terminal_polyfill v1.70.2
3272026-09-11T19:22:11.376Z Downloaded itoa v1.0.17
3282026-09-11T19:22:11.376Z Downloaded fastrand v2.3.0
3292026-09-11T19:22:11.376Z Downloaded heck v0.4.1
3302026-09-11T19:22:11.379Z Downloaded autocfg v1.5.0
3312026-09-11T19:22:11.379Z Downloaded anstyle-parse v1.0.0
3322026-09-11T19:22:11.382Z Downloaded semver v1.0.28
3332026-09-11T19:22:11.382Z Downloaded anstyle-query v1.1.5
3342026-09-11T19:22:11.385Z Downloaded fnv v1.0.7
3352026-09-11T19:22:11.385Z Downloaded generic-array v0.14.7
3362026-09-11T19:22:11.387Z Downloaded dof v0.3.0
3372026-09-11T19:22:11.387Z Downloaded dtrace-parser v0.2.0
3382026-09-11T19:22:11.393Z Downloaded memmap v0.7.0
3392026-09-11T19:22:11.396Z Downloaded macaddr v1.0.1
3402026-09-11T19:22:11.396Z Downloaded swrite v0.1.0
3412026-09-11T19:22:11.399Z Downloaded clap_lex v1.0.0
3422026-09-11T19:22:11.399Z Downloaded cargo-platform v0.3.2
3432026-09-11T19:22:11.401Z Downloaded block-buffer v0.10.4
3442026-09-11T19:22:11.401Z Downloaded errno v0.3.14
3452026-09-11T19:22:11.404Z Downloaded anstream v1.0.0
3462026-09-11T19:22:11.406Z Downloaded digest v0.10.7
3472026-09-11T19:22:11.406Z Downloaded byteorder v1.5.0
3482026-09-11T19:22:11.409Z Downloaded terminal_size v0.4.3
3492026-09-11T19:22:11.412Z Downloaded heck v0.5.0
3502026-09-11T19:22:11.412Z Downloaded anyhow v1.0.104
3512026-09-11T19:22:11.415Z Downloaded bytecount v0.6.9
3522026-09-11T19:22:11.415Z Downloaded cargo_toml v0.21.0
3532026-09-11T19:22:11.418Z Downloaded plain v0.2.3
3542026-09-11T19:22:11.421Z Downloaded smawk v0.3.2
3552026-09-11T19:22:11.424Z Downloaded toml_datetime v0.6.11
3562026-09-11T19:22:11.426Z Downloaded usdt v0.5.0
3572026-09-11T19:22:11.429Z Downloaded usdt-macro v0.5.0
3582026-09-11T19:22:11.432Z Downloaded utf8parse v0.2.2
3592026-09-11T19:22:11.432Z Downloaded pretty-hex v0.4.1
3602026-09-11T19:22:11.432Z Downloaded toml_write v0.1.2
3612026-09-11T19:22:11.432Z Downloaded usdt-attr-macro v0.5.0
3622026-09-11T19:22:11.435Z Downloaded proc-macro-error-attr v1.0.4
3632026-09-11T19:22:11.438Z Downloaded scroll_derive v0.12.1
3642026-09-11T19:22:11.438Z Downloaded thread-id v4.2.2
3652026-09-11T19:22:11.438Z Downloaded serde_spanned v0.6.9
3662026-09-11T19:22:11.440Z Downloaded unicode-linebreak v0.1.5
3672026-09-11T19:22:11.443Z Downloaded strsim v0.11.1
3682026-09-11T19:22:11.446Z Downloaded camino-tempfile v1.4.1
3692026-09-11T19:22:11.454Z Downloaded thiserror-impl v2.0.18
3702026-09-11T19:22:11.457Z Downloaded ucd-trie v0.1.7
3712026-09-11T19:22:11.457Z Downloaded clap_derive v4.6.1
3722026-09-11T19:22:11.459Z Downloaded pest_derive v2.8.6
3732026-09-11T19:22:11.462Z Downloaded proc-macro2 v1.0.106
3742026-09-11T19:22:11.466Z Downloaded quote v1.0.45
3752026-09-11T19:22:11.471Z Downloaded scroll v0.12.0
3762026-09-11T19:22:11.471Z Downloaded tabled_derive v0.7.0
3772026-09-11T19:22:11.471Z Downloaded thiserror v2.0.18
3782026-09-11T19:22:11.474Z Downloaded thiserror-impl v1.0.69
3792026-09-11T19:22:11.474Z Downloaded version_check v0.9.5
3802026-09-11T19:22:11.477Z Downloaded once_cell v1.21.3
3812026-09-11T19:22:11.477Z Downloaded proc-macro-error v1.0.4
3822026-09-11T19:22:11.480Z Downloaded cargo_metadata v0.23.1
3832026-09-11T19:22:11.483Z Downloaded bitflags v2.11.0
3842026-09-11T19:22:11.486Z Downloaded serde_tokenstream v0.2.3
3852026-09-11T19:22:11.489Z Downloaded clap v4.6.1
3862026-09-11T19:22:11.492Z Downloaded sha2 v0.10.9
3872026-09-11T19:22:11.495Z Downloaded thiserror v1.0.69
3882026-09-11T19:22:11.497Z Downloaded indexmap v2.14.0
3892026-09-11T19:22:11.501Z Downloaded toml v0.8.23
3902026-09-11T19:22:11.504Z Downloaded usdt-impl v0.5.0
3912026-09-11T19:22:11.504Z Downloaded log v0.4.33
3922026-09-11T19:22:11.510Z Downloaded papergrid v0.11.0
3932026-09-11T19:22:11.513Z Downloaded getrandom v0.4.3
3942026-09-11T19:22:11.513Z Downloaded textwrap v0.16.2
3952026-09-11T19:22:11.516Z Downloaded pest_meta v2.8.6
3962026-09-11T19:22:11.516Z Downloaded tempfile v3.27.0
3972026-09-11T19:22:11.519Z Downloaded serde_core v1.0.228
3982026-09-11T19:22:11.523Z Downloaded serde_derive v1.0.228
3992026-09-11T19:22:11.526Z Downloaded unicode-ident v1.0.24
4002026-09-11T19:22:11.531Z Downloaded toml_edit v0.22.27
4012026-09-11T19:22:11.542Z Downloaded memchr v2.8.0
4022026-09-11T19:22:11.546Z Downloaded serde v1.0.228
4032026-09-11T19:22:11.565Z Downloaded typenum v1.20.1
4042026-09-11T19:22:11.580Z Downloaded pest v2.8.6
4052026-09-11T19:22:11.586Z Downloaded clap_builder v4.6.0
4062026-09-11T19:22:11.589Z Downloaded hashbrown v0.17.0
4072026-09-11T19:22:11.595Z Downloaded serde_json v1.0.151
4082026-09-11T19:22:11.603Z Downloaded goblin v0.8.2
4092026-09-11T19:22:11.610Z Downloaded winnow v0.7.14
4102026-09-11T19:22:11.618Z Downloaded tabled v0.15.0
4112026-09-11T19:22:11.628Z Downloaded syn v1.0.109
4122026-09-11T19:22:11.635Z Downloaded unicode-width v0.1.14
4132026-09-11T19:22:11.638Z Downloaded unicode-width v0.2.0
4142026-09-11T19:22:11.642Z Downloaded syn v2.0.117
4152026-09-11T19:22:11.657Z Downloaded rustix v1.1.4
4162026-09-11T19:22:11.676Z Downloaded libc v0.2.185
4172026-09-11T19:22:11.742Z Compiling proc-macro2 v1.0.106
4182026-09-11T19:22:11.742Z Compiling unicode-ident v1.0.24
4192026-09-11T19:22:11.742Z Compiling quote v1.0.45
4202026-09-11T19:22:11.746Z Compiling serde_core v1.0.228
4212026-09-11T19:22:11.746Z Compiling libc v0.2.185
4222026-09-11T19:22:11.746Z Compiling version_check v0.9.5
4232026-09-11T19:22:11.746Z Compiling memchr v2.8.0
4242026-09-11T19:22:11.916Z Compiling serde v1.0.228
4252026-09-11T19:22:11.920Z Compiling zmij v1.0.21
4262026-09-11T19:22:11.920Z Compiling itoa v1.0.17
4272026-09-11T19:22:11.920Z Compiling thiserror v1.0.69
4282026-09-11T19:22:11.920Z Compiling ucd-trie v0.1.7
4292026-09-11T19:22:11.920Z Compiling byteorder v1.5.0
4302026-09-11T19:22:11.920Z Compiling rustix v1.1.4
4312026-09-11T19:22:11.920Z Compiling bitflags v2.11.0
4322026-09-11T19:22:11.920Z Compiling serde_json v1.0.151
4332026-09-11T19:22:11.920Z Compiling syn v1.0.109
4342026-09-11T19:22:11.932Z Compiling camino v1.2.5
4352026-09-11T19:22:11.935Z Compiling plain v0.2.3
4362026-09-11T19:22:11.935Z Compiling utf8parse v0.2.2
4372026-09-11T19:22:11.935Z Compiling equivalent v1.0.2
4382026-09-11T19:22:11.935Z Compiling getrandom v0.4.3
4392026-09-11T19:22:11.935Z Compiling log v0.4.33
4402026-09-11T19:22:11.935Z Compiling hashbrown v0.17.0
4412026-09-11T19:22:11.935Z Compiling is_terminal_polyfill v1.70.2
4422026-09-11T19:22:11.935Z Compiling pretty-hex v0.4.1
4432026-09-11T19:22:11.935Z Compiling toml_write v0.1.2
4442026-09-11T19:22:11.945Z Compiling anstyle v1.0.14
4452026-09-11T19:22:11.949Z Compiling autocfg v1.5.0
4462026-09-11T19:22:12.149Z Compiling anstyle-parse v1.0.0
4472026-09-11T19:22:12.194Z Compiling winnow v0.7.14
4482026-09-11T19:22:12.210Z Compiling anstyle-query v1.1.5
4492026-09-11T19:22:12.228Z Compiling thiserror v2.0.18
4502026-09-11T19:22:12.391Z Compiling usdt-impl v0.5.0
4512026-09-11T19:22:12.431Z Compiling proc-macro-error-attr v1.0.4
4522026-09-11T19:22:12.486Z Compiling proc-macro-error v1.0.4
4532026-09-11T19:22:12.526Z Compiling colorchoice v1.0.4
4542026-09-11T19:22:12.546Z Compiling cfg-if v1.0.4
4552026-09-11T19:22:12.564Z Compiling fnv v1.0.7
4562026-09-11T19:22:12.603Z Compiling heck v0.4.1
4572026-09-11T19:22:12.618Z Compiling unicode-width v0.1.14
4582026-09-11T19:22:12.692Z Compiling indexmap v2.14.0
4592026-09-11T19:22:12.774Z Compiling anyhow v1.0.104
4602026-09-11T19:22:12.778Z Compiling heck v0.5.0
4612026-09-11T19:22:12.796Z Compiling anstream v1.0.0
4622026-09-11T19:22:12.873Z Compiling strsim v0.11.1
4632026-09-11T19:22:12.932Z Compiling pest v2.8.6
4642026-09-11T19:22:12.935Z Compiling clap_lex v1.0.0
4652026-09-11T19:22:12.935Z Compiling bytecount v0.6.9
4662026-09-11T19:22:12.992Z Compiling fs-err v3.3.0
4672026-09-11T19:22:13.032Z Compiling fastrand v2.3.0
4682026-09-11T19:22:13.049Z Compiling once_cell v1.21.3
4692026-09-11T19:22:13.052Z Compiling unicode-linebreak v0.1.5
4702026-09-11T19:22:13.132Z Compiling papergrid v0.11.0
4712026-09-11T19:22:13.309Z Compiling smawk v0.3.2
4722026-09-11T19:22:13.327Z Compiling unicode-width v0.2.0
4732026-09-11T19:22:13.330Z Compiling swrite v0.1.0
4742026-09-11T19:22:13.460Z Compiling errno v0.3.14
4752026-09-11T19:22:13.463Z Compiling thread-id v4.2.2
4762026-09-11T19:22:13.463Z Compiling memmap v0.7.0
4772026-09-11T19:22:14.127Z Compiling syn v2.0.117
4782026-09-11T19:22:14.157Z Compiling pest_meta v2.8.6
4792026-09-11T19:22:14.403Z Compiling terminal_size v0.4.3
4802026-09-11T19:22:14.403Z Compiling tempfile v3.27.0
4812026-09-11T19:22:14.504Z Compiling clap_builder v4.6.0
4822026-09-11T19:22:14.504Z Compiling textwrap v0.16.2
4832026-09-11T19:22:15.143Z Compiling semver v1.0.28
4842026-09-11T19:22:15.143Z Compiling cargo-platform v0.3.2
4852026-09-11T19:22:15.399Z Compiling camino-tempfile v1.4.1
4862026-09-11T19:22:15.419Z Compiling tabled_derive v0.7.0
4872026-09-11T19:22:16.153Z Compiling pest_generator v2.8.6
4882026-09-11T19:22:16.195Z Compiling tabled v0.15.0
4892026-09-11T19:22:16.684Z Compiling serde_derive v1.0.228
4902026-09-11T19:22:16.684Z Compiling thiserror-impl v1.0.69
4912026-09-11T19:22:16.690Z Compiling zerocopy-derive v0.7.35
4922026-09-11T19:22:16.690Z Compiling pest_derive v2.8.6
4932026-09-11T19:22:16.690Z Compiling scroll_derive v0.12.1
4942026-09-11T19:22:16.690Z Compiling thiserror-impl v2.0.18
4952026-09-11T19:22:16.690Z Compiling clap_derive v4.6.1
4962026-09-11T19:22:17.378Z Compiling scroll v0.12.0
4972026-09-11T19:22:17.460Z Compiling zerocopy v0.7.35
4982026-09-11T19:22:17.595Z Compiling goblin v0.8.2
4992026-09-11T19:22:17.709Z Compiling dtrace-parser v0.2.0
5002026-09-11T19:22:17.987Z Compiling clap v4.6.1
5012026-09-11T19:22:19.066Z Compiling dof v0.3.0
5022026-09-11T19:22:19.066Z Compiling serde_tokenstream v0.2.3
5032026-09-11T19:22:19.091Z Compiling serde_spanned v0.6.9
5042026-09-11T19:22:19.095Z Compiling toml_datetime v0.6.11
5052026-09-11T19:22:19.095Z Compiling macaddr v1.0.1
5062026-09-11T19:22:19.095Z Compiling cargo_metadata v0.23.1
5072026-09-11T19:22:19.095Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5082026-09-11T19:22:19.288Z Compiling toml_edit v0.22.27
5092026-09-11T19:22:19.739Z Compiling usdt-attr-macro v0.5.0
5102026-09-11T19:22:19.739Z Compiling usdt-macro v0.5.0
5112026-09-11T19:22:20.360Z Compiling usdt v0.5.0
5122026-09-11T19:22:20.486Z Compiling toml v0.8.23
5132026-09-11T19:22:20.794Z Compiling cargo_toml v0.21.0
5142026-09-11T19:22:22.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5152026-09-11T19:22:24.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s
5162026-09-11T19:22:24.383Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5172026-09-11T19:22:24.911Z Downloading crates ...
5182026-09-11T19:22:24.963Z Downloaded backtrace-ext v0.2.1
5192026-09-11T19:22:24.967Z Downloaded adler2 v2.0.1
5202026-09-11T19:22:24.967Z Downloaded async-bb8-diesel v0.2.1
5212026-09-11T19:22:24.970Z Downloaded backoff v0.4.0
5222026-09-11T19:22:24.970Z Downloaded base16ct v1.0.0
5232026-09-11T19:22:24.973Z Downloaded async-stream v0.3.6
5242026-09-11T19:22:24.973Z Downloaded atomic-waker v1.1.2
5252026-09-11T19:22:24.973Z Downloaded addr2line v0.25.1
5262026-09-11T19:22:24.976Z Downloaded async-recursion v1.1.1
5272026-09-11T19:22:24.979Z Downloaded async-trait v0.1.89
5282026-09-11T19:22:24.979Z Downloaded bit-set v0.8.0
5292026-09-11T19:22:24.982Z Downloaded bitfield-struct v0.6.2
5302026-09-11T19:22:24.982Z Downloaded array-init v0.0.4
5312026-09-11T19:22:24.982Z Downloaded atomicwrites v0.4.4
5322026-09-11T19:22:24.982Z Downloaded bit-vec v0.8.0
5332026-09-11T19:22:24.982Z Downloaded float-cmp v0.10.0
5342026-09-11T19:22:24.984Z Downloaded arrayref v0.3.9
5352026-09-11T19:22:24.984Z Downloaded ascii-canvas v3.0.0
5362026-09-11T19:22:24.985Z Downloaded endian-type v0.1.2
5372026-09-11T19:22:24.987Z Downloaded assert_matches v1.5.0
5382026-09-11T19:22:24.988Z Downloaded enum-as-inner v0.6.1
5392026-09-11T19:22:24.991Z Downloaded base16ct v0.2.0
5402026-09-11T19:22:24.991Z Downloaded bit-set v0.5.3
5412026-09-11T19:22:24.991Z Downloaded futures-core v0.3.32
5422026-09-11T19:22:24.991Z Downloaded const-oid v0.9.6
5432026-09-11T19:22:24.994Z Downloaded embedded-io v0.4.0
5442026-09-11T19:22:24.996Z Downloaded block-buffer v0.12.1
5452026-09-11T19:22:24.997Z Downloaded foreign-types v0.3.2
5462026-09-11T19:22:24.997Z Downloaded embedded-io v0.6.1
5472026-09-11T19:22:24.997Z Downloaded foreign-types-shared v0.3.1
5482026-09-11T19:22:24.999Z Downloaded bcrypt-pbkdf v0.11.0
5492026-09-11T19:22:24.999Z Downloaded foreign-types v0.5.0
5502026-09-11T19:22:25.002Z Downloaded async-stream-impl v0.3.6
5512026-09-11T19:22:25.002Z Downloaded fd-lock v4.0.4
5522026-09-11T19:22:25.006Z Downloaded aead v0.5.2
5532026-09-11T19:22:25.006Z Downloaded flagset v0.4.7
5542026-09-11T19:22:25.006Z Downloaded futures-sink v0.3.32
5552026-09-11T19:22:25.006Z Downloaded fixedbitset v0.4.2
5562026-09-11T19:22:25.009Z Downloaded gethostname v0.5.0
5572026-09-11T19:22:25.009Z Downloaded bitfield-macros v0.19.4
5582026-09-11T19:22:25.009Z Downloaded futures-io v0.3.32
5592026-09-11T19:22:25.009Z Downloaded anstream v0.6.21
5602026-09-11T19:22:25.013Z Downloaded bb8 v0.8.6
5612026-09-11T19:22:25.014Z Downloaded bitfield v0.19.4
5622026-09-11T19:22:25.014Z Downloaded form_urlencoded v1.2.2
5632026-09-11T19:22:25.017Z Downloaded atty v0.2.14
5642026-09-11T19:22:25.017Z Downloaded cfg_aliases v0.1.1
5652026-09-11T19:22:25.019Z Downloaded foreign-types-shared v0.1.1
5662026-09-11T19:22:25.019Z Downloaded futures-macro v0.3.32
5672026-09-11T19:22:25.019Z Downloaded fxhash v0.2.1
5682026-09-11T19:22:25.019Z Downloaded globwalk v0.9.1
5692026-09-11T19:22:25.020Z Downloaded env_filter v2.0.0
5702026-09-11T19:22:25.022Z Downloaded futures-task v0.3.32
5712026-09-11T19:22:25.022Z Downloaded erased-serde v0.3.31
5722026-09-11T19:22:25.025Z Downloaded ciborium-io v0.2.2
5732026-09-11T19:22:25.026Z Downloaded ff v0.14.0
5742026-09-11T19:22:25.031Z Downloaded flate2 v1.1.9
5752026-09-11T19:22:25.034Z Downloaded funty v2.0.0
5762026-09-11T19:22:25.034Z Downloaded base64ct v1.8.3
5772026-09-11T19:22:25.034Z Downloaded foreign-types-macros v0.2.3
5782026-09-11T19:22:25.037Z Downloaded float-ord v0.3.2
5792026-09-11T19:22:25.037Z Downloaded bit-vec v0.6.3
5802026-09-11T19:22:25.037Z Downloaded byte-wrapper v0.1.0
5812026-09-11T19:22:25.037Z Downloaded arrayvec v0.7.6
5822026-09-11T19:22:25.041Z Downloaded bcs v0.1.6
5832026-09-11T19:22:25.041Z Downloaded hash32 v0.3.1
5842026-09-11T19:22:25.041Z Downloaded cfg_aliases v0.2.1
5852026-09-11T19:22:25.045Z Downloaded hash32 v0.2.1
5862026-09-11T19:22:25.045Z Downloaded ena v0.14.4
5872026-09-11T19:22:25.045Z Downloaded env_logger v0.11.11
5882026-09-11T19:22:25.045Z Downloaded foldhash v0.2.0
5892026-09-11T19:22:25.045Z Downloaded compression-core v0.4.31
5902026-09-11T19:22:25.048Z Downloaded ciborium-ll v0.2.2
5912026-09-11T19:22:25.048Z Downloaded foldhash v0.1.5
5922026-09-11T19:22:25.048Z Downloaded hex-literal v1.1.0
5932026-09-11T19:22:25.052Z Downloaded home v0.5.12
5942026-09-11T19:22:25.052Z Downloaded http-range v0.1.5
5952026-09-11T19:22:25.055Z Downloaded elliptic-curve v0.14.1
5962026-09-11T19:22:25.058Z Downloaded enum_dispatch v0.3.13
5972026-09-11T19:22:25.058Z Downloaded fs-err v2.11.0
5982026-09-11T19:22:25.058Z Downloaded futures-executor v0.3.32
5992026-09-11T19:22:25.061Z Downloaded cobs v0.3.0
6002026-09-11T19:22:25.061Z Downloaded hostname v0.4.2
6012026-09-11T19:22:25.061Z Downloaded ghash v0.6.0
6022026-09-11T19:22:25.061Z Downloaded newtype-uuid-macros v0.1.0
6032026-09-11T19:22:25.066Z Downloaded block-padding v0.4.2
6042026-09-11T19:22:25.066Z Downloaded newtype_derive v0.1.6
6052026-09-11T19:22:25.066Z Downloaded castaway v0.2.4
6062026-09-11T19:22:25.066Z Downloaded http-range-header v0.4.2
6072026-09-11T19:22:25.070Z Downloaded httpdate v1.0.3
6082026-09-11T19:22:25.075Z Downloaded headers-core v0.3.0
6092026-09-11T19:22:25.075Z Downloaded parse-display v0.10.0
6102026-09-11T19:22:25.075Z Downloaded num v0.4.3
6112026-09-11T19:22:25.079Z Downloaded path-slash v0.2.1
6122026-09-11T19:22:25.084Z Downloaded fs_extra v1.3.0
6132026-09-11T19:22:25.084Z Downloaded ff v0.13.1
6142026-09-11T19:22:25.084Z Downloaded cmov v0.5.4
6152026-09-11T19:22:25.084Z Downloaded password-hash v0.6.1
6162026-09-11T19:22:25.088Z Downloaded fixedbitset v0.5.7
6172026-09-11T19:22:25.089Z Downloaded group v0.14.0
6182026-09-11T19:22:25.089Z Downloaded hex v0.4.3
6192026-09-11T19:22:25.089Z Downloaded blowfish v0.10.0
6202026-09-11T19:22:25.089Z Downloaded bs58 v0.5.1
6212026-09-11T19:22:25.093Z Downloaded fallible-iterator v0.2.0
6222026-09-11T19:22:25.093Z Downloaded hubpack v0.1.2
6232026-09-11T19:22:25.093Z Downloaded chacha20 v0.9.1
6242026-09-11T19:22:25.093Z Downloaded cmake v0.1.57
6252026-09-11T19:22:25.093Z Downloaded argon2 v0.5.3
6262026-09-11T19:22:25.094Z Downloaded cexpr v0.6.0
6272026-09-11T19:22:25.096Z Downloaded olpc-cjson v0.1.4
6282026-09-11T19:22:25.096Z Downloaded git-stub v1.0.0
6292026-09-11T19:22:25.097Z Downloaded http-body v1.0.1
6302026-09-11T19:22:25.100Z Downloaded bytesize v2.7.0
6312026-09-11T19:22:25.100Z Downloaded aead v0.6.1
6322026-09-11T19:22:25.103Z Downloaded bitflags v1.3.2
6332026-09-11T19:22:25.104Z Downloaded ahash v0.8.12
6342026-09-11T19:22:25.107Z Downloaded buf-list v1.1.2
6352026-09-11T19:22:25.107Z Downloaded half v1.8.3
6362026-09-11T19:22:25.107Z Downloaded filetime v0.2.27
6372026-09-11T19:22:25.110Z Downloaded predicates-core v1.0.10
6382026-09-11T19:22:25.110Z Downloaded progenitor-client v0.14.0
6392026-09-11T19:22:25.110Z Downloaded proc-macro-crate v1.3.1
6402026-09-11T19:22:25.110Z Downloaded phf_shared v0.13.1
6412026-09-11T19:22:25.114Z Downloaded rustc_version v0.4.1
6422026-09-11T19:22:25.114Z Downloaded anstyle-parse v0.2.7
6432026-09-11T19:22:25.117Z Downloaded cipher v0.4.4
6442026-09-11T19:22:25.117Z Downloaded scroll_derive v0.13.1
6452026-09-11T19:22:25.120Z Downloaded cbc v0.2.1
6462026-09-11T19:22:25.123Z Downloaded cipher v0.5.2
6472026-09-11T19:22:25.123Z Downloaded git-stub-vcs v0.1.0
6482026-09-11T19:22:25.126Z Downloaded glob v0.3.3
6492026-09-11T19:22:25.126Z Downloaded sapling-renderdag v0.1.0
6502026-09-11T19:22:25.127Z Downloaded seq-macro v0.3.6
6512026-09-11T19:22:25.130Z Downloaded serde_urlencoded v0.7.1
6522026-09-11T19:22:25.130Z Downloaded signature v3.0.0
6532026-09-11T19:22:25.130Z Downloaded http-body-util v0.1.3
6542026-09-11T19:22:25.133Z Downloaded find-msvc-tools v0.1.9
6552026-09-11T19:22:25.133Z Downloaded hostname v0.3.1
6562026-09-11T19:22:25.133Z Downloaded highway v1.3.0
6572026-09-11T19:22:25.133Z Downloaded camino-tempfile-ext v0.3.3
6582026-09-11T19:22:25.136Z Downloaded cassowary v0.3.0
6592026-09-11T19:22:25.136Z Downloaded compression-codecs v0.4.37
6602026-09-11T19:22:25.141Z Downloaded oxide-update-engine v0.1.2
6612026-09-11T19:22:25.141Z Downloaded serde_repr v0.1.20
6622026-09-11T19:22:25.141Z Downloaded slog-envlogger v2.2.0
6632026-09-11T19:22:25.144Z Downloaded num_enum v0.5.11
6642026-09-11T19:22:25.144Z Downloaded slog-bunyan v2.5.0
6652026-09-11T19:22:25.144Z Downloaded native-tls v0.2.18
6662026-09-11T19:22:25.144Z Downloaded num-integer v0.1.46
6672026-09-11T19:22:25.148Z Downloaded num_enum_derive v0.7.6
6682026-09-11T19:22:25.148Z Downloaded futures-channel v0.3.32
6692026-09-11T19:22:25.148Z Downloaded group v0.13.0
6702026-09-11T19:22:25.148Z Downloaded hmac v0.12.1
6712026-09-11T19:22:25.151Z Downloaded argon2 v0.6.0-rc.8
6722026-09-11T19:22:25.151Z Downloaded console v0.16.2
6732026-09-11T19:22:25.151Z Downloaded postgres-protocol v0.6.12
6742026-09-11T19:22:25.154Z Downloaded colored v3.1.1
6752026-09-11T19:22:25.154Z Downloaded strsim v0.10.0
6762026-09-11T19:22:25.159Z Downloaded structmeta v0.3.0
6772026-09-11T19:22:25.159Z Downloaded oxide-tokio-rt v0.1.4
6782026-09-11T19:22:25.159Z Downloaded pem v3.0.6
6792026-09-11T19:22:25.163Z Downloaded supports-hyperlinks v3.2.0
6802026-09-11T19:22:25.163Z Downloaded thread-id v5.1.0
6812026-09-11T19:22:25.163Z Downloaded globset v0.4.18
6822026-09-11T19:22:25.163Z Downloaded progenitor v0.13.0
6832026-09-11T19:22:25.163Z Downloaded progenitor-extras v0.2.0
6842026-09-11T19:22:25.163Z Downloaded colored v2.2.0
6852026-09-11T19:22:25.167Z Downloaded structmeta-derive v0.3.0
6862026-09-11T19:22:25.167Z Downloaded rand_seeder v0.4.0
6872026-09-11T19:22:25.167Z Downloaded strum v0.26.3
6882026-09-11T19:22:25.167Z Downloaded tagptr v0.2.0
6892026-09-11T19:22:25.170Z Downloaded universal-hash v0.5.1
6902026-09-11T19:22:25.170Z Downloaded universal-hash v0.6.1
6912026-09-11T19:22:25.174Z Downloaded pem-rfc7468 v1.0.0
6922026-09-11T19:22:25.174Z Downloaded rand_chacha v0.9.0
6932026-09-11T19:22:25.174Z Downloaded chacha20 v0.10.0
6942026-09-11T19:22:25.178Z Downloaded console v0.15.11
6952026-09-11T19:22:25.178Z Downloaded rlimit v0.10.2
6962026-09-11T19:22:25.178Z Downloaded rpassword v7.5.4
6972026-09-11T19:22:25.182Z Downloaded rustversion v1.0.22
6982026-09-11T19:22:25.182Z Downloaded bzip2 v0.4.4
6992026-09-11T19:22:25.182Z Downloaded ciborium v0.2.2
7002026-09-11T19:22:25.182Z Downloaded sec1 v0.8.1
7012026-09-11T19:22:25.185Z Downloaded blake2 v0.11.0-rc.6
7022026-09-11T19:22:25.185Z Downloaded clang-sys v1.8.1
7032026-09-11T19:22:25.185Z Downloaded resolv-conf v0.7.6
7042026-09-11T19:22:25.189Z Downloaded tower-service v0.3.3
7052026-09-11T19:22:25.189Z Downloaded trait-variant v0.1.2
7062026-09-11T19:22:25.189Z Downloaded unarray v0.1.4
7072026-09-11T19:22:25.189Z Downloaded utf8_iter v1.0.4
7082026-09-11T19:22:25.189Z Downloaded utf-8 v0.7.6
7092026-09-11T19:22:25.189Z Downloaded xshell-macros v0.2.7
7102026-09-11T19:22:25.194Z Downloaded waitgroup v0.1.2
7112026-09-11T19:22:25.194Z Downloaded hmac v0.13.0
7122026-09-11T19:22:25.194Z Downloaded zeroize_derive v1.5.0
7132026-09-11T19:22:25.194Z Downloaded zone_cfg_derive v0.3.1
7142026-09-11T19:22:25.194Z Downloaded zone v0.3.1
7152026-09-11T19:22:25.194Z Downloaded backon v1.6.0
7162026-09-11T19:22:25.197Z Downloaded allocator-api2 v0.2.21
7172026-09-11T19:22:25.200Z Downloaded getrandom v0.2.17
7182026-09-11T19:22:25.204Z Downloaded signal-hook-registry v1.4.8
7192026-09-11T19:22:25.207Z Downloaded yoke-derive v0.8.1
7202026-09-11T19:22:25.207Z Downloaded slab v0.4.12
7212026-09-11T19:22:25.207Z Downloaded slog-dtrace v0.3.0
7222026-09-11T19:22:25.208Z Downloaded cpufeatures v0.3.0
7232026-09-11T19:22:25.208Z Downloaded crc v3.4.0
7242026-09-11T19:22:25.211Z Downloaded packed_struct v0.10.1
7252026-09-11T19:22:25.211Z Downloaded fatfs v0.3.6
7262026-09-11T19:22:25.211Z Downloaded poly1305 v0.9.0
7272026-09-11T19:22:25.214Z Downloaded postcard v1.1.3
7282026-09-11T19:22:25.214Z Downloaded sqlformat v0.3.5
7292026-09-11T19:22:25.214Z Downloaded static_assertions v1.1.0
7302026-09-11T19:22:25.218Z Downloaded ssh-cipher v0.3.0
7312026-09-11T19:22:25.218Z Downloaded flume v0.11.1
7322026-09-11T19:22:25.221Z Downloaded pem-rfc7468 v0.7.0
7332026-09-11T19:22:25.227Z Downloaded darling_macro v0.23.0
7342026-09-11T19:22:25.227Z Downloaded debug-ignore v1.0.5
7352026-09-11T19:22:25.227Z Downloaded pkcs8 v0.11.0
7362026-09-11T19:22:25.232Z Downloaded difflib v0.4.0
7372026-09-11T19:22:25.232Z Downloaded downcast-rs v2.0.2
7382026-09-11T19:22:25.232Z Downloaded tokio-dtrace v0.1.1
7392026-09-11T19:22:25.232Z Downloaded time-macros v0.2.27
7402026-09-11T19:22:25.232Z Downloaded httparse v1.10.1
7412026-09-11T19:22:25.235Z Downloaded pkcs1 v0.7.5
7422026-09-11T19:22:25.235Z Downloaded dof v0.4.0
7432026-09-11T19:22:25.235Z Downloaded dsl_auto_type v0.2.0
7442026-09-11T19:22:25.235Z Downloaded dtrace-parser v0.3.0
7452026-09-11T19:22:25.235Z Downloaded ident_case v1.0.1
7462026-09-11T19:22:25.238Z Downloaded tokio-tungstenite v0.23.1
7472026-09-11T19:22:25.238Z Downloaded tokio-tungstenite v0.28.0
7482026-09-11T19:22:25.243Z Downloaded bzip2 v0.6.1
7492026-09-11T19:22:25.243Z Downloaded blake2 v0.10.6
7502026-09-11T19:22:25.247Z Downloaded vergen-lib v0.1.6
7512026-09-11T19:22:25.253Z Downloaded vergen-lib v9.1.0
7522026-09-11T19:22:25.253Z Downloaded walkdir v2.5.0
7532026-09-11T19:22:25.253Z Downloaded zeroize v1.9.0
7542026-09-11T19:22:25.253Z Downloaded kstat-rs v0.2.5
7552026-09-11T19:22:25.253Z Downloaded md5 v0.8.0
7562026-09-11T19:22:25.260Z Downloaded is_ci v1.2.0
7572026-09-11T19:22:25.260Z Downloaded half v2.7.1
7582026-09-11T19:22:25.264Z Downloaded sha2 v0.11.0
7592026-09-11T19:22:25.264Z Downloaded cancel-safe-futures v0.1.5
7602026-09-11T19:22:25.267Z Downloaded generic-array v1.4.3
7612026-09-11T19:22:25.267Z Downloaded const_format_proc_macros v0.2.34
7622026-09-11T19:22:25.267Z Downloaded managed v0.8.0
7632026-09-11T19:22:25.267Z Downloaded ar_archive_writer v0.5.1
7642026-09-11T19:22:25.270Z Downloaded nibble_vec v0.1.0
7652026-09-11T19:22:25.274Z Downloaded getrandom v0.3.4
7662026-09-11T19:22:25.277Z Downloaded opaque-debug v0.3.1
7672026-09-11T19:22:25.277Z Downloaded arc-swap v1.8.2
7682026-09-11T19:22:25.280Z Downloaded oxide-generation-macros v0.2.0
7692026-09-11T19:22:25.283Z Downloaded powerfmt v0.2.0
7702026-09-11T19:22:25.283Z Downloaded omicron-zone-package v0.12.3
7712026-09-11T19:22:25.286Z Downloaded oso v0.27.3
7722026-09-11T19:22:25.286Z Downloaded spin v0.9.8
7732026-09-11T19:22:25.291Z Downloaded csv-core v0.1.13
7742026-09-11T19:22:25.291Z Downloaded peg-runtime v0.8.5
7752026-09-11T19:22:25.291Z Downloaded percent-encoding v2.3.2
7762026-09-11T19:22:25.291Z Downloaded phf_shared v0.11.3
7772026-09-11T19:22:25.291Z Downloaded daft-derive v0.1.8
7782026-09-11T19:22:25.294Z Downloaded diesel-dtrace v0.5.0
7792026-09-11T19:22:25.294Z Downloaded ed25519 v2.2.3
7802026-09-11T19:22:25.294Z Downloaded path-slash v0.1.5
7812026-09-11T19:22:25.294Z Downloaded psl-types v2.0.11
7822026-09-11T19:22:25.297Z Downloaded base64 v0.21.7
7832026-09-11T19:22:25.297Z Downloaded base64 v0.22.1
7842026-09-11T19:22:25.300Z Downloaded predicates-tree v1.0.13
7852026-09-11T19:22:25.300Z Downloaded rfc6979 v0.6.0
7862026-09-11T19:22:25.300Z Downloaded rfc6979 v0.4.0
7872026-09-11T19:22:25.300Z Downloaded defmt-parser v1.0.0
7882026-09-11T19:22:25.305Z Downloaded der_derive v0.7.3
7892026-09-11T19:22:25.305Z Downloaded digest v0.11.3
7902026-09-11T19:22:25.305Z Downloaded tokio-rustls v0.26.4
7912026-09-11T19:22:25.309Z Downloaded radium v0.7.0
7922026-09-11T19:22:25.309Z Downloaded rand_pcg v0.10.2
7932026-09-11T19:22:25.309Z Downloaded ron v0.8.1
7942026-09-11T19:22:25.314Z Downloaded rustc_version v0.1.7
7952026-09-11T19:22:25.314Z Downloaded unicode-properties v0.1.4
7962026-09-11T19:22:25.314Z Downloaded humantime v2.3.0
7972026-09-11T19:22:25.314Z Downloaded rustc-hash v2.1.1
7982026-09-11T19:22:25.314Z Downloaded compact_str v0.8.1
7992026-09-11T19:22:25.317Z Downloaded backtrace v0.3.76
8002026-09-11T19:22:25.317Z Downloaded ingot v0.2.1
8012026-09-11T19:22:25.317Z Downloaded bytes v1.11.1
8022026-09-11T19:22:25.320Z Downloaded chacha20poly1305 v0.10.1
8032026-09-11T19:22:25.320Z Downloaded ref-cast-impl v1.0.25
8042026-09-11T19:22:25.320Z Downloaded scheduled-thread-pool v0.2.7
8052026-09-11T19:22:25.320Z Downloaded is-terminal v0.4.17
8062026-09-11T19:22:25.324Z Downloaded keccak v0.2.0
8072026-09-11T19:22:25.324Z Downloaded wyz v0.5.1
8082026-09-11T19:22:25.324Z Downloaded scopeguard v1.2.0
8092026-09-11T19:22:25.324Z Downloaded headers v0.4.1
8102026-09-11T19:22:25.327Z Downloaded linear-map v1.2.0
8112026-09-11T19:22:25.330Z Downloaded heapless v0.7.17
8122026-09-11T19:22:25.330Z Downloaded md-5 v0.11.0
8132026-09-11T19:22:25.333Z Downloaded serde_cbor v0.11.2
8142026-09-11T19:22:25.334Z Downloaded crossbeam-deque v0.8.6
8152026-09-11T19:22:25.339Z Downloaded shell-words v1.1.1
8162026-09-11T19:22:25.339Z Downloaded nanorand v0.7.0
8172026-09-11T19:22:25.339Z Downloaded nu-ansi-term v0.50.3
8182026-09-11T19:22:25.342Z Downloaded sponge-cursor v0.1.0
8192026-09-11T19:22:25.342Z Downloaded sync_wrapper v1.0.2
8202026-09-11T19:22:25.342Z Downloaded cookie v0.18.1
8212026-09-11T19:22:25.345Z Downloaded openssl-sys v0.9.117
8222026-09-11T19:22:25.348Z Downloaded darling v0.23.0
8232026-09-11T19:22:25.351Z Downloaded num-rational v0.4.2
8242026-09-11T19:22:25.351Z Downloaded oxide-generation v0.1.3
8252026-09-11T19:22:25.355Z Downloaded futures v0.3.32
8262026-09-11T19:22:25.355Z Downloaded tinyvec_macros v0.1.1
8272026-09-11T19:22:25.355Z Downloaded test-strategy v0.4.5
8282026-09-11T19:22:25.358Z Downloaded psm v0.1.30
8292026-09-11T19:22:25.358Z Downloaded prettyplease v0.2.37
8302026-09-11T19:22:25.362Z Downloaded pin-project-lite v0.2.17
8312026-09-11T19:22:25.365Z Downloaded tinyvec v1.11.0
8322026-09-11T19:22:25.365Z Downloaded derive_builder v0.20.2
8332026-09-11T19:22:25.368Z Downloaded derive_builder_core v0.20.2
8342026-09-11T19:22:25.368Z Downloaded proc-macro-error2 v2.0.1
8352026-09-11T19:22:25.372Z Downloaded rustc-demangle v0.1.27
8362026-09-11T19:22:25.372Z Downloaded try-lock v0.2.5
8372026-09-11T19:22:25.372Z Downloaded unicode-xid v0.2.6
8382026-09-11T19:22:25.372Z Downloaded untrusted v0.7.1
8392026-09-11T19:22:25.372Z Downloaded usdt-attr-macro v0.6.0
8402026-09-11T19:22:25.376Z Downloaded typify-macro v0.6.2
8412026-09-11T19:22:25.376Z Downloaded rayon-core v1.13.0
8422026-09-11T19:22:25.376Z Downloaded ryu v1.0.23
8432026-09-11T19:22:25.379Z Downloaded hybrid-array v0.4.13
8442026-09-11T19:22:25.379Z Downloaded ingot-macros v0.2.0
8452026-09-11T19:22:25.379Z Downloaded ref-cast v1.0.25
8462026-09-11T19:22:25.384Z Downloaded tungstenite v0.23.0
8472026-09-11T19:22:25.384Z Downloaded ingot-types v0.2.0
8482026-09-11T19:22:25.384Z Downloaded sec1 v0.7.3
8492026-09-11T19:22:25.388Z Downloaded serde_path_to_error v0.1.20
8502026-09-11T19:22:25.388Z Downloaded wait-timeout v0.2.1
8512026-09-11T19:22:25.388Z Downloaded crucible-workspace-hack v0.1.0
8522026-09-11T19:22:25.388Z Downloaded heapless v0.8.0
8532026-09-11T19:22:25.388Z Downloaded serdect v0.4.3
8542026-09-11T19:22:25.391Z Downloaded signature v2.2.0
8552026-09-11T19:22:25.391Z Downloaded crc-catalog v2.4.0
8562026-09-11T19:22:25.391Z Downloaded darling_macro v0.13.4
8572026-09-11T19:22:25.391Z Downloaded async-compression v0.4.41
8582026-09-11T19:22:25.397Z Downloaded slog-async v2.8.0
8592026-09-11T19:22:25.400Z Downloaded smf v0.2.3
8602026-09-11T19:22:25.400Z Downloaded string_cache v0.8.9
8612026-09-11T19:22:25.400Z Downloaded crunchy v0.2.4
8622026-09-11T19:22:25.400Z Downloaded crypto-common v0.2.2
8632026-09-11T19:22:25.404Z Downloaded dropshot-api-manager-types v0.8.0
8642026-09-11T19:22:25.404Z Downloaded stacker v0.1.23
8652026-09-11T19:22:25.407Z Downloaded stringprep v0.1.5
8662026-09-11T19:22:25.407Z Downloaded termios v0.3.3
8672026-09-11T19:22:25.407Z Downloaded diesel_table_macro_syntax v0.3.0
8682026-09-11T19:22:25.407Z Downloaded indent_write v2.2.0
8692026-09-11T19:22:25.410Z Downloaded expectorate v1.2.0
8702026-09-11T19:22:25.414Z Downloaded bumpalo v3.20.2
8712026-09-11T19:22:25.418Z Downloaded oxide-update-engine-display v0.1.2
8722026-09-11T19:22:25.418Z Downloaded synstructure v0.13.2
8732026-09-11T19:22:25.418Z Downloaded tar v0.4.46
8742026-09-11T19:22:25.422Z Downloaded parking_lot v0.12.5
8752026-09-11T19:22:25.422Z Downloaded publicsuffix v2.3.0
8762026-09-11T19:22:25.422Z Downloaded tinystr v0.8.2
8772026-09-11T19:22:25.426Z Downloaded lru v0.12.5
8782026-09-11T19:22:25.426Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8792026-09-11T19:22:25.426Z Downloaded match_cfg v0.1.0
8802026-09-11T19:22:25.426Z Downloaded nodrop v0.1.14
8812026-09-11T19:22:25.429Z Downloaded tiny-keccak v2.0.2
8822026-09-11T19:22:25.429Z Downloaded toml_edit v0.23.10+spec-1.0.0
8832026-09-11T19:22:25.432Z Downloaded uzers v0.12.2
8842026-09-11T19:22:25.432Z Downloaded quinn v0.11.11
8852026-09-11T19:22:25.436Z Downloaded rsa v0.9.10
8862026-09-11T19:22:25.436Z Downloaded schemars v1.2.1
8872026-09-11T19:22:25.443Z Downloaded num-conv v0.2.0
8882026-09-11T19:22:25.447Z Downloaded icu_properties v2.1.2
8892026-09-11T19:22:25.454Z Downloaded vergen-gitcl v1.0.8
8902026-09-11T19:22:25.457Z Downloaded chumsky v0.9.3
8912026-09-11T19:22:25.457Z Downloaded indexmap v1.9.3
8922026-09-11T19:22:25.462Z Downloaded packed_struct_codegen v0.10.1
8932026-09-11T19:22:25.462Z Downloaded proc-macro-crate v3.4.0
8942026-09-11T19:22:25.462Z Downloaded hickory-resolver v0.25.2
8952026-09-11T19:22:25.465Z Downloaded zerovec-derive v0.11.2
8962026-09-11T19:22:25.465Z Downloaded zstd-safe v7.2.4
8972026-09-11T19:22:25.465Z Downloaded hashbrown v0.12.3
8982026-09-11T19:22:25.468Z Downloaded pwd v1.4.0
8992026-09-11T19:22:25.468Z Downloaded recursive v0.1.1
9002026-09-11T19:22:25.468Z Downloaded cc v1.2.56
9012026-09-11T19:22:25.471Z Downloaded http v1.4.2
9022026-09-11T19:22:25.474Z Downloaded ed25519-dalek v2.2.0
9032026-09-11T19:22:25.475Z Downloaded ml-kem v0.3.2
9042026-09-11T19:22:25.475Z Downloaded num-bigint v0.4.6
9052026-09-11T19:22:25.479Z Downloaded snafu v0.8.9
9062026-09-11T19:22:25.482Z Downloaded ecdsa v0.16.9
9072026-09-11T19:22:25.482Z Downloaded impl-trait-for-tuples v0.2.3
9082026-09-11T19:22:25.486Z Downloaded rand_xorshift v0.4.0
9092026-09-11T19:22:25.486Z Downloaded parking_lot v0.11.2
9102026-09-11T19:22:25.486Z Downloaded hashbrown v0.13.2
9112026-09-11T19:22:25.489Z Downloaded darling_core v0.23.0
9122026-09-11T19:22:25.489Z Downloaded libsw v3.5.0
9132026-09-11T19:22:25.494Z Downloaded libsw-core v0.3.2
9142026-09-11T19:22:25.494Z Downloaded thiserror-no-std v2.0.2
9152026-09-11T19:22:25.499Z Downloaded num-traits v0.2.19
9162026-09-11T19:22:25.499Z Downloaded knus-derive v3.4.0
9172026-09-11T19:22:25.499Z Downloaded libefi-sys v0.1.0
9182026-09-11T19:22:25.499Z Downloaded secrecy v0.10.3
9192026-09-11T19:22:25.499Z Downloaded subtle v2.6.1
9202026-09-11T19:22:25.499Z Downloaded take_mut v0.2.2
9212026-09-11T19:22:25.499Z Downloaded termtree v0.5.1
9222026-09-11T19:22:25.499Z Downloaded rand v0.9.2
9232026-09-11T19:22:25.504Z Downloaded tungstenite v0.28.0
9242026-09-11T19:22:25.504Z Downloaded pkcs1 v0.8.0-rc.4
9252026-09-11T19:22:25.509Z Downloaded pkcs5 v0.8.1
9262026-09-11T19:22:25.509Z Downloaded prefix-trie v0.7.0
9272026-09-11T19:22:25.509Z Downloaded progenitor-impl v0.14.0
9282026-09-11T19:22:25.512Z Downloaded parse-display-derive v0.10.0
9292026-09-11T19:22:25.512Z Downloaded topological-sort v0.2.2
9302026-09-11T19:22:25.512Z Downloaded writeable v0.6.2
9312026-09-11T19:22:25.512Z Downloaded sqlparser_derive v0.5.0
9322026-09-11T19:22:25.512Z Downloaded testing_table v0.3.0
9332026-09-11T19:22:25.512Z Downloaded thiserror-impl-no-std v2.0.2
9342026-09-11T19:22:25.527Z Downloaded void v1.0.2
9352026-09-11T19:22:25.527Z Downloaded tokio-test v0.4.5
9362026-09-11T19:22:25.527Z Downloaded tower-layer v0.3.3
9372026-09-11T19:22:25.527Z Downloaded hickory-resolver v0.24.4
9382026-09-11T19:22:25.527Z Downloaded multer v3.1.0
9392026-09-11T19:22:25.527Z Downloaded rcgen v0.12.1
9402026-09-11T19:22:25.527Z Downloaded newtype-uuid v1.3.2
9412026-09-11T19:22:25.527Z Downloaded num-primitive v0.2.1
9422026-09-11T19:22:25.527Z Downloaded owo-colors v4.3.0
9432026-09-11T19:22:25.527Z Downloaded socket2 v0.5.10
9442026-09-11T19:22:25.527Z Downloaded crc32fast v1.5.0
9452026-09-11T19:22:25.527Z Downloaded cookie_store v0.22.1
9462026-09-11T19:22:25.532Z Downloaded pbkdf2 v0.13.0
9472026-09-11T19:22:25.532Z Downloaded potential_utf v0.1.4
9482026-09-11T19:22:25.532Z Downloaded zerofrom v0.1.6
9492026-09-11T19:22:25.532Z Downloaded convert_case v0.4.0
9502026-09-11T19:22:25.532Z Downloaded cstr-argument v0.1.2
9512026-09-11T19:22:25.532Z Downloaded darling_macro v0.21.3
9522026-09-11T19:22:25.532Z Downloaded display-error-chain v0.2.2
9532026-09-11T19:22:25.532Z Downloaded diff v0.1.13
9542026-09-11T19:22:25.536Z Downloaded phf v0.12.1
9552026-09-11T19:22:25.536Z Downloaded aes v0.9.1
9562026-09-11T19:22:25.536Z Downloaded ecdsa v0.17.0
9572026-09-11T19:22:25.536Z Downloaded slog v2.8.2
9582026-09-11T19:22:25.539Z Downloaded iana-time-zone v0.1.65
9592026-09-11T19:22:25.539Z Downloaded r2d2 v0.8.10
9602026-09-11T19:22:25.543Z Downloaded rusty-fork v0.3.1
9612026-09-11T19:22:25.543Z Downloaded curve25519-dalek-derive v0.1.1
9622026-09-11T19:22:25.543Z Downloaded displaydoc v0.2.5
9632026-09-11T19:22:25.543Z Downloaded hyper-rustls v0.27.7
9642026-09-11T19:22:25.546Z Downloaded rustls-native-certs v0.8.3
9652026-09-11T19:22:25.546Z Downloaded defmt v0.3.100
9662026-09-11T19:22:25.546Z Downloaded hickory-server v0.25.2
9672026-09-11T19:22:25.549Z Downloaded schemars_derive v0.8.22
9682026-09-11T19:22:25.549Z Downloaded stable_deref_trait v1.2.1
9692026-09-11T19:22:25.549Z Downloaded inout v0.1.4
9702026-09-11T19:22:25.552Z Downloaded serde-hex v0.1.0
9712026-09-11T19:22:25.552Z Downloaded serde_tokenstream v0.3.0
9722026-09-11T19:22:25.960Z Downloaded sha1 v0.10.6
9732026-09-11T19:22:25.960Z Downloaded simd-adler32 v0.3.8
9742026-09-11T19:22:25.960Z Downloaded snafu-derive v0.8.9
9752026-09-11T19:22:25.960Z Downloaded smallvec v0.6.14
9762026-09-11T19:22:25.965Z Downloaded illumos-nvpair v0.3.0
9772026-09-11T19:22:25.965Z Downloaded unicase v2.9.0
9782026-09-11T19:22:25.965Z Downloaded jiff-static v0.2.34
9792026-09-11T19:22:25.965Z Downloaded lru-cache v0.1.2
9802026-09-11T19:22:25.965Z Downloaded maybe-uninit v2.0.0
9812026-09-11T19:22:25.965Z Downloaded pkcs8 v0.10.2
9822026-09-11T19:22:25.965Z Downloaded minimal-lexical v0.2.1
9832026-09-11T19:22:25.965Z Downloaded whoami v1.6.1
9842026-09-11T19:22:25.965Z Downloaded whoami v2.1.0
9852026-09-11T19:22:25.965Z Downloaded polyval v0.7.1
9862026-09-11T19:22:25.965Z Downloaded nonempty v0.12.0
9872026-09-11T19:22:25.965Z Downloaded russh-util v0.52.0
9882026-09-11T19:22:25.965Z Downloaded recursive-proc-macro-impl v0.1.1
9892026-09-11T19:22:25.965Z Downloaded sha1 v0.11.0
9902026-09-11T19:22:25.965Z Downloaded strum v0.27.2
9912026-09-11T19:22:25.965Z Downloaded scuffle v0.1.0
9922026-09-11T19:22:25.965Z Downloaded deranged v0.5.8
9932026-09-11T19:22:25.965Z Downloaded quinn-udp v0.5.14
9942026-09-11T19:22:25.965Z Downloaded serde_with v1.14.0
9952026-09-11T19:22:25.965Z Downloaded secrecy v0.8.0
9962026-09-11T19:22:25.965Z Downloaded derive-where v1.6.0
9972026-09-11T19:22:25.965Z Downloaded hyper-tls v0.6.0
9982026-09-11T19:22:25.965Z Downloaded supports-unicode v3.0.0
9992026-09-11T19:22:25.965Z Downloaded time-core v0.1.8
10002026-09-11T19:22:25.965Z Downloaded p521 v0.14.0
10012026-09-11T19:22:25.965Z Downloaded ignore v0.4.25
10022026-09-11T19:22:25.965Z Downloaded want v0.3.1
10032026-09-11T19:22:25.965Z Downloaded zerofrom-derive v0.1.6
10042026-09-11T19:22:25.965Z Downloaded usdt v0.6.0
10052026-09-11T19:22:25.965Z Downloaded indoc v2.0.7
10062026-09-11T19:22:25.965Z Downloaded digest-io v0.1.0
10072026-09-11T19:22:25.965Z Downloaded rustls-webpki v0.103.13
10082026-09-11T19:22:25.965Z Downloaded derive_builder_macro v0.20.2
10092026-09-11T19:22:25.965Z Downloaded oxide-update-engine-types v0.1.2
10102026-09-11T19:22:25.965Z Downloaded yansi v1.0.1
10112026-09-11T19:22:25.965Z Downloaded icu_collections v2.1.1
10122026-09-11T19:22:25.966Z Downloaded aho-corasick v1.1.4
10132026-09-11T19:22:25.966Z Downloaded zerocopy-derive v0.8.55
10142026-09-11T19:22:25.966Z Downloaded progenitor-impl v0.13.0
10152026-09-11T19:22:25.966Z Downloaded tokio-stream v0.1.18
10162026-09-11T19:22:25.966Z Downloaded yasna v0.5.2
10172026-09-11T19:22:25.966Z Downloaded zerotrie v0.2.3
10182026-09-11T19:22:25.966Z Downloaded crossbeam-epoch v0.9.18
10192026-09-11T19:22:25.966Z Downloaded peg-macros v0.8.5
10202026-09-11T19:22:25.966Z Downloaded pkg-config v0.3.32
10212026-09-11T19:22:25.966Z Downloaded primeorder v0.13.6
10222026-09-11T19:22:25.966Z Downloaded keccak v0.1.6
10232026-09-11T19:22:25.966Z Downloaded dunce v1.0.5
10242026-09-11T19:22:25.966Z Downloaded indoc v1.0.9
10252026-09-11T19:22:25.966Z Downloaded internet-checksum v0.2.1
10262026-09-11T19:22:25.966Z Downloaded kem v0.3.0
10272026-09-11T19:22:25.966Z Downloaded nom v8.0.0
10282026-09-11T19:22:25.966Z Downloaded parking_lot_core v0.8.6
10292026-09-11T19:22:25.966Z Downloaded primefield v0.14.0
10302026-09-11T19:22:25.966Z Downloaded shlex v1.3.0
10312026-09-11T19:22:25.966Z Downloaded hashbrown v0.14.5
10322026-09-11T19:22:25.966Z Downloaded steno v0.4.1
10332026-09-11T19:22:25.966Z Downloaded hashbrown v0.16.1
10342026-09-11T19:22:25.966Z Downloaded rand_core v0.9.5
10352026-09-11T19:22:25.966Z Downloaded hashbrown v0.15.5
10362026-09-11T19:22:25.966Z Downloaded normalize-line-endings v0.3.0
10372026-09-11T19:22:25.966Z Downloaded num_enum_derive v0.5.11
10382026-09-11T19:22:25.966Z Downloaded phf_shared v0.12.1
10392026-09-11T19:22:25.966Z Downloaded either v1.15.0
10402026-09-11T19:22:25.966Z Downloaded scrypt v0.12.0
10412026-09-11T19:22:25.966Z Downloaded serde_yaml v0.9.34+deprecated
10422026-09-11T19:22:25.966Z Downloaded aes-gcm v0.11.0
10432026-09-11T19:22:25.966Z Downloaded quick-error v1.2.3
10442026-09-11T19:22:25.966Z Downloaded toml_writer v1.1.1+spec-1.1.0
10452026-09-11T19:22:25.966Z Downloaded similar v2.7.0
10462026-09-11T19:22:25.966Z Downloaded rand_chacha v0.3.1
10472026-09-11T19:22:25.966Z Downloaded litemap v0.8.1
10482026-09-11T19:22:25.967Z Downloaded memmap2 v0.9.10
10492026-09-11T19:22:25.967Z Downloaded miniz_oxide v0.8.9
10502026-09-11T19:22:25.967Z Downloaded zstd v0.13.3
10512026-09-11T19:22:25.967Z Downloaded corncobs v0.1.4
10522026-09-11T19:22:25.967Z Downloaded sigpipe v0.1.3
10532026-09-11T19:22:25.967Z Downloaded serde_bytes v0.11.19
10542026-09-11T19:22:25.967Z Downloaded darling v0.13.4
10552026-09-11T19:22:25.967Z Downloaded ctr v0.10.1
10562026-09-11T19:22:25.967Z Downloaded dyn-clone v1.0.20
10572026-09-11T19:22:25.967Z Downloaded num-modular v0.6.5
10582026-09-11T19:22:25.967Z Downloaded pretty_assertions v1.4.1
10592026-09-11T19:22:25.967Z Downloaded jobserver v0.1.34
10602026-09-11T19:22:25.967Z Downloaded peg v0.8.5
10612026-09-11T19:22:25.967Z Downloaded sync-ptr v0.1.4
10622026-09-11T19:22:25.967Z Downloaded darling_core v0.20.11
10632026-09-11T19:22:25.967Z Downloaded crypto-bigint v0.5.5
10642026-09-11T19:22:25.967Z Downloaded port-file v0.1.0
10652026-09-11T19:22:25.967Z Downloaded untrusted v0.9.0
10662026-09-11T19:22:25.967Z Downloaded futures-util v0.3.32
10672026-09-11T19:22:25.967Z Downloaded hkdf v0.12.4
10682026-09-11T19:22:25.967Z Downloaded dropshot_endpoint v0.17.1
10692026-09-11T19:22:25.967Z Downloaded serde_with_macros v3.21.0
10702026-09-11T19:22:25.967Z Downloaded twox-hash v2.1.2
10712026-09-11T19:22:25.967Z Downloaded progenitor v0.14.0
10722026-09-11T19:22:25.967Z Downloaded inout v0.2.2
10732026-09-11T19:22:25.967Z Downloaded dirs-sys-next v0.1.2
10742026-09-11T19:22:25.967Z Downloaded vergen v9.1.0
10752026-09-11T19:22:25.967Z Downloaded instability v0.3.11
10762026-09-11T19:22:25.973Z Downloaded toml_edit v0.19.15
10772026-09-11T19:22:25.973Z Downloaded num-iter v0.1.45
10782026-09-11T19:22:25.973Z Downloaded serde_with_macros v1.5.2
10792026-09-11T19:22:25.973Z Downloaded lzss v0.8.2
10802026-09-11T19:22:25.973Z Downloaded rustls-pemfile v2.2.0
10812026-09-11T19:22:25.973Z Downloaded mime v0.3.17
10822026-09-11T19:22:25.973Z Downloaded russh-cryptovec v0.62.0
10832026-09-11T19:22:25.973Z Downloaded progenitor-macro v0.14.0
10842026-09-11T19:22:25.973Z Downloaded unicode-normalization v0.1.25
10852026-09-11T19:22:25.973Z Downloaded jiff-core v0.1.0
10862026-09-11T19:22:25.973Z Downloaded regex v1.12.3
10872026-09-11T19:22:25.973Z Downloaded serde_plain v1.0.2
10882026-09-11T19:22:25.973Z Downloaded spki v0.7.3
10892026-09-11T19:22:25.973Z Downloaded tough v0.22.0
10902026-09-11T19:22:25.973Z Downloaded uuid v1.23.4
10912026-09-11T19:22:25.973Z Downloaded darling_core v0.21.3
10922026-09-11T19:22:25.973Z Downloaded mime_guess v2.0.5
10932026-09-11T19:22:25.973Z Downloaded libxml v0.3.3
10942026-09-11T19:22:25.973Z Downloaded strum_macros v0.26.4
10952026-09-11T19:22:25.973Z Downloaded tokio-tungstenite v0.21.0
10962026-09-11T19:22:25.973Z Downloaded siphasher v1.0.2
10972026-09-11T19:22:25.973Z Downloaded thread_local v1.1.9
10982026-09-11T19:22:25.973Z Downloaded ssh-encoding v0.2.0
10992026-09-11T19:22:25.973Z Downloaded h2 v0.4.15
11002026-09-11T19:22:25.973Z Downloaded der v0.7.10
11012026-09-11T19:22:25.973Z Downloaded derive_more-impl v2.1.1
11022026-09-11T19:22:25.973Z Downloaded num-bigint-dig v0.8.6
11032026-09-11T19:22:25.973Z Downloaded num_enum v0.7.6
11042026-09-11T19:22:25.973Z Downloaded schemars v0.8.22
11052026-09-11T19:22:25.973Z Downloaded socket2 v0.6.3
11062026-09-11T19:22:25.973Z Downloaded vsss-rs v3.3.4
11072026-09-11T19:22:25.973Z Downloaded unicode-truncate v1.1.0
11082026-09-11T19:22:25.973Z Downloaded samael v0.0.19
11092026-09-11T19:22:25.974Z Downloaded parking_lot_core v0.9.12
11102026-09-11T19:22:25.974Z Downloaded toml v0.7.8
11112026-09-11T19:22:25.974Z Downloaded crossterm v0.29.0
11122026-09-11T19:22:25.974Z Downloaded tungstenite v0.21.0
11132026-09-11T19:22:25.974Z Downloaded icu_normalizer_data v2.1.1
11142026-09-11T19:22:25.974Z Downloaded dashu-base v0.5.1
11152026-09-11T19:22:25.974Z Downloaded data-encoding v2.10.0
11162026-09-11T19:22:25.974Z Downloaded crc8 v0.1.1
11172026-09-11T19:22:25.974Z Downloaded ed25519 v3.0.0
11182026-09-11T19:22:25.974Z Downloaded rayon v1.11.0
11192026-09-11T19:22:25.974Z Downloaded num-derive v0.4.2
11202026-09-11T19:22:25.974Z Downloaded typed-path v0.12.3
11212026-09-11T19:22:25.974Z Downloaded document-features v0.2.12
11222026-09-11T19:22:25.974Z Downloaded url v2.5.8
11232026-09-11T19:22:25.974Z Downloaded module-lattice v0.2.3
11242026-09-11T19:22:25.974Z Downloaded term v0.7.0
11252026-09-11T19:22:25.974Z Downloaded phf v0.13.1
11262026-09-11T19:22:25.974Z Downloaded primeorder v0.14.0
11272026-09-11T19:22:25.974Z Downloaded rustls-pki-types v1.14.0
11282026-09-11T19:22:25.974Z Downloaded libscf-sys v1.2.0
11292026-09-11T19:22:25.974Z Downloaded darling v0.20.11
11302026-09-11T19:22:25.974Z Downloaded darling v0.21.3
11312026-09-11T19:22:25.974Z Downloaded slog-scope v4.4.1
11322026-09-11T19:22:25.974Z Downloaded crc-any v2.5.0
11332026-09-11T19:22:25.974Z Downloaded idna v1.1.0
11342026-09-11T19:22:25.974Z Downloaded p256 v0.14.0
11352026-09-11T19:22:25.974Z Downloaded papergrid v0.18.0
11362026-09-11T19:22:25.974Z Downloaded term v1.2.1
11372026-09-11T19:22:25.974Z Downloaded rand_core v0.6.4
11382026-09-11T19:22:25.974Z Downloaded support-bundle-viewer v0.1.2
11392026-09-11T19:22:25.974Z Downloaded lru-slab v0.1.2
11402026-09-11T19:22:25.974Z Downloaded proc-macro-error-attr2 v2.0.0
11412026-09-11T19:22:25.974Z Downloaded ssh-cipher v0.2.0
11422026-09-11T19:22:25.974Z Downloaded hkdf v0.13.0
11432026-09-11T19:22:25.975Z Downloaded slog-term v2.9.2
11442026-09-11T19:22:25.975Z Downloaded internal-russh-num-bigint v0.5.0
11452026-09-11T19:22:25.975Z Downloaded p256 v0.13.2
11462026-09-11T19:22:25.975Z Downloaded tracing-attributes v0.1.31
11472026-09-11T19:22:25.975Z Downloaded tui-tree-widget v0.23.1
11482026-09-11T19:22:25.975Z Downloaded usdt-macro v0.6.0
11492026-09-11T19:22:25.975Z Downloaded serde_spanned v1.1.1
11502026-09-11T19:22:25.975Z Downloaded tap v1.0.1
11512026-09-11T19:22:25.975Z Downloaded crossbeam-utils v0.8.21
11522026-09-11T19:22:25.975Z Downloaded strum_macros v0.27.2
11532026-09-11T19:22:25.975Z Downloaded critical-section v1.2.0
11542026-09-11T19:22:25.975Z Downloaded darling_macro v0.20.11
11552026-09-11T19:22:25.975Z Downloaded lazy_static v1.5.0
11562026-09-11T19:22:25.975Z Downloaded subprocess v0.2.15
11572026-09-11T19:22:25.975Z Downloaded pin-project v1.1.11
11582026-09-11T19:22:25.975Z Downloaded defmt-macros v1.0.1
11592026-09-11T19:22:25.975Z Downloaded litrs v1.0.0
11602026-09-11T19:22:25.975Z Downloaded instant v0.1.13
11612026-09-11T19:22:25.975Z Downloaded miette v7.6.0
11622026-09-11T19:22:25.975Z Downloaded new_debug_unreachable v1.0.6
11632026-09-11T19:22:25.975Z Downloaded openssl-macros v0.1.1
11642026-09-11T19:22:25.975Z Downloaded tower v0.5.3
11652026-09-11T19:22:25.975Z Downloaded libm v0.2.16
11662026-09-11T19:22:25.975Z Downloaded same-file v1.0.6
11672026-09-11T19:22:25.975Z Downloaded zerovec v0.11.5
11682026-09-11T19:22:25.975Z Downloaded num-complex v0.4.6
11692026-09-11T19:22:25.975Z Downloaded knus v3.4.0
11702026-09-11T19:22:25.975Z Downloaded aws-lc-rs v1.16.3
11712026-09-11T19:22:25.975Z Downloaded illumos-nvpair-sys v0.2.0
11722026-09-11T19:22:25.975Z Downloaded linked-hash-map v0.5.6
11732026-09-11T19:22:25.975Z Downloaded miette-derive v7.6.0
11742026-09-11T19:22:25.975Z Downloaded hubpack_derive v0.1.1
11752026-09-11T19:22:25.975Z Downloaded num_threads v0.1.7
11762026-09-11T19:22:25.983Z Downloaded tabwriter v1.4.1
11772026-09-11T19:22:25.983Z Downloaded unit-prefix v0.5.2
11782026-09-11T19:22:25.984Z Downloaded const-oid v0.10.2
11792026-09-11T19:22:25.984Z Downloaded parse-size v1.1.0
11802026-09-11T19:22:25.984Z Downloaded scroll v0.13.0
11812026-09-11T19:22:25.984Z Downloaded spki v0.8.0
11822026-09-11T19:22:25.984Z Downloaded tokio-native-tls v0.3.1
11832026-09-11T19:22:25.984Z Downloaded tokio-macros v2.7.0
11842026-09-11T19:22:25.984Z Downloaded ssh-key v0.6.7
11852026-09-11T19:22:25.984Z Downloaded tokio-util v0.7.18
11862026-09-11T19:22:25.984Z Downloaded zopfli v0.8.3
11872026-09-11T19:22:25.984Z Downloaded defmt v1.0.1
11882026-09-11T19:22:25.984Z Downloaded libbz2-rs-sys v0.2.2
11892026-09-11T19:22:25.984Z Downloaded hyper-staticfile v0.10.1
11902026-09-11T19:22:25.984Z Downloaded dirs-next v2.0.0
11912026-09-11T19:22:25.984Z Downloaded libloading v0.8.9
11922026-09-11T19:22:25.984Z Downloaded lalrpop-util v0.19.12
11932026-09-11T19:22:25.984Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11942026-09-11T19:22:25.984Z Downloaded yoke v0.8.1
11952026-09-11T19:22:25.984Z Downloaded bindgen v0.71.1
11962026-09-11T19:22:25.984Z Downloaded poly1305 v0.8.0
11972026-09-11T19:22:25.984Z Downloaded xattr v1.6.1
11982026-09-11T19:22:25.984Z Downloaded ssh-key v0.7.0-rc.11
11992026-09-11T19:22:25.989Z Downloaded icu_provider v2.1.1
12002026-09-11T19:22:25.989Z Downloaded multimap v0.10.1
12012026-09-11T19:22:25.989Z Downloaded newline-converter v0.3.0
12022026-09-11T19:22:25.989Z Downloaded supports-color v3.0.2
12032026-09-11T19:22:25.989Z Downloaded wnaf v0.14.0
12042026-09-11T19:22:25.989Z Downloaded password-hash v0.5.0
12052026-09-11T19:22:25.989Z Downloaded openssl-probe v0.2.1
12062026-09-11T19:22:25.989Z Downloaded oxnet v0.1.6
12072026-09-11T19:22:25.994Z Downloaded slog-json v2.6.1
12082026-09-11T19:22:25.994Z Downloaded maplit v1.0.2
12092026-09-11T19:22:25.999Z Downloaded vergen-git2 v9.1.0
12102026-09-11T19:22:25.999Z Downloaded slog-stdlog v4.1.1
12112026-09-11T19:22:26.009Z Downloaded signal-hook-mio v0.2.5
12122026-09-11T19:22:26.009Z Downloaded postgres-types v0.2.14
12132026-09-11T19:22:26.013Z Downloaded qorb v0.4.1
12142026-09-11T19:22:26.013Z Downloaded idna_adapter v1.2.1
12152026-09-11T19:22:26.013Z Downloaded ppv-lite86 v0.2.21
12162026-09-11T19:22:26.013Z Downloaded vte v0.14.1
12172026-09-11T19:22:26.014Z Downloaded zip v0.6.6
12182026-09-11T19:22:26.018Z Downloaded daft v0.1.8
12192026-09-11T19:22:26.018Z Downloaded rtoolbox v0.0.3
12202026-09-11T19:22:26.018Z Downloaded memoffset v0.9.1
12212026-09-11T19:22:26.018Z Downloaded toml_parser v1.1.2+spec-1.1.0
12222026-09-11T19:22:26.022Z Downloaded precomputed-hash v0.1.1
12232026-09-11T19:22:26.022Z Downloaded serde-big-array v0.5.1
12242026-09-11T19:22:26.026Z Downloaded cpubits v0.1.1
12252026-09-11T19:22:26.026Z Downloaded openssl-probe v0.1.6
12262026-09-11T19:22:26.031Z Downloaded der v0.8.0
12272026-09-11T19:22:26.035Z Downloaded zerocopy v0.6.6
12282026-09-11T19:22:26.035Z Downloaded crossbeam-channel v0.5.15
12292026-09-11T19:22:26.039Z Downloaded progenitor-client v0.13.0
12302026-09-11T19:22:26.039Z Downloaded strum_macros v0.24.3
12312026-09-11T19:22:26.044Z Downloaded xshell v0.2.7
12322026-09-11T19:22:26.044Z Downloaded derive-ex v0.1.8
12332026-09-11T19:22:26.048Z Downloaded lru v0.18.3
12342026-09-11T19:22:26.048Z Downloaded strip-ansi-escapes v0.2.1
12352026-09-11T19:22:26.048Z Downloaded signal-hook-tokio v0.3.1
12362026-09-11T19:22:26.048Z Downloaded oso-derive v0.27.3
12372026-09-11T19:22:26.048Z Downloaded semver v0.1.20
12382026-09-11T19:22:26.048Z Downloaded progenitor-macro v0.13.0
12392026-09-11T19:22:26.048Z Downloaded blake3 v1.8.5
12402026-09-11T19:22:26.053Z Downloaded itertools v0.10.5
12412026-09-11T19:22:26.057Z Downloaded winnow v0.5.40
12422026-09-11T19:22:26.063Z Downloaded rand_core v0.10.0
12432026-09-11T19:22:26.067Z Downloaded quick-xml v0.37.5
12442026-09-11T19:22:26.067Z Downloaded serde_derive_internals v0.29.1
12452026-09-11T19:22:26.067Z Downloaded des v0.9.0
12462026-09-11T19:22:26.067Z Downloaded convert_case v0.10.0
12472026-09-11T19:22:26.067Z Downloaded mio v1.2.0
12482026-09-11T19:22:26.072Z Downloaded diesel_derives v2.3.7
12492026-09-11T19:22:26.077Z Downloaded lock_api v0.4.14
12502026-09-11T19:22:26.081Z Downloaded phc v0.6.1
12512026-09-11T19:22:26.081Z Downloaded tls_codec_derive v0.4.2
12522026-09-11T19:22:26.087Z Downloaded ssh-encoding v0.3.0
12532026-09-11T19:22:26.087Z Downloaded typed-path v0.9.3
12542026-09-11T19:22:26.092Z Downloaded constant_time_eq v0.4.2
12552026-09-11T19:22:26.092Z Downloaded icu_properties_data v2.1.2
12562026-09-11T19:22:26.095Z Downloaded unicode_categories v0.1.1
12572026-09-11T19:22:26.095Z Downloaded elliptic-curve v0.13.8
12582026-09-11T19:22:26.100Z Downloaded itertools v0.15.0
12592026-09-11T19:22:26.104Z Downloaded ipnet v2.12.0
12602026-09-11T19:22:26.104Z Downloaded toml v1.1.2+spec-1.1.0
12612026-09-11T19:22:26.104Z Downloaded const_format v0.2.35
12622026-09-11T19:22:26.108Z Downloaded tls_codec v0.4.2
12632026-09-11T19:22:26.108Z Downloaded indicatif v0.18.4
12642026-09-11T19:22:26.118Z Downloaded rustls-platform-verifier v0.6.2
12652026-09-11T19:22:26.118Z Downloaded tower-http v0.6.8
12662026-09-11T19:22:26.125Z Downloaded bitvec v1.0.1
12672026-09-11T19:22:26.130Z Downloaded ctutils v0.4.2
12682026-09-11T19:22:26.130Z Downloaded icu_locale_core v2.1.1
12692026-09-11T19:22:26.130Z Downloaded pin-project-internal v1.1.11
12702026-09-11T19:22:26.130Z Downloaded p384 v0.14.0
12712026-09-11T19:22:26.136Z Downloaded tracing-core v0.1.36
12722026-09-11T19:22:26.136Z Downloaded ipnetwork v0.21.1
12732026-09-11T19:22:26.136Z Downloaded paste v1.0.15
12742026-09-11T19:22:26.140Z Downloaded predicates v3.1.4
12752026-09-11T19:22:26.140Z Downloaded usdt-impl v0.6.0
12762026-09-11T19:22:26.140Z Downloaded hyper-util v0.1.20
12772026-09-11T19:22:26.148Z Downloaded chrono v0.4.45
12782026-09-11T19:22:26.152Z Downloaded dropshot-api-manager v0.8.0
12792026-09-11T19:22:26.152Z Downloaded salsa20 v0.11.0
12802026-09-11T19:22:26.152Z Downloaded delegate v0.13.5
12812026-09-11T19:22:26.152Z Downloaded darling_core v0.13.4
12822026-09-11T19:22:26.152Z Downloaded itertools v0.14.0
12832026-09-11T19:22:26.170Z Downloaded git2 v0.20.4
12842026-09-11T19:22:26.175Z Downloaded typify v0.6.2
12852026-09-11T19:22:26.175Z Downloaded reqwest v0.12.28
12862026-09-11T19:22:26.175Z Downloaded x509-cert v0.2.5
12872026-09-11T19:22:26.175Z Downloaded derive_more v0.99.20
12882026-09-11T19:22:26.175Z Downloaded smallvec v1.15.1
12892026-09-11T19:22:26.175Z Downloaded iri-string v0.7.10
12902026-09-11T19:22:26.180Z Downloaded signal-hook v0.3.18
12912026-09-11T19:22:26.180Z Downloaded schemars v0.9.0
12922026-09-11T19:22:26.183Z Downloaded rand v0.8.6
12932026-09-11T19:22:26.187Z Downloaded unicode-bidi v0.3.18
12942026-09-11T19:22:26.191Z Downloaded sha3 v0.12.0
12952026-09-11T19:22:26.191Z Downloaded unsafe-libyaml v0.2.11
12962026-09-11T19:22:26.196Z Downloaded derive_more v2.1.1
12972026-09-11T19:22:26.202Z Downloaded drift v0.2.0
12982026-09-11T19:22:26.206Z Downloaded goblin v0.10.5
12992026-09-11T19:22:26.210Z Downloaded serde_with v3.21.0
13002026-09-11T19:22:26.215Z Downloaded reqwest v0.13.2
13012026-09-11T19:22:26.218Z Downloaded itertools v0.13.0
13022026-09-11T19:22:26.221Z Downloaded lalrpop v0.19.12
13032026-09-11T19:22:26.228Z Downloaded tokio-postgres v0.7.18
13042026-09-11T19:22:26.233Z Downloaded nom v7.1.3
13052026-09-11T19:22:26.237Z Downloaded crossterm v0.28.1
13062026-09-11T19:22:26.241Z Downloaded ed25519-dalek v3.0.0
13072026-09-11T19:22:26.241Z Downloaded reedline v0.40.0
13082026-09-11T19:22:26.246Z Downloaded icu_normalizer v2.1.1
13092026-09-11T19:22:26.251Z Downloaded rand v0.10.1
13102026-09-11T19:22:26.251Z Downloaded rsa v0.10.0-rc.18
13112026-09-11T19:22:26.257Z Downloaded zip v4.6.1
13122026-09-11T19:22:26.262Z Downloaded winnow v0.6.26
13132026-09-11T19:22:26.269Z Downloaded gimli v0.32.3
13142026-09-11T19:22:26.275Z Downloaded rustyline v14.0.0
13152026-09-11T19:22:26.279Z Downloaded itertools v0.12.1
13162026-09-11T19:22:26.284Z Downloaded unicode-segmentation v1.12.0
13172026-09-11T19:22:26.288Z Downloaded radix_trie v0.2.1
13182026-09-11T19:22:26.294Z Downloaded rawzip v0.4.4
13192026-09-11T19:22:26.298Z Downloaded winnow v1.0.3
13202026-09-11T19:22:26.310Z Downloaded crypto-bigint v0.7.5
13212026-09-11T19:22:26.320Z Downloaded p521 v0.13.3
13222026-09-11T19:22:26.324Z Downloaded iddqd v0.4.2
13232026-09-11T19:22:26.328Z Downloaded proptest v1.11.0
13242026-09-11T19:22:26.333Z Downloaded zip v8.6.0
13252026-09-11T19:22:26.338Z Downloaded p384 v0.13.1
13262026-09-11T19:22:26.342Z Downloaded dashu-int v0.5.1
13272026-09-11T19:22:26.354Z Downloaded moka v0.12.13
13282026-09-11T19:22:26.358Z Downloaded nix v0.27.1
13292026-09-11T19:22:26.367Z Downloaded regress v0.10.5
13302026-09-11T19:22:26.372Z Downloaded zerocopy v0.8.55
13312026-09-11T19:22:26.385Z Downloaded bstr v1.12.1
13322026-09-11T19:22:26.391Z Downloaded salty v0.3.0
13332026-09-11T19:22:26.395Z Downloaded object v0.30.4
13342026-09-11T19:22:26.402Z Downloaded time v0.3.47
13352026-09-11T19:22:26.406Z Downloaded polar-core v0.27.3
13362026-09-11T19:22:26.412Z Downloaded portable-atomic v1.13.1
13372026-09-11T19:22:26.423Z Downloaded smoltcp v0.9.1
13382026-09-11T19:22:26.429Z Downloaded zlib-rs v0.6.2
13392026-09-11T19:22:26.441Z Downloaded hickory-proto v0.24.4
13402026-09-11T19:22:26.450Z Downloaded russh v0.62.4
13412026-09-11T19:22:26.458Z Downloaded crypto-primes v0.7.2
13422026-09-11T19:22:26.464Z Downloaded openssl v0.10.80
13432026-09-11T19:22:26.468Z Downloaded smoltcp v0.11.0
13442026-09-11T19:22:26.475Z Downloaded hyper v1.10.1
13452026-09-11T19:22:26.479Z Downloaded petname v2.0.2
13462026-09-11T19:22:26.484Z Downloaded openapiv3 v2.2.0
13472026-09-11T19:22:26.489Z Downloaded syn v3.0.3
13482026-09-11T19:22:26.495Z Downloaded vcpkg v0.2.15
13492026-09-11T19:22:26.518Z Downloaded hickory-proto v0.25.2
13502026-09-11T19:22:26.528Z Downloaded quinn-proto v0.11.16
13512026-09-11T19:22:26.532Z Downloaded regex-syntax v0.8.10
13522026-09-11T19:22:26.540Z Downloaded regress v0.11.1
13532026-09-11T19:22:26.544Z Downloaded regex-syntax v0.6.29
13542026-09-11T19:22:26.548Z Downloaded nix v0.28.0
13552026-09-11T19:22:26.551Z Downloaded tabled v0.21.0
13562026-09-11T19:22:26.562Z Downloaded object v0.39.1
13572026-09-11T19:22:26.568Z Downloaded rustix v0.38.44
13582026-09-11T19:22:26.582Z Downloaded object v0.37.3
13592026-09-11T19:22:26.590Z Downloaded curve25519-dalek v4.1.3
13602026-09-11T19:22:26.598Z Downloaded sqlparser v0.61.0
13612026-09-11T19:22:26.602Z Downloaded nix v0.31.2
13622026-09-11T19:22:26.606Z Downloaded curve25519-dalek v5.0.0
13632026-09-11T19:22:26.612Z Downloaded typify-impl v0.6.2
13642026-09-11T19:22:26.619Z Downloaded diesel v2.3.7
13652026-09-11T19:22:26.632Z Downloaded rustls v0.23.41
13662026-09-11T19:22:26.640Z Downloaded sha3 v0.11.0
13672026-09-11T19:22:26.644Z Downloaded sled v0.34.7
13682026-09-11T19:22:26.653Z Downloaded tracing v0.1.44
13692026-09-11T19:22:26.663Z Downloaded dropshot v0.17.1
13702026-09-11T19:22:26.674Z Downloaded regex-automata v0.4.14
13712026-09-11T19:22:26.683Z Downloaded petgraph v0.8.3
13722026-09-11T19:22:26.695Z Downloaded zerocopy-derive v0.6.6
13732026-09-11T19:22:26.702Z Downloaded bzip2-sys v0.1.13+1.0.8
13742026-09-11T19:22:26.708Z Downloaded encoding_rs v0.8.35
13752026-09-11T19:22:26.721Z Downloaded ring v0.17.14
13762026-09-11T19:22:26.748Z Downloaded ratatui v0.29.0
13772026-09-11T19:22:26.774Z Downloaded jiff v0.2.34
13782026-09-11T19:22:26.793Z Downloaded petgraph v0.6.5
13792026-09-11T19:22:26.805Z Downloaded chrono-tz v0.10.4
13802026-09-11T19:22:26.820Z Downloaded sha3 v0.10.8
13812026-09-11T19:22:26.824Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13822026-09-11T19:22:26.833Z Downloaded csv v1.4.0
13832026-09-11T19:22:26.846Z Downloaded libz-sys v1.1.24
13842026-09-11T19:22:26.859Z Downloaded tokio v1.52.1
13852026-09-11T19:22:27.023Z Downloaded libgit2-sys v0.18.3+1.9.2
13862026-09-11T19:22:27.511Z Downloaded dsi-bitstream v0.10.1
13872026-09-11T19:22:27.698Z Downloaded aws-lc-sys v0.40.0
13882026-09-11T19:22:27.971Z Compiling serde_core v1.0.228
13892026-09-11T19:22:27.971Z Compiling libc v0.2.185
13902026-09-11T19:22:27.975Z Compiling serde v1.0.228
13912026-09-11T19:22:27.975Z Compiling log v0.4.33
13922026-09-11T19:22:27.976Z Compiling smallvec v1.15.1
13932026-09-11T19:22:27.976Z Compiling subtle v2.6.1
13942026-09-11T19:22:27.976Z Compiling typenum v1.20.1
13952026-09-11T19:22:27.976Z Compiling zerocopy v0.8.55
13962026-09-11T19:22:27.976Z Compiling scopeguard v1.2.0
13972026-09-11T19:22:28.115Z Compiling portable-atomic v1.13.1
13982026-09-11T19:22:28.118Z Compiling shlex v1.3.0
13992026-09-11T19:22:28.118Z Compiling find-msvc-tools v0.1.9
14002026-09-11T19:22:28.118Z Compiling stable_deref_trait v1.2.1
14012026-09-11T19:22:28.118Z Compiling critical-section v1.2.0
14022026-09-11T19:22:28.118Z Compiling serde_json v1.0.151
14032026-09-11T19:22:28.118Z Compiling getrandom v0.4.3
14042026-09-11T19:22:28.118Z Compiling libm v0.2.16
14052026-09-11T19:22:28.118Z Compiling rand_core v0.10.0
14062026-09-11T19:22:28.118Z Compiling allocator-api2 v0.2.21
14072026-09-11T19:22:28.118Z Compiling const-oid v0.9.6
14082026-09-11T19:22:28.118Z Compiling litemap v0.8.1
14092026-09-11T19:22:28.118Z Compiling parking_lot_core v0.9.12
14102026-09-11T19:22:28.130Z Compiling pin-project-lite v0.2.17
14112026-09-11T19:22:28.203Z Compiling generic-array v0.14.7
14122026-09-11T19:22:28.206Z Compiling num-traits v0.2.19
14132026-09-11T19:22:28.206Z Compiling writeable v0.6.2
14142026-09-11T19:22:28.206Z Compiling percent-encoding v2.3.2
14152026-09-11T19:22:28.206Z Compiling icu_normalizer_data v2.1.1
14162026-09-11T19:22:28.327Z Compiling icu_properties_data v2.1.2
14172026-09-11T19:22:28.342Z Compiling rustix v1.1.4
14182026-09-11T19:22:28.361Z Compiling syn v2.0.117
14192026-09-11T19:22:28.379Z Compiling pkg-config v0.3.32
14202026-09-11T19:22:28.498Z Compiling futures-core v0.3.32
14212026-09-11T19:22:28.514Z Compiling getrandom v0.3.4
14222026-09-11T19:22:28.567Z Compiling lock_api v0.4.14
14232026-09-11T19:22:28.604Z Compiling utf8_iter v1.0.4
14242026-09-11T19:22:28.622Z Compiling foldhash v0.2.0
14252026-09-11T19:22:28.660Z Compiling base64ct v1.8.3
14262026-09-11T19:22:28.711Z Compiling form_urlencoded v1.2.2
14272026-09-11T19:22:28.731Z Compiling flagset v0.4.7
14282026-09-11T19:22:28.750Z Compiling futures-sink v0.3.32
14292026-09-11T19:22:28.766Z Compiling futures-task v0.3.32
14302026-09-11T19:22:28.785Z Compiling slab v0.4.12
14312026-09-11T19:22:28.819Z Compiling futures-io v0.3.32
14322026-09-11T19:22:28.893Z Compiling rustversion v1.0.22
14332026-09-11T19:22:28.896Z Compiling iana-time-zone v0.1.65
14342026-09-11T19:22:28.896Z Compiling base64 v0.22.1
14352026-09-11T19:22:28.896Z Compiling ident_case v1.0.1
14362026-09-11T19:22:28.948Z Compiling hashbrown v0.17.0
14372026-09-11T19:22:28.966Z Compiling futures-channel v0.3.32
14382026-09-11T19:22:29.118Z Compiling cmov v0.5.4
14392026-09-11T19:22:29.137Z Compiling syn v1.0.109
14402026-09-11T19:22:29.371Z Compiling spin v0.9.8
14412026-09-11T19:22:29.374Z Compiling ahash v0.8.12
14422026-09-11T19:22:29.374Z Compiling dyn-clone v1.0.20
14432026-09-11T19:22:29.374Z Compiling dunce v1.0.5
14442026-09-11T19:22:29.407Z Compiling cpufeatures v0.2.17
14452026-09-11T19:22:29.424Z Compiling fs_extra v1.3.0
14462026-09-11T19:22:29.428Z Compiling simd-adler32 v0.3.8
14472026-09-11T19:22:29.428Z Compiling schemars v0.8.22
14482026-09-11T19:22:29.428Z Compiling pem-rfc7468 v0.7.0
14492026-09-11T19:22:29.428Z Compiling adler2 v2.0.1
14502026-09-11T19:22:29.495Z Compiling regex-syntax v0.8.10
14512026-09-11T19:22:29.498Z Compiling tinyvec_macros v0.1.1
14522026-09-11T19:22:29.498Z Compiling num-bigint-dig v0.8.6
14532026-09-11T19:22:29.498Z Compiling aws-lc-rs v1.16.3
14542026-09-11T19:22:29.498Z Compiling ctutils v0.4.2
14552026-09-11T19:22:29.550Z Compiling object v0.37.3
14562026-09-11T19:22:29.565Z Compiling vcpkg v0.2.15
14572026-09-11T19:22:29.568Z Compiling anyhow v1.0.104
14582026-09-11T19:22:29.601Z Compiling lazy_static v1.5.0
14592026-09-11T19:22:29.604Z Compiling crc32fast v1.5.0
14602026-09-11T19:22:29.620Z Compiling base16ct v0.2.0
14612026-09-11T19:22:29.656Z Compiling gimli v0.32.3
14622026-09-11T19:22:29.708Z Compiling miniz_oxide v0.8.9
14632026-09-11T19:22:29.725Z Compiling httparse v1.10.1
14642026-09-11T19:22:29.740Z Compiling openssl-probe v0.2.1
14652026-09-11T19:22:29.743Z Compiling rustc-demangle v0.1.27
14662026-09-11T19:22:29.759Z Compiling owo-colors v4.3.0
14672026-09-11T19:22:29.796Z Compiling untrusted v0.7.1
14682026-09-11T19:22:29.815Z Compiling proc-macro-error-attr2 v2.0.0
14692026-09-11T19:22:29.818Z Compiling aho-corasick v1.1.4
14702026-09-11T19:22:29.850Z Compiling untrusted v0.9.0
14712026-09-11T19:22:29.866Z Compiling is_ci v1.2.0
14722026-09-11T19:22:29.885Z Compiling atomic-waker v1.1.2
14732026-09-11T19:22:29.899Z Compiling tower-service v0.3.3
14742026-09-11T19:22:29.936Z Compiling tower-layer v0.3.3
14752026-09-11T19:22:29.951Z Compiling try-lock v0.2.5
14762026-09-11T19:22:29.968Z Compiling radium v0.7.0
14772026-09-11T19:22:30.116Z Compiling tinyvec v1.11.0
14782026-09-11T19:22:30.131Z Compiling errno v0.3.14
14792026-09-11T19:22:30.234Z Compiling jobserver v0.1.34
14802026-09-11T19:22:30.268Z Compiling getrandom v0.2.17
14812026-09-11T19:22:30.343Z Compiling signal-hook-registry v1.4.8
14822026-09-11T19:22:30.346Z Compiling mio v1.2.0
14832026-09-11T19:22:30.364Z Compiling socket2 v0.6.3
14842026-09-11T19:22:30.421Z Compiling once_cell v1.21.3
14852026-09-11T19:22:30.513Z Compiling rustls v0.23.41
14862026-09-11T19:22:30.531Z Compiling rand_core v0.6.4
14872026-09-11T19:22:30.552Z Compiling slog v2.8.2
14882026-09-11T19:22:30.570Z Compiling rand_core v0.9.5
14892026-09-11T19:22:30.573Z Compiling supports-color v3.0.2
14902026-09-11T19:22:30.588Z Compiling cc v1.2.56
14912026-09-11T19:22:30.624Z Compiling want v0.3.1
14922026-09-11T19:22:30.642Z Compiling tracing-core v0.1.36
14932026-09-11T19:22:30.677Z Compiling num-integer v0.1.46
14942026-09-11T19:22:30.696Z Compiling const-oid v0.10.2
14952026-09-11T19:22:30.716Z Compiling tap v1.0.1
14962026-09-11T19:22:30.805Z Compiling openssl v0.10.80
14972026-09-11T19:22:30.809Z Compiling supports-unicode v3.0.0
14982026-09-11T19:22:30.845Z Compiling bitflags v2.11.0
14992026-09-11T19:22:30.862Z Compiling semver v1.0.28
15002026-09-11T19:22:30.865Z Compiling indexmap v2.14.0
15012026-09-11T19:22:30.899Z Compiling camino v1.2.5
15022026-09-11T19:22:30.915Z Compiling httpdate v1.0.3
15032026-09-11T19:22:30.990Z Compiling ff v0.13.1
15042026-09-11T19:22:31.007Z Compiling uuid v1.23.4
15052026-09-11T19:22:31.010Z Compiling supports-hyperlinks v3.2.0
15062026-09-11T19:22:31.027Z Compiling powerfmt v0.2.0
15072026-09-11T19:22:31.063Z Compiling parking_lot v0.12.5
15082026-09-11T19:22:31.100Z Compiling foreign-types-shared v0.1.1
15092026-09-11T19:22:31.100Z Compiling time-core v0.1.8
15102026-09-11T19:22:31.137Z Compiling num-conv v0.2.0
15112026-09-11T19:22:31.140Z Compiling maybe-uninit v2.0.0
15122026-09-11T19:22:31.189Z Compiling group v0.13.0
15132026-09-11T19:22:31.192Z Compiling keccak v0.1.6
15142026-09-11T19:22:31.192Z Compiling wyz v0.5.1
15152026-09-11T19:22:31.226Z Compiling num-iter v0.1.45
15162026-09-11T19:22:31.279Z Compiling foreign-types v0.3.2
15172026-09-11T19:22:31.297Z Compiling deranged v0.5.8
15182026-09-11T19:22:31.316Z Compiling unicode-normalization v0.1.25
15192026-09-11T19:22:31.320Z Compiling wait-timeout v0.2.1
15202026-09-11T19:22:31.333Z Compiling socket2 v0.5.10
15212026-09-11T19:22:31.337Z Compiling env_filter v2.0.0
15222026-09-11T19:22:31.350Z Compiling time-macros v0.2.27
15232026-09-11T19:22:31.403Z Compiling quick-error v1.2.3
15242026-09-11T19:22:31.436Z Compiling synstructure v0.13.2
15252026-09-11T19:22:31.492Z Compiling serde_derive_internals v0.29.1
15262026-09-11T19:22:31.511Z Compiling cmake v0.1.57
15272026-09-11T19:22:31.532Z Compiling pest_generator v2.8.6
15282026-09-11T19:22:31.549Z Compiling rustc_version v0.4.1
15292026-09-11T19:22:31.571Z Compiling darling_core v0.23.0
15302026-09-11T19:22:31.588Z Compiling regex-automata v0.4.14
15312026-09-11T19:22:31.607Z Compiling darling_core v0.20.11
15322026-09-11T19:22:31.611Z Compiling proc-macro-error2 v2.0.1
15332026-09-11T19:22:31.646Z Compiling packed_struct v0.10.1
15342026-09-11T19:22:31.662Z Compiling num_threads v0.1.7
15352026-09-11T19:22:31.712Z Compiling funty v2.0.0
15362026-09-11T19:22:31.716Z Compiling crossbeam-utils v0.8.21
15372026-09-11T19:22:31.733Z Compiling cpufeatures v0.3.0
15382026-09-11T19:22:31.736Z Compiling ciborium-io v0.2.2
15392026-09-11T19:22:31.736Z Compiling bit-vec v0.8.0
15402026-09-11T19:22:31.736Z Compiling native-tls v0.2.18
15412026-09-11T19:22:31.855Z Compiling addr2line v0.25.1
15422026-09-11T19:22:31.887Z Compiling env_logger v0.11.11
15432026-09-11T19:22:31.891Z Compiling rand_xorshift v0.4.0
15442026-09-11T19:22:31.891Z Compiling thread-id v4.2.2
15452026-09-11T19:22:31.922Z Compiling sync_wrapper v1.0.2
15462026-09-11T19:22:31.942Z Compiling indexmap v1.9.3
15472026-09-11T19:22:31.997Z Compiling bit-set v0.8.0
15482026-09-11T19:22:32.014Z Compiling nodrop v0.1.14
15492026-09-11T19:22:32.017Z Compiling usdt-impl v0.6.0
15502026-09-11T19:22:32.017Z Compiling unicode-segmentation v1.12.0
15512026-09-11T19:22:32.096Z Compiling siphasher v1.0.2
15522026-09-11T19:22:32.134Z Compiling bitvec v1.0.1
15532026-09-11T19:22:32.139Z Compiling crc-catalog v2.4.0
15542026-09-11T19:22:32.174Z Compiling salty v0.3.0
15552026-09-11T19:22:32.178Z Compiling unarray v0.1.4
15562026-09-11T19:22:32.178Z Compiling paste v1.0.15
15572026-09-11T19:22:32.229Z Compiling array-init v0.0.4
15582026-09-11T19:22:32.229Z Compiling smallvec v0.6.14
15592026-09-11T19:22:32.282Z Compiling crc v3.4.0
15602026-09-11T19:22:32.287Z Compiling curve25519-dalek v4.1.3
15612026-09-11T19:22:32.287Z Compiling heapless v0.7.17
15622026-09-11T19:22:32.340Z Compiling thread-id v5.1.0
15632026-09-11T19:22:32.379Z Compiling syn v3.0.3
15642026-09-11T19:22:32.383Z Compiling cookie v0.18.1
15652026-09-11T19:22:32.383Z Compiling aws-lc-sys v0.40.0
15662026-09-11T19:22:32.435Z Compiling openssl-sys v0.9.117
15672026-09-11T19:22:32.453Z Compiling bzip2-sys v0.1.13+1.0.8
15682026-09-11T19:22:32.458Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15692026-09-11T19:22:32.490Z Compiling ryu v1.0.23
15702026-09-11T19:22:32.531Z Compiling unicode-bidi v0.3.18
15712026-09-11T19:22:32.531Z Compiling signal-hook v0.3.18
15722026-09-11T19:22:32.589Z Compiling winnow v0.5.40
15732026-09-11T19:22:32.626Z Compiling zstd-safe v7.2.4
15742026-09-11T19:22:32.630Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
15752026-09-11T19:22:32.630Z Compiling hashbrown v0.12.3
15762026-09-11T19:22:32.630Z Compiling data-encoding v2.10.0
15772026-09-11T19:22:32.648Z Compiling static_assertions v1.1.0
15782026-09-11T19:22:32.683Z Compiling terminal_size v0.4.3
15792026-09-11T19:22:32.687Z Compiling tempfile v3.27.0
15802026-09-11T19:22:32.738Z Compiling unicode-properties v0.1.4
15812026-09-11T19:22:32.758Z Compiling base64 v0.21.7
15822026-09-11T19:22:32.777Z Compiling iri-string v0.7.10
15832026-09-11T19:22:32.816Z Compiling time v0.3.47
15842026-09-11T19:22:32.836Z Compiling vergen-lib v9.1.0
15852026-09-11T19:22:32.911Z Compiling clap_builder v4.6.0
15862026-09-11T19:22:32.927Z Compiling textwrap v0.16.2
15872026-09-11T19:22:32.946Z Compiling stringprep v0.1.5
15882026-09-11T19:22:32.950Z Compiling hash32 v0.2.1
15892026-09-11T19:22:32.966Z Compiling encoding_rs v0.8.35
15902026-09-11T19:22:33.021Z Compiling rusty-fork v0.3.1
15912026-09-11T19:22:33.039Z Compiling memoffset v0.9.1
15922026-09-11T19:22:33.148Z Compiling thread_local v1.1.9
15932026-09-11T19:22:33.167Z Compiling litrs v1.0.0
15942026-09-11T19:22:33.187Z Compiling mime v0.3.17
15952026-09-11T19:22:33.206Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
15962026-09-11T19:22:33.223Z Compiling backtrace v0.3.76
15972026-09-11T19:22:33.226Z Compiling bumpalo v3.20.2
15982026-09-11T19:22:33.244Z Compiling fallible-iterator v0.2.0
15992026-09-11T19:22:33.313Z Compiling rustix v0.38.44
16002026-09-11T19:22:33.343Z Compiling serde_derive v1.0.228
16012026-09-11T19:22:33.356Z Compiling zeroize_derive v1.5.0
16022026-09-11T19:22:33.385Z Compiling zerocopy-derive v0.8.55
16032026-09-11T19:22:33.555Z Compiling zerofrom-derive v0.1.6
16042026-09-11T19:22:33.575Z Compiling yoke-derive v0.8.1
16052026-09-11T19:22:33.596Z Compiling zerovec-derive v0.11.2
16062026-09-11T19:22:33.599Z Compiling displaydoc v0.2.5
16072026-09-11T19:22:33.599Z Compiling tokio-macros v2.7.0
16082026-09-11T19:22:33.634Z Compiling thiserror-impl v2.0.18
16092026-09-11T19:22:33.653Z Compiling der_derive v0.7.3
16102026-09-11T19:22:33.674Z Compiling futures-macro v0.3.32
16112026-09-11T19:22:33.678Z Compiling thiserror-impl v1.0.69
16122026-09-11T19:22:33.678Z Compiling tracing-attributes v0.1.31
16132026-09-11T19:22:33.741Z Compiling schemars_derive v0.8.22
16142026-09-11T19:22:33.745Z Compiling clap_derive v4.6.1
16152026-09-11T19:22:33.798Z Compiling pest_derive v2.8.6
16162026-09-11T19:22:33.823Z Compiling scroll_derive v0.12.1
16172026-09-11T19:22:33.853Z Compiling async-trait v0.1.89
16182026-09-11T19:22:34.241Z Compiling backtrace-ext v0.2.1
16192026-09-11T19:22:34.257Z Compiling curve25519-dalek-derive v0.1.1
16202026-09-11T19:22:34.387Z Compiling miette-derive v7.6.0
16212026-09-11T19:22:34.405Z Compiling scroll_derive v0.13.1
16222026-09-11T19:22:34.408Z Compiling darling_macro v0.23.0
16232026-09-11T19:22:34.472Z Compiling zerocopy-derive v0.7.35
16242026-09-11T19:22:34.527Z Compiling darling_macro v0.20.11
16252026-09-11T19:22:34.575Z Compiling openssl-macros v0.1.1
16262026-09-11T19:22:34.578Z Compiling knus-derive v3.4.0
16272026-09-11T19:22:34.687Z Compiling scroll v0.12.0
16282026-09-11T19:22:34.736Z Compiling futures-util v0.3.32
16292026-09-11T19:22:34.762Z Compiling strum_macros v0.26.4
16302026-09-11T19:22:34.788Z Compiling hubpack_derive v0.1.1
16312026-09-11T19:22:34.828Z Compiling packed_struct_codegen v0.10.1
16322026-09-11T19:22:34.850Z Compiling zerocopy-derive v0.6.6
16332026-09-11T19:22:34.904Z Compiling bitfield-macros v0.19.4
16342026-09-11T19:22:35.012Z Compiling goblin v0.8.2
16352026-09-11T19:22:35.066Z Compiling enum-as-inner v0.6.1
16362026-09-11T19:22:35.125Z Compiling structmeta-derive v0.3.0
16372026-09-11T19:22:35.186Z Compiling darling v0.23.0
16382026-09-11T19:22:35.199Z Compiling bzip2 v0.4.4
16392026-09-11T19:22:35.221Z Compiling bstr v1.12.1
16402026-09-11T19:22:35.265Z Compiling pin-project-internal v1.1.11
16412026-09-11T19:22:35.316Z Compiling serde_with_macros v3.21.0
16422026-09-11T19:22:35.336Z Compiling zerofrom v0.1.6
16432026-09-11T19:22:35.339Z Compiling darling v0.20.11
16442026-09-11T19:22:35.378Z Compiling thiserror v1.0.69
16452026-09-11T19:22:35.381Z Compiling thiserror v2.0.18
16462026-09-11T19:22:35.381Z Compiling smoltcp v0.9.1
16472026-09-11T19:22:35.426Z Compiling tracing v0.1.44
16482026-09-11T19:22:35.483Z Compiling scroll v0.13.0
16492026-09-11T19:22:35.486Z Compiling derive_builder_core v0.20.2
16502026-09-11T19:22:35.486Z Compiling slog-async v2.8.0
16512026-09-11T19:22:35.543Z Compiling yoke v0.8.1
16522026-09-11T19:22:35.546Z Compiling dtrace-parser v0.2.0
16532026-09-11T19:22:35.567Z Compiling dtrace-parser v0.3.0
16542026-09-11T19:22:35.604Z Compiling zerocopy v0.7.35
16552026-09-11T19:22:35.607Z Compiling psl-types v2.0.11
16562026-09-11T19:22:35.763Z Compiling zerovec v0.11.5
16572026-09-11T19:22:35.806Z Compiling zerotrie v0.2.3
16582026-09-11T19:22:35.811Z Compiling miette v7.6.0
16592026-09-11T19:22:35.812Z Compiling goblin v0.10.5
16602026-09-11T19:22:35.812Z Compiling crc-any v2.5.0
16612026-09-11T19:22:35.826Z Compiling bitfield v0.19.4
16622026-09-11T19:22:35.879Z Compiling libbz2-rs-sys v0.2.2
16632026-09-11T19:22:35.917Z Compiling clap v4.6.1
16642026-09-11T19:22:35.920Z Compiling linked-hash-map v0.5.6
16652026-09-11T19:22:35.954Z Compiling ref-cast v1.0.25
16662026-09-11T19:22:35.958Z Compiling zerocopy v0.6.6
16672026-09-11T19:22:35.986Z Compiling zlib-rs v0.6.2
16682026-09-11T19:22:36.034Z Compiling cfg_aliases v0.2.1
16692026-09-11T19:22:36.131Z Compiling lru-cache v0.1.2
16702026-09-11T19:22:36.148Z Compiling nix v0.31.2
16712026-09-11T19:22:36.188Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16722026-09-11T19:22:36.247Z Compiling zip v0.6.6
16732026-09-11T19:22:36.282Z Compiling tinystr v0.8.2
16742026-09-11T19:22:36.282Z Compiling potential_utf v0.1.4
16752026-09-11T19:22:36.286Z Compiling daft-derive v0.1.8
16762026-09-11T19:22:36.336Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16772026-09-11T19:22:36.355Z Compiling bzip2 v0.6.1
16782026-09-11T19:22:36.398Z Compiling regex v1.12.3
16792026-09-11T19:22:36.433Z Compiling document-features v0.2.12
16802026-09-11T19:22:36.453Z Compiling zopfli v0.8.3
16812026-09-11T19:22:36.489Z Compiling icu_locale_core v2.1.1
16822026-09-11T19:22:36.492Z Compiling icu_collections v2.1.1
16832026-09-11T19:22:36.508Z Compiling structmeta v0.3.0
16842026-09-11T19:22:36.534Z Compiling derive_builder_macro v0.20.2
16852026-09-11T19:22:36.566Z Compiling snafu-derive v0.8.9
16862026-09-11T19:22:36.571Z Compiling ref-cast-impl v1.0.25
16872026-09-11T19:22:36.589Z Compiling strum_macros v0.27.2
16882026-09-11T19:22:36.604Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16892026-09-11T19:22:36.705Z Compiling pin-project v1.1.11
16902026-09-11T19:22:36.717Z Compiling crossbeam-channel v0.5.15
16912026-09-11T19:22:36.758Z Compiling convert_case v0.10.0
16922026-09-11T19:22:36.772Z Compiling phf_shared v0.13.1
16932026-09-11T19:22:36.791Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16942026-09-11T19:22:36.863Z Compiling derive-ex v0.1.8
16952026-09-11T19:22:36.868Z Compiling strum v0.26.3
16962026-09-11T19:22:36.902Z Compiling cargo-platform v0.3.2
16972026-09-11T19:22:36.945Z Compiling vergen v9.1.0
16982026-09-11T19:22:36.974Z Compiling memmap v0.7.0
16992026-09-11T19:22:36.995Z Compiling is-terminal v0.4.17
17002026-09-11T19:22:37.120Z Compiling futures-executor v0.3.32
17012026-09-11T19:22:37.153Z Compiling fs-err v3.3.0
17022026-09-11T19:22:37.175Z Compiling jiff-core v0.1.0
17032026-09-11T19:22:37.178Z Compiling path-slash v0.1.5
17042026-09-11T19:22:37.215Z Compiling either v1.15.0
17052026-09-11T19:22:37.239Z Compiling icu_provider v2.1.1
17062026-09-11T19:22:37.242Z Compiling term v1.2.1
17072026-09-11T19:22:37.282Z Compiling foldhash v0.1.5
17082026-09-11T19:22:37.304Z Compiling managed v0.8.0
17092026-09-11T19:22:37.349Z Compiling futures v0.3.32
17102026-09-11T19:22:37.371Z Compiling corncobs v0.1.4
17112026-09-11T19:22:37.390Z Compiling zeroize v1.9.0
17122026-09-11T19:22:37.393Z Compiling bytes v1.11.1
17132026-09-11T19:22:37.409Z Compiling chrono v0.4.45
17142026-09-11T19:22:37.427Z Compiling ipnet v2.12.0
17152026-09-11T19:22:37.431Z Compiling hex v0.4.3
17162026-09-11T19:22:37.442Z Compiling toml_datetime v0.6.11
17172026-09-11T19:22:37.465Z Compiling serde_tokenstream v0.2.3
17182026-09-11T19:22:37.469Z Compiling serde_spanned v0.6.9
17192026-09-11T19:22:37.500Z Compiling erased-serde v0.3.31
17202026-09-11T19:22:37.522Z Compiling hubpack v0.1.2
17212026-09-11T19:22:37.542Z Compiling icu_properties v2.1.2
17222026-09-11T19:22:37.546Z Compiling icu_normalizer v2.1.1
17232026-09-11T19:22:37.546Z Compiling dof v0.3.0
17242026-09-11T19:22:37.546Z Compiling serde-big-array v0.5.1
17252026-09-11T19:22:37.601Z Compiling der v0.7.10
17262026-09-11T19:22:37.612Z Compiling hybrid-array v0.4.13
17272026-09-11T19:22:37.618Z Compiling rustls-pki-types v1.14.0
17282026-09-11T19:22:37.731Z Compiling toml_edit v0.19.15
17292026-09-11T19:22:37.743Z Compiling serde-hex v0.1.0
17302026-09-11T19:22:37.785Z Compiling serde_urlencoded v0.7.1
17312026-09-11T19:22:37.838Z Compiling ron v0.8.1
17322026-09-11T19:22:37.915Z Compiling tokio v1.52.1
17332026-09-11T19:22:37.953Z Compiling http v1.4.2
17342026-09-11T19:22:38.037Z Compiling usdt-impl v0.5.0
17352026-09-11T19:22:38.062Z Compiling toml_edit v0.22.27
17362026-09-11T19:22:38.086Z Compiling derive_builder v0.20.2
17372026-09-11T19:22:38.104Z Compiling bitflags v1.3.2
17382026-09-11T19:22:38.123Z Compiling rustls-native-certs v0.8.3
17392026-09-11T19:22:38.170Z Compiling crypto-common v0.1.7
17402026-09-11T19:22:38.190Z Compiling block-buffer v0.10.4
17412026-09-11T19:22:38.214Z Compiling crypto-bigint v0.5.5
17422026-09-11T19:22:38.249Z Compiling take_mut v0.2.2
17432026-09-11T19:22:38.266Z Compiling resolv-conf v0.7.6
17442026-09-11T19:22:38.289Z Compiling same-file v1.0.6
17452026-09-11T19:22:38.388Z Compiling digest v0.10.7
17462026-09-11T19:22:38.409Z Compiling block-buffer v0.12.1
17472026-09-11T19:22:38.431Z Compiling crypto-common v0.2.2
17482026-09-11T19:22:38.434Z Compiling block-padding v0.4.2
17492026-09-11T19:22:38.469Z Compiling slog-term v2.9.2
17502026-09-11T19:22:38.525Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17512026-09-11T19:22:38.543Z Compiling spki v0.7.3
17522026-09-11T19:22:38.564Z Compiling walkdir v2.5.0
17532026-09-11T19:22:38.660Z Compiling idna_adapter v1.2.1
17542026-09-11T19:22:38.688Z Compiling ppv-lite86 v0.2.21
17552026-09-11T19:22:38.707Z Compiling signature v2.2.0
17562026-09-11T19:22:38.768Z Compiling pkcs8 v0.10.2
17572026-09-11T19:22:38.773Z Compiling hmac v0.12.1
17582026-09-11T19:22:38.844Z Compiling idna v1.1.0
17592026-09-11T19:22:38.879Z Compiling sha2 v0.10.9
17602026-09-11T19:22:38.935Z Compiling x509-cert v0.2.5
17612026-09-11T19:22:38.955Z Compiling hkdf v0.12.4
17622026-09-11T19:22:38.974Z Compiling http-body v1.0.1
17632026-09-11T19:22:38.992Z Compiling hashbrown v0.14.5
17642026-09-11T19:22:39.011Z Compiling sec1 v0.7.3
17652026-09-11T19:22:39.023Z Compiling pkcs1 v0.7.5
17662026-09-11T19:22:39.073Z Compiling rand_chacha v0.3.1
17672026-09-11T19:22:39.073Z Compiling rand_chacha v0.9.0
17682026-09-11T19:22:39.089Z Compiling rfc6979 v0.4.0
17692026-09-11T19:22:39.092Z Compiling ed25519 v2.2.3
17702026-09-11T19:22:39.092Z Compiling sha3 v0.10.8
17712026-09-11T19:22:39.130Z Compiling inout v0.2.2
17722026-09-11T19:22:39.151Z Compiling half v2.7.1
17732026-09-11T19:22:39.167Z Compiling digest v0.11.3
17742026-09-11T19:22:39.170Z Compiling sha1 v0.10.6
17752026-09-11T19:22:39.188Z Compiling http-body-util v0.1.3
17762026-09-11T19:22:39.191Z Compiling dof v0.4.0
17772026-09-11T19:22:39.191Z Compiling hashbrown v0.13.2
17782026-09-11T19:22:39.205Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17792026-09-11T19:22:39.226Z Compiling url v2.5.8
17802026-09-11T19:22:39.229Z Compiling publicsuffix v2.3.0
17812026-09-11T19:22:39.293Z Compiling elliptic-curve v0.13.8
17822026-09-11T19:22:39.364Z Compiling rand v0.8.6
17832026-09-11T19:22:39.368Z Compiling rand v0.9.2
17842026-09-11T19:22:39.399Z Compiling cipher v0.5.2
17852026-09-11T19:22:39.464Z Compiling ciborium-ll v0.2.2
17862026-09-11T19:22:39.498Z Compiling hmac v0.13.0
17872026-09-11T19:22:39.515Z Compiling md-5 v0.11.0
17882026-09-11T19:22:39.536Z Compiling sha2 v0.11.0
17892026-09-11T19:22:39.557Z Compiling chumsky v0.9.3
17902026-09-11T19:22:39.571Z Compiling toml v0.7.8
17912026-09-11T19:22:39.618Z Compiling usdt-macro v0.5.0
17922026-09-11T19:22:39.636Z Compiling usdt-attr-macro v0.5.0
17932026-09-11T19:22:39.651Z Compiling ciborium v0.2.2
17942026-09-11T19:22:39.739Z Compiling primeorder v0.13.6
17952026-09-11T19:22:39.755Z Compiling ecdsa v0.16.9
17962026-09-11T19:22:39.769Z Compiling chacha20 v0.10.0
17972026-09-11T19:22:39.788Z Compiling object v0.30.4
17982026-09-11T19:22:39.807Z Compiling flate2 v1.1.9
17992026-09-11T19:22:39.811Z Compiling toml v0.8.23
18002026-09-11T19:22:39.840Z Compiling strum v0.27.2
18012026-09-11T19:22:39.882Z Compiling cookie_store v0.22.1
18022026-09-11T19:22:40.045Z Compiling ed25519-dalek v2.2.0
18032026-09-11T19:22:40.087Z Compiling proptest v1.11.0
18042026-09-11T19:22:40.199Z Compiling p384 v0.13.1
18052026-09-11T19:22:40.217Z Compiling rand v0.10.1
18062026-09-11T19:22:40.237Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18072026-09-11T19:22:40.279Z Compiling test-strategy v0.4.5
18082026-09-11T19:22:40.279Z Compiling snafu v0.8.9
18092026-09-11T19:22:40.310Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18102026-09-11T19:22:40.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112026-09-11T19:22:40.485Z Compiling inout v0.1.4
18122026-09-11T19:22:40.519Z Compiling jiff v0.2.34
18132026-09-11T19:22:40.536Z Compiling secrecy v0.8.0
18142026-09-11T19:22:40.567Z Compiling hashbrown v0.15.5
18152026-09-11T19:22:40.639Z Compiling cargo_metadata v0.23.1
18162026-09-11T19:22:40.642Z Compiling serde_plain v1.0.2
18172026-09-11T19:22:40.674Z Compiling olpc-cjson v0.1.4
18182026-09-11T19:22:40.679Z Compiling usdt v0.5.0
18192026-09-11T19:22:40.716Z Compiling serde_with v3.21.0
18202026-09-11T19:22:40.716Z Compiling ipnetwork v0.21.1
18212026-09-11T19:22:40.716Z Compiling byte-wrapper v0.1.0
18222026-09-11T19:22:40.719Z Compiling derive_more-impl v2.1.1
18232026-09-11T19:22:40.781Z Compiling knus v3.4.0
18242026-09-11T19:22:40.784Z Compiling phf v0.13.1
18252026-09-11T19:22:40.784Z Compiling signal-hook-mio v0.2.5
18262026-09-11T19:22:40.881Z Compiling postgres-protocol v0.6.12
18272026-09-11T19:22:40.897Z Compiling globset v0.4.18
18282026-09-11T19:22:40.917Z Compiling async-recursion v1.1.1
18292026-09-11T19:22:40.956Z Compiling derive-where v1.6.0
18302026-09-11T19:22:40.962Z Compiling usdt-macro v0.6.0
18312026-09-11T19:22:41.026Z Compiling usdt-attr-macro v0.6.0
18322026-09-11T19:22:41.026Z Compiling serde_repr v0.1.20
18332026-09-11T19:22:41.061Z Compiling oxnet v0.1.6
18342026-09-11T19:22:41.110Z Compiling phf_shared v0.11.3
18352026-09-11T19:22:41.116Z Compiling rsa v0.9.10
18362026-09-11T19:22:41.163Z Compiling float-cmp v0.10.0
18372026-09-11T19:22:41.181Z Compiling memmap2 v0.9.10
18382026-09-11T19:22:41.200Z Compiling pem v3.0.6
18392026-09-11T19:22:41.227Z Compiling hashbrown v0.16.1
18402026-09-11T19:22:41.248Z Compiling typed-path v0.9.3
18412026-09-11T19:22:41.274Z Compiling debug-ignore v1.0.5
18422026-09-11T19:22:41.291Z Compiling typed-path v0.12.3
18432026-09-11T19:22:41.359Z Compiling postgres-types v0.2.14
18442026-09-11T19:22:41.390Z Compiling fixedbitset v0.4.2
18452026-09-11T19:22:41.420Z Compiling precomputed-hash v0.1.1
18462026-09-11T19:22:41.452Z Compiling winnow v1.0.3
18472026-09-11T19:22:41.541Z Compiling normalize-line-endings v0.3.0
18482026-09-11T19:22:41.545Z Compiling whoami v2.1.0
18492026-09-11T19:22:41.577Z Compiling difflib v0.4.0
18502026-09-11T19:22:41.595Z Compiling new_debug_unreachable v1.0.6
18512026-09-11T19:22:41.687Z Compiling fixedbitset v0.5.7
18522026-09-11T19:22:41.706Z Compiling predicates-core v1.0.10
18532026-09-11T19:22:41.724Z Compiling string_cache v0.8.9
18542026-09-11T19:22:41.728Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
18552026-09-11T19:22:41.759Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
18562026-09-11T19:22:41.774Z Compiling petgraph v0.6.5
18572026-09-11T19:22:42.060Z Compiling tokio-util v0.7.18
18582026-09-11T19:22:42.081Z Compiling tower v0.5.3
18592026-09-11T19:22:42.117Z Compiling tokio-native-tls v0.3.1
18602026-09-11T19:22:42.121Z Compiling hickory-proto v0.24.4
18612026-09-11T19:22:42.174Z Compiling petgraph v0.8.3
18622026-09-11T19:22:42.177Z Compiling crossterm v0.28.1
18632026-09-11T19:22:42.177Z Compiling usdt v0.6.0
18642026-09-11T19:22:42.194Z Compiling buf-list v1.1.2
18652026-09-11T19:22:42.250Z Compiling derive_more v2.1.1
18662026-09-11T19:22:42.313Z Compiling hickory-proto v0.25.2
18672026-09-11T19:22:42.337Z Compiling zip v8.6.0
18682026-09-11T19:22:42.357Z Compiling predicates v3.1.4
18692026-09-11T19:22:42.412Z Compiling cipher v0.4.4
18702026-09-11T19:22:42.426Z Compiling itertools v0.15.0
18712026-09-11T19:22:42.447Z Compiling itertools v0.13.0
18722026-09-11T19:22:42.558Z Compiling tower-http v0.6.8
18732026-09-11T19:22:42.575Z Compiling zstd v0.13.3
18742026-09-11T19:22:42.596Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
18752026-09-11T19:22:42.611Z Compiling toml_parser v1.1.2+spec-1.1.0
18762026-09-11T19:22:42.651Z Compiling openapiv3 v2.2.0
18772026-09-11T19:22:42.716Z Compiling newtype-uuid v1.3.2
18782026-09-11T19:22:42.734Z Compiling similar v2.7.0
18792026-09-11T19:22:42.734Z Compiling crossbeam-epoch v0.9.18
18802026-09-11T19:22:42.769Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18812026-09-11T19:22:42.804Z Compiling heck v0.4.1
18822026-09-11T19:22:42.821Z Compiling peg-runtime v0.8.5
18832026-09-11T19:22:42.897Z Compiling h2 v0.4.15
18842026-09-11T19:22:43.005Z Compiling daft v0.1.8
18852026-09-11T19:22:43.038Z Compiling tokio-stream v0.1.18
18862026-09-11T19:22:43.090Z Compiling zip v4.6.1
18872026-09-11T19:22:43.112Z Compiling tokio-postgres v0.7.18
18882026-09-11T19:22:43.132Z Compiling lalrpop-util v0.19.12
18892026-09-11T19:22:43.159Z Compiling filetime v0.2.27
18902026-09-11T19:22:43.193Z Compiling xattr v1.6.1
18912026-09-11T19:22:43.239Z Compiling camino-tempfile v1.4.1
18922026-09-11T19:22:43.314Z Compiling iddqd v0.4.2
18932026-09-11T19:22:43.351Z Compiling tar v0.4.46
18942026-09-11T19:22:43.516Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18952026-09-11T19:22:44.011Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18962026-09-11T19:22:44.333Z Compiling hickory-resolver v0.24.4
18972026-09-11T19:22:44.552Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18982026-09-11T19:22:45.248Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18992026-09-11T19:22:45.392Z Compiling qorb v0.4.1
19002026-09-11T19:22:46.120Z Compiling hyper v1.10.1
19012026-09-11T19:22:47.236Z Compiling hyper-util v0.1.20
19022026-09-11T19:22:48.341Z Compiling hyper-tls v0.6.0
19032026-09-11T19:22:48.496Z Compiling reqwest v0.12.28
19042026-09-11T19:23:02.542Z Compiling rustls-webpki v0.103.13
19052026-09-11T19:23:05.244Z Compiling tokio-rustls v0.26.4
19062026-09-11T19:23:05.245Z Compiling rustls-platform-verifier v0.6.2
19072026-09-11T19:23:05.248Z Compiling tough v0.22.0
19082026-09-11T19:23:05.445Z Compiling hyper-rustls v0.27.7
19092026-09-11T19:23:05.640Z Compiling reqwest v0.13.2
19102026-09-11T19:23:07.779Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112026-09-11T19:23:08.033Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19122026-09-11T19:23:10.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.52s
19132026-09-11T19:23:10.983Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19142026-09-11T19:23:10.983Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19152026-09-11T19:23:11.120Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19162026-09-11T19:23:11.183ZSep 11 19:23:10.068 INFO Starting download, target: Clickhouse
19172026-09-11T19:23:11.183ZSep 11 19:23:10.069 INFO Starting download, target: Cockroach
19182026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Starting download, target: Console
19192026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Starting download, target: DendriteStub
19202026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Starting download, target: MaghemiteMgd
19212026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Starting download, target: TransceiverControl
19222026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Starting download, target: MaghemiteDdmd
19232026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19242026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19252026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19262026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19272026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19282026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19292026-09-11T19:23:11.189ZSep 11 19:23:10.069 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19302026-09-11T19:23:11.650ZSep 11 19:23:10.516 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19312026-09-11T19:23:11.822ZSep 11 19:23:10.690 INFO Download complete, target: TransceiverControl
19322026-09-11T19:23:13.039ZSep 11 19:23:11.921 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19332026-09-11T19:23:13.255ZSep 11 19:23:12.138 INFO Download complete, target: Console
19342026-09-11T19:23:13.380ZSep 11 19:23:12.263 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19352026-09-11T19:23:13.476ZSep 11 19:23:12.357 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19362026-09-11T19:23:13.745ZSep 11 19:23:12.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19372026-09-11T19:23:14.280ZSep 11 19:23:13.165 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19382026-09-11T19:23:14.280ZSep 11 19:23:13.165 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19392026-09-11T19:23:14.348ZSep 11 19:23:13.235 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19402026-09-11T19:23:14.985ZSep 11 19:23:13.869 INFO Download complete, target: MaghemiteDdmd
19412026-09-11T19:23:15.942ZSep 11 19:23:14.826 INFO Download complete, target: DendriteStub
19422026-09-11T19:23:16.143ZSep 11 19:23:15.029 INFO Download complete, target: MaghemiteMgd
19432026-09-11T19:23:18.253ZSep 11 19:23:17.139 INFO Checking that binary works, target: Cockroach
19442026-09-11T19:23:18.388ZSep 11 19:23:17.275 INFO Download complete, target: Cockroach
19452026-09-11T19:23:19.863ZSep 11 19:23:18.750 INFO Checking that binary works, target: Clickhouse
19462026-09-11T19:23:19.949ZSep 11 19:23:18.835 INFO Download complete, target: Clickhouse
19472026-09-11T19:23:20.003ZAll builder prerequisites installed successfully, and PATH looks valid
19482026-09-11T19:23:20.008Z
19492026-09-11T19:23:20.009Zreal 2:01.832960971
19502026-09-11T19:23:20.009Zuser 7:59.451664435
19512026-09-11T19:23:20.009Zsys 2:49.772314009
19522026-09-11T19:23:20.009Ztrap 0.266138701
19532026-09-11T19:23:20.009Ztflt 1.359943797
19542026-09-11T19:23:20.009Zdflt 3.670867619
19552026-09-11T19:23:20.009Zkflt 0.031521335
19562026-09-11T19:23:20.009Zlock 32:41.040176831
19572026-09-11T19:23:20.009Zslp 20:50.215946607
19582026-09-11T19:23:20.009Zlat 22.798501653
19592026-09-11T19:23:20.009Zstop 7:04.626869625
19602026-09-11T19:23:20.009Z++ bmat factory name
19612026-09-11T19:23:20.015Z++ bmat factory private
19622026-09-11T19:23:20.022Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-002ddcef634dfcf7d '{
19632026-09-11T19:23:20.023Z buildomat: {
19642026-09-11T19:23:20.023Z factory: {
19652026-09-11T19:23:20.023Z name: $bmat_factory_name,
19662026-09-11T19:23:20.023Z private: $bmat_factory_private,
19672026-09-11T19:23:20.023Z },
19682026-09-11T19:23:20.023Z },
19692026-09-11T19:23:20.023Z }'
19702026-09-11T19:23:20.102Z+ banner ls-apis
19712026-09-11T19:23:20.105Z
19722026-09-11T19:23:20.105Z # #### ## ##### # ####
19732026-09-11T19:23:20.105Z # # # # # # # #
19742026-09-11T19:23:20.105Z # #### ##### # # # # # ####
19752026-09-11T19:23:20.105Z # # ###### ##### # #
19762026-09-11T19:23:20.105Z # # # # # # # # #
19772026-09-11T19:23:20.105Z ###### #### # # # # ####
19782026-09-11T19:23:20.105Z
19792026-09-11T19:23:20.108Z+ source ./tools/include/force-git-over-https.sh
19802026-09-11T19:23:20.108Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19812026-09-11T19:23:20.108Z++ (( i = 0 ))
19822026-09-11T19:23:20.108Z++ (( i < 5 ))
19832026-09-11T19:23:20.108Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19842026-09-11T19:23:20.111Z++ (( i++ ))
19852026-09-11T19:23:20.111Z++ (( i < 5 ))
19862026-09-11T19:23:20.111Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19872026-09-11T19:23:20.114Z++ (( i++ ))
19882026-09-11T19:23:20.114Z++ (( i < 5 ))
19892026-09-11T19:23:20.114Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19902026-09-11T19:23:20.117Z++ (( i++ ))
19912026-09-11T19:23:20.117Z++ (( i < 5 ))
19922026-09-11T19:23:20.117Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19932026-09-11T19:23:20.120Z++ (( i++ ))
19942026-09-11T19:23:20.120Z++ (( i < 5 ))
19952026-09-11T19:23:20.120Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19962026-09-11T19:23:20.123Z++ (( i++ ))
19972026-09-11T19:23:20.123Z++ (( i < 5 ))
19982026-09-11T19:23:20.123Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19992026-09-11T19:23:20.123Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
20002026-09-11T19:23:20.123Z+ ptime -m cargo xtask ls-apis apis
20012026-09-11T19:23:20.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20022026-09-11T19:23:20.598Z Running `target/debug/xtask ls-apis apis`
20032026-09-11T19:23:21.395Z Compiling semver v0.1.20
20042026-09-11T19:23:21.395Z Compiling rayon-core v1.13.0
20052026-09-11T19:23:21.538Z Compiling crossbeam-deque v0.8.6
20062026-09-11T19:23:21.538Z Compiling blake3 v1.8.5
20072026-09-11T19:23:21.542Z Compiling arrayref v0.3.9
20082026-09-11T19:23:21.542Z Compiling arrayvec v0.7.6
20092026-09-11T19:23:21.548Z Compiling constant_time_eq v0.4.2
20102026-09-11T19:23:21.553Z Compiling parse-display-derive v0.10.0
20112026-09-11T19:23:21.562Z Compiling topological-sort v0.2.2
20122026-09-11T19:23:21.565Z Compiling itertools v0.14.0
20132026-09-11T19:23:21.574Z Compiling indent_write v2.2.0
20142026-09-11T19:23:21.691Z Compiling rustc_version v0.1.7
20152026-09-11T19:23:21.924Z Compiling newtype_derive v0.1.6
20162026-09-11T19:23:22.227Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
20172026-09-11T19:23:22.521Z Compiling omicron-zone-package v0.12.3
20182026-09-11T19:23:22.777Z Compiling parse-display v0.10.0
20192026-09-11T19:23:23.455Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
20202026-09-11T19:23:28.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.38s
20212026-09-11T19:23:28.020Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
20222026-09-11T19:23:28.020Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
20232026-09-11T19:23:28.154Z Running `target/debug/ls-apis apis`
20242026-09-11T19:23:28.202Zloading metadata for workspace omicron from current workspace
20252026-09-11T19:23:32.387Znote: 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.
20262026-09-11T19:23:32.387Z - 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" }
20272026-09-11T19:23:32.410Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20282026-09-11T19:23:32.410Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20292026-09-11T19:23:32.410Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/01f0608/Cargo.toml
20302026-09-11T19:23:32.410Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20312026-09-11T19:23:32.410Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20322026-09-11T19:23:32.410Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
20332026-09-11T19:23:58.876Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20342026-09-11T19:23:58.954Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20352026-09-11T19:23:59.279ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
20362026-09-11T19:23:59.280Z consumed by: wicketd (omicron/wicketd) via 1 path
20372026-09-11T19:23:59.280Z
20382026-09-11T19:23:59.280ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
20392026-09-11T19:23:59.280Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20402026-09-11T19:23:59.280Z
20412026-09-11T19:23:59.280ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
20422026-09-11T19:23:59.280Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20432026-09-11T19:23:59.280Z
20442026-09-11T19:23:59.280ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
20452026-09-11T19:23:59.280Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20462026-09-11T19:23:59.280Z
20472026-09-11T19:23:59.280ZCockroachDB Cluster Admin (client: cockroach-admin-client)
20482026-09-11T19:23:59.280Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
20492026-09-11T19:23:59.283Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20502026-09-11T19:23:59.283Z
20512026-09-11T19:23:59.283ZCrucible Agent (client: crucible-agent-client)
20522026-09-11T19:23:59.283Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20532026-09-11T19:23:59.283Z
20542026-09-11T19:23:59.283ZCrucible Control (for testing only) (client: crucible-control-client)
20552026-09-11T19:23:59.283Z
20562026-09-11T19:23:59.283ZCrucible Pantry (client: crucible-pantry-client)
20572026-09-11T19:23:59.283Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20582026-09-11T19:23:59.283Z
20592026-09-11T19:23:59.283ZMaghemite DDM Admin (client: ddm-admin-client)
20602026-09-11T19:23:59.283Z consumed by: installinator (omicron/installinator) via 1 path
20612026-09-11T19:23:59.283Z consumed by: mgd (maghemite/mgd) via 1 path
20622026-09-11T19:23:59.283Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20632026-09-11T19:23:59.284Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20642026-09-11T19:23:59.284Z consumed by: sush-proxy (omicron/sush-proxy) via 1 path
20652026-09-11T19:23:59.284Z consumed by: wicketd (omicron/wicketd) via 1 path
20662026-09-11T19:23:59.284Z
20672026-09-11T19:23:59.284ZDNS Server (client: dns-service-client)
20682026-09-11T19:23:59.284Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20692026-09-11T19:23:59.284Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20702026-09-11T19:23:59.284Z
20712026-09-11T19:23:59.284ZDendrite DPD (client: dpd-client)
20722026-09-11T19:23:59.284Z consumed by: ddmd (maghemite/ddmd) via 2 paths
20732026-09-11T19:23:59.284Z consumed by: lldpd (lldp/lldpd) via 2 paths
20742026-09-11T19:23:59.284Z consumed by: mgd (maghemite/mgd) via 1 path
20752026-09-11T19:23:59.284Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20762026-09-11T19:23:59.284Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20772026-09-11T19:23:59.284Z consumed by: tfportd (dendrite/tfportd) via 2 paths
20782026-09-11T19:23:59.284Z consumed by: wicketd (omicron/wicketd) via 2 paths
20792026-09-11T19:23:59.284Z
20802026-09-11T19:23:59.284ZDownstairs Controller (debugging only) (client: dsc-client)
20812026-09-11T19:23:59.284Z
20822026-09-11T19:23:59.284ZManagement Gateway Service (client: gateway-client)
20832026-09-11T19:23:59.288Z consumed by: dpd (dendrite/dpd) via 1 path
20842026-09-11T19:23:59.288Z consumed by: lldpd (lldp/lldpd) via 1 path
20852026-09-11T19:23:59.288Z consumed by: mgd (maghemite/mgd) via 1 path
20862026-09-11T19:23:59.288Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20872026-09-11T19:23:59.288Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
20882026-09-11T19:23:59.288Z consumed by: sush-proxy (omicron/sush-proxy) via 1 path
20892026-09-11T19:23:59.288Z consumed by: wicketd (omicron/wicketd) via 3 paths
20902026-09-11T19:23:59.288Z
20912026-09-11T19:23:59.288ZWicketd Installinator (client: installinator-client)
20922026-09-11T19:23:59.288Z consumed by: installinator (omicron/installinator) via 1 path
20932026-09-11T19:23:59.288Z
20942026-09-11T19:23:59.288ZLLDP daemon (client: lldpd-client)
20952026-09-11T19:23:59.288Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20962026-09-11T19:23:59.288Z consumed by: tfportd (dendrite/tfportd) via 1 path
20972026-09-11T19:23:59.288Z
20982026-09-11T19:23:59.288ZMaghemite MG Admin (client: mg-admin-client)
20992026-09-11T19:23:59.295Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21002026-09-11T19:23:59.295Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21012026-09-11T19:23:59.295Z
21022026-09-11T19:23:59.295ZNexus Internal API (client: nexus-client)
21032026-09-11T19:23:59.299Z consumed by: crucible-pantry (crucible/pantry) via 1 path
21042026-09-11T19:23:59.299Z consumed by: dpd (dendrite/dpd) via 1 path
21052026-09-11T19:23:59.299Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21062026-09-11T19:23:59.299Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
21072026-09-11T19:23:59.299Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
21082026-09-11T19:23:59.299Z
21092026-09-11T19:23:59.299ZNexus Internal Lockstep API (client: nexus-lockstep-client)
21102026-09-11T19:23:59.299Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21112026-09-11T19:23:59.299Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
21122026-09-11T19:23:59.299Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
21132026-09-11T19:23:59.299Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
21142026-09-11T19:23:59.299Z
21152026-09-11T19:23:59.299ZNTP Admin (client: ntp-admin-client)
21162026-09-11T19:23:59.299Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21172026-09-11T19:23:59.299Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21182026-09-11T19:23:59.299Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
21192026-09-11T19:23:59.299Z
21202026-09-11T19:23:59.299ZExternal API (client: oxide-client)
21212026-09-11T19:23:59.299Z
21222026-09-11T19:23:59.299ZOximeter (client: oximeter-client)
21232026-09-11T19:23:59.299Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
21242026-09-11T19:23:59.299Z
21252026-09-11T19:23:59.299ZPropolis (client: propolis-client)
21262026-09-11T19:23:59.303Z consumed by: omicron-nexus (omicron/nexus) via 1 path
21272026-09-11T19:23:59.303Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21282026-09-11T19:23:59.303Z
21292026-09-11T19:23:59.303ZCrucible Repair (client: repair-client)
21302026-09-11T19:23:59.303Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
21312026-09-11T19:23:59.303Z
21322026-09-11T19:23:59.303ZRepo Depot API (client: repo-depot-client)
21332026-09-11T19:23:59.303Z consumed by: omicron-nexus (omicron/nexus) via 1 path
21342026-09-11T19:23:59.303Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
21352026-09-11T19:23:59.303Z
21362026-09-11T19:23:59.303ZSled Agent (client: sled-agent-client)
21372026-09-11T19:23:59.306Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
21382026-09-11T19:23:59.306Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
21392026-09-11T19:23:59.306Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
21402026-09-11T19:23:59.306Z
21412026-09-11T19:23:59.306ZWicketd (client: wicketd-client)
21422026-09-11T19:23:59.306Z
21432026-09-11T19:23:59.306ZWicketd Commission (client: wicketd-commission-client)
21442026-09-11T19:23:59.306Z
21452026-09-11T19:23:59.399Z
21462026-09-11T19:23:59.400Zreal 39.250139896
21472026-09-11T19:23:59.400Zuser 31.660301461
21482026-09-11T19:23:59.400Zsys 11.146551301
21492026-09-11T19:23:59.400Ztrap 0.004412450
21502026-09-11T19:23:59.403Ztflt 0.067021546
21512026-09-11T19:23:59.403Zdflt 0.147289419
21522026-09-11T19:23:59.403Zkflt 0.000172340
21532026-09-11T19:23:59.403Zlock 4:03.285474827
21542026-09-11T19:23:59.403Zslp 5:57.235147373
21552026-09-11T19:23:59.403Zlat 0.910903971
21562026-09-11T19:23:59.403Zstop 3.466509985
21572026-09-11T19:23:59.403Z+ ptime -m cargo xtask ls-apis deployment-units
21582026-09-11T19:23:59.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-09-11T19:23:59.933Z Running `target/debug/xtask ls-apis deployment-units`
21602026-09-11T19:24:00.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21612026-09-11T19:24:00.778Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21622026-09-11T19:24:00.778Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21632026-09-11T19:24:00.840Z Running `target/debug/ls-apis deployment-units`
21642026-09-11T19:24:00.896Zloading metadata for workspace omicron from current workspace
21652026-09-11T19:24:02.009Znote: 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.
21662026-09-11T19:24:02.013Z - 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" }
21672026-09-11T19:24:02.027Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21682026-09-11T19:24:02.030Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/01f0608/Cargo.toml
21692026-09-11T19:24:02.030Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
21702026-09-11T19:24:02.030Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
21712026-09-11T19:24:02.030Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
21722026-09-11T19:24:02.030Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
21732026-09-11T19:24:04.646Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21742026-09-11T19:24:04.722Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21752026-09-11T19:24:05.042ZClickHouse
21762026-09-11T19:24:05.042Z omicron-clickhouse-admin (omicron/clickhouse-admin)
21772026-09-11T19:24:05.042Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21782026-09-11T19:24:05.042Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21792026-09-11T19:24:05.042Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21802026-09-11T19:24:05.042Z
21812026-09-11T19:24:05.042Z
21822026-09-11T19:24:05.042ZCockroach
21832026-09-11T19:24:05.042Z omicron-cockroach-admin (omicron/cockroach-admin)
21842026-09-11T19:24:05.042Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21852026-09-11T19:24:05.042Z
21862026-09-11T19:24:05.042Z
21872026-09-11T19:24:05.042ZCrucible
21882026-09-11T19:24:05.042Z crucible-agent (crucible/agent)
21892026-09-11T19:24:05.042Z exposes: Crucible Agent (client = crucible-agent-client)
21902026-09-11T19:24:05.042Z
21912026-09-11T19:24:05.046Z crucible-downstairs (crucible/downstairs)
21922026-09-11T19:24:05.046Z exposes: Crucible Repair (client = repair-client)
21932026-09-11T19:24:05.046Z consumes: repair-client
21942026-09-11T19:24:05.046Z
21952026-09-11T19:24:05.046Z
21962026-09-11T19:24:05.046ZCrucible Pantry
21972026-09-11T19:24:05.046Z crucible-pantry (crucible/pantry)
21982026-09-11T19:24:05.046Z exposes: Crucible Pantry (client = crucible-pantry-client)
21992026-09-11T19:24:05.046Z consumes: nexus-client
22002026-09-11T19:24:05.046Z
22012026-09-11T19:24:05.046Z
22022026-09-11T19:24:05.046ZDNS Server
22032026-09-11T19:24:05.046Z dns-server (omicron/dns-server)
22042026-09-11T19:24:05.046Z exposes: DNS Server (client = dns-service-client)
22052026-09-11T19:24:05.046Z
22062026-09-11T19:24:05.046Z
22072026-09-11T19:24:05.047ZHost OS
22082026-09-11T19:24:05.047Z ddmd (maghemite/ddmd)
22092026-09-11T19:24:05.047Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22102026-09-11T19:24:05.047Z consumes: dpd-client (intra-deployment-unit-only)
22112026-09-11T19:24:05.047Z
22122026-09-11T19:24:05.047Z dpd (dendrite/dpd)
22132026-09-11T19:24:05.047Z exposes: Dendrite DPD (client = dpd-client)
22142026-09-11T19:24:05.047Z consumes: gateway-client (intra-deployment-unit-only)
22152026-09-11T19:24:05.047Z consumes: nexus-client
22162026-09-11T19:24:05.047Z
22172026-09-11T19:24:05.047Z lldpd (lldp/lldpd)
22182026-09-11T19:24:05.047Z exposes: LLDP daemon (client = lldpd-client)
22192026-09-11T19:24:05.051Z consumes: dpd-client (intra-deployment-unit-only)
22202026-09-11T19:24:05.051Z consumes: gateway-client (intra-deployment-unit-only)
22212026-09-11T19:24:05.051Z
22222026-09-11T19:24:05.051Z mgd (maghemite/mgd)
22232026-09-11T19:24:05.051Z exposes: Maghemite MG Admin (client = mg-admin-client)
22242026-09-11T19:24:05.051Z consumes: ddm-admin-client (intra-deployment-unit-only)
22252026-09-11T19:24:05.051Z consumes: dpd-client (intra-deployment-unit-only)
22262026-09-11T19:24:05.051Z consumes: gateway-client (intra-deployment-unit-only)
22272026-09-11T19:24:05.051Z
22282026-09-11T19:24:05.051Z omicron-gateway (omicron/gateway)
22292026-09-11T19:24:05.051Z exposes: Management Gateway Service (client = gateway-client)
22302026-09-11T19:24:05.051Z
22312026-09-11T19:24:05.051Z omicron-sled-agent (omicron/sled-agent)
22322026-09-11T19:24:05.051Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22332026-09-11T19:24:05.051Z exposes: Repo Depot API (client = repo-depot-client)
22342026-09-11T19:24:05.051Z exposes: Sled Agent (client = sled-agent-client)
22352026-09-11T19:24:05.051Z consumes: ddm-admin-client (intra-deployment-unit-only)
22362026-09-11T19:24:05.051Z consumes: dpd-client (intra-deployment-unit-only)
22372026-09-11T19:24:05.051Z consumes: gateway-client (intra-deployment-unit-only)
22382026-09-11T19:24:05.051Z consumes: mg-admin-client (intra-deployment-unit-only)
22392026-09-11T19:24:05.052Z consumes: nexus-client
22402026-09-11T19:24:05.052Z consumes: nexus-lockstep-client
22412026-09-11T19:24:05.052Z consumes: ntp-admin-client
22422026-09-11T19:24:05.052Z consumes: propolis-client (intra-deployment-unit-only)
22432026-09-11T19:24:05.052Z consumes: repo-depot-client
22442026-09-11T19:24:05.052Z
22452026-09-11T19:24:05.052Z propolis-server (propolis/bin/propolis-server)
22462026-09-11T19:24:05.052Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22472026-09-11T19:24:05.052Z exposes: Propolis (client = propolis-client)
22482026-09-11T19:24:05.056Z consumes: nexus-client
22492026-09-11T19:24:05.056Z consumes: sled-agent-client (intra-deployment-unit-only)
22502026-09-11T19:24:05.056Z
22512026-09-11T19:24:05.056Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22522026-09-11T19:24:05.056Z consumes: cockroach-admin-client
22532026-09-11T19:24:05.056Z consumes: ddm-admin-client
22542026-09-11T19:24:05.056Z consumes: dns-service-client
22552026-09-11T19:24:05.057Z consumes: nexus-lockstep-client
22562026-09-11T19:24:05.057Z consumes: ntp-admin-client
22572026-09-11T19:24:05.057Z consumes: sled-agent-client
22582026-09-11T19:24:05.057Z
22592026-09-11T19:24:05.057Z sush-proxy (omicron/sush-proxy)
22602026-09-11T19:24:05.057Z consumes: ddm-admin-client (intra-deployment-unit-only)
22612026-09-11T19:24:05.057Z consumes: gateway-client (intra-deployment-unit-only)
22622026-09-11T19:24:05.057Z
22632026-09-11T19:24:05.057Z tfportd (dendrite/tfportd)
22642026-09-11T19:24:05.057Z consumes: dpd-client (intra-deployment-unit-only)
22652026-09-11T19:24:05.057Z consumes: lldpd-client (intra-deployment-unit-only)
22662026-09-11T19:24:05.057Z
22672026-09-11T19:24:05.057Z wicketd (omicron/wicketd)
22682026-09-11T19:24:05.057Z exposes: Wicketd Installinator (client = installinator-client)
22692026-09-11T19:24:05.057Z exposes: Wicketd (client = wicketd-client)
22702026-09-11T19:24:05.057Z exposes: Wicketd Commission (client = wicketd-commission-client)
22712026-09-11T19:24:05.057Z consumes: bootstrap-agent-lockstep-client
22722026-09-11T19:24:05.057Z consumes: ddm-admin-client (intra-deployment-unit-only)
22732026-09-11T19:24:05.057Z consumes: dpd-client (intra-deployment-unit-only)
22742026-09-11T19:24:05.057Z consumes: gateway-client (intra-deployment-unit-only)
22752026-09-11T19:24:05.057Z
22762026-09-11T19:24:05.057Z
22772026-09-11T19:24:05.057ZInstallinator
22782026-09-11T19:24:05.057Z installinator (omicron/installinator)
22792026-09-11T19:24:05.057Z consumes: ddm-admin-client
22802026-09-11T19:24:05.058Z consumes: installinator-client
22812026-09-11T19:24:05.058Z
22822026-09-11T19:24:05.058Z
22832026-09-11T19:24:05.058ZNTP
22842026-09-11T19:24:05.058Z omicron-ntp-admin (omicron/ntp-admin)
22852026-09-11T19:24:05.058Z exposes: NTP Admin (client = ntp-admin-client)
22862026-09-11T19:24:05.058Z
22872026-09-11T19:24:05.058Z
22882026-09-11T19:24:05.058ZNexus
22892026-09-11T19:24:05.058Z omicron-nexus (omicron/nexus)
22902026-09-11T19:24:05.058Z exposes: Nexus Internal API (client = nexus-client)
22912026-09-11T19:24:05.058Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22922026-09-11T19:24:05.058Z exposes: External API (client = oxide-client)
22932026-09-11T19:24:05.063Z consumes: clickhouse-admin-keeper-client
22942026-09-11T19:24:05.063Z consumes: clickhouse-admin-server-client
22952026-09-11T19:24:05.063Z consumes: clickhouse-admin-single-client
22962026-09-11T19:24:05.063Z consumes: cockroach-admin-client
22972026-09-11T19:24:05.063Z consumes: crucible-agent-client
22982026-09-11T19:24:05.063Z consumes: crucible-pantry-client
22992026-09-11T19:24:05.063Z consumes: dns-service-client
23002026-09-11T19:24:05.063Z consumes: dpd-client
23012026-09-11T19:24:05.063Z consumes: gateway-client
23022026-09-11T19:24:05.063Z consumes: lldpd-client
23032026-09-11T19:24:05.063Z consumes: mg-admin-client
23042026-09-11T19:24:05.063Z consumes: ntp-admin-client
23052026-09-11T19:24:05.063Z consumes: oximeter-client
23062026-09-11T19:24:05.063Z consumes: propolis-client
23072026-09-11T19:24:05.063Z consumes: repo-depot-client
23082026-09-11T19:24:05.063Z consumes: sled-agent-client
23092026-09-11T19:24:05.063Z
23102026-09-11T19:24:05.063Z
23112026-09-11T19:24:05.063ZOximeter
23122026-09-11T19:24:05.063Z oximeter-collector (omicron/oximeter/collector)
23132026-09-11T19:24:05.063Z exposes: Oximeter (client = oximeter-client)
23142026-09-11T19:24:05.063Z consumes: nexus-client
23152026-09-11T19:24:05.064Z
23162026-09-11T19:24:05.064Z
23172026-09-11T19:24:05.154Z
23182026-09-11T19:24:05.155Zreal 5.727214706
23192026-09-11T19:24:05.155Zuser 4.884575775
23202026-09-11T19:24:05.155Zsys 2.118226302
23212026-09-11T19:24:05.155Ztrap 0.000599380
23222026-09-11T19:24:05.155Ztflt 0.000078620
23232026-09-11T19:24:05.155Zdflt 0.000170250
23242026-09-11T19:24:05.155Zkflt 0.000002580
23252026-09-11T19:24:05.155Zlock 2.163815457
23262026-09-11T19:24:05.155Zslp 25.112486234
23272026-09-11T19:24:05.159Zlat 0.060701854
23282026-09-11T19:24:05.159Zstop 0.009189300
23292026-09-11T19:24:05.159Z+ ptime -m cargo xtask ls-apis servers
23302026-09-11T19:24:05.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
23312026-09-11T19:24:05.640Z Running `target/debug/xtask ls-apis servers`
23322026-09-11T19:24:06.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23332026-09-11T19:24:06.451Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23342026-09-11T19:24:06.451Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23352026-09-11T19:24:06.511Z Running `target/debug/ls-apis servers`
23362026-09-11T19:24:06.565Zloading metadata for workspace omicron from current workspace
23372026-09-11T19:24:07.652Znote: 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.
23382026-09-11T19:24:07.656Z - 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" }
23392026-09-11T19:24:07.670Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
23402026-09-11T19:24:07.670Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/01f0608/Cargo.toml
23412026-09-11T19:24:07.673Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23422026-09-11T19:24:07.673Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
23432026-09-11T19:24:07.673Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
23442026-09-11T19:24:07.673Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
23452026-09-11T19:24:10.166Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23462026-09-11T19:24:10.240Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23472026-09-11T19:24:10.560Zcrucible-agent (crucible/agent)
23482026-09-11T19:24:10.560Z exposes: Crucible Agent (client = crucible-agent-client)
23492026-09-11T19:24:10.560Z
23502026-09-11T19:24:10.560Zcrucible-downstairs (crucible/downstairs)
23512026-09-11T19:24:10.560Z exposes: Crucible Repair (client = repair-client)
23522026-09-11T19:24:10.563Z consumes: repair-client
23532026-09-11T19:24:10.563Z
23542026-09-11T19:24:10.563Zcrucible-pantry (crucible/pantry)
23552026-09-11T19:24:10.563Z exposes: Crucible Pantry (client = crucible-pantry-client)
23562026-09-11T19:24:10.563Z consumes: nexus-client
23572026-09-11T19:24:10.563Z
23582026-09-11T19:24:10.563Zddmd (maghemite/ddmd)
23592026-09-11T19:24:10.563Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
23602026-09-11T19:24:10.563Z consumes: dpd-client (intra-deployment-unit-only)
23612026-09-11T19:24:10.563Z
23622026-09-11T19:24:10.563Zdns-server (omicron/dns-server)
23632026-09-11T19:24:10.563Z exposes: DNS Server (client = dns-service-client)
23642026-09-11T19:24:10.564Z
23652026-09-11T19:24:10.564Zdpd (dendrite/dpd)
23662026-09-11T19:24:10.564Z exposes: Dendrite DPD (client = dpd-client)
23672026-09-11T19:24:10.564Z consumes: gateway-client (intra-deployment-unit-only)
23682026-09-11T19:24:10.564Z consumes: nexus-client
23692026-09-11T19:24:10.564Z
23702026-09-11T19:24:10.564Zinstallinator (omicron/installinator)
23712026-09-11T19:24:10.564Z consumes: ddm-admin-client
23722026-09-11T19:24:10.564Z consumes: installinator-client
23732026-09-11T19:24:10.564Z
23742026-09-11T19:24:10.564Zlldpd (lldp/lldpd)
23752026-09-11T19:24:10.564Z exposes: LLDP daemon (client = lldpd-client)
23762026-09-11T19:24:10.568Z consumes: dpd-client (intra-deployment-unit-only)
23772026-09-11T19:24:10.568Z consumes: gateway-client (intra-deployment-unit-only)
23782026-09-11T19:24:10.568Z
23792026-09-11T19:24:10.568Zmgd (maghemite/mgd)
23802026-09-11T19:24:10.568Z exposes: Maghemite MG Admin (client = mg-admin-client)
23812026-09-11T19:24:10.568Z consumes: ddm-admin-client (intra-deployment-unit-only)
23822026-09-11T19:24:10.568Z consumes: dpd-client (intra-deployment-unit-only)
23832026-09-11T19:24:10.568Z consumes: gateway-client (intra-deployment-unit-only)
23842026-09-11T19:24:10.568Z
23852026-09-11T19:24:10.568Zomicron-clickhouse-admin (omicron/clickhouse-admin)
23862026-09-11T19:24:10.568Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
23872026-09-11T19:24:10.568Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
23882026-09-11T19:24:10.568Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
23892026-09-11T19:24:10.568Z
23902026-09-11T19:24:10.568Zomicron-cockroach-admin (omicron/cockroach-admin)
23912026-09-11T19:24:10.568Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23922026-09-11T19:24:10.568Z
23932026-09-11T19:24:10.568Zomicron-gateway (omicron/gateway)
23942026-09-11T19:24:10.568Z exposes: Management Gateway Service (client = gateway-client)
23952026-09-11T19:24:10.568Z
23962026-09-11T19:24:10.568Zomicron-nexus (omicron/nexus)
23972026-09-11T19:24:10.568Z exposes: Nexus Internal API (client = nexus-client)
23982026-09-11T19:24:10.568Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23992026-09-11T19:24:10.568Z exposes: External API (client = oxide-client)
24002026-09-11T19:24:10.569Z consumes: clickhouse-admin-keeper-client
24012026-09-11T19:24:10.569Z consumes: clickhouse-admin-server-client
24022026-09-11T19:24:10.569Z consumes: clickhouse-admin-single-client
24032026-09-11T19:24:10.569Z consumes: cockroach-admin-client
24042026-09-11T19:24:10.569Z consumes: crucible-agent-client
24052026-09-11T19:24:10.569Z consumes: crucible-pantry-client
24062026-09-11T19:24:10.569Z consumes: dns-service-client
24072026-09-11T19:24:10.569Z consumes: dpd-client
24082026-09-11T19:24:10.569Z consumes: gateway-client
24092026-09-11T19:24:10.569Z consumes: lldpd-client
24102026-09-11T19:24:10.569Z consumes: mg-admin-client
24112026-09-11T19:24:10.569Z consumes: ntp-admin-client
24122026-09-11T19:24:10.569Z consumes: oximeter-client
24132026-09-11T19:24:10.569Z consumes: propolis-client
24142026-09-11T19:24:10.569Z consumes: repo-depot-client
24152026-09-11T19:24:10.569Z consumes: sled-agent-client
24162026-09-11T19:24:10.569Z
24172026-09-11T19:24:10.569Zomicron-ntp-admin (omicron/ntp-admin)
24182026-09-11T19:24:10.569Z exposes: NTP Admin (client = ntp-admin-client)
24192026-09-11T19:24:10.569Z
24202026-09-11T19:24:10.569Zomicron-sled-agent (omicron/sled-agent)
24212026-09-11T19:24:10.569Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
24222026-09-11T19:24:10.569Z exposes: Repo Depot API (client = repo-depot-client)
24232026-09-11T19:24:10.569Z exposes: Sled Agent (client = sled-agent-client)
24242026-09-11T19:24:10.573Z consumes: ddm-admin-client (intra-deployment-unit-only)
24252026-09-11T19:24:10.573Z consumes: dpd-client (intra-deployment-unit-only)
24262026-09-11T19:24:10.573Z consumes: gateway-client (intra-deployment-unit-only)
24272026-09-11T19:24:10.573Z consumes: mg-admin-client (intra-deployment-unit-only)
24282026-09-11T19:24:10.573Z consumes: nexus-client
24292026-09-11T19:24:10.574Z consumes: nexus-lockstep-client
24302026-09-11T19:24:10.574Z consumes: ntp-admin-client
24312026-09-11T19:24:10.574Z consumes: propolis-client (intra-deployment-unit-only)
24322026-09-11T19:24:10.574Z consumes: repo-depot-client
24332026-09-11T19:24:10.574Z
24342026-09-11T19:24:10.574Zoximeter-collector (omicron/oximeter/collector)
24352026-09-11T19:24:10.574Z exposes: Oximeter (client = oximeter-client)
24362026-09-11T19:24:10.574Z consumes: nexus-client
24372026-09-11T19:24:10.574Z
24382026-09-11T19:24:10.574Zpropolis-server (propolis/bin/propolis-server)
24392026-09-11T19:24:10.574Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
24402026-09-11T19:24:10.574Z exposes: Propolis (client = propolis-client)
24412026-09-11T19:24:10.574Z consumes: nexus-client
24422026-09-11T19:24:10.574Z consumes: sled-agent-client (intra-deployment-unit-only)
24432026-09-11T19:24:10.574Z
24442026-09-11T19:24:10.574Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
24452026-09-11T19:24:10.579Z consumes: cockroach-admin-client
24462026-09-11T19:24:10.579Z consumes: ddm-admin-client
24472026-09-11T19:24:10.579Z consumes: dns-service-client
24482026-09-11T19:24:10.579Z consumes: nexus-lockstep-client
24492026-09-11T19:24:10.579Z consumes: ntp-admin-client
24502026-09-11T19:24:10.579Z consumes: sled-agent-client
24512026-09-11T19:24:10.579Z
24522026-09-11T19:24:10.579Zsush-proxy (omicron/sush-proxy)
24532026-09-11T19:24:10.579Z consumes: ddm-admin-client (intra-deployment-unit-only)
24542026-09-11T19:24:10.579Z consumes: gateway-client (intra-deployment-unit-only)
24552026-09-11T19:24:10.579Z
24562026-09-11T19:24:10.579Ztfportd (dendrite/tfportd)
24572026-09-11T19:24:10.579Z consumes: dpd-client (intra-deployment-unit-only)
24582026-09-11T19:24:10.579Z consumes: lldpd-client (intra-deployment-unit-only)
24592026-09-11T19:24:10.579Z
24602026-09-11T19:24:10.579Zwicketd (omicron/wicketd)
24612026-09-11T19:24:10.579Z exposes: Wicketd Installinator (client = installinator-client)
24622026-09-11T19:24:10.579Z exposes: Wicketd (client = wicketd-client)
24632026-09-11T19:24:10.579Z exposes: Wicketd Commission (client = wicketd-commission-client)
24642026-09-11T19:24:10.579Z consumes: bootstrap-agent-lockstep-client
24652026-09-11T19:24:10.580Z consumes: ddm-admin-client (intra-deployment-unit-only)
24662026-09-11T19:24:10.580Z consumes: dpd-client (intra-deployment-unit-only)
24672026-09-11T19:24:10.580Z consumes: gateway-client (intra-deployment-unit-only)
24682026-09-11T19:24:10.580Z
24692026-09-11T19:24:10.670Z
24702026-09-11T19:24:10.673Zreal 5.486821658
24712026-09-11T19:24:10.673Zuser 4.836482005
24722026-09-11T19:24:10.673Zsys 1.920762460
24732026-09-11T19:24:10.673Ztrap 0.000743980
24742026-09-11T19:24:10.673Ztflt 0.000040460
24752026-09-11T19:24:10.673Zdflt 0.000614580
24762026-09-11T19:24:10.673Zkflt 0.000004510
24772026-09-11T19:24:10.673Zlock 2.099814635
24782026-09-11T19:24:10.674Zslp 23.686614142
24792026-09-11T19:24:10.674Zlat 0.046911090
24802026-09-11T19:24:10.674Zstop 0.009409260
24812026-09-11T19:24:10.674Z+ ptime -m cargo xtask ls-apis check
24822026-09-11T19:24:11.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
24832026-09-11T19:24:11.141Z Running `target/debug/xtask ls-apis check`
24842026-09-11T19:24:11.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24852026-09-11T19:24:11.944Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
24862026-09-11T19:24:11.944Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
24872026-09-11T19:24:12.003Z Running `target/debug/ls-apis check`
24882026-09-11T19:24:12.059Zloading metadata for workspace omicron from current workspace
24892026-09-11T19:24:13.160Znote: 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.
24902026-09-11T19:24:13.164Z - 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" }
24912026-09-11T19:24:13.178Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24922026-09-11T19:24:13.183Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24932026-09-11T19:24:13.183Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24942026-09-11T19:24:13.183Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24952026-09-11T19:24:13.183Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24962026-09-11T19:24:13.183Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/01f0608/Cargo.toml
24972026-09-11T19:24:15.622Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24982026-09-11T19:24:15.699Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24992026-09-11T19:24:16.141Z
25002026-09-11T19:24:16.142Z
25012026-09-11T19:24:16.142ZServer-managed APIs:
25022026-09-11T19:24:16.142Z
25032026-09-11T19:24:16.142Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
25042026-09-11T19:24:16.142Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
25052026-09-11T19:24:16.142Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
25062026-09-11T19:24:16.142Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
25072026-09-11T19:24:16.142Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
25082026-09-11T19:24:16.142Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
25092026-09-11T19:24:16.142Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
25102026-09-11T19:24:16.142Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
25112026-09-11T19:24:16.142Z DNS Server (dns-service-client, exposed by dns-server)
25122026-09-11T19:24:16.142Z Dendrite DPD (dpd-client, exposed by dpd)
25132026-09-11T19:24:16.142Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
25142026-09-11T19:24:16.142Z LLDP daemon (lldpd-client, exposed by lldpd)
25152026-09-11T19:24:16.142Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
25162026-09-11T19:24:16.142Z External API (oxide-client, exposed by omicron-nexus)
25172026-09-11T19:24:16.142Z Oximeter (oximeter-client, exposed by oximeter-collector)
25182026-09-11T19:24:16.142Z Propolis (propolis-client, exposed by propolis-server)
25192026-09-11T19:24:16.142Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
25202026-09-11T19:24:16.142Z Wicketd (wicketd-client, exposed by wicketd)
25212026-09-11T19:24:16.142Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
25222026-09-11T19:24:16.143Z
25232026-09-11T19:24:16.143Z
25242026-09-11T19:24:16.143ZClient-managed API:
25252026-09-11T19:24:16.143Z
25262026-09-11T19:24:16.143Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
25272026-09-11T19:24:16.143Z reason: wicketd can wind up calling into sled agent on different sleds
25282026-09-11T19:24:16.143Z Wicketd Installinator (installinator-client, exposed by wicketd)
25292026-09-11T19:24:16.143Z reason: client is provided implicitly by the operator
25302026-09-11T19:24:16.143Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
25312026-09-11T19:24:16.143Z reason: Circular dependencies between Nexus and other services
25322026-09-11T19:24:16.143Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
25332026-09-11T19:24:16.143Z reason: Circular dependencies between Nexus and other services
25342026-09-11T19:24:16.143Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
25352026-09-11T19:24:16.147Z 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.
25362026-09-11T19:24:16.147Z
25372026-09-11T19:24:16.147Z Crucible Repair (repair-client, exposed by crucible-downstairs)
25382026-09-11T19:24:16.147Z reason: depends on itself (i.e., instances call each other)
25392026-09-11T19:24:16.147Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
25402026-09-11T19:24:16.147Z reason: depends on itself (i.e., instances call each other)
25412026-09-11T19:24:16.147Z
25422026-09-11T19:24:16.147Z
25432026-09-11T19:24:16.147ZAPIs with unknown version management: none
25442026-09-11T19:24:16.147Z
25452026-09-11T19:24:16.147Z
25462026-09-11T19:24:16.147ZAPIs that failed consumer checks: none
25472026-09-11T19:24:16.238Z
25482026-09-11T19:24:16.238Zreal 5.538629127
25492026-09-11T19:24:16.238Zuser 4.934752456
25502026-09-11T19:24:16.238Zsys 1.888183958
25512026-09-11T19:24:16.238Ztrap 0.000655320
25522026-09-11T19:24:16.238Ztflt 0.000092240
25532026-09-11T19:24:16.238Zdflt 0.000463850
25542026-09-11T19:24:16.238Zkflt 0.000009520
25552026-09-11T19:24:16.238Zlock 2.082053166
25562026-09-11T19:24:16.238Zslp 23.179924626
25572026-09-11T19:24:16.238Zlat 0.052667052
25582026-09-11T19:24:16.242Zstop 0.009137430
25592026-09-11T19:24:16.242Z+ ptime -m cargo xtask ls-apis adoc
25602026-09-11T19:24:16.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
25612026-09-11T19:24:16.710Z Running `target/debug/xtask ls-apis adoc`
25622026-09-11T19:24:17.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25632026-09-11T19:24:17.507Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25642026-09-11T19:24:17.507Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25652026-09-11T19:24:17.568Z Running `target/debug/ls-apis adoc`
25662026-09-11T19:24:17.623Zloading metadata for workspace omicron from current workspace
25672026-09-11T19:24:18.728Znote: 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.
25682026-09-11T19:24:18.728Z - 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" }
25692026-09-11T19:24:18.743Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
25702026-09-11T19:24:18.747Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/01f0608/Cargo.toml
25712026-09-11T19:24:18.747Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
25722026-09-11T19:24:18.747Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
25732026-09-11T19:24:18.747Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
25742026-09-11T19:24:18.747Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
25752026-09-11T19:24:21.219Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
25762026-09-11T19:24:21.294Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
25772026-09-11T19:24:21.737Z
25782026-09-11T19:24:21.740Zreal 5.470092122
25792026-09-11T19:24:21.740Zuser 4.857025675
25802026-09-11T19:24:21.740Zsys 1.869257910
25812026-09-11T19:24:21.740Ztrap 0.000453650
25822026-09-11T19:24:21.740Ztflt 0.000064290
25832026-09-11T19:24:21.740Zdflt 0.000211540
25842026-09-11T19:24:21.740Zkflt 0.000094230
25852026-09-11T19:24:21.740Zlock 2.099859451
25862026-09-11T19:24:21.740Zslp 23.375638457
25872026-09-11T19:24:21.740Zlat 0.047344119
25882026-09-11T19:24:21.740Zstop 0.010679810
25892026-09-11T19:24:21.740Z+ banner build
25902026-09-11T19:24:21.744Z
25912026-09-11T19:24:21.744Z ##### # # # # #####
25922026-09-11T19:24:21.744Z # # # # # # # #
25932026-09-11T19:24:21.744Z ##### # # # # # #
25942026-09-11T19:24:21.744Z # # # # # # # #
25952026-09-11T19:24:21.744Z # # # # # # # #
25962026-09-11T19:24:21.744Z ##### #### # ###### #####
25972026-09-11T19:24:21.744Z
25982026-09-11T19:24:21.744Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25992026-09-11T19:24:21.744Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
26002026-09-11T19:24:21.744Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
26012026-09-11T19:24:21.744Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
26022026-09-11T19:24:21.744Z+ [[ illumos == \i\l\l\u\m\o\s ]]
26032026-09-11T19:24:21.744Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
26042026-09-11T19:24:21.744Z+ export TMPDIR=/var/tmp/omicron_tmp
26052026-09-11T19:24:21.744Z+ TMPDIR=/var/tmp/omicron_tmp
26062026-09-11T19:24:21.744Z+ export RUST_BACKTRACE=1
26072026-09-11T19:24:21.744Z+ RUST_BACKTRACE=1
26082026-09-11T19:24:21.744Z+ export CARGO_INCREMENTAL=0
26092026-09-11T19:24:21.744Z+ CARGO_INCREMENTAL=0
26102026-09-11T19:24:21.744Z+ export RUSTC_BOOTSTRAP=1
26112026-09-11T19:24:21.744Z+ RUSTC_BOOTSTRAP=1
26122026-09-11T19:24:21.744Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
26132026-09-11T19:24:23.997Z Compiling proc-macro2 v1.0.106
26142026-09-11T19:24:23.997Z Compiling unicode-ident v1.0.24
26152026-09-11T19:24:23.997Z Compiling quote v1.0.45
26162026-09-11T19:24:24.000Z Compiling serde_core v1.0.228
26172026-09-11T19:24:24.000Z Compiling libc v0.2.185
26182026-09-11T19:24:24.000Z Compiling serde v1.0.228
26192026-09-11T19:24:24.000Z Compiling cfg-if v1.0.4
26202026-09-11T19:24:24.000Z Compiling memchr v2.8.0
26212026-09-11T19:24:24.000Z Compiling smallvec v1.15.1
26222026-09-11T19:24:24.000Z Compiling autocfg v1.5.0
26232026-09-11T19:24:24.000Z Compiling itoa v1.0.17
26242026-09-11T19:24:24.303Z Compiling rand_core v0.10.0
26252026-09-11T19:24:24.306Z Compiling log v0.4.33
26262026-09-11T19:24:24.306Z Compiling getrandom v0.4.3
26272026-09-11T19:24:24.306Z Compiling subtle v2.6.1
26282026-09-11T19:24:24.306Z Compiling libm v0.2.16
26292026-09-11T19:24:24.306Z Compiling version_check v0.9.5
26302026-09-11T19:24:24.306Z Compiling zmij v1.0.21
26312026-09-11T19:24:24.306Z Compiling serde_json v1.0.151
26322026-09-11T19:24:24.306Z Compiling typenum v1.20.1
26332026-09-11T19:24:24.306Z Compiling scopeguard v1.2.0
26342026-09-11T19:24:24.306Z Compiling stable_deref_trait v1.2.1
26352026-09-11T19:24:24.336Z Compiling percent-encoding v2.3.2
26362026-09-11T19:24:24.339Z Compiling writeable v0.6.2
26372026-09-11T19:24:24.340Z Compiling litemap v0.8.1
26382026-09-11T19:24:24.340Z Compiling portable-atomic v1.13.1
26392026-09-11T19:24:24.340Z Compiling icu_properties_data v2.1.2
26402026-09-11T19:24:24.340Z Compiling icu_normalizer_data v2.1.1
26412026-09-11T19:24:24.340Z Compiling zerocopy v0.8.55
26422026-09-11T19:24:24.340Z Compiling critical-section v1.2.0
26432026-09-11T19:24:24.340Z Compiling utf8_iter v1.0.4
26442026-09-11T19:24:24.340Z Compiling allocator-api2 v0.2.21
26452026-09-11T19:24:24.340Z 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`
26462026-09-11T19:24:24.340Z 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`
26472026-09-11T19:24:24.371Z 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`
26482026-09-11T19:24:24.374Z 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`
26492026-09-11T19:24:24.374Z 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`
26502026-09-11T19:24:24.374Z 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`
26512026-09-11T19:24:24.374Z 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`
26522026-09-11T19:24:24.374Z 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`
26532026-09-11T19:24:24.374Z 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`
26542026-09-11T19:24:24.374Z 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"' --cfg 'feature="union"' --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=fa747fe1346b6112 -C extra-filename=-42d369e13ef719c7 --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-11T19:24:24.374Z 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`
26562026-09-11T19:24:24.374Z 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`
26572026-09-11T19:24:24.374Z 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`
26582026-09-11T19:24:24.374Z 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`
26592026-09-11T19:24:24.405Z 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`
26602026-09-11T19:24:24.408Z 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`
26612026-09-11T19:24:24.408Z 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`
26622026-09-11T19:24:24.408Z 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`
26632026-09-11T19:24:24.408Z 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`
26642026-09-11T19:24:24.467Z 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`
26652026-09-11T19:24:24.502Z 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`
26662026-09-11T19:24:24.505Z 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`
26672026-09-11T19:24:24.505Z 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`
26682026-09-11T19:24:24.505Z 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`
26692026-09-11T19:24:24.505Z 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`
26702026-09-11T19:24:24.537Z 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`
26712026-09-11T19:24:24.566Z 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`
26722026-09-11T19:24:24.569Z 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`
26732026-09-11T19:24:24.569Z 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`
26742026-09-11T19:24:24.569Z 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`
26752026-09-11T19:24:24.569Z 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`
26762026-09-11T19:24:24.602Z 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`
26772026-09-11T19:24:24.677Z Compiling thiserror v2.0.18
26782026-09-11T19:24:24.681Z 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`
26792026-09-11T19:24:24.753Z Compiling parking_lot_core v0.9.12
26802026-09-11T19:24:24.831Z Compiling pin-project-lite v0.2.17
26812026-09-11T19:24:24.872Z 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`
26822026-09-11T19:24:24.944Z Compiling heck v0.5.0
26832026-09-11T19:24:24.947Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c/build-script-build`
26842026-09-11T19:24:24.947Z 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`
26852026-09-11T19:24:25.084Z Compiling equivalent v1.0.2
26862026-09-11T19:24:25.087Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975/build-script-build`
26872026-09-11T19:24:25.087Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099/build-script-build`
26882026-09-11T19:24:25.119Z 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`
26892026-09-11T19:24:25.339Z Compiling form_urlencoded v1.2.2
26902026-09-11T19:24:25.343Z Compiling rustversion v1.0.22
26912026-09-11T19:24:25.343Z Compiling shlex v1.3.0
26922026-09-11T19:24:25.343Z Compiling iana-time-zone v0.1.65
26932026-09-11T19:24:25.343Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28/build-script-build`
26942026-09-11T19:24:25.343Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e/build-script-build`
26952026-09-11T19:24:25.368Z 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`
26962026-09-11T19:24:25.372Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808/build-script-build`
26972026-09-11T19:24:25.667Z Compiling lock_api v0.4.14
26982026-09-11T19:24:25.667Z Compiling foldhash v0.2.0
26992026-09-11T19:24:25.703Z Compiling fnv v1.0.7
27002026-09-11T19:24:25.706Z Compiling find-msvc-tools v0.1.9
27012026-09-11T19:24:25.707Z Compiling regex-syntax v0.8.10
27022026-09-11T19:24:25.707Z Compiling rustix v1.1.4
27032026-09-11T19:24:25.707Z 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`
27042026-09-11T19:24:25.707Z 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`
27052026-09-11T19:24:25.707Z 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`
27062026-09-11T19:24:25.707Z 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`
27072026-09-11T19:24:25.707Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03/build-script-build`
27082026-09-11T19:24:25.885Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173/build-script-build`
27092026-09-11T19:24:25.888Z Compiling dyn-clone v1.0.20
27102026-09-11T19:24:25.888Z Compiling schemars v0.8.22
27112026-09-11T19:24:25.889Z Compiling strsim v0.11.1
27122026-09-11T19:24:25.889Z 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`
27132026-09-11T19:24:25.889Z 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`
27142026-09-11T19:24:25.921Z 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`
27152026-09-11T19:24:25.924Z 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`
27162026-09-11T19:24:25.960Z 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`
27172026-09-11T19:24:25.964Z 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="process"' --cfg 'feature="pty"' --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=909dedd238d056a1 -C extra-filename=-558786b97e9b4602 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-558786b97e9b4602 -L 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-11T19:24:26.245Z Compiling num-traits v0.2.19
27192026-09-11T19:24:26.279Z Compiling futures-core v0.3.32
27202026-09-11T19:24:26.282Z Compiling cmov v0.5.4
27212026-09-11T19:24:26.454Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a/build-script-build`
27222026-09-11T19:24:26.457Z 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`
27232026-09-11T19:24:26.457Z 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`
27242026-09-11T19:24:26.457Z 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`
27252026-09-11T19:24:26.681Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4/build-script-build`
27262026-09-11T19:24:26.681Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a/build-script-build`
27272026-09-11T19:24:26.681Z 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`
27282026-09-11T19:24:26.685Z Compiling generic-array v0.14.7
27292026-09-11T19:24:26.685Z Compiling syn v1.0.109
27302026-09-11T19:24:26.685Z Compiling byteorder v1.5.0
27312026-09-11T19:24:26.685Z Compiling aho-corasick v1.1.4
27322026-09-11T19:24:26.685Z Compiling getrandom v0.3.4
27332026-09-11T19:24:26.715Z Compiling futures-sink v0.3.32
27342026-09-11T19:24:26.718Z Compiling slab v0.4.12
27352026-09-11T19:24:26.718Z Compiling futures-io v0.3.32
27362026-09-11T19:24:26.718Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07/build-script-build`
27372026-09-11T19:24:26.718Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec/build-script-build`
27382026-09-11T19:24:26.718Z 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)'`
27392026-09-11T19:24:26.746Z 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`
27402026-09-11T19:24:26.750Z 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`
27412026-09-11T19:24:27.172Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee/build-script-build`
27422026-09-11T19:24:27.172Z 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)'`
27432026-09-11T19:24:27.172Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8/build-script-build`
27442026-09-11T19:24:27.172Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2/build-script-build`
27452026-09-11T19:24:27.172Z 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`
27462026-09-11T19:24:27.172Z 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`
27472026-09-11T19:24:27.172Z 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`
27482026-09-11T19:24:27.176Z 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`
27492026-09-11T19:24:27.176Z 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)'`
27502026-09-11T19:24:27.176Z 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)'`
27512026-09-11T19:24:27.176Z Compiling hashbrown v0.17.0
27522026-09-11T19:24:27.176Z Compiling futures-task v0.3.32
27532026-09-11T19:24:27.176Z Compiling base64ct v1.8.3
27542026-09-11T19:24:27.176Z Compiling const-oid v0.9.6
27552026-09-11T19:24:27.176Z Compiling thiserror v1.0.69
27562026-09-11T19:24:27.207Z Compiling anyhow v1.0.104
27572026-09-11T19:24:27.210Z Compiling ident_case v1.0.1
27582026-09-11T19:24:27.210Z Compiling base64 v0.22.1
27592026-09-11T19:24:27.210Z 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`
27602026-09-11T19:24:27.247Z 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`
27612026-09-11T19:24:27.251Z 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`
27622026-09-11T19:24:27.251Z 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`
27632026-09-11T19:24:27.634Z 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)'`
27642026-09-11T19:24:27.638Z 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="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=2bb86056f67aac1b -C extra-filename=-db2c9870c4b2b56b --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`
27652026-09-11T19:24:27.638Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-558786b97e9b4602/build-script-build`
27662026-09-11T19:24:27.638Z 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"))'`
27672026-09-11T19:24:27.638Z 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)'`
27682026-09-11T19:24:27.639Z 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`
27692026-09-11T19:24:27.639Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da/build-script-build`
27702026-09-11T19:24:27.639Z 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`
27712026-09-11T19:24:27.639Z 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`
27722026-09-11T19:24:27.639Z 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`
27732026-09-11T19:24:27.639Z 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`
27742026-09-11T19:24:27.639Z Compiling ctutils v0.4.2
27752026-09-11T19:24:27.639Z Compiling futures-channel v0.3.32
27762026-09-11T19:24:27.639Z Compiling utf8parse v0.2.2
27772026-09-11T19:24:27.639Z Compiling anstyle v1.0.14
27782026-09-11T19:24:27.639Z Compiling const-oid v0.10.2
27792026-09-11T19:24:27.639Z Compiling colorchoice v1.0.4
27802026-09-11T19:24:27.639Z 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`
27812026-09-11T19:24:27.639Z 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`
27822026-09-11T19:24:27.985Z 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)'`
27832026-09-11T19:24:27.985Z 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`
27842026-09-11T19:24:27.989Z Compiling regex-automata v0.4.14
27852026-09-11T19:24:27.989Z Compiling anstyle-query v1.1.5
27862026-09-11T19:24:27.989Z Compiling is_terminal_polyfill v1.70.2
27872026-09-11T19:24:27.989Z Compiling pkg-config v0.3.32
27882026-09-11T19:24:27.989Z Compiling either v1.15.0
27892026-09-11T19:24:27.989Z Compiling cpufeatures v0.2.17
27902026-09-11T19:24:27.989Z 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`
27912026-09-11T19:24:27.989Z 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`
27922026-09-11T19:24:27.989Z 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`
27932026-09-11T19:24:27.989Z 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`
27942026-09-11T19:24:27.989Z 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"))'`
27952026-09-11T19:24:27.989Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf/build-script-build`
27962026-09-11T19:24:27.989Z 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`
27972026-09-11T19:24:28.363Z 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"))'`
27982026-09-11T19:24:28.363Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf/build-script-build`
27992026-09-11T19:24:28.363Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b/build-script-build`
28002026-09-11T19:24:28.367Z Compiling syn v2.0.117
28012026-09-11T19:24:28.368Z Compiling once_cell v1.21.3
28022026-09-11T19:24:28.368Z Compiling anstyle-parse v1.0.0
28032026-09-11T19:24:28.368Z Compiling fastrand v2.3.0
28042026-09-11T19:24:28.368Z Compiling clap_lex v1.0.0
28052026-09-11T19:24:28.368Z Compiling num-conv v0.2.0
28062026-09-11T19:24:28.368Z Compiling time-core v0.1.8
28072026-09-11T19:24:28.368Z Compiling camino v1.2.5
28082026-09-11T19:24:28.368Z 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`
28092026-09-11T19:24:28.368Z 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`
28102026-09-11T19:24:28.368Z 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`
28112026-09-11T19:24:28.368Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275/build-script-build`
28122026-09-11T19:24:28.399Z 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`
28132026-09-11T19:24:28.403Z 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`
28142026-09-11T19:24:28.403Z 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`
28152026-09-11T19:24:28.774Z 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`
28162026-09-11T19:24:28.774Z 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`
28172026-09-11T19:24:28.774Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be/build-script-build`
28182026-09-11T19:24:28.774Z 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`
28192026-09-11T19:24:28.778Z Compiling errno v0.3.14
28202026-09-11T19:24:28.778Z Compiling mio v1.2.0
28212026-09-11T19:24:28.778Z Compiling jobserver v0.1.34
28222026-09-11T19:24:28.779Z Compiling socket2 v0.6.3
28232026-09-11T19:24:28.779Z Compiling getrandom v0.2.17
28242026-09-11T19:24:28.779Z Compiling powerfmt v0.2.0
28252026-09-11T19:24:28.779Z Compiling num_threads v0.1.7
28262026-09-11T19:24:28.813Z Compiling cpufeatures v0.3.0
28272026-09-11T19:24:28.816Z Compiling crossbeam-utils v0.8.21
28282026-09-11T19:24:28.816Z Compiling httparse v1.10.1
28292026-09-11T19:24:28.816Z Compiling pem-rfc7468 v0.7.0
28302026-09-11T19:24:28.851Z Compiling fs_extra v1.3.0
28312026-09-11T19:24:28.855Z 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`
28322026-09-11T19:24:28.855Z 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`
28332026-09-11T19:24:28.855Z 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`
28342026-09-11T19:24:28.855Z 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`
28352026-09-11T19:24:28.855Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532/build-script-build`
28362026-09-11T19:24:28.855Z 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)'`
28372026-09-11T19:24:28.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/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`
28382026-09-11T19:24:29.081Z 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`
28392026-09-11T19:24:29.081Z 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=486cee5729854767 -C extra-filename=-5fd82b43770c3168 --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-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
28402026-09-11T19:24:29.086Z 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`
28412026-09-11T19:24:29.086Z 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`
28422026-09-11T19:24:29.086Z 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`
28432026-09-11T19:24:29.086Z 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`
28442026-09-11T19:24:29.086Z 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`
28452026-09-11T19:24:29.086Z 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`
28462026-09-11T19:24:29.086Z 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`
28472026-09-11T19:24:29.113Z 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`
28482026-09-11T19:24:29.118Z 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`
28492026-09-11T19:24:29.152Z 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`
28502026-09-11T19:24:29.156Z 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`
28512026-09-11T19:24:29.156Z 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`
28522026-09-11T19:24:29.156Z Compiling bitflags v2.11.0
28532026-09-11T19:24:29.187Z Compiling semver v1.0.28
28542026-09-11T19:24:29.192Z Compiling indexmap v2.14.0
28552026-09-11T19:24:29.192Z Compiling slog v2.8.2
28562026-09-11T19:24:29.192Z Compiling anstream v1.0.0
28572026-09-11T19:24:29.192Z 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`
28582026-09-11T19:24:29.218Z 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`
28592026-09-11T19:24:29.587Z Compiling rand_core v0.6.4
28602026-09-11T19:24:29.587Z Compiling tracing-core v0.1.36
28612026-09-11T19:24:29.590Z Compiling time-macros v0.2.27
28622026-09-11T19:24:29.590Z Compiling dunce v1.0.5
28632026-09-11T19:24:29.590Z Compiling spin v0.9.8
28642026-09-11T19:24:29.590Z Compiling flagset v0.4.7
28652026-09-11T19:24:29.591Z Compiling aws-lc-rs v1.16.3
28662026-09-11T19:24:29.591Z 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`
28672026-09-11T19:24:29.591Z 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"))'`
28682026-09-11T19:24:29.591Z 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`
28692026-09-11T19:24:29.623Z 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=0db2b9390b427b70 -C extra-filename=-6742a619450b5c82 --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-db2c9870c4b2b56b.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`
28702026-09-11T19:24:29.628Z 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`
28712026-09-11T19:24:29.703Z 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`
28722026-09-11T19:24:29.934Z 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`
28732026-09-11T19:24:29.934Z 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`
28742026-09-11T19:24:29.939Z Compiling parking_lot v0.12.5
28752026-09-11T19:24:29.939Z Compiling signal-hook-registry v1.4.8
28762026-09-11T19:24:29.939Z Compiling uuid v1.23.4
28772026-09-11T19:24:29.939Z Compiling cc v1.2.56
28782026-09-11T19:24:29.939Z Compiling rand_core v0.9.5
28792026-09-11T19:24:29.939Z Compiling deranged v0.5.8
28802026-09-11T19:24:29.939Z Compiling untrusted v0.7.1
28812026-09-11T19:24:29.971Z Compiling ryu v1.0.23
28822026-09-11T19:24:29.975Z Compiling unicode-width v0.2.0
28832026-09-11T19:24:29.975Z Compiling simd-adler32 v0.3.8
28842026-09-11T19:24:30.006Z Compiling adler2 v2.0.1
28852026-09-11T19:24:30.010Z 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`
28862026-09-11T19:24:30.010Z 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`
28872026-09-11T19:24:30.010Z 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`
28882026-09-11T19:24:30.010Z 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`
28892026-09-11T19:24:30.010Z 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)'`
28902026-09-11T19:24:30.010Z 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`
28912026-09-11T19:24:30.010Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697/build-script-build`
28922026-09-11T19:24:30.295Z 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=417dd1770db0e76e -C extra-filename=-4056e83616638594 --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-5fd82b43770c3168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932026-09-11T19:24:30.299Z 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`
28942026-09-11T19:24:30.299Z 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`
28952026-09-11T19:24:30.299Z 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`
28962026-09-11T19:24:30.299Z 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`
28972026-09-11T19:24:30.299Z 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`
28982026-09-11T19:24:30.299Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9/build-script-build`
28992026-09-11T19:24:30.330Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9/build-script-build`
29002026-09-11T19:24:30.333Z 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`
29012026-09-11T19:24:30.333Z 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`
29022026-09-11T19:24:30.333Z 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`
29032026-09-11T19:24:30.367Z Compiling rustc_version v0.4.1
29042026-09-11T19:24:30.370Z Compiling atomic-waker v1.1.2
29052026-09-11T19:24:30.371Z Compiling httpdate v1.0.3
29062026-09-11T19:24:30.371Z Compiling try-lock v0.2.5
29072026-09-11T19:24:30.371Z 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`
29082026-09-11T19:24:30.371Z 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`
29092026-09-11T19:24:30.663Z Compiling regex v1.12.3
29102026-09-11T19:24:30.666Z Compiling miniz_oxide v0.8.9
29112026-09-11T19:24:30.666Z Compiling ucd-trie v0.1.7
29122026-09-11T19:24:30.666Z Compiling tower-layer v0.3.3
29132026-09-11T19:24:30.666Z Compiling tower-service v0.3.3
29142026-09-11T19:24:30.667Z Compiling rustls v0.23.41
29152026-09-11T19:24:30.667Z Compiling untrusted v0.9.0
29162026-09-11T19:24:30.667Z Compiling pretty-hex v0.4.1
29172026-09-11T19:24:30.667Z Compiling plain v0.2.3
29182026-09-11T19:24:30.701Z Compiling socket2 v0.5.10
29192026-09-11T19:24:30.705Z 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="process"' --cfg 'feature="pty"' --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=854032105b9c06f3 -C extra-filename=-9f2a07a9c04136a1 --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`
29202026-09-11T19:24:30.705Z 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)'`
29212026-09-11T19:24:30.705Z 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`
29222026-09-11T19:24:30.705Z 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`
29232026-09-11T19:24:30.705Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d/build-script-build`
29242026-09-11T19:24:30.705Z 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`
29252026-09-11T19:24:30.705Z 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`
29262026-09-11T19:24:31.045Z 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`
29272026-09-11T19:24:31.051Z 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)'`
29282026-09-11T19:24:31.051Z 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`
29292026-09-11T19:24:31.051Z 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`
29302026-09-11T19:24:31.051Z 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`
29312026-09-11T19:24:31.051Z 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`
29322026-09-11T19:24:31.051Z 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`
29332026-09-11T19:24:31.083Z Compiling want v0.3.1
29342026-09-11T19:24:31.086Z Compiling unicode-segmentation v1.12.0
29352026-09-11T19:24:31.087Z Compiling crc32fast v1.5.0
29362026-09-11T19:24:31.087Z Compiling mime v0.3.17
29372026-09-11T19:24:31.114Z Compiling is-terminal v0.4.17
29382026-09-11T19:24:31.117Z Compiling paste v1.0.15
29392026-09-11T19:24:31.118Z Compiling lazy_static v1.5.0
29402026-09-11T19:24:31.146Z Compiling bit-vec v0.8.0
29412026-09-11T19:24:31.150Z 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`
29422026-09-11T19:24:31.177Z 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`
29432026-09-11T19:24:31.180Z 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`
29442026-09-11T19:24:31.180Z 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`
29452026-09-11T19:24:31.215Z 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`
29462026-09-11T19:24:31.408Z 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`
29472026-09-11T19:24:31.408Z 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`
29482026-09-11T19:24:31.408Z 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`
29492026-09-11T19:24:31.408Z 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`
29502026-09-11T19:24:31.409Z 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`
29512026-09-11T19:24:31.409Z 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`
29522026-09-11T19:24:31.412Z 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`
29532026-09-11T19:24:31.412Z Compiling synstructure v0.13.2
29542026-09-11T19:24:31.412Z Compiling serde_derive_internals v0.29.1
29552026-09-11T19:24:31.412Z Compiling cmake v0.1.57
29562026-09-11T19:24:31.413Z Compiling pest v2.8.6
29572026-09-11T19:24:31.413Z Compiling openssl-probe v0.2.1
29582026-09-11T19:24:31.413Z Compiling wait-timeout v0.2.1
29592026-09-11T19:24:31.413Z Compiling encoding_rs v0.8.35
29602026-09-11T19:24:31.413Z Compiling num-integer v0.1.46
29612026-09-11T19:24:31.413Z Compiling quick-error v1.2.3
29622026-09-11T19:24:31.413Z 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`
29632026-09-11T19:24:31.725Z 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`
29642026-09-11T19:24:31.725Z 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`
29652026-09-11T19:24:31.725Z 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`
29662026-09-11T19:24:31.729Z Compiling time v0.3.47
29672026-09-11T19:24:31.729Z Compiling vcpkg v0.2.15
29682026-09-11T19:24:31.729Z Compiling static_assertions v1.1.0
29692026-09-11T19:24:31.729Z Compiling darling_core v0.23.0
29702026-09-11T19:24:31.729Z Compiling rand_xorshift v0.4.0
29712026-09-11T19:24:31.729Z Compiling hashbrown v0.16.1
29722026-09-11T19:24:31.729Z Compiling unarray v0.1.4
29732026-09-11T19:24:31.729Z Compiling sync_wrapper v1.0.2
29742026-09-11T19:24:31.729Z Compiling ahash v0.8.12
29752026-09-11T19:24:31.729Z 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`
29762026-09-11T19:24:31.729Z 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`
29772026-09-11T19:24:31.729Z 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`
29782026-09-11T19:24:31.729Z 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`
29792026-09-11T19:24:31.729Z 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`
29802026-09-11T19:24:31.729Z 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`
29812026-09-11T19:24:32.068Z 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`
29822026-09-11T19:24:32.068Z 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`
29832026-09-11T19:24:32.071Z 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`
29842026-09-11T19:24:32.071Z Compiling terminal_size v0.4.3
29852026-09-11T19:24:32.071Z Compiling tempfile v3.27.0
29862026-09-11T19:24:32.071Z Compiling bit-set v0.8.0
29872026-09-11T19:24:32.071Z Compiling object v0.37.3
29882026-09-11T19:24:32.071Z Compiling winnow v1.0.3
29892026-09-11T19:24:32.072Z Compiling iri-string v0.7.10
29902026-09-11T19:24:32.072Z Compiling syn v3.0.3
29912026-09-11T19:24:32.072Z Compiling base64 v0.21.7
29922026-09-11T19:24:32.072Z 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`
29932026-09-11T19:24:32.072Z 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`
29942026-09-11T19:24:32.072Z 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`
29952026-09-11T19:24:32.072Z 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`
29962026-09-11T19:24:32.072Z 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`
29972026-09-11T19:24:32.072Z 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`
29982026-09-11T19:24:32.437Z 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=42ac17da5061fb86 -C extra-filename=-c9c8b90086cebcbf --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-9f2a07a9c04136a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-09-11T19:24:32.440Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a/build-script-build`
30002026-09-11T19:24:32.440Z 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`
30012026-09-11T19:24:32.441Z Compiling aws-lc-sys v0.40.0
30022026-09-11T19:24:32.441Z Compiling unicode-width v0.1.14
30032026-09-11T19:24:32.441Z Compiling tinyvec_macros v0.1.1
30042026-09-11T19:24:32.441Z Compiling crossbeam-channel v0.5.15
30052026-09-11T19:24:32.441Z Compiling num-iter v0.1.45
30062026-09-11T19:24:32.441Z Compiling cookie v0.18.1
30072026-09-11T19:24:32.441Z Compiling num-bigint-dig v0.8.6
30082026-09-11T19:24:32.441Z Compiling litrs v1.0.0
30092026-09-11T19:24:32.473Z Compiling psl-types v2.0.11
30102026-09-11T19:24:32.476Z 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`
30112026-09-11T19:24:32.477Z 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`
30122026-09-11T19:24:32.477Z 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`
30132026-09-11T19:24:32.477Z 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=d341ab16a23f329a -C extra-filename=-7b6f4163c4f1a892 --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-21201851a35fa059.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-09-11T19:24:32.477Z 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`
30152026-09-11T19:24:32.477Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88/build-script-build`
30162026-09-11T19:24:32.477Z 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`
30172026-09-11T19:24:32.782Z 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`
30182026-09-11T19:24:32.785Z 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`
30192026-09-11T19:24:32.785Z 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`
30202026-09-11T19:24:32.785Z 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`
30212026-09-11T19:24:32.785Z 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`
30222026-09-11T19:24:32.785Z 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`
30232026-09-11T19:24:32.786Z 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`
30242026-09-11T19:24:32.786Z Compiling clap_builder v4.6.0
30252026-09-11T19:24:32.786Z Compiling pest_meta v2.8.6
30262026-09-11T19:24:32.786Z Compiling zlib-rs v0.6.2
30272026-09-11T19:24:32.786Z Compiling thread_local v1.1.9
30282026-09-11T19:24:32.786Z 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`
30292026-09-11T19:24:32.786Z 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`
30302026-09-11T19:24:32.794Z Compiling serde_derive v1.0.228
30312026-09-11T19:24:32.798Z Compiling zeroize_derive v1.5.0
30322026-09-11T19:24:32.798Z Compiling zerofrom-derive v0.1.6
30332026-09-11T19:24:32.798Z Compiling yoke-derive v0.8.1
30342026-09-11T19:24:32.798Z Compiling zerovec-derive v0.11.2
30352026-09-11T19:24:32.798Z Compiling displaydoc v0.2.5
30362026-09-11T19:24:32.798Z Compiling zerocopy-derive v0.8.55
30372026-09-11T19:24:32.798Z Compiling thiserror-impl v2.0.18
30382026-09-11T19:24:32.798Z Compiling tokio-macros v2.7.0
30392026-09-11T19:24:32.798Z 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=b4964301a1a1418a -C extra-filename=-fa4fb00ebebcf463 --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-c9c8b90086cebcbf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-09-11T19:24:32.798Z 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`
30412026-09-11T19:24:32.798Z 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)'`
30422026-09-11T19:24:32.798Z 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"))'`
30432026-09-11T19:24:32.798Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476/build-script-build`
30442026-09-11T19:24:32.798Z 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`
30452026-09-11T19:24:32.798Z 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`
30462026-09-11T19:24:32.798Z 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`
30472026-09-11T19:24:32.798Z 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`
30482026-09-11T19:24:32.798Z 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`
30492026-09-11T19:24:32.798Z 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`
30502026-09-11T19:24:32.798Z 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`
30512026-09-11T19:24:32.798Z 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`
30522026-09-11T19:24:32.798Z 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`
30532026-09-11T19:24:32.798Z 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`
30542026-09-11T19:24:32.798Z 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`
30552026-09-11T19:24:32.807Z Compiling schemars_derive v0.8.22
30562026-09-11T19:24:32.811Z 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`
30572026-09-11T19:24:32.814Z Compiling futures-macro v0.3.32
30582026-09-11T19:24:32.814Z 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`
30592026-09-11T19:24:32.817Z Compiling thiserror-impl v1.0.69
30602026-09-11T19:24:32.817Z 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`
30612026-09-11T19:24:32.822Z Compiling tracing-attributes v0.1.31
30622026-09-11T19:24:32.825Z 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`
30632026-09-11T19:24:32.988Z Compiling clap_derive v4.6.1
30642026-09-11T19:24:33.064Z Compiling der_derive v0.7.3
30652026-09-11T19:24:33.144Z 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`
30662026-09-11T19:24:33.147Z Compiling async-trait v0.1.89
30672026-09-11T19:24:33.147Z 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`
30682026-09-11T19:24:33.296Z Compiling rusty-fork v0.3.1
30692026-09-11T19:24:33.300Z Compiling toml_parser v1.1.2+spec-1.1.0
30702026-09-11T19:24:33.358Z 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`
30712026-09-11T19:24:33.391Z Compiling hubpack_derive v0.1.1
30722026-09-11T19:24:33.394Z Compiling tinyvec v1.11.0
30732026-09-11T19:24:33.394Z 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=95b94f8f37c5a85f -C extra-filename=-0cd436edc6dd07cf --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-7b6f4163c4f1a892.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`
30742026-09-11T19:24:33.394Z Running `/work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9/build-script-build`
30752026-09-11T19:24:33.394Z 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`
30762026-09-11T19:24:33.471Z Compiling scroll_derive v0.13.1
30772026-09-11T19:24:33.476Z Compiling document-features v0.2.12
30782026-09-11T19:24:33.476Z 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`
30792026-09-11T19:24:33.476Z 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.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="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "defmt", "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=34a615c8486e9571 -C extra-filename=-3b4a47b0474a8a1b --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`
30802026-09-11T19:24:33.476Z 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`
30812026-09-11T19:24:33.501Z 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`
30822026-09-11T19:24:33.713Z Compiling pest_generator v2.8.6
30832026-09-11T19:24:33.716Z 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`
30842026-09-11T19:24:33.788Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717/build-script-build`
30852026-09-11T19:24:34.023Z 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)'`
30862026-09-11T19:24:34.101Z Compiling strum_macros v0.26.4
30872026-09-11T19:24:34.105Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad/build-script-build`
30882026-09-11T19:24:34.105Z 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`
30892026-09-11T19:24:34.145Z Compiling slog-async v2.8.0
30902026-09-11T19:24:34.149Z 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`
30912026-09-11T19:24:34.192Z Compiling usdt-impl v0.6.0
30922026-09-11T19:24:34.195Z 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`
30932026-09-11T19:24:34.195Z 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`
30942026-09-11T19:24:34.508Z Compiling darling_macro v0.23.0
30952026-09-11T19:24:34.560Z 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`
30962026-09-11T19:24:34.568Z Compiling winnow v0.7.14
30972026-09-11T19:24:34.571Z Compiling futures-util v0.3.32
30982026-09-11T19:24:34.571Z Compiling data-encoding v2.10.0
30992026-09-11T19:24:34.571Z 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`
31002026-09-11T19:24:34.571Z 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`
31012026-09-11T19:24:34.571Z 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`
31022026-09-11T19:24:34.732Z Compiling thread-id v5.1.0
31032026-09-11T19:24:34.735Z 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`
31042026-09-11T19:24:34.773Z Compiling term v1.2.1
31052026-09-11T19:24:34.780Z 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`
31062026-09-11T19:24:34.821Z Compiling take_mut v0.2.2
31072026-09-11T19:24:34.821Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7/build-script-build`
31082026-09-11T19:24:34.825Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8/build-script-build`
31092026-09-11T19:24:34.825Z 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`
31102026-09-11T19:24:34.935Z Compiling curve25519-dalek-derive v0.1.1
31112026-09-11T19:24:34.978Z Compiling darling_core v0.20.11
31122026-09-11T19:24:34.985Z Compiling ff v0.13.1
31132026-09-11T19:24:34.985Z Compiling memmap2 v0.9.10
31142026-09-11T19:24:34.985Z Compiling radium v0.7.0
31152026-09-11T19:24:34.985Z 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`
31162026-09-11T19:24:34.985Z 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`
31172026-09-11T19:24:34.985Z 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`
31182026-09-11T19:24:34.985Z 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`
31192026-09-11T19:24:34.985Z 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`
31202026-09-11T19:24:35.122Z Compiling smawk v0.3.2
31212026-09-11T19:24:35.165Z Compiling pest_derive v2.8.6
31222026-09-11T19:24:35.168Z 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`
31232026-09-11T19:24:35.213Z Compiling base16ct v0.2.0
31242026-09-11T19:24:35.213Z Compiling unicode-linebreak v0.1.5
31252026-09-11T19:24:35.216Z Compiling rustix v0.38.44
31262026-09-11T19:24:35.216Z 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`
31272026-09-11T19:24:35.216Z Compiling tracing v0.1.44
31282026-09-11T19:24:35.216Z Compiling group v0.13.0
31292026-09-11T19:24:35.216Z 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`
31302026-09-11T19:24:35.217Z 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`
31312026-09-11T19:24:35.217Z 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`
31322026-09-11T19:24:35.217Z 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)'`
31332026-09-11T19:24:35.217Z 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`
31342026-09-11T19:24:35.251Z 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`
31352026-09-11T19:24:35.323Z Compiling scroll v0.13.0
31362026-09-11T19:24:35.364Z Compiling scroll_derive v0.12.1
31372026-09-11T19:24:35.367Z 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`
31382026-09-11T19:24:35.405Z Compiling bstr v1.12.1
31392026-09-11T19:24:35.408Z 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`
31402026-09-11T19:24:35.564Z 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`
31412026-09-11T19:24:35.604Z Compiling darling v0.23.0
31422026-09-11T19:24:35.608Z Compiling memoffset v0.9.1
31432026-09-11T19:24:35.608Z Compiling tap v1.0.1
31442026-09-11T19:24:35.608Z Compiling is_ci v1.2.0
31452026-09-11T19:24:35.608Z 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)'`
31462026-09-11T19:24:35.769Z Compiling clap v4.6.1
31472026-09-11T19:24:35.773Z Compiling gimli v0.32.3
31482026-09-11T19:24:35.773Z Compiling zerocopy-derive v0.7.35
31492026-09-11T19:24:35.773Z Compiling openssl-sys v0.9.117
31502026-09-11T19:24:35.773Z Compiling crossbeam-epoch v0.9.18
31512026-09-11T19:24:35.773Z 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`
31522026-09-11T19:24:35.773Z 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`
31532026-09-11T19:24:35.773Z 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`
31542026-09-11T19:24:35.773Z 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`
31552026-09-11T19:24:35.995Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4/build-script-build`
31562026-09-11T19:24:35.995Z 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=17681025302ab391 -C extra-filename=-212ada304539612d --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-fa4fb00ebebcf463.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`
31572026-09-11T19:24:35.999Z Compiling zerofrom v0.1.6
31582026-09-11T19:24:35.999Z Compiling goblin v0.10.5
31592026-09-11T19:24:35.999Z Compiling itertools v0.15.0
31602026-09-11T19:24:35.999Z Compiling env_filter v2.0.0
31612026-09-11T19:24:35.999Z Compiling crc-catalog v2.4.0
31622026-09-11T19:24:35.999Z 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`
31632026-09-11T19:24:35.999Z 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`
31642026-09-11T19:24:35.999Z 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`
31652026-09-11T19:24:35.999Z 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`
31662026-09-11T19:24:36.262Z 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`
31672026-09-11T19:24:36.265Z Compiling flate2 v1.1.9
31682026-09-11T19:24:36.265Z Compiling daft-derive v0.1.8
31692026-09-11T19:24:36.265Z Compiling dtrace-parser v0.3.0
31702026-09-11T19:24:36.265Z Compiling wyz v0.5.1
31712026-09-11T19:24:36.265Z Compiling funty v2.0.0
31722026-09-11T19:24:36.265Z Compiling rustc-demangle v0.1.27
31732026-09-11T19:24:36.265Z Compiling winnow v0.5.40
31742026-09-11T19:24:36.265Z Compiling siphasher v1.0.2
31752026-09-11T19:24:36.265Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb/build-script-build`
31762026-09-11T19:24:36.265Z 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`
31772026-09-11T19:24:36.265Z 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`
31782026-09-11T19:24:36.265Z 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`
31792026-09-11T19:24:36.265Z 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)'`
31802026-09-11T19:24:36.265Z 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`
31812026-09-11T19:24:36.528Z 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`
31822026-09-11T19:24:36.533Z 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`
31832026-09-11T19:24:36.533Z Compiling yoke v0.8.1
31842026-09-11T19:24:36.533Z Compiling scroll v0.12.0
31852026-09-11T19:24:36.533Z Compiling maybe-uninit v2.0.0
31862026-09-11T19:24:36.560Z Compiling packed_struct v0.10.1
31872026-09-11T19:24:36.564Z Compiling crc v3.4.0
31882026-09-11T19:24:36.564Z Compiling packed_struct_codegen v0.10.1
31892026-09-11T19:24:36.599Z 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`
31902026-09-11T19:24:36.602Z 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`
31912026-09-11T19:24:36.602Z 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`
31922026-09-11T19:24:36.602Z 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`
31932026-09-11T19:24:36.602Z 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`
31942026-09-11T19:24:36.602Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee/build-script-build`
31952026-09-11T19:24:36.602Z 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`
31962026-09-11T19:24:36.819Z 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`
31972026-09-11T19:24:36.823Z 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`
31982026-09-11T19:24:36.823Z 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`
31992026-09-11T19:24:36.823Z 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`
32002026-09-11T19:24:36.860Z Compiling strum v0.26.3
32012026-09-11T19:24:36.864Z Compiling env_logger v0.11.11
32022026-09-11T19:24:36.895Z Compiling bitfield-macros v0.19.4
32032026-09-11T19:24:36.898Z Compiling curve25519-dalek v4.1.3
32042026-09-11T19:24:36.899Z 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`
32052026-09-11T19:24:36.927Z 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`
32062026-09-11T19:24:36.931Z 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`
32072026-09-11T19:24:37.038Z 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`
32082026-09-11T19:24:37.042Z 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`
32092026-09-11T19:24:37.042Z 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`
32102026-09-11T19:24:37.042Z 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`
32112026-09-11T19:24:37.042Z 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`
32122026-09-11T19:24:37.079Z Compiling futures-executor v0.3.32
32132026-09-11T19:24:37.083Z Compiling goblin v0.8.2
32142026-09-11T19:24:37.083Z Compiling usdt-impl v0.5.0
32152026-09-11T19:24:37.083Z 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`
32162026-09-11T19:24:37.248Z Compiling zerovec v0.11.5
32172026-09-11T19:24:37.251Z Compiling zerotrie v0.2.3
32182026-09-11T19:24:37.251Z Compiling bitvec v1.0.1
32192026-09-11T19:24:37.251Z Compiling zerocopy v0.7.35
32202026-09-11T19:24:37.355Z 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`
32212026-09-11T19:24:37.358Z 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`
32222026-09-11T19:24:37.358Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15/build-script-main`
32232026-09-11T19:24:37.358Z 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`
32242026-09-11T19:24:37.429Z Compiling ciborium-io v0.2.2
32252026-09-11T19:24:37.429Z Compiling cfg_aliases v0.2.1
32262026-09-11T19:24:37.432Z Compiling dtrace-parser v0.2.0
32272026-09-11T19:24:37.432Z Compiling structmeta-derive v0.3.0
32282026-09-11T19:24:37.432Z Compiling heck v0.4.1
32292026-09-11T19:24:37.433Z Compiling itertools v0.13.0
32302026-09-11T19:24:37.433Z Compiling thread-id v4.2.2
32312026-09-11T19:24:37.433Z 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`
32322026-09-11T19:24:37.433Z 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`
32332026-09-11T19:24:37.433Z 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`
32342026-09-11T19:24:37.433Z 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`
32352026-09-11T19:24:37.689Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5/build-script-build`
32362026-09-11T19:24:37.692Z 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`
32372026-09-11T19:24:37.692Z Compiling futures v0.3.32
32382026-09-11T19:24:37.692Z Compiling darling_macro v0.20.11
32392026-09-11T19:24:37.692Z Compiling addr2line v0.25.1
32402026-09-11T19:24:37.720Z Compiling keccak v0.1.6
32412026-09-11T19:24:37.725Z Compiling owo-colors v4.3.0
32422026-09-11T19:24:37.725Z 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`
32432026-09-11T19:24:37.756Z 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`
32442026-09-11T19:24:37.759Z 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`
32452026-09-11T19:24:37.759Z 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`
32462026-09-11T19:24:37.759Z 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`
32472026-09-11T19:24:37.759Z 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`
32482026-09-11T19:24:37.983Z 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`
32492026-09-11T19:24:37.986Z 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`
32502026-09-11T19:24:37.986Z 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)'`
32512026-09-11T19:24:37.986Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6/build-script-build`
32522026-09-11T19:24:37.986Z 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`
32532026-09-11T19:24:37.987Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948/build-script-build`
32542026-09-11T19:24:37.987Z 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`
32552026-09-11T19:24:37.987Z Compiling nodrop v0.1.14
32562026-09-11T19:24:37.987Z Compiling zerocopy-derive v0.6.6
32572026-09-11T19:24:37.987Z Compiling cargo-platform v0.3.2
32582026-09-11T19:24:38.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/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`
32592026-09-11T19:24:38.214Z Compiling tinystr v0.8.2
32602026-09-11T19:24:38.214Z Compiling potential_utf v0.1.4
32612026-09-11T19:24:38.218Z Compiling bitfield v0.19.4
32622026-09-11T19:24:38.218Z Compiling nix v0.31.2
32632026-09-11T19:24:38.218Z Compiling debug-ignore v1.0.5
32642026-09-11T19:24:38.218Z Compiling same-file v1.0.6
32652026-09-11T19:24:38.218Z Compiling textwrap v0.16.2
32662026-09-11T19:24:38.218Z Compiling serde_with_macros v3.21.0
32672026-09-11T19:24:38.218Z Compiling unicode-normalization v0.1.25
32682026-09-11T19:24:38.218Z Compiling bzip2-sys v0.1.13+1.0.8
32692026-09-11T19:24:38.218Z Compiling vergen-lib v9.1.0
32702026-09-11T19:24:38.252Z 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`
32712026-09-11T19:24:38.255Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be/build-script-build`
32722026-09-11T19:24:38.290Z 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`
32732026-09-11T19:24:38.293Z 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`
32742026-09-11T19:24:38.293Z 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`
32752026-09-11T19:24:38.440Z 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`
32762026-09-11T19:24:38.440Z 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`
32772026-09-11T19:24:38.443Z 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`
32782026-09-11T19:24:38.443Z 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`
32792026-09-11T19:24:38.443Z 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`
32802026-09-11T19:24:38.444Z 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=b14407fb99ef2e4c -C extra-filename=-36ffbe0b5fefef1b --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-c9c8b90086cebcbf.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`
32812026-09-11T19:24:38.444Z Compiling smallvec v0.6.14
32822026-09-11T19:24:38.444Z Compiling array-init v0.0.4
32832026-09-11T19:24:38.475Z Compiling foreign-types-shared v0.1.1
32842026-09-11T19:24:38.479Z Compiling foldhash v0.1.5
32852026-09-11T19:24:38.479Z Compiling signal-hook v0.3.18
32862026-09-11T19:24:38.479Z 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`
32872026-09-11T19:24:38.479Z 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`
32882026-09-11T19:24:38.479Z 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`
32892026-09-11T19:24:38.479Z 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`
32902026-09-11T19:24:38.479Z 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=ee7f9cf8d27bef09 -C extra-filename=-44732fa43f584adb --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-3b4a47b0474a8a1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-09-11T19:24:38.736Z 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`
32922026-09-11T19:24:38.739Z 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`
32932026-09-11T19:24:38.739Z Compiling zeroize v1.9.0
32942026-09-11T19:24:38.773Z Compiling bytes v1.11.1
32952026-09-11T19:24:38.776Z Compiling chrono v0.4.45
32962026-09-11T19:24:38.776Z Compiling erased-serde v0.3.31
32972026-09-11T19:24:38.776Z 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`
32982026-09-11T19:24:38.776Z 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`
32992026-09-11T19:24:38.813Z 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`
33002026-09-11T19:24:38.971Z Compiling icu_collections v2.1.1
33012026-09-11T19:24:38.971Z Compiling ipnet v2.12.0
33022026-09-11T19:24:38.974Z Compiling serde_tokenstream v0.2.3
33032026-09-11T19:24:38.974Z Compiling hex v0.4.3
33042026-09-11T19:24:38.974Z Compiling serde_urlencoded v0.7.1
33052026-09-11T19:24:38.974Z Compiling openapiv3 v2.2.0
33062026-09-11T19:24:38.974Z Compiling hubpack v0.1.2
33072026-09-11T19:24:38.974Z Compiling toml_datetime v0.6.11
33082026-09-11T19:24:38.974Z Compiling serde_spanned v0.6.9
33092026-09-11T19:24:38.975Z 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`
33102026-09-11T19:24:39.006Z 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`
33112026-09-11T19:24:39.076Z 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`
33122026-09-11T19:24:39.079Z 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`
33132026-09-11T19:24:39.310Z 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`
33142026-09-11T19:24:39.313Z 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`
33152026-09-11T19:24:39.313Z 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`
33162026-09-11T19:24:39.313Z 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`
33172026-09-11T19:24:39.313Z Compiling icu_locale_core v2.1.1
33182026-09-11T19:24:39.313Z Compiling darling v0.20.11
33192026-09-11T19:24:39.342Z Compiling ron v0.8.1
33202026-09-11T19:24:39.345Z Compiling backtrace v0.3.76
33212026-09-11T19:24:39.345Z Compiling structmeta v0.3.0
33222026-09-11T19:24:39.345Z Compiling serde-hex v0.1.0
33232026-09-11T19:24:39.380Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464/build-script-main`
33242026-09-11T19:24:39.383Z 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`
33252026-09-11T19:24:39.383Z 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=1b1b96db045b8872 -C extra-filename=-b7d245b0064f8782 --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-6742a619450b5c82.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`
33262026-09-11T19:24:39.383Z 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`
33272026-09-11T19:24:39.383Z 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`
33282026-09-11T19:24:39.383Z 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`
33292026-09-11T19:24:39.638Z 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`
33302026-09-11T19:24:39.638Z 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`
33312026-09-11T19:24:39.642Z 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`
33322026-09-11T19:24:39.642Z 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`
33332026-09-11T19:24:39.642Z Compiling hybrid-array v0.4.13
33342026-09-11T19:24:39.642Z Compiling ppv-lite86 v0.2.21
33352026-09-11T19:24:39.642Z Compiling der v0.7.10
33362026-09-11T19:24:39.642Z Compiling rustls-pki-types v1.14.0
33372026-09-11T19:24:39.642Z Compiling dof v0.4.0
33382026-09-11T19:24:39.642Z Compiling half v2.7.1
33392026-09-11T19:24:39.642Z 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`
33402026-09-11T19:24:39.642Z 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`
33412026-09-11T19:24:39.642Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b/build-script-build`
33422026-09-11T19:24:39.642Z 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`
33432026-09-11T19:24:39.980Z 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`
33442026-09-11T19:24:39.983Z Compiling tokio v1.52.1
33452026-09-11T19:24:39.983Z Compiling http v1.4.2
33462026-09-11T19:24:39.983Z Compiling toml_edit v0.19.15
33472026-09-11T19:24:39.983Z Compiling dof v0.3.0
33482026-09-11T19:24:39.983Z Compiling zerocopy v0.6.6
33492026-09-11T19:24:39.983Z Compiling walkdir v2.5.0
33502026-09-11T19:24:40.017Z 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`
33512026-09-11T19:24:40.021Z 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`
33522026-09-11T19:24:40.021Z 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`
33532026-09-11T19:24:40.022Z 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`
33542026-09-11T19:24:40.022Z 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)'`
33552026-09-11T19:24:40.022Z 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`
33562026-09-11T19:24:40.022Z 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)'`
33572026-09-11T19:24:40.022Z 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`
33582026-09-11T19:24:40.248Z 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=c8a6aaf1e9e45391 -C extra-filename=-14ee0969c84fd393 --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-4056e83616638594.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`
33592026-09-11T19:24:40.251Z 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`
33602026-09-11T19:24:40.251Z 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`
33612026-09-11T19:24:40.251Z 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=6b47cf0b53c0990e -C extra-filename=-1453aaee161363d5 --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-6742a619450b5c82.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`
33622026-09-11T19:24:40.251Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537/build-script-build`
33632026-09-11T19:24:40.252Z Compiling rand_chacha v0.9.0
33642026-09-11T19:24:40.252Z Compiling rand_chacha v0.3.1
33652026-09-11T19:24:40.252Z Compiling derive_builder_core v0.20.2
33662026-09-11T19:24:40.285Z Compiling backtrace-ext v0.2.1
33672026-09-11T19:24:40.288Z Compiling hashbrown v0.14.5
33682026-09-11T19:24:40.288Z 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`
33692026-09-11T19:24:40.288Z 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)'`
33702026-09-11T19:24:40.288Z 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`
33712026-09-11T19:24:40.468Z 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`
33722026-09-11T19:24:40.471Z Compiling icu_provider v2.1.1
33732026-09-11T19:24:40.472Z Compiling crypto-common v0.1.7
33742026-09-11T19:24:40.472Z Compiling block-buffer v0.10.4
33752026-09-11T19:24:40.472Z Compiling rustls-native-certs v0.8.3
33762026-09-11T19:24:40.472Z Compiling slog-term v2.9.2
33772026-09-11T19:24:40.472Z 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`
33782026-09-11T19:24:40.472Z 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`
33792026-09-11T19:24:40.472Z 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`
33802026-09-11T19:24:40.472Z 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`
33812026-09-11T19:24:40.536Z Compiling crypto-bigint v0.5.5
33822026-09-11T19:24:40.540Z Compiling ciborium-ll v0.2.2
33832026-09-11T19:24:40.540Z Compiling cargo_metadata v0.23.1
33842026-09-11T19:24:40.540Z Compiling crc-any v2.5.0
33852026-09-11T19:24:40.574Z 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`
33862026-09-11T19:24:40.578Z 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`
33872026-09-11T19:24:40.578Z 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`
33882026-09-11T19:24:40.578Z 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`
33892026-09-11T19:24:40.578Z 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`
33902026-09-11T19:24:40.610Z 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`
33912026-09-11T19:24:40.614Z 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`
33922026-09-11T19:24:40.614Z 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"))'`
33932026-09-11T19:24:40.614Z 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="default"' --cfg 'feature="generic-array"' --cfg 'feature="rand"' --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=7f4025cb2aee537d -C extra-filename=-bd5d6c28322af6ad --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`
33942026-09-11T19:24:40.614Z 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`
33952026-09-11T19:24:40.614Z 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`
33962026-09-11T19:24:40.653Z Compiling rand v0.9.2
33972026-09-11T19:24:40.727Z Compiling http-body v1.0.1
33982026-09-11T19:24:40.768Z 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`
33992026-09-11T19:24:40.771Z Compiling crypto-common v0.2.2
34002026-09-11T19:24:40.801Z 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`
34012026-09-11T19:24:40.843Z Compiling block-buffer v0.12.1
34022026-09-11T19:24:40.846Z 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`
34032026-09-11T19:24:40.913Z Compiling icu_properties v2.1.2
34042026-09-11T19:24:40.916Z Compiling icu_normalizer v2.1.1
34052026-09-11T19:24:40.950Z 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`
34062026-09-11T19:24:41.109Z Compiling digest v0.10.7
34072026-09-11T19:24:41.112Z Compiling rand v0.8.6
34082026-09-11T19:24:41.112Z Compiling block-padding v0.4.2
34092026-09-11T19:24:41.112Z Compiling spki v0.7.3
34102026-09-11T19:24:41.112Z 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`
34112026-09-11T19:24:41.112Z 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=d98d6b381a776371 -C extra-filename=-a7b2283d3db24b50 --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-42d369e13ef719c7.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`
34122026-09-11T19:24:41.274Z Compiling http-body-util v0.1.3
34132026-09-11T19:24:41.278Z Compiling ciborium v0.2.2
34142026-09-11T19:24:41.278Z Compiling chumsky v0.9.3
34152026-09-11T19:24:41.278Z Compiling openssl v0.10.80
34162026-09-11T19:24:41.306Z 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`
34172026-09-11T19:24:41.310Z 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`
34182026-09-11T19:24:41.310Z 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`
34192026-09-11T19:24:41.310Z 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`
34202026-09-11T19:24:41.536Z 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`
34212026-09-11T19:24:41.539Z Compiling hashbrown v0.15.5
34222026-09-11T19:24:41.539Z Compiling foreign-types v0.3.2
34232026-09-11T19:24:41.539Z Compiling supports-color v3.0.2
34242026-09-11T19:24:41.539Z Compiling openssl-macros v0.1.1
34252026-09-11T19:24:41.540Z Compiling vergen v9.1.0
34262026-09-11T19:24:41.540Z Compiling memmap v0.7.0
34272026-09-11T19:24:41.574Z Compiling proc-macro-error-attr2 v2.0.0
34282026-09-11T19:24:41.576Z 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)'`
34292026-09-11T19:24:41.576Z 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`
34302026-09-11T19:24:41.577Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc/build-script-build`
34312026-09-11T19:24:41.577Z 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`
34322026-09-11T19:24:41.577Z 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`
34332026-09-11T19:24:41.577Z 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`
34342026-09-11T19:24:41.798Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3/build-script-build`
34352026-09-11T19:24:41.801Z 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`
34362026-09-11T19:24:41.802Z 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`
34372026-09-11T19:24:41.802Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114/build-script-build`
34382026-09-11T19:24:41.802Z 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)'`
34392026-09-11T19:24:41.802Z 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`
34402026-09-11T19:24:41.802Z Compiling inout v0.2.2
34412026-09-11T19:24:41.834Z Compiling pkcs8 v0.10.2
34422026-09-11T19:24:41.837Z Compiling sha2 v0.10.9
34432026-09-11T19:24:41.837Z Compiling signature v2.2.0
34442026-09-11T19:24:41.837Z Compiling proptest v1.11.0
34452026-09-11T19:24:41.837Z 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`
34462026-09-11T19:24:41.870Z 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`
34472026-09-11T19:24:41.873Z 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`
34482026-09-11T19:24:41.873Z 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`
34492026-09-11T19:24:42.026Z 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`
34502026-09-11T19:24:42.029Z 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`
34512026-09-11T19:24:42.029Z 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`
34522026-09-11T19:24:42.029Z 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`
34532026-09-11T19:24:42.029Z Compiling digest v0.11.3
34542026-09-11T19:24:42.030Z Compiling x509-cert v0.2.5
34552026-09-11T19:24:42.030Z Compiling hmac v0.12.1
34562026-09-11T19:24:42.063Z 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=64bd13aceebbcd47 -C extra-filename=-247c01bdd5a432f8 --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-0cd436edc6dd07cf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.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`
34572026-09-11T19:24:42.212Z Compiling idna_adapter v1.2.1
34582026-09-11T19:24:42.216Z Compiling sha1 v0.10.6
34592026-09-11T19:24:42.216Z Compiling derive_builder_macro v0.20.2
34602026-09-11T19:24:42.216Z Compiling sha3 v0.10.8
34612026-09-11T19:24:42.216Z 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`
34622026-09-11T19:24:42.216Z 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`
34632026-09-11T19:24:42.216Z 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`
34642026-09-11T19:24:42.247Z 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=9d6c147b02def12c -C extra-filename=-21ad4b70c9f5f624 --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-a7b2283d3db24b50.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`
34652026-09-11T19:24:42.251Z Compiling pkcs1 v0.7.5
34662026-09-11T19:24:42.251Z Compiling sec1 v0.7.3
34672026-09-11T19:24:42.251Z Compiling usdt-attr-macro v0.6.0
34682026-09-11T19:24:42.285Z Compiling usdt-macro v0.6.0
34692026-09-11T19:24:42.289Z 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`
34702026-09-11T19:24:42.289Z 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"'`
34712026-09-11T19:24:42.289Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a/build-script-build`
34722026-09-11T19:24:42.289Z 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`
34732026-09-11T19:24:42.289Z 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`
34742026-09-11T19:24:42.289Z 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=5537cf7cc171a7ed -C extra-filename=-2a1262ab6b9fbdde --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-42d369e13ef719c7.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`
34752026-09-11T19:24:42.325Z 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`
34762026-09-11T19:24:42.329Z 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`
34772026-09-11T19:24:42.329Z 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`
34782026-09-11T19:24:42.329Z 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`
34792026-09-11T19:24:42.440Z Compiling cipher v0.5.2
34802026-09-11T19:24:42.443Z Compiling ed25519 v2.2.3
34812026-09-11T19:24:42.443Z Compiling usdt-macro v0.5.0
34822026-09-11T19:24:42.658Z Compiling idna v1.1.0
34832026-09-11T19:24:42.661Z Compiling hmac v0.13.0
34842026-09-11T19:24:42.661Z Compiling sha2 v0.11.0
34852026-09-11T19:24:42.661Z Compiling hkdf v0.12.4
34862026-09-11T19:24:42.765Z 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`
34872026-09-11T19:24:42.807Z 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`
34882026-09-11T19:24:42.810Z 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`
34892026-09-11T19:24:42.888Z Compiling rfc6979 v0.4.0
34902026-09-11T19:24:42.888Z Compiling usdt-attr-macro v0.5.0
34912026-09-11T19:24:42.892Z Compiling indexmap v1.9.3
34922026-09-11T19:24:42.892Z Compiling bitflags v1.3.2
34932026-09-11T19:24:42.892Z Compiling proc-macro-error2 v2.0.1
34942026-09-11T19:24:42.892Z 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=0b8866ee2d3c3bfd -C extra-filename=-059c2757b06868c4 --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-21ad4b70c9f5f624.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.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`
34952026-09-11T19:24:42.892Z 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`
34962026-09-11T19:24:42.892Z 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`
34972026-09-11T19:24:42.892Z 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`
34982026-09-11T19:24:43.037Z 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`
34992026-09-11T19:24:43.040Z Compiling chacha20 v0.10.0
35002026-09-11T19:24:43.040Z Compiling derive-ex v0.1.8
35012026-09-11T19:24:43.040Z Compiling enum-as-inner v0.6.1
35022026-09-11T19:24:43.075Z Compiling miette-derive v7.6.0
35032026-09-11T19:24:43.078Z 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`
35042026-09-11T19:24:43.078Z 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`
35052026-09-11T19:24:43.078Z 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`
35062026-09-11T19:24:43.078Z 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`
35072026-09-11T19:24:43.078Z 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`
35082026-09-11T19:24:43.078Z 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)'`
35092026-09-11T19:24:43.194Z Compiling url v2.5.8
35102026-09-11T19:24:43.198Z Compiling publicsuffix v2.3.0
35112026-09-11T19:24:43.198Z 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`
35122026-09-11T19:24:43.198Z 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`
35132026-09-11T19:24:43.199Z 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`
35142026-09-11T19:24:43.222Z 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`
35152026-09-11T19:24:43.226Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9/build-script-build`
35162026-09-11T19:24:43.302Z 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`
35172026-09-11T19:24:43.343Z Compiling elliptic-curve v0.13.8
35182026-09-11T19:24:43.347Z Compiling zstd-sys v2.0.16+zstd.1.5.7
35192026-09-11T19:24:43.347Z Compiling ref-cast v1.0.25
35202026-09-11T19:24:43.347Z 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=0092b2c5f5cc10f0 -C extra-filename=-87733d6a210289d5 --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-059c2757b06868c4.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`
35212026-09-11T19:24:43.347Z 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=0119b9e531328c1d -C extra-filename=-26d4ba25b0a38a06 --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-059c2757b06868c4.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`
35222026-09-11T19:24:43.546Z Compiling rsa v0.9.10
35232026-09-11T19:24:43.550Z Compiling salty v0.3.0
35242026-09-11T19:24:43.550Z Compiling native-tls v0.2.18
35252026-09-11T19:24:43.550Z Compiling managed v0.8.0
35262026-09-11T19:24:43.551Z 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=a4d342bb36a2e039 -C extra-filename=-1ddb02a3288ea216 --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-bd5d6c28322af6ad.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`
35272026-09-11T19:24:43.551Z 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`
35282026-09-11T19:24:43.551Z 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`
35292026-09-11T19:24:43.740Z Compiling usdt v0.6.0
35302026-09-11T19:24:43.740Z Compiling derive_builder v0.20.2
35312026-09-11T19:24:43.744Z Compiling ed25519-dalek v2.2.0
35322026-09-11T19:24:43.744Z Compiling supports-unicode v3.0.0
35332026-09-11T19:24:43.744Z Compiling hashbrown v0.12.3
35342026-09-11T19:24:43.744Z Compiling supports-hyperlinks v3.2.0
35352026-09-11T19:24:43.744Z Compiling knus-derive v3.4.0
35362026-09-11T19:24:43.744Z 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=620a1b23f556a745 -C extra-filename=-a7ecbd92a5d6f0c6 --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-2a1262ab6b9fbdde.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`
35372026-09-11T19:24:43.744Z 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`
35382026-09-11T19:24:43.744Z 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`
35392026-09-11T19:24:43.744Z 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`
35402026-09-11T19:24:43.858Z 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`
35412026-09-11T19:24:43.862Z 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`
35422026-09-11T19:24:43.862Z Compiling rand v0.10.1
35432026-09-11T19:24:43.862Z Compiling bzip2 v0.4.4
35442026-09-11T19:24:43.862Z Compiling toml v0.7.8
35452026-09-11T19:24:43.862Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35462026-09-11T19:24:43.894Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886/build-script-build`
35472026-09-11T19:24:43.898Z 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`
35482026-09-11T19:24:43.898Z 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`
35492026-09-11T19:24:43.898Z 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`
35502026-09-11T19:24:43.898Z 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`
35512026-09-11T19:24:43.898Z 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`
35522026-09-11T19:24:43.935Z Compiling ecdsa v0.16.9
35532026-09-11T19:24:43.939Z 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`
35542026-09-11T19:24:43.939Z 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`
35552026-09-11T19:24:43.939Z 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=55ef53ae48cb4c94 -C extra-filename=-52def44da63a9d7a --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-1453aaee161363d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-09-11T19:24:43.939Z 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=f3205c8dacf0493d -C extra-filename=-a3f4af9fb7adc7dd --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-212ada304539612d.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`
35572026-09-11T19:24:43.976Z Compiling primeorder v0.13.6
35582026-09-11T19:24:44.015Z 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=e0e2ff648ab0a9a2 -C extra-filename=-7d372c980f2f7930 --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-1ddb02a3288ea216.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`
35592026-09-11T19:24:44.059Z Compiling tokio-util v0.7.18
35602026-09-11T19:24:44.062Z 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=277dad98a82dcde1 -C extra-filename=-ab77845a74795748 --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-1ddb02a3288ea216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-09-11T19:24:44.313Z Compiling tower v0.5.3
35622026-09-11T19:24:44.319Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35632026-09-11T19:24:44.319Z Compiling hashbrown v0.13.2
35642026-09-11T19:24:44.391Z 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=241ac71d57efaabe -C extra-filename=-dff7b73424f652a5 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-09-11T19:24:44.550Z Compiling cookie_store v0.22.1
35662026-09-11T19:24:44.555Z Compiling usdt v0.5.0
35672026-09-11T19:24:44.555Z Compiling phf_shared v0.11.3
35682026-09-11T19:24:44.555Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410/build-script-build`
35692026-09-11T19:24:44.555Z 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=afb276c75a5d919d -C extra-filename=-1ce13fa38c3edde3 --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-14ee0969c84fd393.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`
35702026-09-11T19:24:44.555Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81/build-script-build`
35712026-09-11T19:24:44.555Z 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`
35722026-09-11T19:24:44.555Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788/build-script-build`
35732026-09-11T19:24:44.555Z 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`
35742026-09-11T19:24:44.740Z 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=a4dd0a30bc27b877 -C extra-filename=-a860071c032350b4 --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-26d4ba25b0a38a06.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`
35752026-09-11T19:24:44.744Z Compiling globset v0.4.18
35762026-09-11T19:24:44.744Z Compiling ref-cast-impl v1.0.25
35772026-09-11T19:24:44.744Z Compiling pin-project-internal v1.1.11
35782026-09-11T19:24:44.744Z 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`
35792026-09-11T19:24:44.744Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2/build-script-build`
35802026-09-11T19:24:44.744Z 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`
35812026-09-11T19:24:44.744Z 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=38350c90550f238e -C extra-filename=-e32ee5c12d36af1b --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-059c2757b06868c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-87733d6a210289d5.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-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-09-11T19:24:44.847Z Compiling p384 v0.13.1
35832026-09-11T19:24:44.851Z Compiling miette v7.6.0
35842026-09-11T19:24:44.851Z Compiling fs-err v3.3.0
35852026-09-11T19:24:44.851Z Compiling bumpalo v3.20.2
35862026-09-11T19:24:44.851Z Compiling new_debug_unreachable v1.0.6
35872026-09-11T19:24:44.851Z Compiling fixedbitset v0.4.2
35882026-09-11T19:24:44.851Z Compiling libbz2-rs-sys v0.2.2
35892026-09-11T19:24:44.885Z 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)'`
35902026-09-11T19:24:44.890Z 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`
35912026-09-11T19:24:44.890Z 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`
35922026-09-11T19:24:44.890Z 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`
35932026-09-11T19:24:44.890Z 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`
35942026-09-11T19:24:44.959Z 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=b930694d25795e7e -C extra-filename=-1a883e6055b44435 --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-7d372c980f2f7930.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ab77845a74795748.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`
35952026-09-11T19:24:44.963Z Compiling h2 v0.4.15
35962026-09-11T19:24:44.995Z Compiling tower-http v0.6.8
35972026-09-11T19:24:44.999Z 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`
35982026-09-11T19:24:44.999Z 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=3efbc625b193ba97 -C extra-filename=-6d6c58d99ec6aa2e --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-c9c8b90086cebcbf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-36ffbe0b5fefef1b.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`
35992026-09-11T19:24:44.999Z 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`
36002026-09-11T19:24:45.033Z 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`
36012026-09-11T19:24:45.037Z 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`
36022026-09-11T19:24:45.037Z 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`
36032026-09-11T19:24:45.037Z 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=d2078466ed9af002 -C extra-filename=-b0bcfa1f4cefff13 --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-6742a619450b5c82.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
36042026-09-11T19:24:45.069Z 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=5ffa736e55292ed6 -C extra-filename=-992b67c263b6d652 --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-1ce13fa38c3edde3.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`
36052026-09-11T19:24:45.180Z Compiling precomputed-hash v0.1.1
36062026-09-11T19:24:45.184Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36072026-09-11T19:24:45.221Z 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)'`
36082026-09-11T19:24:45.224Z Compiling object v0.30.4
36092026-09-11T19:24:45.224Z 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`
36102026-09-11T19:24:45.258Z 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`
36112026-09-11T19:24:45.261Z 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`
36122026-09-11T19:24:45.261Z 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`
36132026-09-11T19:24:45.295Z Compiling petgraph v0.6.5
36142026-09-11T19:24:45.299Z 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=749174fe08981eb2 -C extra-filename=-6324502ac22b92e6 --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-6742a619450b5c82.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`
36152026-09-11T19:24:45.333Z Compiling test-strategy v0.4.5
36162026-09-11T19:24:45.374Z Compiling zopfli v0.8.3
36172026-09-11T19:24:45.378Z 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`
36182026-09-11T19:24:45.419Z Compiling ipnetwork v0.21.1
36192026-09-11T19:24:45.422Z 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`
36202026-09-11T19:24:45.611Z Compiling newtype-uuid v1.3.2
36212026-09-11T19:24:45.616Z Compiling serde_with v3.21.0
36222026-09-11T19:24:45.616Z Compiling bzip2 v0.6.1
36232026-09-11T19:24:45.616Z Compiling string_cache v0.8.9
36242026-09-11T19:24:45.652Z 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=8b56061e5ebb3f9a -C extra-filename=-aea237dd1abc5aa3 --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-a860071c032350b4.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`
36252026-09-11T19:24:45.772Z Compiling zip v0.6.6
36262026-09-11T19:24:45.773Z 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=12f3f2b33a91d237 -C extra-filename=-c6a4a62171fb5249 --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-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
36272026-09-11T19:24:45.776Z 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=680851755137a082 -C extra-filename=-8703345717947861 --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-a860071c032350b4.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`
36282026-09-11T19:24:45.777Z 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`
36292026-09-11T19:24:45.777Z 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=818c0cfc1db5cffa -C extra-filename=-e91abaf8b893a3e1 --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-4056e83616638594.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`
36302026-09-11T19:24:45.933Z Compiling oxnet v0.1.6
36312026-09-11T19:24:45.937Z Compiling signal-hook-mio v0.2.5
36322026-09-11T19:24:45.937Z Compiling path-slash v0.1.5
36332026-09-11T19:24:45.937Z Compiling zstd-safe v7.2.4
36342026-09-11T19:24:45.937Z Compiling toml_write v0.1.2
36352026-09-11T19:24:45.937Z 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)'`
36362026-09-11T19:24:45.937Z 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)'`
36372026-09-11T19:24:45.937Z 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`
36382026-09-11T19:24:45.937Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b/build-script-build`
36392026-09-11T19:24:45.938Z 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=289647bfa885b966 -C extra-filename=-8060d56960a9df22 --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-aea237dd1abc5aa3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
36402026-09-11T19:24:45.977Z 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`
36412026-09-11T19:24:46.014Z Compiling knus v3.4.0
36422026-09-11T19:24:46.019Z Compiling jiff-core v0.1.0
36432026-09-11T19:24:46.019Z 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`
36442026-09-11T19:24:46.058Z 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`
36452026-09-11T19:24:46.062Z 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`
36462026-09-11T19:24:46.099Z Compiling inout v0.1.4
36472026-09-11T19:24:46.103Z Compiling snafu-derive v0.8.9
36482026-09-11T19:24:46.103Z 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`
36492026-09-11T19:24:46.103Z 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=dc91cbf9c417d463 -C extra-filename=-f6a0a54089104b57 --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-6d6c58d99ec6aa2e.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`
36502026-09-11T19:24:46.259Z Compiling tokio-native-tls v0.3.1
36512026-09-11T19:24:46.263Z Compiling heapless v0.7.17
36522026-09-11T19:24:46.263Z Compiling pem v3.0.6
36532026-09-11T19:24:46.263Z 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`
36542026-09-11T19:24:46.263Z 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=343b10a91b2ce42e -C extra-filename=-14ec63f052894889 --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`
36552026-09-11T19:24:46.460Z 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=edee6869f0144ea4 -C extra-filename=-730d11fe6574c1ba --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-14ee0969c84fd393.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)'`
36562026-09-11T19:24:46.465Z Compiling daft v0.1.8
36572026-09-11T19:24:46.465Z Compiling fixedbitset v0.5.7
36582026-09-11T19:24:46.465Z Compiling lalrpop-util v0.19.12
36592026-09-11T19:24:46.465Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36602026-09-11T19:24:46.465Z Compiling crossterm v0.28.1
36612026-09-11T19:24:46.465Z 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=90b88f2aa21d0c6b -C extra-filename=-5b50efc1481b4aaa --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36622026-09-11T19:24:46.465Z 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`
36632026-09-11T19:24:46.465Z 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`
36642026-09-11T19:24:46.499Z 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=50e5b4684e885ad5 -C extra-filename=-cec375fe56ae7184 --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-c6a4a62171fb5249.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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`
36652026-09-11T19:24:46.503Z Compiling pin-project v1.1.11
36662026-09-11T19:24:46.503Z Compiling toml_edit v0.22.27
36672026-09-11T19:24:46.503Z Compiling cipher v0.4.4
36682026-09-11T19:24:46.503Z Compiling serde-big-array v0.5.1
36692026-09-11T19:24:46.530Z Compiling serde_plain v1.0.2
36702026-09-11T19:24:46.533Z Compiling similar v2.7.0
36712026-09-11T19:24:46.606Z 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`
36722026-09-11T19:24:46.609Z 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`
36732026-09-11T19:24:46.609Z 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`
36742026-09-11T19:24:46.609Z 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=9049b0a71cd8785c -C extra-filename=-787924a301230b23 --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-4056e83616638594.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`
36752026-09-11T19:24:46.609Z 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`
36762026-09-11T19:24:46.609Z 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`
36772026-09-11T19:24:46.609Z 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`
36782026-09-11T19:24:46.609Z 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=9492d85860afe321 -C extra-filename=-dbf464cace64d1b9 --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-6742a619450b5c82.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`
36792026-09-11T19:24:46.610Z 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`
36802026-09-11T19:24:46.610Z 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`
36812026-09-11T19:24:46.797Z Compiling serde_repr v0.1.20
36822026-09-11T19:24:46.802Z Compiling async-recursion v1.1.1
36832026-09-11T19:24:46.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36842026-09-11T19:24:47.023Z 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`
36852026-09-11T19:24:47.027Z Compiling jiff v0.2.34
36862026-09-11T19:24:47.027Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36872026-09-11T19:24:47.027Z Compiling derive-where v1.6.0
36882026-09-11T19:24:47.066Z 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`
36892026-09-11T19:24:47.101Z 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`
36902026-09-11T19:24:47.191Z Compiling convert_case v0.10.0
36912026-09-11T19:24:47.195Z Compiling hash32 v0.2.1
36922026-09-11T19:24:47.195Z Compiling smoltcp v0.9.1
36932026-09-11T19:24:47.195Z Compiling unicode-bidi v0.3.18
36942026-09-11T19:24:47.195Z Compiling unicode-properties v0.1.4
36952026-09-11T19:24:47.195Z 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`
36962026-09-11T19:24:47.195Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73/build-script-build`
36972026-09-11T19:24:47.195Z 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=3bb99aa7ebe5e1cf -C extra-filename=-8acb52825fec3660 --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-212ada304539612d.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-f6a0a54089104b57.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d6c58d99ec6aa2e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1a883e6055b44435.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-a7ecbd92a5d6f0c6.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`
36982026-09-11T19:24:47.195Z 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`
36992026-09-11T19:24:47.340Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
37002026-09-11T19:24:47.346Z Compiling petgraph v0.8.3
37012026-09-11T19:24:47.346Z Compiling linked-hash-map v0.5.6
37022026-09-11T19:24:47.346Z Compiling typed-path v0.9.3
37032026-09-11T19:24:47.375Z Compiling predicates-core v1.0.10
37042026-09-11T19:24:47.379Z Compiling byte-wrapper v0.1.0
37052026-09-11T19:24:47.379Z 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`
37062026-09-11T19:24:47.379Z 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`
37072026-09-11T19:24:47.379Z 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`
37082026-09-11T19:24:47.379Z 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`
37092026-09-11T19:24:47.379Z 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`
37102026-09-11T19:24:47.453Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee/build-script-build`
37112026-09-11T19:24:47.458Z 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=e76f4034d981a27e -C extra-filename=-46742cb7dfb889b1 --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-a3f4af9fb7adc7dd.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-a7ecbd92a5d6f0c6.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`
37122026-09-11T19:24:47.458Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37132026-09-11T19:24:47.458Z Compiling tokio-stream v0.1.18
37142026-09-11T19:24:47.491Z 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=997e4984bae5acd0 -C extra-filename=-e5e6672e5c6fdd9f --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-6742a619450b5c82.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`
37152026-09-11T19:24:47.495Z 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=7f2dab57aa39667f -C extra-filename=-f7b6f999387b6320 --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-a860071c032350b4.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`
37162026-09-11T19:24:47.495Z 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`
37172026-09-11T19:24:47.495Z 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`
37182026-09-11T19:24:47.495Z 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`
37192026-09-11T19:24:47.496Z 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=1a1122cbbdc0ce51 -C extra-filename=-96f85c928ddbad8a --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-212ada304539612d.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-8703345717947861.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`
37202026-09-11T19:24:47.496Z 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=f1f99ed24eaecc22 -C extra-filename=-f1173c6658f3d555 --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-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-09-11T19:24:47.539Z 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/`
37222026-09-11T19:24:47.720Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
37232026-09-11T19:24:47.724Z Compiling hickory-proto v0.24.4
37242026-09-11T19:24:47.754Z 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`
37252026-09-11T19:24:47.879Z Compiling stringprep v0.1.5
37262026-09-11T19:24:47.882Z Compiling derive_more-impl v2.1.1
37272026-09-11T19:24:47.882Z Compiling hickory-proto v0.25.2
37282026-09-11T19:24:47.882Z Compiling md-5 v0.11.0
37292026-09-11T19:24:47.882Z 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`
37302026-09-11T19:24:47.882Z 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=5b9aac1a6bdef12b -C extra-filename=-676cd08cf611fa60 --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-059c2757b06868c4.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-3b4a47b0474a8a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-09-11T19:24:48.030Z Compiling lru-cache v0.1.2
37322026-09-11T19:24:48.033Z Compiling strum_macros v0.27.2
37332026-09-11T19:24:48.033Z Compiling float-cmp v0.10.0
37342026-09-11T19:24:48.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37352026-09-11T19:24:48.033Z Compiling normalize-line-endings v0.3.0
37362026-09-11T19:24:48.033Z 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=c2ef348715998182 -C extra-filename=-0f06a086ff368c48 --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-44732fa43f584adb.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`
37372026-09-11T19:24:48.033Z 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`
37382026-09-11T19:24:48.033Z 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`
37392026-09-11T19:24:48.034Z 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=03e7a8c4f0efe246 -C extra-filename=-10edf0d828782d1e --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-059c2757b06868c4.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-3b4a47b0474a8a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-09-11T19:24:48.145Z 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`
37412026-09-11T19:24:48.148Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464/build-script-build`
37422026-09-11T19:24:48.149Z Compiling resolv-conf v0.7.6
37432026-09-11T19:24:48.180Z Compiling difflib v0.4.0
37442026-09-11T19:24:48.184Z Compiling typed-path v0.12.3
37452026-09-11T19:24:48.184Z 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`
37462026-09-11T19:24:48.184Z 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`
37472026-09-11T19:24:48.184Z 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`
37482026-09-11T19:24:48.184Z 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`
37492026-09-11T19:24:48.184Z 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`
37502026-09-11T19:24:48.184Z 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`
37512026-09-11T19:24:48.184Z 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`
37522026-09-11T19:24:48.285Z Compiling toml v0.8.23
37532026-09-11T19:24:48.365Z Compiling fallible-iterator v0.2.0
37542026-09-11T19:24:48.370Z Compiling iddqd v0.4.2
37552026-09-11T19:24:48.408Z 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=32ea08c33463c328 -C extra-filename=-8cc9eec1e74c1b89 --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-dbf464cace64d1b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-09-11T19:24:48.482Z 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`
37572026-09-11T19:24:48.487Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37582026-09-11T19:24:48.559Z 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=029ef4ec99046c7a -C extra-filename=-741a433666908766 --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-cec375fe56ae7184.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-247c01bdd5a432f8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
37592026-09-11T19:24:48.565Z Compiling snafu v0.8.9
37602026-09-11T19:24:48.571Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
37612026-09-11T19:24:48.571Z Compiling olpc-cjson v0.1.4
37622026-09-11T19:24:48.571Z Compiling phf_shared v0.13.1
37632026-09-11T19:24:48.571Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37642026-09-11T19:24:48.571Z 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=3ce9d0853b3692b6 -C extra-filename=-4efc0056836d0980 --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-96f85c928ddbad8a.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-8703345717947861.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`
37652026-09-11T19:24:48.571Z 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`
37662026-09-11T19:24:48.571Z Compiling hyper v1.10.1
37672026-09-11T19:24:48.571Z 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=0ea635c6210915a5 -C extra-filename=-0454e391608a6bab --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-14ec63f052894889.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-09-11T19:24:48.571Z 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`
37692026-09-11T19:24:48.571Z 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`
37702026-09-11T19:24:48.571Z 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=14ca4b8b86ac4782 -C extra-filename=-2c06026f00ddcab8 --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-b0bcfa1f4cefff13.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-42d369e13ef719c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
37712026-09-11T19:24:48.571Z 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=a0dbd5f2687ccefa -C extra-filename=-6748997398286f70 --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-44732fa43f584adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-09-11T19:24:48.571Z 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/01f0608/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=71a8355abc79e3dd -C extra-filename=-61734671ba791185 --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`
37732026-09-11T19:24:48.571Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487/build-script-build`
37742026-09-11T19:24:48.752Z Compiling predicates v3.1.4
37752026-09-11T19:24:48.791Z Compiling postgres-protocol v0.6.12
37762026-09-11T19:24:48.795Z 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`
37772026-09-11T19:24:48.868Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
37782026-09-11T19:24:48.948Z 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=6fdbdc3d31fba183 -C extra-filename=-4cc1aca68bc0716e --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-0f06a086ff368c48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-09-11T19:24:48.955Z Compiling corncobs v0.1.4
37802026-09-11T19:24:48.959Z Compiling peg-runtime v0.8.5
37812026-09-11T19:24:48.959Z 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/98615b8/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 --cfg 'feature="ipcc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "default", "ipcc", "pki-playground", "unittest"))' -C metadata=3ae8691e8f64e912 -C extra-filename=-23eae949ade3140c --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-23eae949ade3140c -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`
37822026-09-11T19:24:49.029Z 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`
37832026-09-11T19:24:49.032Z 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`
37842026-09-11T19:24:49.033Z 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/`
37852026-09-11T19:24:49.066Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
37862026-09-11T19:24:49.070Z 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=e1f9022b03e692c6 -C extra-filename=-f210dd7a28ce24b2 --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-a3f4af9fb7adc7dd.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-46742cb7dfb889b1.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-a7ecbd92a5d6f0c6.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-52def44da63a9d7a.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`
37872026-09-11T19:24:49.114Z Compiling zip v8.6.0
37882026-09-11T19:24:49.117Z Compiling phf v0.13.1
37892026-09-11T19:24:49.118Z Compiling buf-list v1.1.2
37902026-09-11T19:24:49.118Z Compiling secrecy v0.8.0
37912026-09-11T19:24:49.118Z Compiling whoami v2.1.0
37922026-09-11T19:24:49.151Z 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=355bd53c6a7c0c0d -C extra-filename=-76422ea7f47856ed --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-6742a619450b5c82.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`
37932026-09-11T19:24:49.221Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37942026-09-11T19:24:49.224Z Compiling match_cfg v0.1.0
37952026-09-11T19:24:49.224Z 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`
37962026-09-11T19:24:49.224Z 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`
37972026-09-11T19:24:49.224Z 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`
37982026-09-11T19:24:49.224Z 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=897bd7081e6a5cd6 -C extra-filename=-63f81254ca42a035 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-09-11T19:24:49.224Z 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`
38002026-09-11T19:24:49.225Z 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`
38012026-09-11T19:24:49.295Z Compiling postgres-types v0.2.14
38022026-09-11T19:24:49.299Z 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=4e5403593430fb9c -C extra-filename=-ce237fbd739d64ab --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-4cc1aca68bc0716e.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`
38032026-09-11T19:24:49.368Z Compiling slog-json v2.6.1
38042026-09-11T19:24:49.409Z 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`
38052026-09-11T19:24:49.450Z Compiling hostname v0.3.1
38062026-09-11T19:24:49.490Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-23eae949ade3140c/build-script-build`
38072026-09-11T19:24:49.494Z Compiling newtype-uuid-macros v0.1.0
38082026-09-11T19:24:49.576Z 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`
38092026-09-11T19:24:49.579Z Compiling derive_more v2.1.1
38102026-09-11T19:24:49.579Z Compiling toml_datetime v1.1.1+spec-1.1.0
38112026-09-11T19:24:49.579Z Compiling serde_spanned v1.1.1
38122026-09-11T19:24:49.615Z 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`
38132026-09-11T19:24:49.703Z Compiling toml_writer v1.1.1+spec-1.1.0
38142026-09-11T19:24:49.706Z Compiling sha1 v0.11.0
38152026-09-11T19:24:49.706Z Compiling async-stream-impl v0.3.6
38162026-09-11T19:24:49.706Z Compiling serde_path_to_error v0.1.20
38172026-09-11T19:24:49.706Z Compiling multer v3.1.0
38182026-09-11T19:24:49.706Z Compiling compression-core v0.4.31
38192026-09-11T19:24:49.706Z Compiling dropshot v0.17.1
38202026-09-11T19:24:49.740Z 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`
38212026-09-11T19:24:49.745Z 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`
38222026-09-11T19:24:49.745Z 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`
38232026-09-11T19:24:49.980Z 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`
38242026-09-11T19:24:49.983Z 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`
38252026-09-11T19:24:49.983Z 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`
38262026-09-11T19:24:49.983Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38272026-09-11T19:24:49.984Z Compiling tokio-postgres v0.7.18
38282026-09-11T19:24:49.984Z Compiling slog-bunyan v2.5.0
38292026-09-11T19:24:49.984Z Compiling rustls-pemfile v2.2.0
38302026-09-11T19:24:49.984Z Compiling dropshot_endpoint v0.17.1
38312026-09-11T19:24:49.984Z Compiling waitgroup v0.1.2
38322026-09-11T19:24:50.020Z 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`
38332026-09-11T19:24:50.024Z 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`
38342026-09-11T19:24:50.024Z 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`
38352026-09-11T19:24:50.024Z 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`
38362026-09-11T19:24:50.224Z 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=18335159694e7fea -C extra-filename=-6df36d0a6afa7796 --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-f7b6f999387b6320.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f210dd7a28ce24b2.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
38372026-09-11T19:24:50.225Z 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`
38382026-09-11T19:24:50.228Z 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=b0bd5891310f1a9e -C extra-filename=-75cdedf3a7302a99 --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-4056e83616638594.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-4cc1aca68bc0716e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ce237fbd739d64ab.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-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
38392026-09-11T19:24:50.228Z 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`
38402026-09-11T19:24:50.228Z Compiling hyper-util v0.1.20
38412026-09-11T19:24:50.228Z Compiling hickory-resolver v0.24.4
38422026-09-11T19:24:50.228Z Compiling toml v1.1.2+spec-1.1.0
38432026-09-11T19:24:50.228Z Compiling compression-codecs v0.4.37
38442026-09-11T19:24:50.228Z Compiling hostname v0.4.2
38452026-09-11T19:24:50.228Z Compiling atomicwrites v0.4.4
38462026-09-11T19:24:50.228Z Compiling serde_tokenstream v0.3.0
38472026-09-11T19:24:50.228Z 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`
38482026-09-11T19:24:50.228Z 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`
38492026-09-11T19:24:50.267Z 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=9f51c9400e18de02 -C extra-filename=-dc005497caaa8092 --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-2c06026f00ddcab8.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-14ee0969c84fd393.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`
38502026-09-11T19:24:50.270Z Compiling macaddr v1.0.1
38512026-09-11T19:24:50.270Z Compiling regress v0.10.5
38522026-09-11T19:24:50.304Z 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=253d8ea2a734a662 -C extra-filename=-caf0861b04d5f291 --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-676cd08cf611fa60.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-4056e83616638594.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-42d369e13ef719c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
38532026-09-11T19:24:50.307Z 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`
38542026-09-11T19:24:50.307Z 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`
38552026-09-11T19:24:50.307Z 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=54aeea5a0288369f -C extra-filename=-9f8f2645df36cc4c --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-7b6f4163c4f1a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-09-11T19:24:50.307Z 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`
38572026-09-11T19:24:50.307Z 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`
38582026-09-11T19:24:50.308Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff/build-script-build`
38592026-09-11T19:24:50.308Z 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`
38602026-09-11T19:24:50.308Z 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`
38612026-09-11T19:24:50.308Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0/build-script-build`
38622026-09-11T19:24:50.378Z Compiling itertools v0.14.0
38632026-09-11T19:24:50.413Z Compiling instant v0.1.13
38642026-09-11T19:24:50.489Z Compiling parse-display-derive v0.10.0
38652026-09-11T19:24:50.493Z Compiling oxide-generation v0.1.3
38662026-09-11T19:24:50.493Z 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`
38672026-09-11T19:24:50.493Z 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`
38682026-09-11T19:24:50.641Z Compiling strum v0.27.2
38692026-09-11T19:24:50.645Z Compiling async-compression v0.4.41
38702026-09-11T19:24:50.645Z Compiling backon v1.6.0
38712026-09-11T19:24:50.645Z Compiling humantime v2.3.0
38722026-09-11T19:24:50.645Z 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`
38732026-09-11T19:24:50.645Z 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=7f5184281afe44c3 -C extra-filename=-375bea1ce7e3a24f --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-cec375fe56ae7184.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
38742026-09-11T19:24:50.830Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
38752026-09-11T19:24:50.835Z Compiling backoff v0.4.0
38762026-09-11T19:24:50.835Z Compiling convert_case v0.4.0
38772026-09-11T19:24:50.898Z 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`
38782026-09-11T19:24:50.904Z 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`
38792026-09-11T19:24:50.904Z 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`
38802026-09-11T19:24:50.904Z 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=eb8165fe9cc422c3 -C extra-filename=-7c096e393385ec67 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-09-11T19:24:50.971Z Compiling async-stream v0.3.6
38822026-09-11T19:24:50.975Z Compiling secrecy v0.10.3
38832026-09-11T19:24:50.975Z Compiling indent_write v2.2.0
38842026-09-11T19:24:50.975Z 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=a689973ac4acf7a5 -C extra-filename=-32f232a1793a325b --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-cec375fe56ae7184.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-a860071c032350b4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-09-11T19:24:50.975Z 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=1576493cb3422375 -C extra-filename=-383dc14e3c76d3eb --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-09-11T19:24:50.975Z 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`
38872026-09-11T19:24:50.975Z 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`
38882026-09-11T19:24:51.116Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
38892026-09-11T19:24:51.120Z Compiling camino-tempfile v1.4.1
38902026-09-11T19:24:51.120Z Compiling crucible-workspace-hack v0.1.0
38912026-09-11T19:24:51.120Z 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`
38922026-09-11T19:24:51.120Z 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`
38932026-09-11T19:24:51.120Z 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`
38942026-09-11T19:24:51.195Z Compiling oxide-generation-macros v0.2.0
38952026-09-11T19:24:51.198Z Compiling regress v0.11.1
38962026-09-11T19:24:51.198Z 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/01f0608/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=2cb2dcfd190afbc2 -C extra-filename=-82626a232e683a4d --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-61734671ba791185.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`
38972026-09-11T19:24:51.198Z 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=66e7254c56c588df -C extra-filename=-d5a1adc36d1a2e36 --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-7b6f4163c4f1a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-09-11T19:24:51.198Z 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`
38992026-09-11T19:24:51.233Z Compiling universal-hash v0.5.1
39002026-09-11T19:24:51.236Z 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`
39012026-09-11T19:24:51.236Z 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`
39022026-09-11T19:24:51.305Z Compiling thiserror-impl-no-std v2.0.2
39032026-09-11T19:24:51.308Z Compiling unsafe-libyaml v0.2.11
39042026-09-11T19:24:51.308Z 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`
39052026-09-11T19:24:51.309Z 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`
39062026-09-11T19:24:51.309Z 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`
39072026-09-11T19:24:51.378Z Compiling qorb v0.4.1
39082026-09-11T19:24:51.418Z Compiling opaque-debug v0.3.1
39092026-09-11T19:24:51.458Z 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=3c65f151ff7d9604 -C extra-filename=-4413f88dc47ec03e --out-dir /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-caf0861b04d5f291.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-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.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`
39102026-09-11T19:24:51.497Z Compiling derive_more v0.99.20
39112026-09-11T19:24:51.574Z 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`
39122026-09-11T19:24:51.614Z Compiling chacha20 v0.9.1
39132026-09-11T19:24:51.619Z Compiling aead v0.5.2
39142026-09-11T19:24:51.619Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39152026-09-11T19:24:51.691Z 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`
39162026-09-11T19:24:51.737Z Compiling poly1305 v0.8.0
39172026-09-11T19:24:51.737Z Compiling blake2 v0.10.6
39182026-09-11T19:24:51.737Z Compiling password-hash v0.5.0
39192026-09-11T19:24:51.737Z Compiling swrite v0.1.0
39202026-09-11T19:24:51.737Z Compiling crossbeam-deque v0.8.6
39212026-09-11T19:24:51.741Z Compiling rayon-core v1.13.0
39222026-09-11T19:24:51.741Z 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`
39232026-09-11T19:24:51.741Z 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`
39242026-09-11T19:24:51.741Z 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=91a762a01696d0ff -C extra-filename=-5d0551c589eb6b11 --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-a860071c032350b4.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`
39252026-09-11T19:24:51.741Z Compiling num-derive v0.4.2
39262026-09-11T19:24:51.795Z 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`
39272026-09-11T19:24:51.798Z 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`
39282026-09-11T19:24:51.798Z 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`
39292026-09-11T19:24:51.798Z 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`
39302026-09-11T19:24:51.798Z 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`
39312026-09-11T19:24:51.798Z 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`
39322026-09-11T19:24:51.798Z 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`
39332026-09-11T19:24:51.798Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133/build-script-build`
39342026-09-11T19:24:51.864Z Compiling glob v0.3.3
39352026-09-11T19:24:51.902Z 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`
39362026-09-11T19:24:51.905Z 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`
39372026-09-11T19:24:52.012Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39382026-09-11T19:24:52.119Z Compiling toml_datetime v0.7.5+spec-1.1.0
39392026-09-11T19:24:52.122Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87/build-script-build`
39402026-09-11T19:24:52.122Z 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=719adc625fe1380b -C extra-filename=-db5f184dc96b370a --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-db5f184dc96b370a -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-8acb52825fec3660.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-09-11T19:24:52.153Z Compiling hyper-tls v0.6.0
39422026-09-11T19:24:52.156Z 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`
39432026-09-11T19:24:52.224Z 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`
39442026-09-11T19:24:52.261Z Compiling serde_yaml v0.9.34+deprecated
39452026-09-11T19:24:52.264Z Compiling chacha20poly1305 v0.10.1
39462026-09-11T19:24:52.264Z Compiling proc-macro-error-attr v1.0.4
39472026-09-11T19:24:52.373Z 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=a299bbd57e2cbbc1 -C extra-filename=-a5a0cae00fd98cfc --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-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5b50efc1481b4aaa.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`
39482026-09-11T19:24:52.413Z Compiling proc-macro-error v1.0.4
39492026-09-11T19:24:52.417Z 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=87b360d9443b6988 -C extra-filename=-ccac601ffc147e41 --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-6742a619450b5c82.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`
39502026-09-11T19:24:52.417Z 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`
39512026-09-11T19:24:52.417Z 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`
39522026-09-11T19:24:52.489Z Compiling reqwest v0.12.28
39532026-09-11T19:24:52.492Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
39542026-09-11T19:24:52.492Z 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`
39552026-09-11T19:24:52.492Z 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`
39562026-09-11T19:24:52.577Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39572026-09-11T19:24:52.577Z Compiling argon2 v0.5.3
39582026-09-11T19:24:52.581Z Compiling toml_edit v0.23.10+spec-1.0.0
39592026-09-11T19:24:52.581Z 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=d963d88322f09abc -C extra-filename=-48c1f50a5b70e371 --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-b0bcfa1f4cefff13.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-2c06026f00ddcab8.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a5a0cae00fd98cfc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.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-14ee0969c84fd393.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5b50efc1481b4aaa.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-1ce13fa38c3edde3.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-992b67c263b6d652.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39602026-09-11T19:24:52.581Z 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=9bf0579c770f8a1c -C extra-filename=-0b6bbcca0acc4404 --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-375bea1ce7e3a24f.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`
39612026-09-11T19:24:52.739Z Compiling tabwriter v1.4.1
39622026-09-11T19:24:52.742Z Compiling heapless v0.8.0
39632026-09-11T19:24:52.742Z Compiling illumos-nvpair-sys v0.2.0
39642026-09-11T19:24:52.743Z Compiling ingot-macros v0.2.0
39652026-09-11T19:24:52.743Z Compiling hash32 v0.3.1
39662026-09-11T19:24:52.743Z Compiling smoltcp v0.11.0
39672026-09-11T19:24:52.743Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39682026-09-11T19:24:52.743Z Compiling colored v3.1.1
39692026-09-11T19:24:52.743Z 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=98d31e1431a023e4 -C extra-filename=-311eacce34781988 --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-a860071c032350b4.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`
39702026-09-11T19:24:52.743Z 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=db86c725685c01f7 -C extra-filename=-073b11953b8e8aca --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-6742a619450b5c82.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`
39712026-09-11T19:24:52.743Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f/build-script-build`
39722026-09-11T19:24:52.743Z 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`
39732026-09-11T19:24:52.889Z 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`
39742026-09-11T19:24:52.892Z Compiling zstd v0.13.3
39752026-09-11T19:24:52.893Z Compiling parse-display v0.10.0
39762026-09-11T19:24:52.893Z Compiling cobs v0.3.0
39772026-09-11T19:24:52.925Z 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`
39782026-09-11T19:24:52.928Z 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`
39792026-09-11T19:24:52.928Z 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`
39802026-09-11T19:24:52.928Z 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`
39812026-09-11T19:24:52.928Z 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`
39822026-09-11T19:24:52.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/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`
39832026-09-11T19:24:52.961Z 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`
39842026-09-11T19:24:53.038Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6/build-script-build`
39852026-09-11T19:24:53.041Z 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`
39862026-09-11T19:24:53.041Z 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`
39872026-09-11T19:24:53.041Z 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`
39882026-09-11T19:24:53.188Z Compiling typify-impl v0.6.2
39892026-09-11T19:24:53.192Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
39902026-09-11T19:24:53.192Z Compiling proc-macro-crate v1.3.1
39912026-09-11T19:24:53.192Z 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`
39922026-09-11T19:24:53.263Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b/build-script-build`
39932026-09-11T19:24:53.300Z 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=c1cefc58eb06dcb0 -C extra-filename=-52bdaac986d07532 --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-a860071c032350b4.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`
39942026-09-11T19:24:53.305Z Compiling thiserror-no-std v2.0.2
39952026-09-11T19:24:53.336Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39962026-09-11T19:24:53.340Z Compiling proc-macro-crate v3.4.0
39972026-09-11T19:24:53.340Z 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`
39982026-09-11T19:24:53.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`
39992026-09-11T19:24:53.340Z 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=1bc2917b04d98b06 -C extra-filename=-5ae1b41121ced6eb --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-1453aaee161363d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-09-11T19:24:53.487Z Compiling foreign-types-macros v0.2.3
40012026-09-11T19:24:53.491Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40022026-09-11T19:24:53.491Z 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`
40032026-09-11T19:24:53.491Z 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=8b77943e1cbcb9be -C extra-filename=-65a39ba29a3d6d85 --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-073b11953b8e8aca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-09-11T19:24:53.491Z 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=a57a6a92a9743140 -C extra-filename=-e3412516c678486c --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-311eacce34781988.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5d0551c589eb6b11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
40052026-09-11T19:24:53.636Z Compiling zip v4.6.1
40062026-09-11T19:24:53.639Z Compiling postcard v1.1.3
40072026-09-11T19:24:53.672Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591/build-script-build`
40082026-09-11T19:24:53.711Z 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`
40092026-09-11T19:24:53.714Z 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`
40102026-09-11T19:24:53.714Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1/build-script-build`
40112026-09-11T19:24:53.782Z Compiling vsss-rs v3.3.4
40122026-09-11T19:24:53.785Z Compiling rayon v1.11.0
40132026-09-11T19:24:53.785Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6/build-script-build`
40142026-09-11T19:24:53.785Z 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=15e1ad36cd5f07e1 -C extra-filename=-a900c8d31ced7811 --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-6742a619450b5c82.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`
40152026-09-11T19:24:53.813Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a/build-script-build`
40162026-09-11T19:24:53.816Z 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`
40172026-09-11T19:24:53.942Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40182026-09-11T19:24:53.945Z Compiling foreign-types-shared v0.3.1
40192026-09-11T19:24:53.945Z Compiling num_enum_derive v0.5.11
40202026-09-11T19:24:53.945Z 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=2b95ddee7021b020 -C extra-filename=-93fd4ff2baf18ae8 --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-1ddb02a3288ea216.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`
40212026-09-11T19:24:53.945Z 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`
40222026-09-11T19:24:53.945Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff/build-script-build`
40232026-09-11T19:24:54.166Z 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`
40242026-09-11T19:24:54.166Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-db5f184dc96b370a/build-script-build`
40252026-09-11T19:24:54.170Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
40262026-09-11T19:24:54.170Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40272026-09-11T19:24:54.170Z Compiling sigpipe v0.1.3
40282026-09-11T19:24:54.170Z Compiling cstr-argument v0.1.2
40292026-09-11T19:24:54.170Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
40302026-09-11T19:24:54.170Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
40312026-09-11T19:24:54.170Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40322026-09-11T19:24:54.170Z 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`
40332026-09-11T19:24:54.170Z 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=8b0ed78e4bfb553e -C extra-filename=-4efbfc0d9638ea20 --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-5ae1b41121ced6eb.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`
40342026-09-11T19:24:54.170Z 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`
40352026-09-11T19:24:54.170Z 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`
40362026-09-11T19:24:54.350Z 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`
40372026-09-11T19:24:54.354Z Compiling num_enum_derive v0.7.6
40382026-09-11T19:24:54.354Z Compiling illumos-nvpair v0.3.0
40392026-09-11T19:24:54.354Z Compiling itertools v0.12.1
40402026-09-11T19:24:54.388Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40412026-09-11T19:24:54.394Z 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`
40422026-09-11T19:24:54.394Z 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`
40432026-09-11T19:24:54.394Z 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`
40442026-09-11T19:24:54.394Z 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`
40452026-09-11T19:24:54.394Z 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`
40462026-09-11T19:24:54.394Z 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`
40472026-09-11T19:24:54.394Z 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`
40482026-09-11T19:24:54.394Z 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`
40492026-09-11T19:24:54.545Z 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`
40502026-09-11T19:24:54.548Z 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=d4316fc6228a514a -C extra-filename=-b76f179763012878 --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-65a39ba29a3d6d85.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`
40512026-09-11T19:24:54.548Z 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`
40522026-09-11T19:24:54.548Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40532026-09-11T19:24:54.548Z Compiling smf v0.2.3
40542026-09-11T19:24:54.580Z 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`
40552026-09-11T19:24:54.583Z 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`
40562026-09-11T19:24:54.655Z Compiling foreign-types v0.5.0
40572026-09-11T19:24:54.659Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40582026-09-11T19:24:54.659Z 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`
40592026-09-11T19:24:54.659Z 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`
40602026-09-11T19:24:54.659Z 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=cdf73fbca131c761 -C extra-filename=-fb2746ee1fe697c3 --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-4efc0056836d0980.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-1a883e6055b44435.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.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-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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/`
40612026-09-11T19:24:54.877Z Compiling whoami v1.6.1
40622026-09-11T19:24:54.881Z Compiling console v0.15.11
40632026-09-11T19:24:54.881Z Compiling newline-converter v0.3.0
40642026-09-11T19:24:54.881Z 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`
40652026-09-11T19:24:54.881Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be/build-script-build`
40662026-09-11T19:24:54.912Z 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`
40672026-09-11T19:24:55.090Z 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`
40682026-09-11T19:24:55.094Z Compiling zone_cfg_derive v0.3.1
40692026-09-11T19:24:55.094Z Compiling tokio-dtrace v0.1.1
40702026-09-11T19:24:55.094Z Compiling bytecount v0.6.9
40712026-09-11T19:24:55.094Z Compiling oxide-update-engine-types v0.1.2
40722026-09-11T19:24:55.129Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3/build-script-build`
40732026-09-11T19:24:55.132Z 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`
40742026-09-11T19:24:55.132Z 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`
40752026-09-11T19:24:55.132Z 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`
40762026-09-11T19:24:55.272Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
40772026-09-11T19:24:55.275Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
40782026-09-11T19:24:55.275Z Compiling num-rational v0.4.2
40792026-09-11T19:24:55.275Z Compiling num-complex v0.4.6
40802026-09-11T19:24:55.275Z Compiling cancel-safe-futures v0.1.5
40812026-09-11T19:24:55.275Z 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`
40822026-09-11T19:24:55.275Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4/build-script-build`
40832026-09-11T19:24:55.275Z 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`
40842026-09-11T19:24:55.304Z 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=5096dd36dfa50347 -C extra-filename=-3332ca2266e0f1e3 --out-dir /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-6742a619450b5c82.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
40852026-09-11T19:24:55.307Z 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=a08c803ba6569be8 -C extra-filename=-c63b3ab83d680681 --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-14ee0969c84fd393.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`
40862026-09-11T19:24:55.307Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e/build-script-build`
40872026-09-11T19:24:55.492Z Compiling float-ord v0.3.2
40882026-09-11T19:24:55.496Z Compiling gethostname v0.5.0
40892026-09-11T19:24:55.496Z Compiling linear-map v1.2.0
40902026-09-11T19:24:55.496Z Compiling prettyplease v0.2.37
40912026-09-11T19:24:55.496Z Compiling slog-dtrace v0.3.0
40922026-09-11T19:24:55.496Z Compiling tabled_derive v0.7.0
40932026-09-11T19:24:55.496Z 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`
40942026-09-11T19:24:55.496Z 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`
40952026-09-11T19:24:55.496Z 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`
40962026-09-11T19:24:55.496Z 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`
40972026-09-11T19:24:55.496Z 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`
40982026-09-11T19:24:55.639Z 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`
40992026-09-11T19:24:55.642Z 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`
41002026-09-11T19:24:55.642Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41012026-09-11T19:24:55.642Z Compiling num_enum v0.5.11
41022026-09-11T19:24:55.643Z Compiling expectorate v1.2.0
41032026-09-11T19:24:55.643Z Compiling papergrid v0.11.0
41042026-09-11T19:24:55.671Z Compiling crossterm v0.29.0
41052026-09-11T19:24:55.675Z 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`
41062026-09-11T19:24:55.675Z 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`
41072026-09-11T19:24:55.675Z 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`
41082026-09-11T19:24:55.675Z 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`
41092026-09-11T19:24:55.675Z 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=bd65cadd6a66a20d -C extra-filename=-98724d867ebd8a3c --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-cec375fe56ae7184.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
41102026-09-11T19:24:55.710Z Compiling oxide-tokio-rt v0.1.4
41112026-09-11T19:24:55.720Z 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`
41122026-09-11T19:24:55.720Z 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=10dae49fbaf23d7d -C extra-filename=-cc6cec072a3852f6 --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-311eacce34781988.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-09-11T19:24:55.720Z 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=b77fce1e5b34d6d4 -C extra-filename=-4506cdb5ecbeb1b9 --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-9f8f2645df36cc4c.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`
41142026-09-11T19:24:55.749Z 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=3ecb6e6c3287a357 -C extra-filename=-b26326f7bec4830f --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-4056e83616638594.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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`
41152026-09-11T19:24:55.752Z 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=56797e6a2520e9a8 -C extra-filename=-f073f9de325321f6 --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-4efbfc0d9638ea20.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-09-11T19:24:55.820Z Compiling termtree v0.5.1
41172026-09-11T19:24:55.823Z Compiling fd-lock v4.0.4
41182026-09-11T19:24:55.823Z Compiling vte v0.14.1
41192026-09-11T19:24:55.859Z 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=5d824dccf276d5af -C extra-filename=-0f7281dcd2f169f4 --out-dir /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-14ee0969c84fd393.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-c63b3ab83d680681.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202026-09-11T19:24:55.898Z Compiling num v0.4.3
41212026-09-11T19:24:55.903Z Compiling minimal-lexical v0.2.1
41222026-09-11T19:24:55.934Z 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`
41232026-09-11T19:24:55.937Z 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=97ddb0fe7edac4aa -C extra-filename=-06578ffd54456b7f --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-9f2a07a9c04136a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-09-11T19:24:55.937Z 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`
41252026-09-11T19:24:56.053Z Compiling nu-ansi-term v0.50.3
41262026-09-11T19:24:56.053Z Compiling unicode-xid v0.2.6
41272026-09-11T19:24:56.057Z 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`
41282026-09-11T19:24:56.086Z 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`
41292026-09-11T19:24:56.310Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
41302026-09-11T19:24:56.314Z Compiling zone v0.3.1
41312026-09-11T19:24:56.314Z Compiling ar_archive_writer v0.5.1
41322026-09-11T19:24:56.314Z Compiling display-error-chain v0.2.2
41332026-09-11T19:24:56.314Z Compiling stacker v0.1.23
41342026-09-11T19:24:56.314Z Compiling csv-core v0.1.13
41352026-09-11T19:24:56.314Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f/build-script-build`
41362026-09-11T19:24:56.342Z 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`
41372026-09-11T19:24:56.345Z 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=623e1cdec3dfa668 -C extra-filename=-d5ae33404ad12c71 --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-98724d867ebd8a3c.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`
41382026-09-11T19:24:56.345Z 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`
41392026-09-11T19:24:56.569Z 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=f0c9f88e23a7cdc3 -C extra-filename=-25cae5acaa8bdd94 --out-dir /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-f073f9de325321f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402026-09-11T19:24:56.572Z Compiling num_enum v0.7.6
41412026-09-11T19:24:56.572Z Compiling ingot-types v0.2.0
41422026-09-11T19:24:56.572Z Compiling strip-ansi-escapes v0.2.1
41432026-09-11T19:24:56.572Z Compiling nom v7.1.3
41442026-09-11T19:24:56.572Z Compiling cfg_aliases v0.1.1
41452026-09-11T19:24:56.572Z Compiling highway v1.3.0
41462026-09-11T19:24:56.572Z Compiling semver v0.1.20
41472026-09-11T19:24:56.572Z Compiling nibble_vec v0.1.0
41482026-09-11T19:24:56.572Z 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=b119fa4f8486f2b4 -C extra-filename=-d821df216a945d0a --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-14ee0969c84fd393.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`
41492026-09-11T19:24:56.572Z 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`
41502026-09-11T19:24:56.572Z 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`
41512026-09-11T19:24:56.605Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b/build-script-build`
41522026-09-11T19:24:56.609Z 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`
41532026-09-11T19:24:56.609Z 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`
41542026-09-11T19:24:56.913Z Compiling endian-type v0.1.2
41552026-09-11T19:24:56.917Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
41562026-09-11T19:24:56.917Z Compiling phf_shared v0.12.1
41572026-09-11T19:24:56.917Z Compiling recursive-proc-macro-impl v0.1.1
41582026-09-11T19:24:56.917Z Compiling chrono-tz v0.10.4
41592026-09-11T19:24:56.949Z Compiling const_format_proc_macros v0.2.34
41602026-09-11T19:24:56.952Z 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=5403ec543def79a7 -C extra-filename=-b88e1efebc02b2fd --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-b76f179763012878.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`
41612026-09-11T19:24:56.952Z 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`
41622026-09-11T19:24:56.952Z 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`
41632026-09-11T19:24:56.952Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5/build-script-build`
41642026-09-11T19:24:56.953Z 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`
41652026-09-11T19:24:56.953Z 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`
41662026-09-11T19:24:56.953Z 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=29bc88eec93d82a9 -C extra-filename=-ca2da5c6ca258a32 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-09-11T19:24:56.953Z 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=16c1eac466a83518 -C extra-filename=-951b2d3469815505 --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-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682026-09-11T19:24:56.953Z 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`
41692026-09-11T19:24:57.069Z 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`
41702026-09-11T19:24:57.147Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41712026-09-11T19:24:57.151Z Compiling oxide-update-engine v0.1.2
41722026-09-11T19:24:57.151Z Compiling tabled v0.15.0
41732026-09-11T19:24:57.151Z Compiling nix v0.28.0
41742026-09-11T19:24:57.151Z Compiling csv v1.4.0
41752026-09-11T19:24:57.151Z Compiling peg-macros v0.8.5
41762026-09-11T19:24:57.151Z Compiling sqlparser_derive v0.5.0
41772026-09-11T19:24:57.151Z Compiling winnow v0.6.26
41782026-09-11T19:24:57.151Z Compiling home v0.5.12
41792026-09-11T19:24:57.183Z 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=f73124b5195465c1 -C extra-filename=-98b374db15ad4c57 --out-dir /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-212ada304539612d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-09-11T19:24:57.186Z 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`
41812026-09-11T19:24:57.222Z 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`
41822026-09-11T19:24:57.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/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`
41832026-09-11T19:24:57.226Z 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`
41842026-09-11T19:24:57.226Z 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`
41852026-09-11T19:24:57.227Z 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=31e4a5c6747e48ea -C extra-filename=-7b145fd4b01d1a6b --out-dir /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-25cae5acaa8bdd94.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`
41862026-09-11T19:24:57.227Z 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`
41872026-09-11T19:24:57.264Z Compiling ingot v0.2.1
41882026-09-11T19:24:57.268Z Compiling reedline v0.40.0
41892026-09-11T19:24:57.302Z Compiling unicode_categories v0.1.1
41902026-09-11T19:24:57.305Z Compiling bcs v0.1.6
41912026-09-11T19:24:57.305Z Compiling nom v8.0.0
41922026-09-11T19:24:57.306Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b/build-script-build`
41932026-09-11T19:24:57.306Z 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`
41942026-09-11T19:24:57.306Z 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`
41952026-09-11T19:24:57.306Z 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)'`
41962026-09-11T19:24:57.306Z 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`
41972026-09-11T19:24:57.306Z 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`
41982026-09-11T19:24:57.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/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`
41992026-09-11T19:24:57.306Z 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`
42002026-09-11T19:24:57.306Z 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`
42012026-09-11T19:24:57.306Z 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=294c743c05e89ed2 -C extra-filename=-d2820eaae94048f8 --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-ca2da5c6ca258a32.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-3332ca2266e0f1e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-09-11T19:24:57.306Z 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=ec6876a8635359c2 -C extra-filename=-04908d871d325525 --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-b88e1efebc02b2fd.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`
42032026-09-11T19:24:57.307Z 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=c9ea25a4c5a133b5 -C extra-filename=-4bb54c5bcd132974 --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-787924a301230b23.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-06578ffd54456b7f.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`
42042026-09-11T19:24:57.341Z Compiling psm v0.1.30
42052026-09-11T19:24:57.345Z 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`
42062026-09-11T19:24:57.349Z 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`
42072026-09-11T19:24:57.379Z 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`
42082026-09-11T19:24:57.382Z 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`
42092026-09-11T19:24:57.450Z 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`
42102026-09-11T19:24:57.807Z Compiling rustc_version v0.1.7
42112026-09-11T19:24:57.813Z 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=c16346a9dd1b9977 -C extra-filename=-f312a4567ff31a8d --out-dir /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-04908d871d325525.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b88e1efebc02b2fd.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-8060d56960a9df22.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`
42122026-09-11T19:24:57.925Z Compiling radix_trie v0.2.1
42132026-09-11T19:24:57.928Z Compiling phf v0.12.1
42142026-09-11T19:24:57.928Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
42152026-09-11T19:24:57.997Z 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`
42162026-09-11T19:24:58.108Z Compiling typify-macro v0.6.2
42172026-09-11T19:24:58.111Z Compiling const_format v0.2.35
42182026-09-11T19:24:58.112Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42192026-09-11T19:24:58.112Z Compiling filetime v0.2.27
42202026-09-11T19:24:58.112Z Compiling xattr v1.6.1
42212026-09-11T19:24:58.112Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
42222026-09-11T19:24:58.112Z Compiling subprocess v0.2.15
42232026-09-11T19:24:58.112Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430/build-script-build`
42242026-09-11T19:24:58.112Z 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=dc7e71496db59dea -C extra-filename=-ee6a6ca340e9d78f --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-951b2d3469815505.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-09-11T19:24:58.112Z 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=1ab56fca19bf16cc -C extra-filename=-d76a3e937c32c801 --out-dir /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-a860071c032350b4.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`
42262026-09-11T19:24:58.112Z 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`
42272026-09-11T19:24:58.335Z Compiling headers-core v0.3.0
42282026-09-11T19:24:58.338Z Compiling yasna v0.5.2
42292026-09-11T19:24:58.338Z Compiling port-file v0.1.0
42302026-09-11T19:24:58.338Z Compiling dropshot-api-manager-types v0.8.0
42312026-09-11T19:24:58.338Z 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=9f04e81b208cef8a -C extra-filename=-7c54ccaedc0cd6f4 --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-a860071c032350b4.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-52bdaac986d07532.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-09-11T19:24:58.338Z 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`
42332026-09-11T19:24:58.370Z 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`
42342026-09-11T19:24:58.373Z 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`
42352026-09-11T19:24:58.373Z 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`
42362026-09-11T19:24:58.373Z 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`
42372026-09-11T19:24:58.409Z 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=11bbfbafb928b564 -C extra-filename=-42e64341170af970 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-09-11T19:24:58.589Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2/build-script-build`
42392026-09-11T19:24:58.592Z Compiling newtype_derive v0.1.6
42402026-09-11T19:24:58.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42412026-09-11T19:24:58.592Z Compiling tagptr v0.2.0
42422026-09-11T19:24:58.592Z Compiling utf-8 v0.7.6
42432026-09-11T19:24:58.592Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b/build-script-build`
42442026-09-11T19:24:58.592Z 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`
42452026-09-11T19:24:58.593Z 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`
42462026-09-11T19:24:58.596Z 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`
42472026-09-11T19:24:58.596Z 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=68fad0688b97f234 -C extra-filename=-a9ce85e1cc0663af --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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-09-11T19:24:58.778Z Compiling sqlformat v0.3.5
42492026-09-11T19:24:58.778Z Compiling tar v0.4.46
42502026-09-11T19:24:58.782Z Compiling libefi-sys v0.1.0
42512026-09-11T19:24:58.782Z Compiling bitfield-struct v0.6.2
42522026-09-11T19:24:58.782Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42532026-09-11T19:24:58.782Z Compiling xshell-macros v0.2.7
42542026-09-11T19:24:58.782Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
42552026-09-11T19:24:58.782Z Compiling object v0.39.1
42562026-09-11T19:24:58.782Z 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`
42572026-09-11T19:24:58.782Z 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`
42582026-09-11T19:24:58.782Z 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`
42592026-09-11T19:24:58.782Z 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`
42602026-09-11T19:24:58.782Z 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`
42612026-09-11T19:24:58.930Z Compiling peg v0.8.5
42622026-09-11T19:24:58.933Z Compiling headers v0.4.1
42632026-09-11T19:24:58.933Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
42642026-09-11T19:24:58.933Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
42652026-09-11T19:24:58.966Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42662026-09-11T19:24:58.969Z Compiling half v1.8.3
42672026-09-11T19:24:58.969Z Compiling path-slash v0.2.1
42682026-09-11T19:24:59.002Z 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)'`
42692026-09-11T19:24:59.005Z 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`
42702026-09-11T19:24:59.005Z 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`
42712026-09-11T19:24:59.005Z 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`
42722026-09-11T19:24:59.005Z 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`
42732026-09-11T19:24:59.005Z 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`
42742026-09-11T19:24:59.005Z 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`
42752026-09-11T19:24:59.005Z 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`
42762026-09-11T19:24:59.038Z 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`
42772026-09-11T19:24:59.114Z 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`
42782026-09-11T19:24:59.118Z 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`
42792026-09-11T19:24:59.118Z 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`
42802026-09-11T19:24:59.118Z 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=72cc4f963139aa75 -C extra-filename=-6c241bcb3047cbff --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-212ada304539612d.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`
42812026-09-11T19:24:59.118Z Compiling moka v0.12.13
42822026-09-11T19:24:59.151Z 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`
42832026-09-11T19:24:59.154Z 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`
42842026-09-11T19:24:59.154Z 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`
42852026-09-11T19:24:59.154Z 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`
42862026-09-11T19:24:59.261Z Compiling tungstenite v0.21.0
42872026-09-11T19:24:59.265Z Compiling predicates-tree v1.0.13
42882026-09-11T19:24:59.265Z 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`
42892026-09-11T19:24:59.265Z 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=c681059653b555b6 -C extra-filename=-9816d3085d1ec677 --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-4056e83616638594.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.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`
42902026-09-11T19:24:59.297Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8/build-script-build`
42912026-09-11T19:24:59.300Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42922026-09-11T19:24:59.300Z Compiling anstyle-parse v0.2.7
42932026-09-11T19:24:59.300Z Compiling ignore v0.4.25
42942026-09-11T19:24:59.329Z 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=c55ad33bca877a0c -C extra-filename=-1ec0208cd0e764cc --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-26d4ba25b0a38a06.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`
42952026-09-11T19:24:59.368Z 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`
42962026-09-11T19:24:59.371Z 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=d25cf1cfede09159 -C extra-filename=-af816f66db7d3af1 --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-aea237dd1abc5aa3.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`
42972026-09-11T19:24:59.371Z 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`
42982026-09-11T19:24:59.371Z 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`
42992026-09-11T19:24:59.405Z Running `/work/oxidecomputer/omicron/target/debug/build/object-39e57a8cbb2975d4/build-script-build`
43002026-09-11T19:24:59.409Z Compiling xshell v0.2.7
43012026-09-11T19:24:59.486Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
43022026-09-11T19:24:59.489Z 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`
43032026-09-11T19:24:59.523Z Compiling serde_cbor v0.11.2
43042026-09-11T19:24:59.526Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff/build-script-build`
43052026-09-11T19:24:59.526Z 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`
43062026-09-11T19:24:59.555Z 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`
43072026-09-11T19:24:59.623Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
43082026-09-11T19:24:59.623Z Compiling maplit v1.0.2
43092026-09-11T19:24:59.626Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15/build-script-build`
43102026-09-11T19:24:59.691Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43112026-09-11T19:24:59.696Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d/build-script-build`
43122026-09-11T19:24:59.696Z 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=542b170dfb5fc0fa -C extra-filename=-d2a30ee7e6d33e5e --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-6df36d0a6afa7796.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`
43132026-09-11T19:24:59.765Z 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`
43142026-09-11T19:24:59.802Z Compiling anstream v0.6.21
43152026-09-11T19:24:59.805Z 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=c4b78bd8e924ceb9 -C extra-filename=-4c283863a9cf1677 --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-b88e1efebc02b2fd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
43162026-09-11T19:24:59.805Z 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=190b22ad75df92f9 -C extra-filename=-c8d0a49b9d73a386 --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-db2c9870c4b2b56b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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)'`
43172026-09-11T19:24:59.805Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc/build-script-build`
43182026-09-11T19:24:59.838Z Compiling libscf-sys v1.2.0
43192026-09-11T19:24:59.880Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
43202026-09-11T19:24:59.883Z 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`
43212026-09-11T19:24:59.883Z 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`
43222026-09-11T19:24:59.916Z 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`
43232026-09-11T19:24:59.951Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43242026-09-11T19:24:59.954Z Compiling papergrid v0.18.0
43252026-09-11T19:24:59.988Z 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=ed5e0318f296feb0 -C extra-filename=-18f09eb77506531c --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-44732fa43f584adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-09-11T19:24:59.992Z 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`
43272026-09-11T19:24:59.992Z 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`
43282026-09-11T19:25:00.059Z 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`
43292026-09-11T19:25:00.097Z Compiling recursive v0.1.1
43302026-09-11T19:25:00.100Z 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`
43312026-09-11T19:25:00.172Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43322026-09-11T19:25:00.209Z 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`
43332026-09-11T19:25:00.284Z Compiling tokio-tungstenite v0.21.0
43342026-09-11T19:25:00.288Z Compiling globwalk v0.9.1
43352026-09-11T19:25:00.288Z Compiling digest-io v0.1.0
43362026-09-11T19:25:00.288Z Compiling unicase v2.9.0
43372026-09-11T19:25:00.322Z 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`
43382026-09-11T19:25:00.326Z 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=bc8b090a79cdff04 -C extra-filename=-d52db6d24c8dbfc6 --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-212ada304539612d.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-8703345717947861.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`
43392026-09-11T19:25:00.400Z Compiling steno v0.4.1
43402026-09-11T19:25:00.404Z Compiling rawzip v0.4.4
43412026-09-11T19:25:00.404Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
43422026-09-11T19:25:00.404Z 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=b8b5ccdfc2529fb5 -C extra-filename=-29898ef50bdb6198 --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-14ee0969c84fd393.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1ec0208cd0e764cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-09-11T19:25:00.404Z 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`
43442026-09-11T19:25:00.404Z 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`
43452026-09-11T19:25:00.439Z 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`
43462026-09-11T19:25:00.513Z Compiling sqlparser v0.61.0
43472026-09-11T19:25:00.516Z Compiling rustyline v14.0.0
43482026-09-11T19:25:00.516Z 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=c6deebb7c0c611b1 -C extra-filename=-d130e563fffe7aa6 --out-dir /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-6324502ac22b92e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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`
43492026-09-11T19:25:00.516Z 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`
43502026-09-11T19:25:00.516Z 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=d0719689af825018 -C extra-filename=-cade3a40660a71ca --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-212ada304539612d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
43512026-09-11T19:25:00.585Z Compiling typify v0.6.2
43522026-09-11T19:25:00.589Z Compiling hickory-resolver v0.25.2
43532026-09-11T19:25:00.589Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
43542026-09-11T19:25:00.622Z 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=13b05b9e74edaa19 -C extra-filename=-65e00c735c60f245 --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-af816f66db7d3af1.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)'`
43552026-09-11T19:25:00.626Z 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`
43562026-09-11T19:25:00.658Z 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=1294d775f3e2c8a4 -C extra-filename=-3ae1cba820bf4bd4 --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-06578ffd54456b7f.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-ee6a6ca340e9d78f.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`
43572026-09-11T19:25:00.692Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
43582026-09-11T19:25:00.698Z Compiling fxhash v0.2.1
43592026-09-11T19:25:00.729Z 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=ecefac5dedddb658 -C extra-filename=-3b07fdb63a2d966c --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-52bdaac986d07532.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7c54ccaedc0cd6f4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-09-11T19:25:00.733Z 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`
43612026-09-11T19:25:00.733Z 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=4275a0e8a393a3a2 -C extra-filename=-528e0ca2a9703278 --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-10edf0d828782d1e.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-9816d3085d1ec677.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-4056e83616638594.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-42d369e13ef719c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
43622026-09-11T19:25:00.802Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43632026-09-11T19:25:00.805Z Compiling crc8 v0.1.1
43642026-09-11T19:25:00.805Z Compiling darling_core v0.21.3
43652026-09-11T19:25:00.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/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`
43662026-09-11T19:25:00.843Z 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`
43672026-09-11T19:25:00.879Z Compiling rand_seeder v0.4.0
43682026-09-11T19:25:00.882Z Compiling vergen-lib v0.1.6
43692026-09-11T19:25:00.882Z 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`
43702026-09-11T19:25:00.882Z 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`
43712026-09-11T19:25:00.955Z 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`
43722026-09-11T19:25:00.991Z Compiling diesel_derives v2.3.7
43732026-09-11T19:25:00.995Z Compiling diesel_table_macro_syntax v0.3.0
43742026-09-11T19:25:00.995Z Compiling scheduled-thread-pool v0.2.7
43752026-09-11T19:25:00.996Z 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`
43762026-09-11T19:25:00.996Z 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`
43772026-09-11T19:25:01.029Z Compiling camino-tempfile-ext v0.3.3
43782026-09-11T19:25:01.033Z Compiling vergen-gitcl v1.0.8
43792026-09-11T19:25:01.033Z 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`
43802026-09-11T19:25:01.033Z 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`
43812026-09-11T19:25:01.033Z 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=d54960e65877ee3f -C extra-filename=-0652143f67a66c72 --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-4056e83616638594.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-09-11T19:25:01.104Z Compiling progenitor-impl v0.14.0
43832026-09-11T19:25:01.107Z 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`
43842026-09-11T19:25:01.107Z 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=7c08ad3e803ac862 -C extra-filename=-bd4832b531ef3368 --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-d5a1adc36d1a2e36.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`
43852026-09-11T19:25:01.174Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
43862026-09-11T19:25:01.182Z 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=26b1a5e26672d6e3 -C extra-filename=-f70a4dec6833a01c --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-6742a619450b5c82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.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-a860071c032350b4.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-3b07fdb63a2d966c.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`
43872026-09-11T19:25:01.186Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
43882026-09-11T19:25:01.186Z 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`
43892026-09-11T19:25:01.217Z Compiling diff v0.1.13
43902026-09-11T19:25:01.255Z Compiling downcast-rs v2.0.2
43912026-09-11T19:25:01.258Z 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=29a82eb6e8e57c69 -C extra-filename=-67f378aebce14bec --out-dir /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-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922026-09-11T19:25:01.258Z 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`
43932026-09-11T19:25:01.286Z Compiling r2d2 v0.8.10
43942026-09-11T19:25:01.290Z 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`
43952026-09-11T19:25:01.290Z 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=ab8eadab47b6fc1f -C extra-filename=-dfb30eff92985499 --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-4056e83616638594.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-0652143f67a66c72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-09-11T19:25:01.358Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43972026-09-11T19:25:01.362Z 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=e3f976a052c15b4b -C extra-filename=-c3bc562e9f37ac60 --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-65e00c735c60f245.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`
43982026-09-11T19:25:01.432Z Compiling tabled v0.21.0
43992026-09-11T19:25:01.435Z 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`
44002026-09-11T19:25:01.471Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44012026-09-11T19:25:01.474Z 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=6d4acd7bfb7dc499 -C extra-filename=-48c5af8def4a2219 --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-a860071c032350b4.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-cade3a40660a71ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44022026-09-11T19:25:01.608Z Compiling dirs-sys-next v0.1.2
44032026-09-11T19:25:01.611Z Compiling crunchy v0.2.4
44042026-09-11T19:25:01.637Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532/build-script-build`
44052026-09-11T19:25:01.675Z Compiling clang-sys v1.8.1
44062026-09-11T19:25:01.678Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44072026-09-11T19:25:01.678Z Compiling git-stub v1.0.0
44082026-09-11T19:25:01.707Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb/build-script-build`
44092026-09-11T19:25:01.711Z 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`
44102026-09-11T19:25:01.711Z 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`
44112026-09-11T19:25:01.805Z Compiling kstat-rs v0.2.5
44122026-09-11T19:25:01.809Z Compiling tiny-keccak v2.0.2
44132026-09-11T19:25:01.809Z 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`
44142026-09-11T19:25:01.809Z 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`
44152026-09-11T19:25:01.809Z 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=602d378e87d88ce0 -C extra-filename=-a8627a3d6b2b1f23 --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-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
44162026-09-11T19:25:01.809Z 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`
44172026-09-11T19:25:01.809Z 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`
44182026-09-11T19:25:01.974Z Compiling bit-vec v0.6.3
44192026-09-11T19:25:02.012Z Compiling parking_lot_core v0.8.6
44202026-09-11T19:25:02.015Z 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`
44212026-09-11T19:25:02.049Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f/build-script-build`
44222026-09-11T19:25:02.052Z 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`
44232026-09-11T19:25:02.052Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657/build-script-build`
44242026-09-11T19:25:02.084Z Compiling git-stub-vcs v0.1.0
44252026-09-11T19:25:02.088Z 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=9adc3ebf2ae1bfca -C extra-filename=-bef19736553430f5 --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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-730d11fe6574c1ba.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`
44262026-09-11T19:25:02.188Z Compiling itertools v0.10.5
44272026-09-11T19:25:02.192Z 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`
44282026-09-11T19:25:02.226Z Compiling dirs-next v2.0.0
44292026-09-11T19:25:02.230Z 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`
44302026-09-11T19:25:02.258Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14/build-script-build`
44312026-09-11T19:25:02.262Z 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)'`
44322026-09-11T19:25:02.295Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44332026-09-11T19:25:02.299Z Compiling ena v0.14.4
44342026-09-11T19:25:02.299Z Compiling libloading v0.8.9
44352026-09-11T19:25:02.299Z 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=1f47301ac5607d29 -C extra-filename=-55d1f459ffcb4e97 --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-a8627a3d6b2b1f23.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
44362026-09-11T19:25:02.299Z 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`
44372026-09-11T19:25:02.299Z 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`
44382026-09-11T19:25:02.405Z Compiling regex-syntax v0.6.29
44392026-09-11T19:25:02.441Z Compiling bindgen v0.71.1
44402026-09-11T19:25:02.444Z 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`
44412026-09-11T19:25:02.444Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2/build-script-build`
44422026-09-11T19:25:02.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/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`
44432026-09-11T19:25:02.478Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84/build-script-build`
44442026-09-11T19:25:02.510Z Compiling bit-set v0.5.3
44452026-09-11T19:25:02.514Z 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`
44462026-09-11T19:25:02.582Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
44472026-09-11T19:25:02.585Z 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=dc9590892e8c765a -C extra-filename=-9c12ea59e03d9a89 --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-6c241bcb3047cbff.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-a7ecbd92a5d6f0c6.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`
44482026-09-11T19:25:02.730Z 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)'`
44492026-09-11T19:25:02.734Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44502026-09-11T19:25:02.734Z 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`
44512026-09-11T19:25:02.836Z Compiling cexpr v0.6.0
44522026-09-11T19:25:02.840Z Compiling rustc-hash v2.1.1
44532026-09-11T19:25:02.840Z Compiling prefix-trie v0.7.0
44542026-09-11T19:25:02.840Z Compiling libxml v0.3.3
44552026-09-11T19:25:02.840Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9/build-script-build`
44562026-09-11T19:25:02.840Z 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`
44572026-09-11T19:25:02.840Z 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=9fa9856c40a4087e -C extra-filename=-4c796119c538f4d7 --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-f312a4567ff31a8d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-65e00c735c60f245.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.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`
44582026-09-11T19:25:02.906Z Compiling term v0.7.0
44592026-09-11T19:25:02.910Z 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`
44602026-09-11T19:25:02.910Z 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`
44612026-09-11T19:25:02.910Z 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`
44622026-09-11T19:25:02.910Z 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`
44632026-09-11T19:25:02.944Z Compiling strum_macros v0.24.3
44642026-09-11T19:25:02.948Z 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`
44652026-09-11T19:25:02.984Z 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`
44662026-09-11T19:25:03.021Z Compiling nanorand v0.7.0
44672026-09-11T19:25:03.025Z 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`
44682026-09-11T19:25:03.025Z 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`
44692026-09-11T19:25:03.097Z Compiling indoc v1.0.9
44702026-09-11T19:25:03.136Z Compiling quick-xml v0.37.5
44712026-09-11T19:25:03.140Z Compiling oso-derive v0.27.3
44722026-09-11T19:25:03.140Z 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`
44732026-09-11T19:25:03.140Z 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`
44742026-09-11T19:25:03.140Z 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`
44752026-09-11T19:25:03.214Z 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=9c3ac1de73409eaf -C extra-filename=-b447cc925abf806c --out-dir /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-212ada304539612d.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-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-48c5af8def4a2219.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cade3a40660a71ca.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`
44762026-09-11T19:25:03.241Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212/build-script-build`
44772026-09-11T19:25:03.245Z Compiling impl-trait-for-tuples v0.2.3
44782026-09-11T19:25:03.245Z 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`
44792026-09-11T19:25:03.311Z Compiling ascii-canvas v3.0.0
44802026-09-11T19:25:03.383Z 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`
44812026-09-11T19:25:03.388Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44822026-09-11T19:25:03.420Z 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=6cee1138d1696ddc -C extra-filename=-fc30a36378e52454 --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-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-09-11T19:25:03.457Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44842026-09-11T19:25:03.461Z Compiling openssl-probe v0.1.6
44852026-09-11T19:25:03.493Z 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=b6d711e56725210b -C extra-filename=-884284fbc8068a1f --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-884284fbc8068a1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-bef19736553430f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-09-11T19:25:03.531Z Compiling hickory-server v0.25.2
44872026-09-11T19:25:03.534Z 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`
44882026-09-11T19:25:03.534Z 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`
44892026-09-11T19:25:03.568Z 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=f94d51598f75a0f4 -C extra-filename=-8d85058f8a08b4a7 --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-10edf0d828782d1e.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-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
44902026-09-11T19:25:03.572Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176/build-script-build`
44912026-09-11T19:25:03.604Z Compiling trait-variant v0.1.2
44922026-09-11T19:25:03.608Z 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`
44932026-09-11T19:25:03.641Z Compiling assert_matches v1.5.0
44942026-09-11T19:25:03.645Z 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`
44952026-09-11T19:25:03.674Z Compiling flume v0.11.1
44962026-09-11T19:25:03.684Z 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`
44972026-09-11T19:25:03.897Z Compiling keccak v0.2.0
44982026-09-11T19:25:03.901Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
44992026-09-11T19:25:03.905Z 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`
45002026-09-11T19:25:03.977Z Compiling lalrpop v0.19.12
45012026-09-11T19:25:03.980Z 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=53bc7b38c8ef4ab4 -C extra-filename=-421b47671bc67234 --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-6c241bcb3047cbff.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-9c12ea59e03d9a89.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c8d0a49b9d73a386.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2a5d9289d475e777.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.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-76422ea7f47856ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-09-11T19:25:04.011Z Compiling bb8 v0.8.6
45032026-09-11T19:25:04.016Z 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=ac7c5fac857fbeb7 -C extra-filename=-88cfb9126b9c6972 --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-6324502ac22b92e6.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-e91abaf8b893a3e1.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`
45042026-09-11T19:25:04.016Z 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`
45052026-09-11T19:25:04.016Z 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=cbfe9c27a7d18cac -C extra-filename=-0b717e1077d05ff1 --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-4056e83616638594.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-09-11T19:25:04.050Z Compiling sponge-cursor v0.1.0
45072026-09-11T19:25:04.095Z Compiling dashu-int v0.5.1
45082026-09-11T19:25:04.099Z 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`
45092026-09-11T19:25:04.128Z Compiling parking_lot v0.11.2
45102026-09-11T19:25:04.132Z 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/dashu-int-0.5.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-integer", "num-integer_v01", "num-order", "num-traits", "num-traits_v02", "rand", "rand_v010", "rand_v08", "rand_v09", "serde", "std", "tuning", "zeroize"))' -C metadata=4a3a2bef5226cbe5 -C extra-filename=-9a41174ff0ef1da7 --out-dir /work/oxidecomputer/omicron/target/debug/build/dashu-int-9a41174ff0ef1da7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-09-11T19:25:04.132Z 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=08941e7f23869d2e -C extra-filename=-8633e0a7f5bfd982 --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-fc30a36378e52454.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-09-11T19:25:04.166Z Compiling seq-macro v0.3.6
45132026-09-11T19:25:04.255Z Compiling progenitor-macro v0.14.0
45142026-09-11T19:25:04.263Z Compiling ssh-encoding v0.2.0
45152026-09-11T19:25:04.289Z 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`
45162026-09-11T19:25:04.322Z Compiling num-modular v0.6.5
45172026-09-11T19:25:04.332Z Compiling rlimit v0.10.2
45182026-09-11T19:25:04.332Z 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=2d058164a9cb18d5 -C extra-filename=-02badd734321fede --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-b7d245b0064f8782.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-f70a4dec6833a01c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-ccac601ffc147e41.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`
45192026-09-11T19:25:04.332Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=f84f5855f94b7bc7 -C extra-filename=-d29f4c052b615254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.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`
45202026-09-11T19:25:04.358Z Compiling sha3 v0.12.0
45212026-09-11T19:25:04.361Z Compiling nonempty v0.12.0
45222026-09-11T19:25:04.388Z Compiling dashu-base v0.5.1
45232026-09-11T19:25:04.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_modular --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("num-bigint", "num-traits", "std"))' -C metadata=e1463e11f212a57b -C extra-filename=-176a21a0abcaae44 --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`
45242026-09-11T19:25:04.392Z 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/rlimit-0.10.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())' -C metadata=182ad1fbbacffdec -C extra-filename=-d6914a374b2de039 --out-dir /work/oxidecomputer/omicron/target/debug/build/rlimit-d6914a374b2de039 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-09-11T19:25:04.392Z 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`
45262026-09-11T19:25:04.392Z 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`
45272026-09-11T19:25:04.462Z Compiling mime_guess v2.0.5
45282026-09-11T19:25:04.466Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dashu_base --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-base-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c59fed438efbb1e4 -C extra-filename=-ad6a6d15f7d821a2 --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`
45292026-09-11T19:25:04.497Z 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`
45302026-09-11T19:25:04.536Z Compiling sled v0.34.7
45312026-09-11T19:25:04.539Z Compiling tungstenite v0.28.0
45322026-09-11T19:25:04.539Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-884284fbc8068a1f/build-script-build`
45332026-09-11T19:25:04.539Z Compiling darling_macro v0.21.3
45342026-09-11T19:25:04.574Z 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=95de3378c89c840e -C extra-filename=-0bf4643a83114837 --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-8633e0a7f5bfd982.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-09-11T19:25:04.578Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-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="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=0289ec9f1690b132 -C extra-filename=-4af599e635ac7627 --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 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-4bc5b75ea998daa7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.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`
45362026-09-11T19:25:04.612Z 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`
45372026-09-11T19:25:04.615Z 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`
45382026-09-11T19:25:04.615Z Running `/work/oxidecomputer/omicron/target/debug/build/dashu-int-9a41174ff0ef1da7/build-script-build`
45392026-09-11T19:25:04.649Z Compiling ssh-cipher v0.2.0
45402026-09-11T19:25:04.653Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4128919e4659ad64 -C extra-filename=-983189185714f3c4 --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-6daee57debadb2fd.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-d29f4c052b615254.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-09-11T19:25:04.689Z Compiling p256 v0.13.2
45422026-09-11T19:25:04.692Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --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", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=18aabbd9bec2c98a -C extra-filename=-4a6a41a7549f86c1 --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-7d372c980f2f7930.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1ddb02a3288ea216.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ab77845a74795748.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`
45432026-09-11T19:25:04.766Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
45442026-09-11T19:25:04.769Z 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/rumors-92969dcd9f94ed3c/90e4509/crates/before/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unexpected_cfgs --check-cfg 'cfg(before_alloc_ab, values("projection_growth", "projection_shrink", "display_growth"))' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "laws", "limb-meter", "meter", "oracle", "scan-meter", "serde"))' -C metadata=4ba9daca7e310c3d -C extra-filename=-db50887602c5dfb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/before-db50887602c5dfb0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-09-11T19:25:04.769Z Compiling num-primitive v0.2.1
45462026-09-11T19:25:04.837Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
45472026-09-11T19:25:04.841Z Compiling http-range v0.1.5
45482026-09-11T19:25:04.873Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_primitive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-primitive-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=unreachable-pub --deny=unnameable-types --deny=unconditional-recursion '--deny=rustdoc::private-intra-doc-links' --deny=private-interfaces --deny=private-bounds --deny=missing-docs '--deny=rustdoc::broken-intra-doc-links' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c2b3cc4995949f34 -C extra-filename=-2069eb305e957ee4 --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`
45492026-09-11T19:25:04.911Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45502026-09-11T19:25:04.915Z Compiling bytesize v2.7.0
45512026-09-11T19:25:04.915Z Running `/work/oxidecomputer/omicron/target/debug/build/rlimit-d6914a374b2de039/build-script-build`
45522026-09-11T19:25:04.916Z 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/sush-f7bc718d6ae81b0c/c2a70e3/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=0b98aa20017a1e46 -C extra-filename=-e71d2f38ec8a48f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/sush-common-e71d2f38ec8a48f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-09-11T19:25:04.916Z 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`
45542026-09-11T19:25:04.948Z Compiling http-range-header v0.4.2
45552026-09-11T19:25:04.951Z Compiling signal-hook-tokio v0.3.1
45562026-09-11T19:25:04.952Z 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=5a09fcae177c868e -C extra-filename=-ab265b02c013a9e0 --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-4c283863a9cf1677.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-09-11T19:25:04.952Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc/build-script-build`
45582026-09-11T19:25:04.952Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytesize-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 --deny=rust-2018-idioms --deny=nonstandard-style --warn=missing-docs --deny=future-incompatible --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "serde", "std"))' -C metadata=bdca3296e02893a6 -C extra-filename=-9df4961e056f0b4d --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`
45592026-09-11T19:25:04.952Z Compiling pwd v1.4.0
45602026-09-11T19:25:04.979Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range_header --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-header-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())' -C metadata=f8ec068276be91b0 -C extra-filename=-1d1537293003ed0e --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`
45612026-09-11T19:25:04.983Z 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=68b78141eed5af0f -C extra-filename=-e00a276b687dea77 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-09-11T19:25:04.983Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pwd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pwd-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=a09b73a140dc8df5 -C extra-filename=-83c5cd93ebe717a2 --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`
45632026-09-11T19:25:04.983Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dashu_int --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashu-int-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-integer", "num-integer_v01", "num-order", "num-traits", "num-traits_v02", "rand", "rand_v010", "rand_v08", "rand_v09", "serde", "std", "tuning", "zeroize"))' -C metadata=9b0d6d68bc0b1c40 -C extra-filename=-c1fe8667cb973d73 --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 dashu_base=/work/oxidecomputer/omicron/target/debug/deps/libdashu_base-ad6a6d15f7d821a2.rmeta --extern num_modular=/work/oxidecomputer/omicron/target/debug/deps/libnum_modular-176a21a0abcaae44.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --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 --check-cfg 'cfg(force_bits, values("16", "32", "64"))'`
45642026-09-11T19:25:05.049Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rlimit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rlimit-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())' -C metadata=9a577273ed13b1db -C extra-filename=-c56a2058a8fd2ea8 --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 --check-cfg 'cfg(target_os, values("switch"))' --check-cfg 'cfg(rlimit__has_prlimit64)' --check-cfg 'cfg(rlimit__get_kern_max_files_per_proc)'`
45652026-09-11T19:25:05.085Z Compiling lru v0.18.3
45662026-09-11T19:25:05.088Z 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.18.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="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=bf658a81c069f8af -C extra-filename=-0d33345df6d9076c --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-db2c9870c4b2b56b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672026-09-11T19:25:05.121Z Compiling scuffle v0.1.0
45682026-09-11T19:25:05.125Z 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=f9d2738e76ce6bc9 -C extra-filename=-0d27ab7294fdee59 --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-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-8060d56960a9df22.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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`
45692026-09-11T19:25:05.159Z Compiling tungstenite v0.23.0
45702026-09-11T19:25:05.163Z 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`
45712026-09-11T19:25:05.196Z Compiling tokio-tungstenite v0.28.0
45722026-09-11T19:25:05.235Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
45732026-09-11T19:25:05.238Z 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.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="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=b40786a07ecb8ded -C extra-filename=-0ba42b2b287bdfd8 --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-14ee0969c84fd393.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4af599e635ac7627.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-09-11T19:25:05.271Z 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=4a96290cd9bfaa6c -C extra-filename=-5ad8f3ca56e6494c --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-96f85c928ddbad8a.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-8703345717947861.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`
45752026-09-11T19:25:05.309Z Compiling void v1.0.2
45762026-09-11T19:25:05.312Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45772026-09-11T19:25:05.312Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780/build-script-build`
45782026-09-11T19:25:05.348Z 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`
45792026-09-11T19:25:05.351Z 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`
45802026-09-11T19:25:05.351Z Running `/work/oxidecomputer/omicron/target/debug/build/sush-common-e71d2f38ec8a48f2/build-script-build`
45812026-09-11T19:25:05.380Z Compiling ssh-key v0.6.7
45822026-09-11T19:25:05.383Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="p256"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=45bc31ba6d78d744 -C extra-filename=-db47d674fe8c2f5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4a6a41a7549f86c1.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 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 cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-983189185714f3c4.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-d29f4c052b615254.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`
45832026-09-11T19:25:05.453Z Running `/work/oxidecomputer/omicron/target/debug/build/before-db50887602c5dfb0/build-script-build`
45842026-09-11T19:25:05.514Z Compiling darling v0.21.3
45852026-09-11T19:25:05.537Z 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`
45862026-09-11T19:25:05.570Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
45872026-09-11T19:25:05.580Z 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=06b6a1723173db2b -C extra-filename=-4f12d312eaff3848 --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`
45882026-09-11T19:25:05.599Z Compiling dsi-bitstream v0.10.1
45892026-09-11T19:25:05.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dsi_bitstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsi-bitstream-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench-delta-gamma", "bench-reads", "bench-u16", "bench-u32", "bench-u64", "bench-univ", "checks", "default", "fuzz", "implied", "mem_dbg", "no_copy_impls", "offset_of_enum", "serde", "std"))' -C metadata=255a9a274caca644 -C extra-filename=-bb82f46bb4008d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_primitive=/work/oxidecomputer/omicron/target/debug/deps/libnum_primitive-2069eb305e957ee4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-09-11T19:25:05.603Z Compiling nix v0.27.1
45912026-09-11T19:25:05.667Z Compiling serde_bytes v0.11.19
45922026-09-11T19:25:05.670Z Compiling yansi v1.0.1
45932026-09-11T19:25:05.670Z 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`
45942026-09-11T19:25:05.701Z 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`
45952026-09-11T19:25:05.704Z Compiling dsl_auto_type v0.2.0
45962026-09-11T19:25:05.704Z Compiling cpubits v0.1.1
45972026-09-11T19:25:05.704Z Compiling libz-sys v1.1.24
45982026-09-11T19:25:05.704Z 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`
45992026-09-11T19:25:05.704Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
46002026-09-11T19:25:05.704Z 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`
46012026-09-11T19:25:05.737Z 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`
46022026-09-11T19:25:05.740Z 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`
46032026-09-11T19:25:05.740Z 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=4d779144529d3316 -C extra-filename=-c7977695271320c4 --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-5ad8f3ca56e6494c.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-1a883e6055b44435.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.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-7b6f4163c4f1a892.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/`
46042026-09-11T19:25:05.850Z Compiling tokio-tungstenite v0.23.1
46052026-09-11T19:25:05.853Z Compiling pem-rfc7468 v1.0.0
46062026-09-11T19:25:05.888Z 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=b9ee69e8e54c71d2 -C extra-filename=-de19e9a5ea601779 --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-14ee0969c84fd393.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`
46072026-09-11T19:25:05.926Z Compiling lzss v0.8.2
46082026-09-11T19:25:05.967Z 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`
46092026-09-11T19:25:05.979Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46102026-09-11T19:25:05.979Z Compiling universal-hash v0.6.1
46112026-09-11T19:25:05.980Z Compiling libgit2-sys v0.18.3+1.9.2
46122026-09-11T19:25:06.008Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46132026-09-11T19:25:06.044Z 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`
46142026-09-11T19:25:06.074Z 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`
46152026-09-11T19:25:06.254Z 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=5c7a80e880658620 -C extra-filename=-2df58a1396857ec5 --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-212ada304539612d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
46162026-09-11T19:25:06.264Z 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`
46172026-09-11T19:25:06.264Z 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`
46182026-09-11T19:25:06.264Z Compiling instability v0.3.11
46192026-09-11T19:25:06.264Z Compiling colored v2.2.0
46202026-09-11T19:25:06.281Z 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`
46212026-09-11T19:25:06.401Z Compiling castaway v0.2.4
46222026-09-11T19:25:06.412Z Compiling indoc v2.0.7
46232026-09-11T19:25:06.412Z Compiling progenitor-impl v0.13.0
46242026-09-11T19:25:06.412Z 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`
46252026-09-11T19:25:06.412Z 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`
46262026-09-11T19:25:06.435Z Compiling hyper-staticfile v0.10.1
46272026-09-11T19:25:06.445Z Compiling pretty_assertions v1.4.1
46282026-09-11T19:25:06.445Z 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`
46292026-09-11T19:25:06.445Z 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`
46302026-09-11T19:25:06.470Z 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=52ba988953706ed5 -C extra-filename=-b51e61dd915d5f1f --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-6742a619450b5c82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.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-a860071c032350b4.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-3b07fdb63a2d966c.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`
46312026-09-11T19:25:06.508Z 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`
46322026-09-11T19:25:06.521Z 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=52edf44d854546ae -C extra-filename=-966a2e66b26629e3 --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-2c06026f00ddcab8.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-14ee0969c84fd393.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332026-09-11T19:25:06.521Z Compiling der v0.8.0
46342026-09-11T19:25:06.542Z Compiling polyval v0.7.1
46352026-09-11T19:25:06.560Z 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`
46362026-09-11T19:25:06.561Z 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`
46372026-09-11T19:25:06.578Z Compiling lru v0.12.5
46382026-09-11T19:25:06.591Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f/build-script-build`
46392026-09-11T19:25:06.592Z 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`
46402026-09-11T19:25:06.690Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
46412026-09-11T19:25:06.729Z 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`
46422026-09-11T19:25:06.743Z Compiling compact_str v0.8.1
46432026-09-11T19:25:06.793Z 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/01f0608/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=95d27ca2794e0398 -C extra-filename=-ffe677081e2c55a8 --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-383dc14e3c76d3eb.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-61734671ba791185.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.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-421b47671bc67234.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-e91abaf8b893a3e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f12d312eaff3848.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-76422ea7f47856ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-09-11T19:25:06.813Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da/build-script-build`
46452026-09-11T19:25:06.814Z 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`
46462026-09-11T19:25:06.831Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46472026-09-11T19:25:06.838Z Compiling unicode-truncate v1.1.0
46482026-09-11T19:25:06.838Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c/build-script-build`
46492026-09-11T19:25:06.894Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
46502026-09-11T19:25:06.935Z 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=9898ad27a6a5ab93 -C extra-filename=-5a8e3892e90775e0 --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-6742a619450b5c82.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.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`
46512026-09-11T19:25:06.963Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name suanpan --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/90e4509/crates/suanpan/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("touch-meter"))' -C metadata=e000f5a224f85379 -C extra-filename=-2ace24aeac69052a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashu_int=/work/oxidecomputer/omicron/target/debug/deps/libdashu_int-c1fe8667cb973d73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-09-11T19:25:06.963Z 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`
46532026-09-11T19:25:06.968Z Compiling petname v2.0.2
46542026-09-11T19:25:07.001Z Compiling arc-swap v1.8.2
46552026-09-11T19:25:07.017Z Compiling vergen-git2 v9.1.0
46562026-09-11T19:25:07.017Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720/build-script-build`
46572026-09-11T19:25:07.017Z 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`
46582026-09-11T19:25:07.017Z 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`
46592026-09-11T19:25:07.017Z Compiling cassowary v0.3.0
46602026-09-11T19:25:07.042Z 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`
46612026-09-11T19:25:07.052Z 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`
46622026-09-11T19:25:07.052Z 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`
46632026-09-11T19:25:07.112Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46642026-09-11T19:25:07.153Z Compiling ghash v0.6.0
46652026-09-11T19:25:07.181Z Compiling crypto-bigint v0.7.5
46662026-09-11T19:25:07.194Z 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=9182944fae26c299 -C extra-filename=-6ffa12be4f6b188d --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-a860071c032350b4.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-2df58a1396857ec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-09-11T19:25:07.194Z 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`
46682026-09-11T19:25:07.194Z 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`
46692026-09-11T19:25:07.273Z Compiling aes v0.9.1
46702026-09-11T19:25:07.273Z 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`
46712026-09-11T19:25:07.332Z Compiling pbkdf2 v0.13.0
46722026-09-11T19:25:07.336Z 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)'`
46732026-09-11T19:25:07.336Z 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`
46742026-09-11T19:25:07.336Z Compiling ctr v0.10.1
46752026-09-11T19:25:07.368Z 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`
46762026-09-11T19:25:07.404Z Compiling aead v0.6.1
46772026-09-11T19:25:07.418Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46782026-09-11T19:25:07.418Z 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`
46792026-09-11T19:25:07.444Z Compiling salsa20 v0.11.0
46802026-09-11T19:25:07.450Z 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=28085cda550ad608 -C extra-filename=-2d7f37cce64c836f --out-dir /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-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-09-11T19:25:07.450Z 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`
46822026-09-11T19:25:07.512Z Compiling console v0.16.2
46832026-09-11T19:25:07.523Z 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`
46842026-09-11T19:25:07.523Z Compiling sapling-renderdag v0.1.0
46852026-09-11T19:25:07.547Z 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`
46862026-09-11T19:25:07.696Z Compiling sync-ptr v0.1.4
46872026-09-11T19:25:07.716Z 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`
46882026-09-11T19:25:07.716Z Compiling spki v0.8.0
46892026-09-11T19:25:07.740Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153/build-script-build`
46902026-09-11T19:25:07.741Z 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`
46912026-09-11T19:25:07.771Z Compiling unit-prefix v0.5.2
46922026-09-11T19:25:07.802Z 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`
46932026-09-11T19:25:07.872Z Compiling slog-scope v4.4.1
46942026-09-11T19:25:07.876Z 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`
46952026-09-11T19:25:07.876Z Compiling aes-gcm v0.11.0
46962026-09-11T19:25:07.879Z Compiling scrypt v0.12.0
46972026-09-11T19:25:07.879Z Compiling tokio-test v0.4.5
46982026-09-11T19:25:07.907Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59/build-script-build`
46992026-09-11T19:25:07.910Z 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=7efc4031a95c72f3 -C extra-filename=-d95b50b5c6c84a13 --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-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002026-09-11T19:25:07.910Z 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`
47012026-09-11T19:25:07.910Z 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`
47022026-09-11T19:25:07.951Z Compiling libsw-core v0.3.2
47032026-09-11T19:25:07.982Z Compiling cbc v0.2.1
47042026-09-11T19:25:07.987Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47052026-09-11T19:25:07.987Z Compiling twox-hash v2.1.2
47062026-09-11T19:25:08.055Z Compiling atty v0.2.14
47072026-09-11T19:25:08.066Z 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`
47082026-09-11T19:25:08.066Z 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=7a1b50072f8e14f0 -C extra-filename=-b324aeafdf511cc8 --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-d76a3e937c32c801.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
47092026-09-11T19:25:08.066Z 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`
47102026-09-11T19:25:08.067Z 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`
47112026-09-11T19:25:08.067Z 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=86b3f20868049370 -C extra-filename=-b4af4313fe43528a --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-09-11T19:25:08.096Z Compiling fatfs v0.3.6
47132026-09-11T19:25:08.103Z 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`
47142026-09-11T19:25:08.103Z Compiling slog-stdlog v4.1.1
47152026-09-11T19:25:08.130Z 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=59ffdff35869486c -C extra-filename=-54f639a9b1b00ba2 --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-af208bc9d100447a.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`
47162026-09-11T19:25:08.134Z 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`
47172026-09-11T19:25:08.166Z Compiling indicatif v0.18.4
47182026-09-11T19:25:08.171Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47192026-09-11T19:25:08.171Z 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`
47202026-09-11T19:25:08.203Z 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`
47212026-09-11T19:25:08.274Z 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=112fc15028fbed43 -C extra-filename=-419b9c0e2ea621d2 --out-dir /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-212ada304539612d.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-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-6ffa12be4f6b188d.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2df58a1396857ec5.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`
47222026-09-11T19:25:08.381Z Compiling slog-envlogger v2.2.0
47232026-09-11T19:25:08.385Z Compiling pkcs5 v0.8.1
47242026-09-11T19:25:08.418Z Compiling ff v0.14.0
47252026-09-11T19:25:08.421Z Compiling shell-words v1.1.1
47262026-09-11T19:25:08.421Z 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`
47272026-09-11T19:25:08.421Z 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`
47282026-09-11T19:25:08.421Z 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`
47292026-09-11T19:25:08.421Z 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`
47302026-09-11T19:25:08.458Z Compiling concurrent-queue v2.5.0
47312026-09-11T19:25:08.461Z Compiling parking v2.2.1
47322026-09-11T19:25:08.495Z 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`
47332026-09-11T19:25:08.495Z 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`
47342026-09-11T19:25:08.528Z Compiling libsw v3.5.0
47352026-09-11T19:25:08.564Z Compiling signature v3.0.0
47362026-09-11T19:25:08.568Z Compiling base16ct v1.0.0
47372026-09-11T19:25:08.568Z 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=2c0604376fa00407 -C extra-filename=-70266daa2246eced --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-b4af4313fe43528a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382026-09-11T19:25:08.568Z 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`
47392026-09-11T19:25:08.601Z 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`
47402026-09-11T19:25:08.635Z Compiling plotters-backend v0.3.7
47412026-09-11T19:25:08.668Z Compiling arrayvec v0.7.6
47422026-09-11T19:25:08.671Z 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`
47432026-09-11T19:25:08.671Z 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`
47442026-09-11T19:25:08.779Z Compiling ratatui v0.29.0
47452026-09-11T19:25:08.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name before --edition=2021 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/90e4509/crates/before/src/lib.rs --error-format=json --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=unexpected_cfgs --check-cfg 'cfg(before_alloc_ab, values("projection_growth", "projection_shrink", "display_growth"))' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "laws", "limb-meter", "meter", "oracle", "scan-meter", "serde"))' -C metadata=69c5aa85ed8b7215 -C extra-filename=-b85393dcd7801419 --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 dashu_int=/work/oxidecomputer/omicron/target/debug/deps/libdashu_int-c1fe8667cb973d73.rmeta --extern dsi_bitstream=/work/oxidecomputer/omicron/target/debug/deps/libdsi_bitstream-bb82f46bb4008d26.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 suanpan=/work/oxidecomputer/omicron/target/debug/deps/libsuanpan-2ace24aeac69052a.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`
47462026-09-11T19:25:08.814Z 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=985219bd900f9ee8 -C extra-filename=-4a185f6523ee863c --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-787924a301230b23.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`
47472026-09-11T19:25:08.852Z Compiling pkcs8 v0.11.0
47482026-09-11T19:25:08.888Z 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`
47492026-09-11T19:25:08.892Z Compiling oxide-update-engine-display v0.1.2
47502026-09-11T19:25:08.924Z 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=ac5743c8fa23a31b -C extra-filename=-d3322986ffb49ea4 --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-70266daa2246eced.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-3332ca2266e0f1e3.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`
47512026-09-11T19:25:08.996Z Compiling event-listener v5.4.1
47522026-09-11T19:25:09.003Z Compiling group v0.14.0
47532026-09-11T19:25:09.004Z Compiling constant_time_eq v0.4.2
47542026-09-11T19:25:09.004Z 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`
47552026-09-11T19:25:09.004Z 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`
47562026-09-11T19:25:09.034Z Compiling arrayref v0.3.9
47572026-09-11T19:25:09.049Z Compiling plotters-svg v0.3.7
47582026-09-11T19:25:09.070Z 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`
47592026-09-11T19:25:09.076Z Compiling sec1 v0.8.1
47602026-09-11T19:25:09.076Z 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`
47612026-09-11T19:25:09.076Z 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`
47622026-09-11T19:25:09.076Z Compiling hkdf v0.13.0
47632026-09-11T19:25:09.108Z 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`
47642026-09-11T19:25:09.121Z Compiling rtoolbox v0.0.3
47652026-09-11T19:25:09.121Z Compiling cast v0.3.0
47662026-09-11T19:25:09.122Z 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`
47672026-09-11T19:25:09.145Z Compiling futures-timer v3.0.3
47682026-09-11T19:25:09.150Z Compiling tinytemplate v1.2.1
47692026-09-11T19:25:09.150Z 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`
47702026-09-11T19:25:09.151Z 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`
47712026-09-11T19:25:09.151Z 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`
47722026-09-11T19:25:09.151Z 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`
47732026-09-11T19:25:09.218Z Compiling blake3 v1.8.5
47742026-09-11T19:25:09.254Z 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`
47752026-09-11T19:25:09.257Z Compiling anes v0.1.6
47762026-09-11T19:25:09.285Z Compiling oorandom v11.1.5
47772026-09-11T19:25:09.285Z 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`
47782026-09-11T19:25:09.324Z Compiling progenitor-macro v0.13.0
47792026-09-11T19:25:09.353Z 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`
47802026-09-11T19:25:09.357Z 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=45cddf3d6a514268 -C extra-filename=-5ad9e293e813bf71 --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-b7d245b0064f8782.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-b51e61dd915d5f1f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-ccac601ffc147e41.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`
47812026-09-11T19:25:09.357Z Compiling strsim v0.10.0
47822026-09-11T19:25:09.357Z Compiling wnaf v0.14.0
47832026-09-11T19:25:09.391Z 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`
47842026-09-11T19:25:09.395Z 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`
47852026-09-11T19:25:09.592Z Compiling plotters v0.3.7
47862026-09-11T19:25:09.638Z 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`
47872026-09-11T19:25:09.638Z Compiling event-listener-strategy v0.5.4
47882026-09-11T19:25:09.638Z Compiling serde_regex v1.1.0
47892026-09-11T19:25:09.638Z 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`
47902026-09-11T19:25:09.688Z Compiling assert-json-diff v2.0.2
47912026-09-11T19:25:09.688Z 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`
47922026-09-11T19:25:09.689Z 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`
47932026-09-11T19:25:09.689Z Compiling path-tree v0.8.3
47942026-09-11T19:25:09.689Z Compiling target-lexicon v0.13.3
47952026-09-11T19:25:09.689Z 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=6b57bd59ccf27db2 -C extra-filename=-ad45e9aad991ea82 --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-42d369e13ef719c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962026-09-11T19:25:09.689Z Compiling stringmetrics v2.2.2
47972026-09-11T19:25:09.698Z 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`
47982026-09-11T19:25:09.698Z Compiling darling_core v0.13.4
47992026-09-11T19:25:09.710Z Compiling curve25519-dalek v5.0.0
48002026-09-11T19:25:09.716Z Compiling topological-sort v0.2.2
48012026-09-11T19:25:09.716Z 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`
48022026-09-11T19:25:09.716Z Compiling hex-literal v0.4.1
48032026-09-11T19:25:09.716Z 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`
48042026-09-11T19:25:09.716Z 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`
48052026-09-11T19:25:09.716Z 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`
48062026-09-11T19:25:09.751Z 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`
48072026-09-11T19:25:09.755Z Compiling async-lock v3.4.2
48082026-09-11T19:25:09.786Z Compiling guppy-workspace-hack v0.1.0
48092026-09-11T19:25:09.791Z 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`
48102026-09-11T19:25:09.791Z 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`
48112026-09-11T19:25:09.791Z Compiling target-spec v3.5.7
48122026-09-11T19:25:09.829Z 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`
48132026-09-11T19:25:09.864Z Compiling elliptic-curve v0.14.1
48142026-09-11T19:25:09.893Z 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`
48152026-09-11T19:25:09.896Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9/build-script-build`
48162026-09-11T19:25:09.930Z Compiling primefield v0.14.0
48172026-09-11T19:25:09.998Z Compiling rpassword v7.5.4
48182026-09-11T19:25:10.006Z 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`
48192026-09-11T19:25:10.006Z Compiling rfc6979 v0.6.0
48202026-09-11T19:25:10.006Z Compiling ssh-encoding v0.3.0
48212026-09-11T19:25:10.006Z 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`
48222026-09-11T19:25:10.033Z 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`
48232026-09-11T19:25:10.037Z 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`
48242026-09-11T19:25:10.071Z Compiling criterion-plot v0.6.0
48252026-09-11T19:25:10.074Z Compiling crypto-primes v0.7.2
48262026-09-11T19:25:10.108Z 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`
48272026-09-11T19:25:10.111Z 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`
48282026-09-11T19:25:10.111Z Compiling ed25519 v3.0.0
48292026-09-11T19:25:10.111Z Compiling pkcs1 v0.8.0-rc.4
48302026-09-11T19:25:10.142Z 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`
48312026-09-11T19:25:10.146Z 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`
48322026-09-11T19:25:10.280Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
48332026-09-11T19:25:10.284Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rumors --edition=2024 /home/build/.cargo/git/checkouts/rumors-92969dcd9f94ed3c/90e4509/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("conformance", "meter", "test-internals"))' -C metadata=d3ff34b4b46e064e -C extra-filename=-0b426aa47a525223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-55e04cd135c1297c.rmeta --extern before=/work/oxidecomputer/omicron/target/debug/deps/libbefore-b85393dcd7801419.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.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 itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1db11176a1c0822f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-42d369e13ef719c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3b4a47b0474a8a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-09-11T19:25:10.317Z Compiling poly1305 v0.9.0
48352026-09-11T19:25:10.351Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d/build-script-build`
48362026-09-11T19:25:10.355Z 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`
48372026-09-11T19:25:10.389Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377/build-script-build`
48382026-09-11T19:25:10.532Z Compiling tui-tree-widget v0.23.1
48392026-09-11T19:25:10.535Z Compiling async-object-pool v0.2.0
48402026-09-11T19:25:10.569Z 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=4dba75741337ba36 -C extra-filename=-8c3a1cc61376d89e --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-4a185f6523ee863c.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`
48412026-09-11T19:25:10.572Z 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`
48422026-09-11T19:25:10.572Z Compiling criterion v0.7.0
48432026-09-11T19:25:10.607Z 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=6cc7cd43ec4b7725 -C extra-filename=-0a5c82c1a010f6c0 --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-212ada304539612d.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-14ee0969c84fd393.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`
48442026-09-11T19:25:10.680Z Compiling ecdsa v0.17.0
48452026-09-11T19:25:10.683Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4/build-script-build`
48462026-09-11T19:25:10.683Z 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`
48472026-09-11T19:25:10.718Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc/build-script-build`
48482026-09-11T19:25:10.753Z Compiling blowfish v0.10.0
48492026-09-11T19:25:10.757Z Compiling blake2 v0.11.0-rc.6
48502026-09-11T19:25:10.757Z 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`
48512026-09-11T19:25:10.792Z 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`
48522026-09-11T19:25:10.795Z 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`
48532026-09-11T19:25:10.795Z Compiling httpmock v0.8.3
48542026-09-11T19:25:10.830Z Compiling primeorder v0.14.0
48552026-09-11T19:25:10.834Z Compiling ssh-cipher v0.3.0
48562026-09-11T19:25:10.834Z Compiling sha3 v0.11.0
48572026-09-11T19:25:10.834Z 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=5a4e8f072f671b9c -C extra-filename=-89353339c82c45fd --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-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ad45e9aad991ea82.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-14ee0969c84fd393.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48582026-09-11T19:25:10.834Z 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`
48592026-09-11T19:25:10.834Z Compiling kem v0.3.0
48602026-09-11T19:25:10.834Z 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`
48612026-09-11T19:25:10.868Z 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`
48622026-09-11T19:25:10.871Z 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`
48632026-09-11T19:25:10.871Z Compiling module-lattice v0.2.3
48642026-09-11T19:25:10.900Z 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`
48652026-09-11T19:25:10.904Z Compiling pathdiff v0.2.3
48662026-09-11T19:25:10.904Z 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"'`
48672026-09-11T19:25:10.935Z 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`
48682026-09-11T19:25:10.971Z Compiling bcrypt-pbkdf v0.11.0
48692026-09-11T19:25:11.000Z Compiling nested v0.1.1
48702026-09-11T19:25:11.004Z 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"'`
48712026-09-11T19:25:11.004Z 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`
48722026-09-11T19:25:11.004Z 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`
48732026-09-11T19:25:11.182Z Compiling rsa v0.10.0-rc.18
48742026-09-11T19:25:11.214Z Compiling russh-cryptovec v0.62.0
48752026-09-11T19:25:11.218Z 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`
48762026-09-11T19:25:11.218Z 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()))'`
48772026-09-11T19:25:11.218Z 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`
48782026-09-11T19:25:11.277Z Compiling httptest v0.16.4
48792026-09-11T19:25:11.314Z Compiling internal-russh-num-bigint v0.5.0
48802026-09-11T19:25:11.318Z 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=1ce4c9bb0c1c8f36 -C extra-filename=-22616cc65df1c44f --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-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48812026-09-11T19:25:11.319Z Compiling russh-util v0.52.0
48822026-09-11T19:25:11.319Z Compiling generic-array v1.4.3
48832026-09-11T19:25:11.319Z 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`
48842026-09-11T19:25:11.319Z 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=6af8074d472e0b12 -C extra-filename=-13d0474aae8a7fe4 --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-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48852026-09-11T19:25:11.319Z 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`
48862026-09-11T19:25:11.381Z Compiling delegate v0.13.5
48872026-09-11T19:25:11.384Z Compiling enum_dispatch v0.3.13
48882026-09-11T19:25:11.384Z 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`
48892026-09-11T19:25:11.384Z Compiling num-bigint v0.4.6
48902026-09-11T19:25:11.384Z 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`
48912026-09-11T19:25:11.413Z 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`
48922026-09-11T19:25:11.450Z Compiling argon2 v0.6.0-rc.8
48932026-09-11T19:25:11.487Z 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`
48942026-09-11T19:25:11.594Z Compiling p521 v0.14.0
48952026-09-11T19:25:11.631Z Compiling p256 v0.14.0
48962026-09-11T19:25:11.635Z 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`
48972026-09-11T19:25:11.635Z Compiling p384 v0.14.0
48982026-09-11T19:25:11.667Z 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`
48992026-09-11T19:25:11.671Z 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`
49002026-09-11T19:25:11.671Z Compiling ml-kem v0.3.2
49012026-09-11T19:25:11.747Z 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`
49022026-09-11T19:25:11.776Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49032026-09-11T19:25:11.817Z 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`
49042026-09-11T19:25:11.853Z Compiling md5 v0.8.0
49052026-09-11T19:25:11.857Z Compiling hex-literal v1.1.0
49062026-09-11T19:25:11.857Z Compiling hickory-client v0.25.2
49072026-09-11T19:25:11.857Z 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`
49082026-09-11T19:25:11.857Z 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=935411a9c72613ac -C extra-filename=-189a0f0c176f02f9 --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-10edf0d828782d1e.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-ee6a6ca340e9d78f.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-14ee0969c84fd393.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`
49092026-09-11T19:25:11.857Z 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`
49102026-09-11T19:25:11.959Z Compiling ed25519-dalek v3.0.0
49112026-09-11T19:25:11.994Z 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`
49122026-09-11T19:25:12.031Z Compiling cfg-expr v0.20.6
49132026-09-11T19:25:12.034Z Compiling similar-asserts v1.7.0
49142026-09-11T19:25:12.035Z 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=c0f8f6a57496e164 -C extra-filename=-829f380dd7726a4b --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-42d369e13ef719c7.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`
49152026-09-11T19:25:12.035Z 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`
49162026-09-11T19:25:12.132Z Compiling darling_macro v0.13.4
49172026-09-11T19:25:12.135Z 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`
49182026-09-11T19:25:12.204Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49192026-09-11T19:25:12.209Z 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`
49202026-09-11T19:25:12.242Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49212026-09-11T19:25:12.252Z 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`
49222026-09-11T19:25:12.281Z Compiling textwrap v0.15.2
49232026-09-11T19:25:12.284Z 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`
49242026-09-11T19:25:12.389Z Compiling supports-color v2.1.0
49252026-09-11T19:25:12.393Z 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`
49262026-09-11T19:25:12.559Z 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=b88980293a5747e6 -C extra-filename=-8860819caa6695d5 --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-829f380dd7726a4b.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`
49272026-09-11T19:25:12.611Z Compiling miette-derive v5.10.0
49282026-09-11T19:25:12.615Z 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`
49292026-09-11T19:25:12.646Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49302026-09-11T19:25:12.682Z Compiling diesel v2.3.7
49312026-09-11T19:25:12.719Z 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=bc703ef43838141d -C extra-filename=-999a9ad43c52dc0a --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-676cd08cf611fa60.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-26d4ba25b0a38a06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49322026-09-11T19:25:12.724Z 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=2f86f91999feb17b -C extra-filename=-8c8f948d36433cfb --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-aea237dd1abc5aa3.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-dfb30eff92985499.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`
49332026-09-11T19:25:12.724Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
49342026-09-11T19:25:12.724Z Compiling supports-unicode v2.1.0
49352026-09-11T19:25:12.724Z 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`
49362026-09-11T19:25:12.724Z 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`
49372026-09-11T19:25:12.755Z Compiling supports-hyperlinks v2.1.0
49382026-09-11T19:25:12.791Z 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`
49392026-09-11T19:25:12.794Z Compiling terminal_size v0.1.17
49402026-09-11T19:25:12.826Z 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`
49412026-09-11T19:25:12.862Z Compiling assert_cmd v2.1.2
49422026-09-11T19:25:12.867Z Compiling guppy v0.17.25
49432026-09-11T19:25:12.867Z 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`
49442026-09-11T19:25:12.867Z 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=72e4d0d154e9e22b -C extra-filename=-c9bcf97e607b3ef7 --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-6742a619450b5c82.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-e5e6672e5c6fdd9f.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-42d369e13ef719c7.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-8860819caa6695d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49452026-09-11T19:25:12.867Z Compiling target-triple v1.0.0
49462026-09-11T19:25:12.903Z 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`
49472026-09-11T19:25:12.939Z Compiling internet-checksum v0.2.1
49482026-09-11T19:25:12.971Z Compiling darling v0.13.4
49492026-09-11T19:25:12.975Z 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`
49502026-09-11T19:25:12.975Z 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`
49512026-09-11T19:25:12.975Z Compiling escape8259 v0.5.3
49522026-09-11T19:25:12.975Z 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`
49532026-09-11T19:25:13.038Z Compiling owo-colors v3.5.0
49542026-09-11T19:25:13.041Z Compiling knuffel-derive v3.2.0
49552026-09-11T19:25:13.081Z 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`
49562026-09-11T19:25:13.086Z 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`
49572026-09-11T19:25:13.086Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
49582026-09-11T19:25:13.112Z 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`
49592026-09-11T19:25:13.184Z Compiling serde_with_macros v1.5.2
49602026-09-11T19:25:13.188Z Compiling fancy-regex v0.14.0
49612026-09-11T19:25:13.188Z 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`
49622026-09-11T19:25:13.188Z 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`
49632026-09-11T19:25:13.188Z Compiling rstest_macros v0.25.0
49642026-09-11T19:25:13.218Z 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`
49652026-09-11T19:25:13.254Z Compiling libtest-mimic v0.8.1
49662026-09-11T19:25:13.285Z Compiling fs-err v2.11.0
49672026-09-11T19:25:13.289Z 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=b6f4060cd67f2482 -C extra-filename=-62a59169ca3bc192 --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-212ada304539612d.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`
49682026-09-11T19:25:13.289Z 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`
49692026-09-11T19:25:13.326Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815/build-script-build`
49702026-09-11T19:25:13.397Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
49712026-09-11T19:25:13.401Z Compiling linkme-impl v0.3.35
49722026-09-11T19:25:13.401Z 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`
49732026-09-11T19:25:13.401Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d/build-script-build`
49742026-09-11T19:25:13.432Z 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`
49752026-09-11T19:25:13.504Z 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`
49762026-09-11T19:25:13.540Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49772026-09-11T19:25:13.544Z 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=6f205853c97cd84f -C extra-filename=-0757fc3e2d7813b4 --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-cec375fe56ae7184.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
49782026-09-11T19:25:13.579Z 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"))'`
49792026-09-11T19:25:13.615Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
49802026-09-11T19:25:13.618Z 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=60f7d8a80fd492ec -C extra-filename=-63ad5e1c6a734750 --out-dir /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-4efc0056836d0980.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-f6a0a54089104b57.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-96f85c928ddbad8a.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`
49812026-09-11T19:25:13.677Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af/build-script-build`
49822026-09-11T19:25:13.712Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635/build-script-build`
49832026-09-11T19:25:13.753Z Compiling datatest-stable v0.3.3
49842026-09-11T19:25:13.797Z 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=d63db625de5359fe -C extra-filename=-ada8640dbdaa22a2 --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-62a59169ca3bc192.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`
49852026-09-11T19:25:13.898Z Compiling support-bundle-viewer v0.1.2
49862026-09-11T19:25:13.901Z 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=278cc3b72325d2bf -C extra-filename=-4219a9cddea5d6a0 --out-dir /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-787924a301230b23.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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`
49872026-09-11T19:25:13.932Z Compiling multimap v0.10.1
49882026-09-11T19:25:13.935Z 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`
49892026-09-11T19:25:13.935Z Compiling approx v0.5.1
49902026-09-11T19:25:13.935Z 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`
49912026-09-11T19:25:14.005Z Compiling uzers v0.12.2
49922026-09-11T19:25:14.008Z 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`
49932026-09-11T19:25:14.008Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972/build-script-build`
49942026-09-11T19:25:14.080Z Compiling miette v5.10.0
49952026-09-11T19:25:14.084Z Compiling termcolor v1.4.1
49962026-09-11T19:25:14.084Z 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`
49972026-09-11T19:25:14.084Z 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`
49982026-09-11T19:25:14.156Z Compiling linkme v0.3.35
49992026-09-11T19:25:14.194Z 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`
50002026-09-11T19:25:14.197Z Compiling relative-path v1.9.3
50012026-09-11T19:25:14.197Z 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`
50022026-09-11T19:25:14.197Z 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)'`
50032026-09-11T19:25:14.266Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50042026-09-11T19:25:14.273Z 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=6fefd117a0b3c2aa -C extra-filename=-0600b2dabe4ac47b --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-0757fc3e2d7813b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50052026-09-11T19:25:14.273Z 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)'`
50062026-09-11T19:25:14.273Z Compiling blake2b_simd v1.0.4
50072026-09-11T19:25:14.273Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50082026-09-11T19:25:14.273Z Compiling partial-io v0.5.4
50092026-09-11T19:25:14.305Z 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=e556d20517b9fc59 -C extra-filename=-f49f7ecbc13b8034 --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-a3f4af9fb7adc7dd.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-46742cb7dfb889b1.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-a7ecbd92a5d6f0c6.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-52def44da63a9d7a.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`
50102026-09-11T19:25:14.340Z 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`
50112026-09-11T19:25:14.343Z 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=8f53b5e5b1553f6c -C extra-filename=-c60c58b562438251 --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-247c01bdd5a432f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50122026-09-11T19:25:14.343Z Compiling rand_distr v0.5.1
50132026-09-11T19:25:14.379Z 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`
50142026-09-11T19:25:14.415Z Compiling serde_with v1.14.0
50152026-09-11T19:25:14.453Z 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`
50162026-09-11T19:25:14.523Z Compiling trybuild v1.0.116
50172026-09-11T19:25:14.529Z Compiling drift v0.2.0
50182026-09-11T19:25:14.529Z 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`
50192026-09-11T19:25:14.529Z 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=b9c37bae4c7f8aeb -C extra-filename=-6beddb4225ed9984 --out-dir /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-6742a619450b5c82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.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`
50202026-09-11T19:25:14.601Z 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=b9c13a7a7bc7be17 -C extra-filename=-f643e51cdd69dffe --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-65a39ba29a3d6d85.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`
50212026-09-11T19:25:14.604Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e/build-script-build`
50222026-09-11T19:25:14.674Z Compiling parse-size v1.1.0
50232026-09-11T19:25:14.677Z Compiling constant_time_eq v0.3.1
50242026-09-11T19:25:14.677Z Compiling cargo_toml v0.21.0
50252026-09-11T19:25:14.677Z 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`
50262026-09-11T19:25:14.677Z 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=a7b16dd5b0063c15 -C extra-filename=-2e1da664002cd1c0 --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-8cc9eec1e74c1b89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50272026-09-11T19:25:14.677Z 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`
50282026-09-11T19:25:14.803Z Compiling termios v0.3.3
50292026-09-11T19:25:14.807Z 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`
50302026-09-11T19:25:14.842Z 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=f29cc117b9a0bf3b -C extra-filename=-f4ae0fcbd9e0d836 --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-375bea1ce7e3a24f.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`
50312026-09-11T19:25:14.845Z 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=e5abc61b72bb9d23 -C extra-filename=-fe2bcd4c2dabbe55 --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-cec375fe56ae7184.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-a860071c032350b4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50322026-09-11T19:25:14.917Z Compiling rust-argon2 v2.1.0
50332026-09-11T19:25:14.928Z 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`
50342026-09-11T19:25:14.970Z 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`
50352026-09-11T19:25:15.004Z Compiling knuffel v3.2.0
50362026-09-11T19:25:15.008Z 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`
50372026-09-11T19:25:15.043Z Compiling ssh-key v0.7.0-rc.11
50382026-09-11T19:25:15.047Z 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`
50392026-09-11T19:25:15.311Z 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`
50402026-09-11T19:25:15.788Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
50412026-09-11T19:25:15.803Z 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`
50422026-09-11T19:25:15.803Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50432026-09-11T19:25:15.803Z 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=3c3ac94980895124 -C extra-filename=-1da37994fe5cc2dd --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-212ada304539612d.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-1a883e6055b44435.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-a7ecbd92a5d6f0c6.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`
50442026-09-11T19:25:17.408Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50452026-09-11T19:25:17.412Z 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=51f64e9e73fa81c4 -C extra-filename=-d5f09b18a188a09c --out-dir /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-d5a1adc36d1a2e36.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-2e1da664002cd1c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-730d11fe6574c1ba.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-36ffbe0b5fefef1b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
50462026-09-11T19:25:17.554Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e/build-script-build`
50472026-09-11T19:25:17.639Z 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`
50482026-09-11T19:25:18.171Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
50492026-09-11T19:25:18.174Z 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/98615b8/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=ada8173c950329e3 -C extra-filename=-47b0ce69945cb641 --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-1da37994fe5cc2dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50502026-09-11T19:25:18.556Z Compiling rstest v0.25.0
50512026-09-11T19:25:18.559Z 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=f18c2a3414b31cd2 -C extra-filename=-171fcd5148727c91 --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-f643e51cdd69dffe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50522026-09-11T19:25:21.257Z Compiling samael v0.0.19
50532026-09-11T19:25:21.264Z 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`
50542026-09-11T19:25:22.785Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa/build-script-bindings`
50552026-09-11T19:25:22.949Z 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,)'`
50562026-09-11T19:25:23.235Z Compiling git2 v0.20.4
50572026-09-11T19:25:23.238Z 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=5cddb8163aaac949 -C extra-filename=-b01dc189df3da755 --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-26d4ba25b0a38a06.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`
50582026-09-11T19:25:23.294Z Compiling polar-core v0.27.3
50592026-09-11T19:25:23.298Z 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=c0db8438bdfcd092 -C extra-filename=-9dced01df73ed8e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9dced01df73ed8e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-88cfb9126b9c6972.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`
50602026-09-11T19:25:24.216Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9dced01df73ed8e5/build-script-build`
50612026-09-11T19:25:24.715Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1/build-script-build`
50622026-09-11T19:25:24.718Z 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`
50632026-09-11T19:25:24.798Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f/build-script-build`
50642026-09-11T19:25:25.108Z 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=732c70b53e0231e8 -C extra-filename=-32fbd6063a9d271c --out-dir /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-b01dc189df3da755.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)'`
50652026-09-11T19:25:25.180Z 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)'`
50662026-09-11T19:25:25.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=8074b04f9715f380 -C extra-filename=-40f0ec85db30e84c --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`
50672026-09-11T19:25:25.544Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50682026-09-11T19:25:25.550Z 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=8f16e4d4c0fb29f6 -C extra-filename=-d1c5a87455248d01 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d1c5a87455248d01 -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-32fbd6063a9d271c.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`
50692026-09-11T19:25:26.023Z Compiling rustls-webpki v0.103.13
50702026-09-11T19:25:26.023Z Compiling rcgen v0.12.1
50712026-09-11T19:25:26.027Z Compiling russh v0.62.4
50722026-09-11T19:25:26.027Z 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`
50732026-09-11T19:25:26.027Z 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`
50742026-09-11T19:25:26.027Z 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=b8cf7565fe823ece -C extra-filename=-4171bd1fd1e89d30 --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-13d0474aae8a7fe4.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-14ee0969c84fd393.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`
50752026-09-11T19:25:26.544Z 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`
50762026-09-11T19:25:26.630Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d1c5a87455248d01/build-script-build`
50772026-09-11T19:25:26.861Z 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=61e3e42a07ce42b8 -C extra-filename=-1c456a62dde965af --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-26d4ba25b0a38a06.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)'`
50782026-09-11T19:25:27.515Z Compiling diesel-dtrace v0.5.0
50792026-09-11T19:25:27.515Z Compiling async-bb8-diesel v0.2.1
50802026-09-11T19:25:27.519Z 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=eb5b5c306cabcb18 -C extra-filename=-4ddc4b6561ad576f --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-8c8f948d36433cfb.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`
50812026-09-11T19:25:27.519Z 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=8cb59da7aa26fd7c -C extra-filename=-4beddd32bb8045d9 --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-0b717e1077d05ff1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-14ee0969c84fd393.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`
50822026-09-11T19:25:29.015Z Compiling tokio-rustls v0.26.4
50832026-09-11T19:25:29.015Z Compiling rustls-platform-verifier v0.6.2
50842026-09-11T19:25:29.015Z Compiling tough v0.22.0
50852026-09-11T19:25:29.019Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50862026-09-11T19:25:29.019Z 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=e81aa1f6a2be10d3 -C extra-filename=-6bcbaed8db7f44c0 --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-14ee0969c84fd393.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`
50872026-09-11T19:25:29.019Z 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=56808b4f5be93526 -C extra-filename=-1fb0ea6f8a3da754 --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-18f09eb77506531c.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-0454e391608a6bab.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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-26d4ba25b0a38a06.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`
50882026-09-11T19:25:29.019Z 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=19b0984b953c2fc3 -C extra-filename=-54d15447be195a72 --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-6748997398286f70.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-48c1f50a5b70e371.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-0454e391608a6bab.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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-26d4ba25b0a38a06.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`
50892026-09-11T19:25:29.019Z 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`
50902026-09-11T19:25:29.081Z Compiling oso v0.27.3
50912026-09-11T19:25:29.085Z 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=01523fb4a7de8ae8 -C extra-filename=-f885e55652ba5105 --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-40f0ec85db30e84c.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`
50922026-09-11T19:25:29.326Z Compiling hyper-rustls v0.27.7
50932026-09-11T19:25:29.329Z 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/98615b8/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 --cfg 'feature="ipcc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "default", "ipcc", "pki-playground", "unittest"))' -C metadata=027e07a5e0860f9b -C extra-filename=-9dfcf3399f83a64c --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-4efc0056836d0980.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-212ada304539612d.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-fb2746ee1fe697c3.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-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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/`
50942026-09-11T19:25:29.329Z 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=908783c94c644fa0 -C extra-filename=-4f460236f1fd8f53 --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-7c096e393385ec67.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-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-68dae086988655aa.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.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-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
50952026-09-11T19:25:29.329Z 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=b45e969e5869c1f2 -C extra-filename=-b55cc54efd3f8546 --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-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.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-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.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`
50962026-09-11T19:25:29.597Z Compiling reqwest v0.13.2
50972026-09-11T19:25:29.600Z 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=442259f30c6fae73 -C extra-filename=-f7b31a4691f6199e --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-e32ee5c12d36af1b.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-b0bcfa1f4cefff13.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-2c06026f00ddcab8.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.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-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-1ce13fa38c3edde3.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-992b67c263b6d652.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
50982026-09-11T19:25:31.098Z Compiling progenitor-client v0.14.0
50992026-09-11T19:25:31.098Z Compiling progenitor-client v0.13.0
51002026-09-11T19:25:31.102Z Compiling omicron-zone-package v0.12.3
51012026-09-11T19:25:31.102Z 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=8641c168bbacdcbb -C extra-filename=-970a81154da54b10 --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-f7b31a4691f6199e.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`
51022026-09-11T19:25:31.102Z 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=b30cd160301c6562 -C extra-filename=-40f3502203cdf989 --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-f7b31a4691f6199e.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`
51032026-09-11T19:25:31.102Z 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=d3ef34be22e41097 -C extra-filename=-cc58f9231e7aed88 --out-dir /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-d5a1adc36d1a2e36.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-f7b31a4691f6199e.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.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`
51042026-09-11T19:25:31.337Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51052026-09-11T19:25:31.342Z 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=04e783190f8d9229 -C extra-filename=-0f1a66580fa34c5a --out-dir /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-63f81254ca42a035.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-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-f49f7ecbc13b8034.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0757fc3e2d7813b4.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-0600b2dabe4ac47b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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`
51062026-09-11T19:25:31.366Z Compiling progenitor-extras v0.2.0
51072026-09-11T19:25:31.369Z Compiling progenitor v0.14.0
51082026-09-11T19:25:31.369Z 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=467bc35dd023b8b4 -C extra-filename=-d253f4890b0044a6 --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-970a81154da54b10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
51092026-09-11T19:25:31.369Z 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=6f99030d588b1b41 -C extra-filename=-2a706f0f10dcda16 --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-970a81154da54b10.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f70a4dec6833a01c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-02badd734321fede.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`
51102026-09-11T19:25:31.440Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
51112026-09-11T19:25:31.470Z 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=63f7b0385702b723 -C extra-filename=-37a75e26bb93f746 --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-9f8f2645df36cc4c.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-d5a1adc36d1a2e36.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-cec375fe56ae7184.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-f210dd7a28ce24b2.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d52db6d24c8dbfc6.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-14ee0969c84fd393.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1fb0ea6f8a3da754.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
51122026-09-11T19:25:31.476Z Compiling progenitor v0.13.0
51132026-09-11T19:25:31.510Z 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=0769496150ed652a -C extra-filename=-648c3d2583127c16 --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-40f3502203cdf989.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b51e61dd915d5f1f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5ad9e293e813bf71.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`
51142026-09-11T19:25:31.567Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51152026-09-11T19:25:31.567Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51162026-09-11T19:25:31.572Z 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=67abc035b5571d77 -C extra-filename=-b2cabacce2747ab2 --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-4c283863a9cf1677.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
51172026-09-11T19:25:31.572Z 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=d92db7bed405104e -C extra-filename=-04e90413ff668331 --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-311eacce34781988.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29898ef50bdb6198.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`
51182026-09-11T19:25:31.630Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
51192026-09-11T19:25:31.676Z 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=a69d635ded063eb3 -C extra-filename=-b0606a425094db36 --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-67f378aebce14bec.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-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b447cc925abf806c.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`
51202026-09-11T19:25:31.684Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51212026-09-11T19:25:31.684Z 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=c7ff5a3f28c6b051 -C extra-filename=-4eacd590ea2a1149 --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-55d1f459ffcb4e97.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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`
51222026-09-11T19:25:31.712Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51232026-09-11T19:25:31.715Z 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=4cdd0e3c365d5907 -C extra-filename=-4c7ae385e89a39a2 --out-dir /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-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
51242026-09-11T19:25:31.805Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
51252026-09-11T19:25:31.809Z 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=427a8cef48ce1eec -C extra-filename=-764114304c35074e --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-2d7f37cce64c836f.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-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-648c3d2583127c16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b447cc925abf806c.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`
51262026-09-11T19:25:31.835Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51272026-09-11T19:25:31.839Z 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=8a13602c57ef79a4 -C extra-filename=-4d6001267efd8c5d --out-dir /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-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
51282026-09-11T19:25:32.292Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51292026-09-11T19:25:32.292Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51302026-09-11T19:25:32.299Z Compiling dropshot-api-manager v0.8.0
51312026-09-11T19:25:32.299Z 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=5bad5450eae4ffbc -C extra-filename=-8cac9f35818bc5e0 --out-dir /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-4f460236f1fd8f53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
51322026-09-11T19:25:32.299Z 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=f91bf8f201bec538 -C extra-filename=-d4c23b52fbd8abae --out-dir /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-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5d0551c589eb6b11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-29898ef50bdb6198.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`
51332026-09-11T19:25:32.299Z 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=679111ace356be49 -C extra-filename=-73656225d76b8974 --out-dir /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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-6beddb4225ed9984.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-730d11fe6574c1ba.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-bef19736553430f5.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-b7d245b0064f8782.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-36ffbe0b5fefef1b.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`
51342026-09-11T19:25:32.326Z 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=0c1a4a159851fef9 -C extra-filename=-df02982e5d997778 --out-dir /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-4f460236f1fd8f53.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-a860071c032350b4.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-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.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`
51352026-09-11T19:25:32.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
51362026-09-11T19:25:32.439Z 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=700e96726ea1100f -C extra-filename=-1e7a734a638c82fe --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-1e7a734a638c82fe -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-63f81254ca42a035.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.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-787924a301230b23.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.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-cec375fe56ae7184.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 dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.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-1ddb02a3288ea216.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-730d11fe6574c1ba.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-82626a232e683a4d.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_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-db2c9870c4b2b56b.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-10edf0d828782d1e.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-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-aea237dd1abc5aa3.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.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-6d6c58d99ec6aa2e.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-c6a4a62171fb5249.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-2a1262ab6b9fbdde.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-b7d245b0064f8782.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-6324502ac22b92e6.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-ce237fbd739d64ab.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha=/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-48c1f50a5b70e371.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-42d369e13ef719c7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.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-36ffbe0b5fefef1b.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.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-1453aaee161363d5.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-76422ea7f47856ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51372026-09-11T19:25:32.759Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-1e7a734a638c82fe/build-script-build`
51382026-09-11T19:25:32.818Z 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=e10a3f90131d322a -C extra-filename=-41e36d854dd22af6 --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-63f81254ca42a035.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.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-787924a301230b23.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.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-cec375fe56ae7184.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 dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.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-1ddb02a3288ea216.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-730d11fe6574c1ba.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-82626a232e683a4d.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_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-db2c9870c4b2b56b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.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-2c06026f00ddcab8.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-aea237dd1abc5aa3.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.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-6d6c58d99ec6aa2e.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-c6a4a62171fb5249.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-2a1262ab6b9fbdde.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-b7d245b0064f8782.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-6324502ac22b92e6.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-ce237fbd739d64ab.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.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 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-48c1f50a5b70e371.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-42d369e13ef719c7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.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-36ffbe0b5fefef1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.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-1453aaee161363d5.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rmeta --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-76422ea7f47856ed.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51392026-09-11T19:25:32.818Z 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=5d42adc2be92aa1c -C extra-filename=-51378438df9dd658 --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-63f81254ca42a035.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.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-787924a301230b23.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.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-cec375fe56ae7184.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 dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.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-1ddb02a3288ea216.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-730d11fe6574c1ba.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-82626a232e683a4d.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_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-db2c9870c4b2b56b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.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-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-aea237dd1abc5aa3.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.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-6d6c58d99ec6aa2e.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-c6a4a62171fb5249.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-2a1262ab6b9fbdde.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-b7d245b0064f8782.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-6324502ac22b92e6.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-ce237fbd739d64ab.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha=/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-48c1f50a5b70e371.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-42d369e13ef719c7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.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-36ffbe0b5fefef1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.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-1453aaee161363d5.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-76422ea7f47856ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51402026-09-11T19:25:32.944Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
51412026-09-11T19:25:32.944Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
51422026-09-11T19:25:32.948Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
51432026-09-11T19:25:32.948Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51442026-09-11T19:25:32.948Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
51452026-09-11T19:25:32.948Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
51462026-09-11T19:25:32.948Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
51472026-09-11T19:25:32.948Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
51482026-09-11T19:25:32.948Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
51492026-09-11T19:25:32.948Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
51502026-09-11T19:25:32.948Z 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=d8e7480bef403e6c -C extra-filename=-6eb026821a97bca7 --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-9f8f2645df36cc4c.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-41e36d854dd22af6.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-14ee0969c84fd393.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51512026-09-11T19:25:32.948Z 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=48490e0ae593a999 -C extra-filename=-47129d58ef71643b --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-41e36d854dd22af6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51522026-09-11T19:25:32.948Z 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=74588b41895effff -C extra-filename=-5a8afe9529079364 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51532026-09-11T19:25:32.948Z 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=f0cc1f913e7268a9 -C extra-filename=-c8667e15847e80cd --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-cec375fe56ae7184.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51542026-09-11T19:25:32.948Z 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=d86ba1a3a4ebc26e -C extra-filename=-4e98af32826b1374 --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-41e36d854dd22af6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51552026-09-11T19:25:32.949Z 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=198fbc3f52c56120 -C extra-filename=-59c49aeb81dd15ba --out-dir /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-212ada304539612d.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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51562026-09-11T19:25:32.977Z 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=fb820b9d7ac44b60 -C extra-filename=-3ae1a709400ec003 --out-dir /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-0b6bbcca0acc4404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51572026-09-11T19:25:32.981Z 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=07e9ae0125e996d5 -C extra-filename=-338382de7381296f --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51582026-09-11T19:25:33.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
51592026-09-11T19:25:33.052Z 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=3b5fe2e6c2dd3198 -C extra-filename=-b18d50abd9522dd5 --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-4f460236f1fd8f53.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51602026-09-11T19:25:33.052Z 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=7e08be66fb08e586 -C extra-filename=-04b8bffe5eabc20b --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-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51612026-09-11T19:25:33.081Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
51622026-09-11T19:25:33.085Z 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=e1d24c49e558c646 -C extra-filename=-d58a65c94ee9929e --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-41e36d854dd22af6.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51632026-09-11T19:25:33.085Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
51642026-09-11T19:25:33.194Z 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=0a50ea7301965988 -C extra-filename=-89d02f7368638d87 --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-41e36d854dd22af6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51652026-09-11T19:25:33.231Z 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=1c323327b7c72ae2 -C extra-filename=-832a07aaa9948382 --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-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51662026-09-11T19:25:33.343Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
51672026-09-11T19:25:33.449Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
51682026-09-11T19:25:33.493Z 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=a4506e302fa82994 -C extra-filename=-d28f188c47923cb6 --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51692026-09-11T19:25:33.498Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51702026-09-11T19:25:33.502Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
51712026-09-11T19:25:33.502Z 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=4c99dec70bc4d0bf -C extra-filename=-c7ef5aba9f0bf232 --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51722026-09-11T19:25:33.502Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
51732026-09-11T19:25:33.502Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51742026-09-11T19:25:33.502Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
51752026-09-11T19:25:33.502Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51762026-09-11T19:25:33.502Z 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=01e85d61e04addaa -C extra-filename=-e1d306816b8122da --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-c6a4a62171fb5249.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51772026-09-11T19:25:33.502Z 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=8df6a73daafb4210 -C extra-filename=-f033ced05f94eb30 --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-41e36d854dd22af6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51782026-09-11T19:25:33.502Z 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=e38f294af4b85041 -C extra-filename=-5618aaff4303497a --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51792026-09-11T19:25:33.585Z 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=cf828bf3fd849d67 -C extra-filename=-86f42e5ce1d508d0 --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-4f460236f1fd8f53.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-2c06026f00ddcab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51802026-09-11T19:25:33.594Z 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=8fde923870f07d91 -C extra-filename=-02a6d2fa66c9f520 --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-4506cdb5ecbeb1b9.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-3ae1a709400ec003.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51812026-09-11T19:25:33.763Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51822026-09-11T19:25:33.807Z 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=a77d4387f6e5f09b -C extra-filename=-b9d6df89c0e6fdb6 --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-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51832026-09-11T19:25:33.827Z 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=40c92af4d9043c54 -C extra-filename=-76eddd687117ef35 --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-4f460236f1fd8f53.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-3ae1a709400ec003.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51842026-09-11T19:25:33.827Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
51852026-09-11T19:25:33.827Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
51862026-09-11T19:25:33.827Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
51872026-09-11T19:25:33.827Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
51882026-09-11T19:25:33.828Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51892026-09-11T19:25:33.828Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
51902026-09-11T19:25:33.828Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
51912026-09-11T19:25:33.828Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
51922026-09-11T19:25:33.828Z 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=6cf772494f088097 -C extra-filename=-6af61f4d2f8e8c6c --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51932026-09-11T19:25:33.846Z 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=dfbe5f3d00006221 -C extra-filename=-5eaa534fdca26038 --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-f7b6f999387b6320.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51942026-09-11T19:25:33.860Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
51952026-09-11T19:25:33.882Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
51962026-09-11T19:25:33.893Z 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=fb486ea5f380f61f -C extra-filename=-c234118be59d8e60 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51972026-09-11T19:25:33.893Z 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=3169f3b6819c4494 -C extra-filename=-0927aef2fd4e4b49 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0927aef2fd4e4b49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51982026-09-11T19:25:33.893Z 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=6d3e168b31fb204b -C extra-filename=-9b400841929413f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-9b400841929413f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51992026-09-11T19:25:33.893Z 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=d294908743e499df -C extra-filename=-f35808dccae79d59 --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-338382de7381296f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52002026-09-11T19:25:33.893Z 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=7d9d6cb01a8606e4 -C extra-filename=-6727de2b2aff1bb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-6727de2b2aff1bb0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52012026-09-11T19:25:33.893Z 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=e0a9bfd7859bef7d -C extra-filename=-cffc4431cb87c980 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-cffc4431cb87c980 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52022026-09-11T19:25:33.893Z 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=89bd09fedb2ac16a -C extra-filename=-99d4b6478584aec3 --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-6eb026821a97bca7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-8703345717947861.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-c8667e15847e80cd.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-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52032026-09-11T19:25:33.893Z 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=abe66e648f094a68 -C extra-filename=-cdaf707e6d8ed6c4 --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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52042026-09-11T19:25:33.919Z 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=48b1734fb4b35c55 -C extra-filename=-9ad1afaffec98682 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-9ad1afaffec98682 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52052026-09-11T19:25:34.067Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
52062026-09-11T19:25:34.143Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
52072026-09-11T19:25:34.146Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
52082026-09-11T19:25:34.147Z 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=dcc6d5cfe83cfc2b -C extra-filename=-b35fdaf93b5098a6 --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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52092026-09-11T19:25:34.220Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
52102026-09-11T19:25:34.255Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
52112026-09-11T19:25:34.258Z 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=1d4dd8b5b130ec58 -C extra-filename=-9b3f44b2acb4b9b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-9b3f44b2acb4b9b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52122026-09-11T19:25:34.293Z 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=f8c12b8ecc1dfce3 -C extra-filename=-11f83c956a9293bc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-11f83c956a9293bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52132026-09-11T19:25:34.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52142026-09-11T19:25:34.297Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_common --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/c2a70e3/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=516ac1dd0024c176 -C extra-filename=-d0e9cacbe864f625 --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 bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9df4961e056f0b4d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.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_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-1d1537293003ed0e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4a6a41a7549f86c1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern rlimit=/work/oxidecomputer/omicron/target/debug/deps/librlimit-c56a2058a8fd2ea8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-1db11176a1c0822f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-db47d674fe8c2f5f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ba42b2b287bdfd8.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 native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52152026-09-11T19:25:34.326Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52162026-09-11T19:25:34.333Z 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=200f97e380b060a4 -C extra-filename=-b318e39813060238 --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52172026-09-11T19:25:34.333Z 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=4c50987d894f4848 -C extra-filename=-65b6f1182e2ba9ea --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-65b6f1182e2ba9ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52182026-09-11T19:25:34.368Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52192026-09-11T19:25:34.409Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
52202026-09-11T19:25:34.414Z 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=e7e3eb2a1ae3dd54 -C extra-filename=-1dae1bcc28031717 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-1dae1bcc28031717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52212026-09-11T19:25:34.414Z 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=af2591eda3841e27 -C extra-filename=-3340b242b04d0d8f --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-4f460236f1fd8f53.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-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52222026-09-11T19:25:34.447Z 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=a3b09d0f5f8efac9 -C extra-filename=-6385298df3e38526 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-6385298df3e38526 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52232026-09-11T19:25:34.486Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52242026-09-11T19:25:34.491Z 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=8483389098f11c91 -C extra-filename=-03a910e064e5cdf1 --out-dir /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-d28f188c47923cb6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.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-41e36d854dd22af6.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52252026-09-11T19:25:34.528Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
52262026-09-11T19:25:34.532Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-6727de2b2aff1bb0/build-script-build`
52272026-09-11T19:25:34.532Z 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=ead5f525d105c850 -C extra-filename=-e1373a2d2814b036 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-e1373a2d2814b036 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52282026-09-11T19:25:34.532Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-9ad1afaffec98682/build-script-build`
52292026-09-11T19:25:34.532Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-9b400841929413f1/build-script-build`
52302026-09-11T19:25:34.569Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
52312026-09-11T19:25:34.574Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-cffc4431cb87c980/build-script-build`
52322026-09-11T19:25:34.574Z 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=0a0bc4205a2ec9b8 -C extra-filename=-836e55f344de2e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-836e55f344de2e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52332026-09-11T19:25:34.611Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
52342026-09-11T19:25:34.648Z 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=6e34709bc78785c8 -C extra-filename=-7694aefd29b9fdb8 --out-dir /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-6af61f4d2f8e8c6c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.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-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-970a81154da54b10.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-14ee0969c84fd393.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52352026-09-11T19:25:34.685Z 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=658d78f712d5a1e0 -C extra-filename=-5c4c5faf3ec44301 --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-41e36d854dd22af6.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5eaa534fdca26038.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52362026-09-11T19:25:34.757Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52372026-09-11T19:25:34.761Z Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
52382026-09-11T19:25:34.795Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-9b3f44b2acb4b9b5/build-script-build`
52392026-09-11T19:25:34.798Z 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=d6c6a953f0102516 -C extra-filename=-eb39c04525d41365 --out-dir /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-6af61f4d2f8e8c6c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.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-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d5ae33404ad12c71.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-970a81154da54b10.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.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-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-14ee0969c84fd393.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52402026-09-11T19:25:34.835Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
52412026-09-11T19:25:34.838Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52422026-09-11T19:25:34.838Z 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=4d5706e49dd46483 -C extra-filename=-958671d0482c50c2 --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-338382de7381296f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52432026-09-11T19:25:34.838Z 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=4d83039327f48d32 -C extra-filename=-f81520264a8c069f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-slippy-f81520264a8c069f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52442026-09-11T19:25:34.873Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0927aef2fd4e4b49/build-script-build`
52452026-09-11T19:25:34.913Z 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=f2acabaad0a71476 -C extra-filename=-c02a82a20575a931 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-c02a82a20575a931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52462026-09-11T19:25:34.917Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-11f83c956a9293bc/build-script-build`
52472026-09-11T19:25:34.917Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-6385298df3e38526/build-script-build`
52482026-09-11T19:25:34.943Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-65b6f1182e2ba9ea/build-script-build`
52492026-09-11T19:25:34.947Z 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=0f54ec065e0d1964 -C extra-filename=-fb37a8dd0dc0b526 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-fb37a8dd0dc0b526 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52502026-09-11T19:25:35.018Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
52512026-09-11T19:25:35.056Z 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=68718ff5bd372f18 -C extra-filename=-e8bea1efb6834ea1 --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-04b8bffe5eabc20b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52522026-09-11T19:25:35.059Z 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=839e750cdfef59c6 -C extra-filename=-515e7bfa98126ac0 --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-8c8f948d36433cfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/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`
52532026-09-11T19:25:35.059Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52542026-09-11T19:25:35.130Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52552026-09-11T19:25:35.134Z 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=7263fa290f73e098 -C extra-filename=-0d4fc10857dd1f95 --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-4f460236f1fd8f53.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-b18d50abd9522dd5.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52562026-09-11T19:25:35.134Z 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=e7bb367662ab75d8 -C extra-filename=-11455deb37d01148 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-11455deb37d01148 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52572026-09-11T19:25:35.168Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52582026-09-11T19:25:35.172Z 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=8bcbeedb36a8832a -C extra-filename=-4b0bfd38d2ebe3a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-4b0bfd38d2ebe3a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52592026-09-11T19:25:35.207Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52602026-09-11T19:25:35.211Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52612026-09-11T19:25:35.246Z 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=7e2fed2c0a74393a -C extra-filename=-4f2338d13bccb0f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-4f2338d13bccb0f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52622026-09-11T19:25:35.321Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52632026-09-11T19:25:35.325Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52642026-09-11T19:25:35.325Z 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=54ad46202378d524 -C extra-filename=-d8e2b1f7167eff77 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d8e2b1f7167eff77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52652026-09-11T19:25:35.397Z 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=be4ae243ede1dd0d -C extra-filename=-4aca7fa5b5d67606 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-4aca7fa5b5d67606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52662026-09-11T19:25:35.401Z 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=a484511af1b33a1b -C extra-filename=-9d0f19422179ca24 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-9d0f19422179ca24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52672026-09-11T19:25:35.401Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-1dae1bcc28031717/build-script-build`
52682026-09-11T19:25:35.401Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52692026-09-11T19:25:35.401Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-e1373a2d2814b036/build-script-build`
52702026-09-11T19:25:35.401Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-836e55f344de2e56/build-script-build`
52712026-09-11T19:25:35.428Z 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=cddf4cc9e5717be4 -C extra-filename=-5df39e380cde5485 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5df39e380cde5485 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52722026-09-11T19:25:35.465Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52732026-09-11T19:25:35.531Z 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=20f049067ba2058b -C extra-filename=-6aadd871fda5ba14 --out-dir /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-212ada304539612d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52742026-09-11T19:25:35.544Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
52752026-09-11T19:25:35.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_api --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/c2a70e3/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=34e054833b02f47e -C extra-filename=-f6ed61cf4265f2c7 --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-4f460236f1fd8f53.rmeta --extern http_range_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-1d1537293003ed0e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.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 -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52762026-09-11T19:25:35.586Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-c02a82a20575a931/build-script-build`
52772026-09-11T19:25:35.647Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52782026-09-11T19:25:35.652Z 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=3a4e55cf8add58bb -C extra-filename=-f769d8ffcb0c83e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f769d8ffcb0c83e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52792026-09-11T19:25:35.721Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52802026-09-11T19:25:35.721Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-4f2338d13bccb0f8/build-script-build`
52812026-09-11T19:25:35.762Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52822026-09-11T19:25:35.767Z 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=48bda561b60780b2 -C extra-filename=-e2433ba2b3c2d10f --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-41e36d854dd22af6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-d95b50b5c6c84a13.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52832026-09-11T19:25:35.767Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-4b0bfd38d2ebe3a2/build-script-build`
52842026-09-11T19:25:35.767Z 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=b11ac490c4f5ca8b -C extra-filename=-c265947db8e19def --out-dir /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-528e0ca2a9703278.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.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-f7b31a4691f6199e.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52852026-09-11T19:25:35.767Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-11455deb37d01148/build-script-build`
52862026-09-11T19:25:35.797Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
52872026-09-11T19:25:35.874Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
52882026-09-11T19:25:35.877Z 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=6dbe48dc2bef5044 -C extra-filename=-6a0dd5d661f78bb4 --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-cec375fe56ae7184.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52892026-09-11T19:25:35.912Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d8e2b1f7167eff77/build-script-build`
52902026-09-11T19:25:35.916Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52912026-09-11T19:25:35.916Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
52922026-09-11T19:25:35.984Z 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=898bf9069911ab5a -C extra-filename=-c7cc5a93ab662de5 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52932026-09-11T19:25:36.021Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
52942026-09-11T19:25:36.027Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52952026-09-11T19:25:36.057Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52962026-09-11T19:25:36.065Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-slippy-f81520264a8c069f/build-script-build`
52972026-09-11T19:25:36.065Z 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=07ac14bc337f1549 -C extra-filename=-bc0d61fd59a10e31 --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-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52982026-09-11T19:25:36.065Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5df39e380cde5485/build-script-build`
52992026-09-11T19:25:36.065Z 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=7f900a71f2934c9c -C extra-filename=-74b130ce72ffaab5 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53002026-09-11T19:25:36.065Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-fb37a8dd0dc0b526/build-script-build`
53012026-09-11T19:25:36.092Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
53022026-09-11T19:25:36.095Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
53032026-09-11T19:25:36.129Z 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=a18a2fbcfdb46e25 -C extra-filename=-f7c59908cf41912d --out-dir /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-4f460236f1fd8f53.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-2c06026f00ddcab8.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-c7ef5aba9f0bf232.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53042026-09-11T19:25:36.133Z 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=66a7acb179706560 -C extra-filename=-5db68afd7f935a4b --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-5db68afd7f935a4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53052026-09-11T19:25:36.133Z 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=1922ba8416341909 -C extra-filename=-4959597c477b05aa --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-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53062026-09-11T19:25:36.133Z 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=bd574964fa72bc1e -C extra-filename=-9674cf5c2cab870a --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-9674cf5c2cab870a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53072026-09-11T19:25:36.133Z 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=6a91b06251a703cf -C extra-filename=-e4b228edd0fe8266 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-e4b228edd0fe8266 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53082026-09-11T19:25:36.159Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
53092026-09-11T19:25:36.164Z 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=5b145936bad9f54e -C extra-filename=-b5a827edb6fc64ab --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-b5a827edb6fc64ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53102026-09-11T19:25:36.164Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
53112026-09-11T19:25:36.201Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
53122026-09-11T19:25:36.205Z 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=5f4722233bab9459 -C extra-filename=-3ea042c970886a74 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3ea042c970886a74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53132026-09-11T19:25:36.205Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f769d8ffcb0c83e4/build-script-build`
53142026-09-11T19:25:36.238Z 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=a2430b4a787dd3a1 -C extra-filename=-d934b346a39cadfe --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-d934b346a39cadfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53152026-09-11T19:25:36.241Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
53162026-09-11T19:25:36.277Z 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=b4bc0012f7ada498 -C extra-filename=-883429196f811345 --out-dir /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-212ada304539612d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-48c1f50a5b70e371.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-14ee0969c84fd393.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`
53172026-09-11T19:25:36.281Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
53182026-09-11T19:25:36.308Z 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=4d47851a519beb7a -C extra-filename=-7974e6959fc530d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-7974e6959fc530d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53192026-09-11T19:25:36.344Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
53202026-09-11T19:25:36.354Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-9d0f19422179ca24/build-script-build`
53212026-09-11T19:25:36.354Z 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=004bdd21eda392d8 -C extra-filename=-7e14a47f24422373 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-7e14a47f24422373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53222026-09-11T19:25:36.439Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-4aca7fa5b5d67606/build-script-build`
53232026-09-11T19:25:36.506Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
53242026-09-11T19:25:36.510Z 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=b3104b76256605c4 -C extra-filename=-223f09845266db61 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-223f09845266db61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53252026-09-11T19:25:36.573Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
53262026-09-11T19:25:36.577Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
53272026-09-11T19:25:36.604Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
53282026-09-11T19:25:36.608Z 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=5512a37e7e9beaf9 -C extra-filename=-934c309e04974e38 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53292026-09-11T19:25:36.608Z 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=e41c219d1db851e5 -C extra-filename=-1bc6df7b73e52a82 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-1bc6df7b73e52a82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d58a65c94ee9929e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53302026-09-11T19:25:36.608Z 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=312ceae484ad1867 -C extra-filename=-5d933d7af43359ae --out-dir /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-730d11fe6574c1ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53312026-09-11T19:25:36.640Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
53322026-09-11T19:25:36.643Z 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=84ce59d602bdfa3e -C extra-filename=-1a41ec0eb5d2f7a9 --out-dir /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-d5a1adc36d1a2e36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53332026-09-11T19:25:36.715Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
53342026-09-11T19:25:36.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_server --edition=2024 /home/build/.cargo/git/checkouts/sush-f7bc718d6ae81b0c/c2a70e3/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 --cfg 'feature="embedded"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("embedded", "test-support"))' -C metadata=bde0322c291955cf -C extra-filename=-ad020fba302200d3 --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-9f8f2645df36cc4c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9df4961e056f0b4d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.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_header=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range_header-1d1537293003ed0e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-0d33345df6d9076c.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4a6a41a7549f86c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pwd=/work/oxidecomputer/omicron/target/debug/deps/libpwd-83c5cd93ebe717a2.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern rumors=/work/oxidecomputer/omicron/target/debug/deps/librumors-0b426aa47a525223.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-db47d674fe8c2f5f.rmeta --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7b6f4163c4f1a892.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ba42b2b287bdfd8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53352026-09-11T19:25:36.750Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
53362026-09-11T19:25:36.750Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3ea042c970886a74/build-script-build`
53372026-09-11T19:25:36.750Z 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=dd12e100a3f34851 -C extra-filename=-3d0a1dabeed8950e --out-dir /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-212ada304539612d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-74b130ce72ffaab5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53382026-09-11T19:25:36.920Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
53392026-09-11T19:25:36.954Z 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=284e1a4f3a4ff344 -C extra-filename=-433036f768778b60 --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-4f460236f1fd8f53.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-bc0d61fd59a10e31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53402026-09-11T19:25:36.957Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-b5a827edb6fc64ab/build-script-build`
53412026-09-11T19:25:36.957Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53422026-09-11T19:25:36.994Z 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=3eb88f1a861d2f04 -C extra-filename=-f378136a82363e75 --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-bc0d61fd59a10e31.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53432026-09-11T19:25:37.029Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-7974e6959fc530d7/build-script-build`
53442026-09-11T19:25:37.102Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-223f09845266db61/build-script-build`
53452026-09-11T19:25:37.182Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-e4b228edd0fe8266/build-script-build`
53462026-09-11T19:25:37.268Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-9674cf5c2cab870a/build-script-build`
53472026-09-11T19:25:37.372Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-7e14a47f24422373/build-script-build`
53482026-09-11T19:25:37.375Z 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=0beed137454d3759 -C extra-filename=-b6570998aed43529 --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-bc0d61fd59a10e31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53492026-09-11T19:25:37.408Z 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=3cff77c43c7a49b3 -C extra-filename=-a39a1db9a92ea3ad --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-4f460236f1fd8f53.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-bc0d61fd59a10e31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53502026-09-11T19:25:37.413Z 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=c77a6c7ac9dcfc9c -C extra-filename=-8c7acc0cd764ea54 --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-cec375fe56ae7184.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53512026-09-11T19:25:37.448Z 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=5f3e7edf9987a1dd -C extra-filename=-597df22fda353f76 --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-4f460236f1fd8f53.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-b18d50abd9522dd5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53522026-09-11T19:25:37.541Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-5db68afd7f935a4b/build-script-build`
53532026-09-11T19:25:37.552Z 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=ac6ea572695923d6 -C extra-filename=-6ed5b7f2cfce62e7 --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-04b8bffe5eabc20b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53542026-09-11T19:25:37.552Z 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=867fc3ad12ca5d0f -C extra-filename=-04dd721c2de6264f --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-f7b6f999387b6320.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53552026-09-11T19:25:37.595Z 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=6a5cabb2cfb9ae03 -C extra-filename=-becd0eb762493bd5 --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-41e36d854dd22af6.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5eaa534fdca26038.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53562026-09-11T19:25:37.633Z 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=d7bbabdd4bd79dfd -C extra-filename=-fde1218dc265027c --out-dir /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-d28f188c47923cb6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.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-41e36d854dd22af6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53572026-09-11T19:25:37.700Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
53582026-09-11T19:25:37.704Z 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=5b8fde93166b4b24 -C extra-filename=-dba4dfa3006e7f3b --out-dir /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-d5a1adc36d1a2e36.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-212ada304539612d.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-730d11fe6574c1ba.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-5d933d7af43359ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d52db6d24c8dbfc6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0757fc3e2d7813b4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0f1a66580fa34c5a.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53592026-09-11T19:25:37.705Z 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=ae39501e907cf076 -C extra-filename=-7489b5bf099179ee --out-dir /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-6af61f4d2f8e8c6c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53602026-09-11T19:25:37.840Z 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=ade6f0adeb364a62 -C extra-filename=-cfc9600bb21ede4f --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-338382de7381296f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53612026-09-11T19:25:37.844Z 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=e093fe09d218e86f -C extra-filename=-c36471275fd02bb9 --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-338382de7381296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53622026-09-11T19:25:37.879Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-1bc6df7b73e52a82/build-script-build`
53632026-09-11T19:25:37.961Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53642026-09-11T19:25:38.001Z 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=21557004313a5189 -C extra-filename=-265873ff61265650 --out-dir /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-99d4b6478584aec3.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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-cec375fe56ae7184.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-c8667e15847e80cd.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-5eaa534fdca26038.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53652026-09-11T19:25:38.008Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
53662026-09-11T19:25:38.030Z 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=286c515430e8a695 -C extra-filename=-9b7907bf1d0f90f7 --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-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53672026-09-11T19:25:38.107Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
53682026-09-11T19:25:38.111Z 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=d762b8c7e0f4ca6a -C extra-filename=-1975e850136ce7e1 --out-dir /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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53692026-09-11T19:25:38.148Z 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=4d2d565bc561e2fe -C extra-filename=-8e796666f2b78a9d --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-eb39c04525d41365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53702026-09-11T19:25:38.187Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
53712026-09-11T19:25:38.191Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
53722026-09-11T19:25:38.224Z 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=034e3b4947fc866c -C extra-filename=-e6ac18b28b37982c --out-dir /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-3ae1a709400ec003.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53732026-09-11T19:25:38.227Z 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=12b5b14e3a1f56e1 -C extra-filename=-3f31171069be93f7 --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-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53742026-09-11T19:25:38.263Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
53752026-09-11T19:25:38.268Z 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=cc1a395122acc77e -C extra-filename=-f43cbd6d7d5b939d --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-aea237dd1abc5aa3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53762026-09-11T19:25:38.297Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
53772026-09-11T19:25:38.301Z 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=2815eb026424f36e -C extra-filename=-48645a3702fbf946 --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-4eacd590ea2a1149.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-c8667e15847e80cd.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53782026-09-11T19:25:38.744Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
53792026-09-11T19:25:38.748Z 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=a6105eebb7616f13 -C extra-filename=-ca007ecfa1d45361 --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-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53802026-09-11T19:25:38.798Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-d934b346a39cadfe/build-script-build`
53812026-09-11T19:25:38.850Z 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=5ccc43d4feffab95 -C extra-filename=-13d96413e51be91b --out-dir /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-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-433036f768778b60.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f378136a82363e75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
53822026-09-11T19:25:38.889Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
53832026-09-11T19:25:38.893Z 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=09e028cdd2af65e6 -C extra-filename=-eb91fef4c6bd1c76 --out-dir /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-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53842026-09-11T19:25:38.944Z 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=deb9dbb4c40c4906 -C extra-filename=-ab5957b8a343d076 --out-dir /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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-c7ef5aba9f0bf232.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53852026-09-11T19:25:39.028Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
53862026-09-11T19:25:39.032Z 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=be9a3d66359f057c -C extra-filename=-4dab9a7a87864929 --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-10edf0d828782d1e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53872026-09-11T19:25:39.067Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53882026-09-11T19:25:39.068Z 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=430ff0f64c117f77 -C extra-filename=-1833ac0a49023d05 --out-dir /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-212ada304539612d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-0bf4643a83114837.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53892026-09-11T19:25:39.073Z 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=2221bfa91309e09b -C extra-filename=-6814f89863ead773 --out-dir /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-764114304c35074e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
53902026-09-11T19:25:39.154Z 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=f11c6e05ef4837da -C extra-filename=-425d6f55dff8ddce --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53912026-09-11T19:25:39.233Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
53922026-09-11T19:25:39.236Z 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`
53932026-09-11T19:25:39.270Z 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=bdb5e24fd6f6bb39 -C extra-filename=-1000acc458bee956 --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-d5a1adc36d1a2e36.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-6eb026821a97bca7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53942026-09-11T19:25:39.555Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53952026-09-11T19:25:39.558Z 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=9afa4db59313fc36 -C extra-filename=-15e6f9a03eb832c7 --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-6814f89863ead773.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-b324aeafdf511cc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-648c3d2583127c16.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
53962026-09-11T19:25:39.620Z 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=fc113d7613fd3f50 -C extra-filename=-4df7d4a138ea0a80 --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-4506cdb5ecbeb1b9.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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53972026-09-11T19:25:39.670Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
53982026-09-11T19:25:39.705Z 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=9abbedcd503438f5 -C extra-filename=-ca810ce3ba9bebb6 --out-dir /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-212ada304539612d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53992026-09-11T19:25:39.708Z 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=4e07560ba24200a5 -C extra-filename=-5de3a1ad782f1103 --out-dir /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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-1a41ec0eb5d2f7a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54002026-09-11T19:25:39.842Z 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=12f6916c8328d93f -C extra-filename=-f965eb64e3064fa1 --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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54012026-09-11T19:25:39.916Z 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=b0ed4da6c8f169ac -C extra-filename=-ccbc3a26d4ed9dd6 --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-aea237dd1abc5aa3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54022026-09-11T19:25:39.937Z 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=b0f4e535f7e630b9 -C extra-filename=-171f957d32f38312 --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-4eacd590ea2a1149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-c8667e15847e80cd.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54032026-09-11T19:25:40.035Z 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=11070aff42205bcc -C extra-filename=-157cfdcd0c7d4347 --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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-171fcd5148727c91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54042026-09-11T19:25:40.273Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
54052026-09-11T19:25:40.277Z 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=7de0b752bdcd6f77 -C extra-filename=-5de89c2c32946dba --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-41e36d854dd22af6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54062026-09-11T19:25:40.415Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
54072026-09-11T19:25:40.419Z 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=765fbba6212fede0 -C extra-filename=-eb8aef6dba4a8c65 --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-1975e850136ce7e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54082026-09-11T19:25:40.597Z 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=ee3cc87de6da7006 -C extra-filename=-cbc676e26d99192e --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-41e36d854dd22af6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-8e796666f2b78a9d.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54092026-09-11T19:25:40.619Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
54102026-09-11T19:25:40.619Z 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=0661b7ceed826f93 -C extra-filename=-1e94a609605d3193 --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-4f460236f1fd8f53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54112026-09-11T19:25:40.683Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
54122026-09-11T19:25:40.686Z 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=5ce629bd4ffa83f4 -C extra-filename=-229b1d57b6fdcf9b --out-dir /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-212ada304539612d.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-41e36d854dd22af6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-a860071c032350b4.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-8cc9eec1e74c1b89.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54132026-09-11T19:25:40.748Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
54142026-09-11T19:25:40.751Z 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=77fd7bba30ec4d11 -C extra-filename=-7b46e6275c9159fe --out-dir /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-41e36d854dd22af6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54152026-09-11T19:25:40.798Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
54162026-09-11T19:25:40.801Z 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=546473a97b0ea7d5 -C extra-filename=-54e1d2ef295a114e --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-eb8aef6dba4a8c65.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54172026-09-11T19:25:40.835Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
54182026-09-11T19:25:40.838Z 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=4f81a06eb0991d6e -C extra-filename=-b27e07e35d3c19dc --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-eb8aef6dba4a8c65.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54192026-09-11T19:25:41.088Z 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=1bcbe9b9ce2a6c10 -C extra-filename=-538d62d7b78a74ee --out-dir /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-212ada304539612d.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-41e36d854dd22af6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cbc676e26d99192e.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-a860071c032350b4.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-8cc9eec1e74c1b89.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54202026-09-11T19:25:41.179Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
54212026-09-11T19:25:41.183Z 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=750f57ebf284c696 -C extra-filename=-490252174973582d --out-dir /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-d5a1adc36d1a2e36.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54222026-09-11T19:25:41.238Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
54232026-09-11T19:25:41.242Z 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=223bf018df1edb62 -C extra-filename=-5534e9efafae5222 --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-4f460236f1fd8f53.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-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54242026-09-11T19:25:41.379Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
54252026-09-11T19:25:41.383Z 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=6d92fc426609ab9e -C extra-filename=-3a6882a083d5ec4f --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-eb8aef6dba4a8c65.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54262026-09-11T19:25:41.448Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
54272026-09-11T19:25:41.452Z 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=38544ea3f9918d4c -C extra-filename=-3c5f66f1b6b0cfc8 --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-1975e850136ce7e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54282026-09-11T19:25:41.636Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
54292026-09-11T19:25:41.671Z 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=78e26078444e59bc -C extra-filename=-492a594994280b2c --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-eb8aef6dba4a8c65.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54302026-09-11T19:25:41.675Z Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
54312026-09-11T19:25:41.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/src/lib.rs --error-format=json --json=diagnostic-rendered-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=fedf6f8dd9a47aeb -C extra-filename=-940a63f2e6fb596f --out-dir /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-212ada304539612d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rmeta --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54322026-09-11T19:25:41.717Z 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=a513a4ae79785d44 -C extra-filename=-f0eaedd1f3b6b6d9 --out-dir /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-212ada304539612d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-74b130ce72ffaab5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3d0a1dabeed8950e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54332026-09-11T19:25:41.717Z 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=1cd1eaac8fed7f83 -C extra-filename=-187626f897babf12 --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-4f460236f1fd8f53.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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54342026-09-11T19:25:41.877Z 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=9bc5677120030ab6 -C extra-filename=-3876ebc2dff42fe2 --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-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54352026-09-11T19:25:41.882Z 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=682ba1318786660c -C extra-filename=-1e25cbc62b669666 --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-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54362026-09-11T19:25:41.882Z 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=5165507703696f9c -C extra-filename=-4b87e24ae5f074cf --out-dir /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-41e36d854dd22af6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54372026-09-11T19:25:41.947Z 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=c7b49c7d9e412ea1 -C extra-filename=-f510273afbd52b37 --out-dir /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-212ada304539612d.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-41e36d854dd22af6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-a860071c032350b4.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-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54382026-09-11T19:25:41.981Z 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=023ca7651acf81d2 -C extra-filename=-714b8c78c6c5a0bb --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-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54392026-09-11T19:25:42.167Z 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=08de54cfe3e1c1e9 -C extra-filename=-fb8c870a4033198f --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-eb8aef6dba4a8c65.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54402026-09-11T19:25:42.242Z 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=05db4179f76bb17e -C extra-filename=-bf20116f047446ef --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-eb8aef6dba4a8c65.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54412026-09-11T19:25:42.320Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
54422026-09-11T19:25:42.324Z 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=6d5fec245c64d863 -C extra-filename=-fa8a7ce6dcdb7673 --out-dir /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-212ada304539612d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54432026-09-11T19:25:42.429Z 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=b1e8960da263a748 -C extra-filename=-95b46c107684b917 --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-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54442026-09-11T19:25:42.483Z 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=b3a39d55d58b1c8f -C extra-filename=-9adc8eb5de1452cf --out-dir /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-212ada304539612d.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-41e36d854dd22af6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-229b1d57b6fdcf9b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-a860071c032350b4.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-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54452026-09-11T19:25:42.579Z 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=3f87a525196988a6 -C extra-filename=-9fdb3490369eacbf --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-eb8aef6dba4a8c65.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54462026-09-11T19:25:42.645Z 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=19e3a3608f3f9458 -C extra-filename=-0afad3e5d7cdcde5 --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-1975e850136ce7e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54472026-09-11T19:25:42.724Z 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=074c70377a1288b7 -C extra-filename=-ed93cbdd3ae20ef2 --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-1975e850136ce7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54482026-09-11T19:25:42.827Z 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=22465c3aaad387c9 -C extra-filename=-7d471e5f9786f304 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54492026-09-11T19:25:42.836Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
54502026-09-11T19:25:42.845Z 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=47a5b55e2c6c4ca8 -C extra-filename=-bbf0fedc4e900c8a --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54512026-09-11T19:25:42.873Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
54522026-09-11T19:25:42.877Z 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=866737d788e3801a -C extra-filename=-acb67d2c52be72b6 --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-41e36d854dd22af6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-538d62d7b78a74ee.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cbc676e26d99192e.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54532026-09-11T19:25:43.325Z 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=d957542bb9e95ef0 -C extra-filename=-bce76b441a092cbd --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-41e36d854dd22af6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-538d62d7b78a74ee.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cbc676e26d99192e.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54542026-09-11T19:25:43.462Z 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=d3e5c6745e8a6bc4 -C extra-filename=-e58e6792ed1d0117 --out-dir /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-212ada304539612d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-fa8a7ce6dcdb7673.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54552026-09-11T19:25:43.521Z 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=b590128ab4b240b4 -C extra-filename=-57482589b850bad2 --out-dir /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-4506cdb5ecbeb1b9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54562026-09-11T19:25:43.670Z 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=23ea4e2f47b544ca -C extra-filename=-3e7ed0ca2c3cbff6 --out-dir /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-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54572026-09-11T19:25:43.744Z 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=a07d9a54158cd94d -C extra-filename=-e17f39cb3c9c451c --out-dir /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-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54582026-09-11T19:25:43.900Z 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=ef0c428878f099c0 -C extra-filename=-09921c96132c7c88 --out-dir /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-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54592026-09-11T19:25:43.907Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
54602026-09-11T19:25:43.907Z 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=a5b735783a229c99 -C extra-filename=-c3d270c3a8967ee1 --out-dir /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-63f81254ca42a035.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-212ada304539612d.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-4f460236f1fd8f53.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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.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-e00a276b687dea77.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54612026-09-11T19:25:43.974Z 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=3181211fd308a7e0 -C extra-filename=-1e5a72b67aedf762 --out-dir /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-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54622026-09-11T19:25:44.213Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
54632026-09-11T19:25:44.219Z 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=79b10613faab7496 -C extra-filename=-42e2d29f7563b163 --out-dir /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-212ada304539612d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54642026-09-11T19:25:44.306Z 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=8942721bfc81ff01 -C extra-filename=-ba8a3cb502cac39f --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-4506cdb5ecbeb1b9.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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54652026-09-11T19:25:44.379Z 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=070274d1e3ce9c9a -C extra-filename=-12d9d8050d245654 --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-4506cdb5ecbeb1b9.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-3ae1a709400ec003.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54662026-09-11T19:25:44.587Z 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=87f9f5728050bea8 -C extra-filename=-68570c4f76e7f268 --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-4f460236f1fd8f53.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-3ae1a709400ec003.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54672026-09-11T19:25:44.821Z 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=548fac1b39d22885 -C extra-filename=-e91694886af65931 --out-dir /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-212ada304539612d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-a860071c032350b4.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-8703345717947861.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54682026-09-11T19:25:44.860Z 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=550e2729b6bac194 -C extra-filename=-9f4f60a7d9dd7077 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54692026-09-11T19:25:44.908Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
54702026-09-11T19:25:44.913Z 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=abfca25fb289612d -C extra-filename=-3af03c4a05b44a7f --out-dir /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-212ada304539612d.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-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54712026-09-11T19:25:44.982Z 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=59f56668447f06b9 -C extra-filename=-7e5d4f720cd3ae6f --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-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54722026-09-11T19:25:45.071Z 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=6facde8532cac9b6 -C extra-filename=-60ded063d32fb587 --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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54732026-09-11T19:25:45.794Z 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=c2afa0f8e34a0a6f -C extra-filename=-3290721f1f7a3a30 --out-dir /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-212ada304539612d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54742026-09-11T19:25:45.925Z 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=54cf35ca8349f8a4 -C extra-filename=-0c009477f9200767 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54752026-09-11T19:25:46.005Z 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=4f90be4e32a4afa2 -C extra-filename=-177b609c6188d6db --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54762026-09-11T19:25:46.386Z 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=f3d0885c5b03f21c -C extra-filename=-6b5563c0e5f02868 --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-41e36d854dd22af6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-d95b50b5c6c84a13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54772026-09-11T19:25:46.425Z 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=1d3366e50de8b2c2 -C extra-filename=-a7ddc8ccc0fda877 --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54782026-09-11T19:25:46.464Z 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=76dede12c49e7c25 -C extra-filename=-3ba2a3a83be75730 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54792026-09-11T19:25:46.509Z 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=655ceb5b8b834721 -C extra-filename=-e7dede15fe1deae4 --out-dir /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-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54802026-09-11T19:25:46.518Z 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=64bbfc40c06eab48 -C extra-filename=-a17244cef410745d --out-dir /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-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.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-f7b31a4691f6199e.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54812026-09-11T19:25:46.518Z 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=9083b961396bb357 -C extra-filename=-5eba154c640bbb2e --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54822026-09-11T19:25:46.613Z 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=9084f62becaaf74b -C extra-filename=-fd21c0615b109e53 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54832026-09-11T19:25:46.717Z 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=665400adccfb2c6a -C extra-filename=-d2fe3ac3a9493457 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54842026-09-11T19:25:46.791Z 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=c3a17935d78139f7 -C extra-filename=-27f2f0420eaed99d --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54852026-09-11T19:25:46.854Z 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=5e25eca500be1e55 -C extra-filename=-4ffd7dd52736ca4b --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-41e36d854dd22af6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54862026-09-11T19:25:46.949Z 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=0a0a2f956a0e6fc7 -C extra-filename=-c750ba52ac3e4c20 --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-cec375fe56ae7184.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54872026-09-11T19:25:47.032Z 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=219ec8575158e4c8 -C extra-filename=-79b6b2cff7290a95 --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-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54882026-09-11T19:25:47.078Z 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=3461cf4e005c755e -C extra-filename=-3699a25425828b8d --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-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54892026-09-11T19:25:47.226Z 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=e560b07cfc373237 -C extra-filename=-e780604f54fc8ff5 --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-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54902026-09-11T19:25:47.262Z 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=c277f46c506faf43 -C extra-filename=-9ce539d9a0332ae2 --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-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54912026-09-11T19:25:47.262Z 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=24206f09dec7f3eb -C extra-filename=-b7999522e7872533 --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-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54922026-09-11T19:25:47.336Z 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=26e326c41104295b -C extra-filename=-628ee4f546557d62 --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-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54932026-09-11T19:25:47.385Z 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=79d0d8ad705f7bf3 -C extra-filename=-1097ceaea3232d09 --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54942026-09-11T19:25:47.436Z 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=4e338a69efc44326 -C extra-filename=-344c0ff93d5a1907 --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-4f460236f1fd8f53.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-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54952026-09-11T19:25:47.556Z 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=223f7f790ebe66df -C extra-filename=-dcf19478b687f187 --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-c6a4a62171fb5249.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54962026-09-11T19:25:47.670Z 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=8fd754e21bad517f -C extra-filename=-76b666c3edb20e0b --out-dir /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-730d11fe6574c1ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54972026-09-11T19:25:47.749Z 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=d48c94aef7131ccd -C extra-filename=-730d3401e81b4c72 --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54982026-09-11T19:25:47.808Z 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=6d79c5c53d01ef79 -C extra-filename=-286abc5f94ed47a9 --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-99d4b6478584aec3.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-d5a1adc36d1a2e36.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-6eb026821a97bca7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54992026-09-11T19:25:47.943Z 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=aa87275c9cbf41c4 -C extra-filename=-22d1dc205d1c82a9 --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-99d4b6478584aec3.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-d5a1adc36d1a2e36.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-6eb026821a97bca7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55002026-09-11T19:25:48.016Z 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=139077bcdec9b7ba -C extra-filename=-3d9233038db29331 --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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55012026-09-11T19:25:48.020Z 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=0ba2ec81a203e39d -C extra-filename=-c6b7f6ae8648ba1d --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-41e36d854dd22af6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55022026-09-11T19:25:48.271Z 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=207f73c44efd03e0 -C extra-filename=-9d59b3bf2aab6e6b --out-dir /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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55032026-09-11T19:25:48.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/src/lib.rs --error-format=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=230da86ea5c6c65f -C extra-filename=-422f9301573a67cc --out-dir /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-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55042026-09-11T19:25:48.382Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sush_proxy --edition=2024 sush-proxy/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=eaeae4cabb5933a4 -C extra-filename=-355c1eadce9a23dc --out-dir /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-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_proxy=/work/oxidecomputer/omicron/target/debug/deps/libsush_proxy-940a63f2e6fb596f.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55052026-09-11T19:25:48.418Z 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=39838f255f6cc2f0 -C extra-filename=-2baab84a15a02238 --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-4f460236f1fd8f53.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55062026-09-11T19:25:48.950Z 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=64ebc397aa21677c -C extra-filename=-fc5ec02997b213be --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-41e36d854dd22af6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55072026-09-11T19:25:50.743Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
55082026-09-11T19:25:50.748Z 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=b66de7717e3bee0f -C extra-filename=-b6dbe153cb5967cf --out-dir /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-99d4b6478584aec3.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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-cec375fe56ae7184.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55092026-09-11T19:25:50.779Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
55102026-09-11T19:25:50.789Z 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=4a2226f84a75999c -C extra-filename=-ef4e33eaeb20526b --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-04b8bffe5eabc20b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55112026-09-11T19:25:50.817Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
55122026-09-11T19:25:50.820Z 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=83bcf64493fc7d9b -C extra-filename=-e969d6a0f98ab4ac --out-dir /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-6af61f4d2f8e8c6c.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-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-b2cabacce2747ab2.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-54d15447be195a72.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55132026-09-11T19:25:50.862Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
55142026-09-11T19:25:50.871Z 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=54a8d3bfd4d3bee3 -C extra-filename=-fd169ceb96c24be0 --out-dir /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-212ada304539612d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-229b1d57b6fdcf9b.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-acb67d2c52be72b6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55152026-09-11T19:25:50.899Z 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=0fadc61f2030ba60 -C extra-filename=-a2ada822d70c8978 --out-dir /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-212ada304539612d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-229b1d57b6fdcf9b.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-acb67d2c52be72b6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55162026-09-11T19:25:51.305Z 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=51e9b825d6f2d6b4 -C extra-filename=-1dd23035fb8d9d31 --out-dir /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-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-4f460236f1fd8f53.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-741a433666908766.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-4413f88dc47ec03e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55172026-09-11T19:25:52.403Z 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=2532d04b024df1c6 -C extra-filename=-c7cf8ce125b0aaeb --out-dir /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-d5a1adc36d1a2e36.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-4f460236f1fd8f53.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-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-5a8afe9529079364.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-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.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-7b145fd4b01d1a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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-d821df216a945d0a.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ --check-cfg 'cfg(svcadm_autoclear)'`
55182026-09-11T19:25:52.741Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
55192026-09-11T19:25:52.747Z 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=8a56c730423c9933 -C extra-filename=-15812deeb63ed73d --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-99d4b6478584aec3.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-cec375fe56ae7184.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.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-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-8703345717947861.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55202026-09-11T19:25:52.948Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
55212026-09-11T19:25:52.951Z 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=af02c9ff943b97aa -C extra-filename=-dcde8255c07e36b9 --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-5a8afe9529079364.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55222026-09-11T19:25:53.004Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
55232026-09-11T19:25:53.008Z 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=e1033a18b433aa7d -C extra-filename=-b704cfce9f147c78 --out-dir /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-f7b6f999387b6320.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55242026-09-11T19:25:53.754Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
55252026-09-11T19:25:53.758Z 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=16d88a72e3da60af -C extra-filename=-69c6a2c433b63c6f --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-41e36d854dd22af6.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55262026-09-11T19:25:53.824Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
55272026-09-11T19:25:53.827Z 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=3095b8d018b9a59b -C extra-filename=-953e41cf9f65ebbf --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-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-ef4e33eaeb20526b.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55282026-09-11T19:25:54.128Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
55292026-09-11T19:25:54.132Z 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=6dfceb4de7514643 -C extra-filename=-023dc6c1be7ea1aa --out-dir /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-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55302026-09-11T19:25:54.271Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
55312026-09-11T19:25:54.274Z 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=f914f42d3c637d8b -C extra-filename=-9a075f419634c850 --out-dir /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-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55322026-09-11T19:25:54.410Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
55332026-09-11T19:25:54.410Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
55342026-09-11T19:25:54.414Z 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=3e924beb935ca914 -C extra-filename=-f0a87cc0512dc414 --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-4f460236f1fd8f53.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-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55352026-09-11T19:25:54.414Z 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=22fd7ca3fbaad544 -C extra-filename=-823a090cb1e2532b --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-99d4b6478584aec3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55362026-09-11T19:25:54.634Z 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=3ac9f44faa6ed48f -C extra-filename=-34f65fb623edba3d --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-41e36d854dd22af6.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55372026-09-11T19:25:54.989Z 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=19527370e8377964 -C extra-filename=-5f75a8b8798fa0c3 --out-dir /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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55382026-09-11T19:25:55.096Z 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=ae59851839f6acac -C extra-filename=-4a75867e13d37f7f --out-dir /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-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55392026-09-11T19:25:55.231Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55402026-09-11T19:25:55.235Z 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=b4fe8e4a8c186cd8 -C extra-filename=-8e6a3aa2e194f292 --out-dir /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-25cae5acaa8bdd94.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-7b145fd4b01d1a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55412026-09-11T19:25:55.320Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
55422026-09-11T19:25:55.325Z 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=42d3ceb3497e74f7 -C extra-filename=-c8040428fa33d29a --out-dir /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-c7cf8ce125b0aaeb.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-c7ef5aba9f0bf232.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-41e36d854dd22af6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55432026-09-11T19:25:55.403Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
55442026-09-11T19:25:55.407Z 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=1c4c39cd7da6ea44 -C extra-filename=-4fb8d787bbd53146 --out-dir /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-4f460236f1fd8f53.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-2c06026f00ddcab8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55452026-09-11T19:25:55.511Z 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=773873bbeedba959 -C extra-filename=-6b0a55d5906ebbb6 --out-dir /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-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-958671d0482c50c2.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-338382de7381296f.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-c7cf8ce125b0aaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
55462026-09-11T19:25:55.585Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
55472026-09-11T19:25:55.589Z 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=38f4b193ea74d64c -C extra-filename=-f86facd01a310de9 --out-dir /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-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55482026-09-11T19:25:55.913Z 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=1bd15c9660cf3aad -C extra-filename=-24aabf61d6c58287 --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-99d4b6478584aec3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55492026-09-11T19:25:55.950Z 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=6d3cf9078283dd2d -C extra-filename=-3861a68485af119e --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-4f460236f1fd8f53.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-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55502026-09-11T19:25:56.041Z 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=a19e593e9fac8cc4 -C extra-filename=-4e3862974502888e --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-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-ef4e33eaeb20526b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55512026-09-11T19:25:56.167Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
55522026-09-11T19:25:56.170Z 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=f7e4ab30fbff27fe -C extra-filename=-e17cb04d029cdcd8 --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-023dc6c1be7ea1aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55532026-09-11T19:25:56.259Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
55542026-09-11T19:25:56.263Z 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=b4eed70b4efa2dc8 -C extra-filename=-82074f9e7d54638f --out-dir /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-023dc6c1be7ea1aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.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-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-b2cabacce2747ab2.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0d27ab7294fdee59.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55552026-09-11T19:25:56.305Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55562026-09-11T19:25:56.310Z 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=fbae8808d662f9b4 -C extra-filename=-9b945a1b507007ab --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-023dc6c1be7ea1aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-9a075f419634c850.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55572026-09-11T19:25:56.418Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
55582026-09-11T19:25:56.421Z 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=3bae304c49ddc3fc -C extra-filename=-d6add3c9b4f0f9ca --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-023dc6c1be7ea1aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55592026-09-11T19:25:56.469Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
55602026-09-11T19:25:56.473Z 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=6f0c2ab70326f95f -C extra-filename=-1a68daced4d2c423 --out-dir /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-212ada304539612d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-c7cf8ce125b0aaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55612026-09-11T19:25:56.555Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55622026-09-11T19:25:56.559Z 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=485be21cad6888a4 -C extra-filename=-f5d699b36284d2d6 --out-dir /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-d5a1adc36d1a2e36.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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.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-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55632026-09-11T19:25:56.674Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
55642026-09-11T19:25:56.679Z 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=e0f038391efec81d -C extra-filename=-d5383654dcdc53fb --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-023dc6c1be7ea1aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55652026-09-11T19:25:56.931Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
55662026-09-11T19:25:56.935Z 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=6fb958cfe4473c0e -C extra-filename=-1ebf2e24da755f3f --out-dir /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-212ada304539612d.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-c7cf8ce125b0aaeb.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-41e36d854dd22af6.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-8e6a3aa2e194f292.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55672026-09-11T19:25:57.058Z 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=10d657f77fea2c96 -C extra-filename=-825fb73ef62a559b --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-023dc6c1be7ea1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55682026-09-11T19:25:57.062Z 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=8ddd00e1b0010829 -C extra-filename=-145b16e121384db7 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55692026-09-11T19:25:57.170Z 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=276082b8fa722935 -C extra-filename=-c747a4aed9735c0c --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-023dc6c1be7ea1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55702026-09-11T19:25:57.211Z 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=95893ecd9f283820 -C extra-filename=-542cdc415971adab --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-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-9a075f419634c850.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55712026-09-11T19:25:57.261Z 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=c3f09d2c908fc7a1 -C extra-filename=-46a5f4202d36f115 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f86facd01a310de9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55722026-09-11T19:25:57.351Z 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=51f52673751d0482 -C extra-filename=-2ced7b35bd5a0163 --out-dir /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-212ada304539612d.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-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.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-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-8e6a3aa2e194f292.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55732026-09-11T19:25:57.544Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
55742026-09-11T19:25:57.548Z 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=9e0374415a245c9e -C extra-filename=-61587f155fda81fe --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-bd4832b531ef3368.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55752026-09-11T19:25:57.750Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
55762026-09-11T19:25:57.754Z 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=0c99fa035e528ad0 -C extra-filename=-ae78acd1e51c9753 --out-dir /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-d5a1adc36d1a2e36.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55772026-09-11T19:25:57.856Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
55782026-09-11T19:25:57.860Z 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=8ebd57857bef4c05 -C extra-filename=-6d5d012bb440e4f1 --out-dir /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-63f81254ca42a035.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-d5a1adc36d1a2e36.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.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-7694aefd29b9fdb8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55792026-09-11T19:25:57.935Z 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=bad92422f1310927 -C extra-filename=-ae2e788e92ab8009 --out-dir /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-d5a1adc36d1a2e36.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55802026-09-11T19:25:57.973Z 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=5bf238b75e0b0459 -C extra-filename=-49dbd30ad1a23f72 --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-bd4832b531ef3368.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55812026-09-11T19:25:57.976Z 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=7b93afa8126fdef3 -C extra-filename=-0e902d7d7bfa4c8e --out-dir /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-c7cf8ce125b0aaeb.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-c7ef5aba9f0bf232.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-41e36d854dd22af6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55822026-09-11T19:25:58.080Z 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=a6bb6191d1fe84dc -C extra-filename=-a17e5c470a102ed7 --out-dir /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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55832026-09-11T19:25:58.391Z 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=0def80f6650a15a5 -C extra-filename=-473e6459abb2f510 --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-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55842026-09-11T19:25:58.589Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
55852026-09-11T19:25:58.600Z 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=39e3d2dc8dec1ace -C extra-filename=-aba5272e1d5d51be --out-dir /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-730d11fe6574c1ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-41e36d854dd22af6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-ae78acd1e51c9753.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55862026-09-11T19:25:58.626Z 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=1ae13ff37a390cdf -C extra-filename=-d6169bec0421c8f0 --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-04b8bffe5eabc20b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55872026-09-11T19:25:58.749Z 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=53d3237cce9ec47a -C extra-filename=-a0d18e2ff68cab3c --out-dir /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-6af61f4d2f8e8c6c.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-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-54d15447be195a72.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55882026-09-11T19:25:59.016Z 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=11a68fbe4b285604 -C extra-filename=-8b2e3d5539825c3c --out-dir /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-99d4b6478584aec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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-cec375fe56ae7184.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55892026-09-11T19:25:59.055Z 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=cb1aa255b2baafd4 -C extra-filename=-8d129a8a23f36a31 --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-5a8afe9529079364.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55902026-09-11T19:25:59.173Z 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=ad11f40a503d0ce4 -C extra-filename=-11fb571162ecf50a --out-dir /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-f7b6f999387b6320.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55912026-09-11T19:25:59.342Z 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=7b83f54cd0b8cb66 -C extra-filename=-d80c15f0e3dda34a --out-dir /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-212ada304539612d.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-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.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-1ebf2e24da755f3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-8e6a3aa2e194f292.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55922026-09-11T19:25:59.763Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
55932026-09-11T19:25:59.766Z 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=0b7cac44da2fa0c3 -C extra-filename=-7f318bee7c26ffcd --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-4f460236f1fd8f53.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-741a433666908766.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55942026-09-11T19:26:00.238Z 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=93d7faee6cb65491 -C extra-filename=-a017c5df848a8134 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-4f460236f1fd8f53.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-4413f88dc47ec03e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55952026-09-11T19:26:00.312Z 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=0c71769723a8ca98 -C extra-filename=-d799ada527bc29c8 --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-4f460236f1fd8f53.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-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55962026-09-11T19:26:00.726Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55972026-09-11T19:26:00.729Z 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=81bca8126f6525a5 -C extra-filename=-2b97d185c6acc950 --out-dir /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-63f81254ca42a035.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-212ada304539612d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-741a433666908766.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d3322986ffb49ea4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-36ffbe0b5fefef1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.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-9a075f419634c850.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55982026-09-11T19:26:00.905Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55992026-09-11T19:26:00.910Z 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=0dc7c68e28b73034 -C extra-filename=-a52c05cb062b05ae --out-dir /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-d6add3c9b4f0f9ca.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-6a0dd5d661f78bb4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56002026-09-11T19:26:01.339Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
56012026-09-11T19:26:01.343Z 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=22065271671dcbff -C extra-filename=-b5dc10f6386ebbdf --out-dir /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-d5a1adc36d1a2e36.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-4f460236f1fd8f53.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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5a8afe9529079364.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-832a07aaa9948382.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-7f318bee7c26ffcd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56022026-09-11T19:26:01.553Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
56032026-09-11T19:26:01.605Z 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=11664b12c9769ec3 -C extra-filename=-09becba809c91c3b --out-dir /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-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-7f318bee7c26ffcd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56042026-09-11T19:26:01.641Z 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=031a50fcd027756a -C extra-filename=-cff2ed32c66a45f5 --out-dir /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-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.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-9a075f419634c850.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56052026-09-11T19:26:02.630Z 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=e19412b597a23b17 -C extra-filename=-28c9fc98407fd443 --out-dir /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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-7f318bee7c26ffcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56062026-09-11T19:26:02.669Z 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=acb5a4e076eec663 -C extra-filename=-08f618d9ac5225ad --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56072026-09-11T19:26:02.673Z 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=b45682592c11a442 -C extra-filename=-f807d9efe22df7a2 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56082026-09-11T19:26:02.673Z 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=4a5727c5f88eedca -C extra-filename=-5f7c2a2ea3a842f2 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56092026-09-11T19:26:03.528Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
56102026-09-11T19:26:03.533Z 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=84c2f88c93b37a3f -C extra-filename=-d8222deb0407da56 --out-dir /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-6af61f4d2f8e8c6c.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-023dc6c1be7ea1aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-4f460236f1fd8f53.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-e6ac18b28b37982c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-e969d6a0f98ab4ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-a860071c032350b4.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-8703345717947861.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-36ffbe0b5fefef1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56112026-09-11T19:26:05.037Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
56122026-09-11T19:26:05.047Z 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=33e0be9bd8320216 -C extra-filename=-e5b614b5c6b3d8a0 --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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56132026-09-11T19:26:05.489Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
56142026-09-11T19:26:05.494Z 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=ea91aeeac586a92b -C extra-filename=-379b8740999aa7a4 --out-dir /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-212ada304539612d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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-14ee0969c84fd393.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56152026-09-11T19:26:06.048Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
56162026-09-11T19:26:06.051Z 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=3b9ac218e4e29c76 -C extra-filename=-b6a294b3c471c696 --out-dir /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-741a433666908766.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56172026-09-11T19:26:06.764Z 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=6b0f24152ae38afd -C extra-filename=-7de886a7852adb17 --out-dir /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-741a433666908766.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56182026-09-11T19:26:06.768Z 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=cd60aecbac512cac -C extra-filename=-6a2d11681757c6d3 --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-bd4832b531ef3368.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56192026-09-11T19:26:06.800Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
56202026-09-11T19:26:06.838Z 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=5fb8f0a72ac6b2c9 -C extra-filename=-6e761c5d78c08726 --out-dir /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-99d4b6478584aec3.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-cec375fe56ae7184.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-47129d58ef71643b.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-741a433666908766.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-8703345717947861.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-b6a294b3c471c696.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-9dfcf3399f83a64c.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-14ee0969c84fd393.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56212026-09-11T19:26:08.541Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
56222026-09-11T19:26:08.550Z 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=9c8388af9b508543 -C extra-filename=-43e3b400584bfdd9 --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-99d4b6478584aec3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-9dfcf3399f83a64c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56232026-09-11T19:26:08.812Z 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=0b857a8d60ce5878 -C extra-filename=-47da7ed820350a41 --out-dir /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-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56242026-09-11T19:26:08.812Z 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=dca11269e89d33e0 -C extra-filename=-02649bc3a2fbd6a0 --out-dir /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-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-379b8740999aa7a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56252026-09-11T19:26:08.812Z 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=2477daab33bbad38 -C extra-filename=-e7c6de0e9636230b --out-dir /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-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56262026-09-11T19:26:08.815Z 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=d744aae2b006ab3b -C extra-filename=-c14acb5802ec8294 --out-dir /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-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56272026-09-11T19:26:08.843Z 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=d234c6a22ab6ac6e -C extra-filename=-0a53dd964364c87c --out-dir /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-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-379b8740999aa7a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56282026-09-11T19:26:08.843Z 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=cc4cdb257554925c -C extra-filename=-a7225c855ea6606e --out-dir /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-63f81254ca42a035.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-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56292026-09-11T19:26:12.263Z 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=4670c81f11fe9d0f -C extra-filename=-758d9817286f8011 --out-dir /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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a52c05cb062b05ae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56302026-09-11T19:26:14.253Z 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=0f9252c545d3fe50 -C extra-filename=-55553e4470b97feb --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-99d4b6478584aec3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-9dfcf3399f83a64c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56312026-09-11T19:26:14.761Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
56322026-09-11T19:26:14.761Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
56332026-09-11T19:26:14.764Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
56342026-09-11T19:26:14.765Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
56352026-09-11T19:26:14.765Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
56362026-09-11T19:26:14.765Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
56372026-09-11T19:26:14.765Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
56382026-09-11T19:26:14.765Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56392026-09-11T19:26:14.765Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56402026-09-11T19:26:14.794Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
56412026-09-11T19:26:14.801Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
56422026-09-11T19:26:14.801Z 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=a8ca85aad4da0d3f -C extra-filename=-d3b79a660b956266 --out-dir /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-4f460236f1fd8f53.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56432026-09-11T19:26:14.801Z 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=e5185f78ec9d7579 -C extra-filename=-901e60bfbee300f7 --out-dir /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-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-61734671ba791185.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56442026-09-11T19:26:14.801Z 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=db2e1a2cfb57faf0 -C extra-filename=-f2b8ede6c4f8e204 --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-4f460236f1fd8f53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56452026-09-11T19:26:14.801Z 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=731f7487f34c960b -C extra-filename=-806a30c924638ba7 --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-023dc6c1be7ea1aa.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-741a433666908766.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56462026-09-11T19:26:14.801Z 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=5fea47857aef1b63 -C extra-filename=-b6b452217764f3ec --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-99d4b6478584aec3.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-43e3b400584bfdd9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56472026-09-11T19:26:14.801Z 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=5338253af14cc368 -C extra-filename=-474ccde005647ff9 --out-dir /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-6af61f4d2f8e8c6c.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-4f460236f1fd8f53.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-2c06026f00ddcab8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56482026-09-11T19:26:14.801Z 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=cc9cc947df881517 -C extra-filename=-b351cc87d6efdd7b --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-741a433666908766.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56492026-09-11T19:26:14.801Z 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=19fca5d505ce9bf3 -C extra-filename=-72275d4be26a2d66 --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-6a0dd5d661f78bb4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56502026-09-11T19:26:14.831Z 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=a6ba65a067626f4a -C extra-filename=-3a86069a0859dfe9 --out-dir /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-b27e07e35d3c19dc.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.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-6a0dd5d661f78bb4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03a910e064e5cdf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-6df36d0a6afa7796.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56512026-09-11T19:26:14.835Z 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=7e25b1f6e06eb967 -C extra-filename=-80e36569e98321dd --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-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56522026-09-11T19:26:14.835Z 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=3222f9afb183d3e2 -C extra-filename=-6eec2d67352e95dd --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-741a433666908766.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56532026-09-11T19:26:14.835Z 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=03977276fdb0cf28 -C extra-filename=-1cf0088c3ee11273 --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-d8222deb0407da56.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56542026-09-11T19:26:14.835Z 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=26c10a9409b64baa -C extra-filename=-68ed5e47857b3dfb --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-4f460236f1fd8f53.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-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56552026-09-11T19:26:16.853Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56562026-09-11T19:26:16.857Z 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=7556f2e27f8712d8 -C extra-filename=-b46c1f3f3fe3b4c7 --out-dir /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-9f8f2645df36cc4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-d3b79a660b956266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-a9ce85e1cc0663af.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-f7b31a4691f6199e.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56572026-09-11T19:26:16.857Z 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=f505b3529d718e83 -C extra-filename=-6cd56bfdf6b4d007 --out-dir /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-eb8aef6dba4a8c65.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cdaf707e6d8ed6c4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d3b79a660b956266.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03a910e064e5cdf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f033ced05f94eb30.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-a860071c032350b4.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-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-14ee0969c84fd393.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56582026-09-11T19:26:17.113Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56592026-09-11T19:26:17.113Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56602026-09-11T19:26:17.117Z 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=ba6c5ed9fbc51ac1 -C extra-filename=-27fe3eb277d22421 --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-4f460236f1fd8f53.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-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1e94a609605d3193.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56612026-09-11T19:26:17.117Z 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=ecfa67f5363c74a8 -C extra-filename=-06befd637091e26a --out-dir /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-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56622026-09-11T19:26:17.146Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56632026-09-11T19:26:17.182Z 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=d6cc6ec27735b306 -C extra-filename=-771f4accdc8428f4 --out-dir /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-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.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-d3b79a660b956266.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.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-14ee0969c84fd393.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56642026-09-11T19:26:17.702Z 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=ff72f95c572797ad -C extra-filename=-ae99755f1091ef9e --out-dir /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-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-d3b79a660b956266.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-a9ce85e1cc0663af.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-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56652026-09-11T19:26:17.705Z 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=30c50669868911a7 -C extra-filename=-de35f1ddba465ef9 --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-4f460236f1fd8f53.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56662026-09-11T19:26:17.743Z 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=a16a7f4f138b86df -C extra-filename=-68593738154edbe4 --out-dir /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-6af61f4d2f8e8c6c.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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56672026-09-11T19:26:17.750Z 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=a5a995b3c11d52e2 -C extra-filename=-03b9075a5a4e506f --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-61734671ba791185.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-b6dbe153cb5967cf.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-901e60bfbee300f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56682026-09-11T19:26:17.750Z 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=5b46bc9a12aa73e6 -C extra-filename=-8f54497251b89a49 --out-dir /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-d5a1adc36d1a2e36.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-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cdaf707e6d8ed6c4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d3b79a660b956266.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f033ced05f94eb30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-247c01bdd5a432f8.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-a860071c032350b4.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56692026-09-11T19:26:17.750Z 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=12f8fa7662f64661 -C extra-filename=-c9952c31012095ba --out-dir /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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56702026-09-11T19:26:17.750Z 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=0a0a0ea929b73806 -C extra-filename=-b1346050af78b9ce --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-61734671ba791185.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56712026-09-11T19:26:17.773Z 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=10d2ddfc850682a3 -C extra-filename=-641d0404b1038950 --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-023dc6c1be7ea1aa.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-741a433666908766.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56722026-09-11T19:26:17.777Z 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=fbf00d20a7fe2855 -C extra-filename=-9409bb7a7d6d7749 --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-741a433666908766.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56732026-09-11T19:26:17.777Z 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=35b2c11dd2cc1aa4 -C extra-filename=-276586b432e31024 --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-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56742026-09-11T19:26:17.777Z 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=89f05b3dccf53d63 -C extra-filename=-4778d9d4ce94fe1a --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-4f460236f1fd8f53.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-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56752026-09-11T19:26:18.178Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
56762026-09-11T19:26:18.219Z 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=c8c7cc56b25f48bd -C extra-filename=-2aa35b6c7afe8b19 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56772026-09-11T19:26:18.447Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
56782026-09-11T19:26:18.475Z 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=5083d9d5eccdd5e7 -C extra-filename=-a1267513ea58d254 --out-dir /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-212ada304539612d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ffe677081e2c55a8.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-2c06026f00ddcab8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-e00a276b687dea77.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-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56792026-09-11T19:26:18.522Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
56802026-09-11T19:26:18.523Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
56812026-09-11T19:26:18.523Z 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=aa91223da37e3b7c -C extra-filename=-b40a9d8a1a320681 --out-dir /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-98b374db15ad4c57.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56822026-09-11T19:26:18.523Z 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=62200429ee476cdc -C extra-filename=-74ff2c8816f9bbd6 --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-b46c1f3f3fe3b4c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56832026-09-11T19:26:19.213Z 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=2184778dcbb0d1a2 -C extra-filename=-84d01fa05d85ade8 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56842026-09-11T19:26:19.249Z 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=d224665750d9a142 -C extra-filename=-71bbc2cd82f1c8a2 --out-dir /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-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-74b130ce72ffaab5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56852026-09-11T19:26:19.288Z 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=cd6bc40fade611a8 -C extra-filename=-bb02fc6d894f3254 --out-dir /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-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56862026-09-11T19:26:19.288Z 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=f31a20752f59b3ce -C extra-filename=-c9213dac04a2d680 --out-dir /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-d5a1adc36d1a2e36.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-4f460236f1fd8f53.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-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-5a8afe9529079364.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ --check-cfg 'cfg(svcadm_autoclear)'`
56872026-09-11T19:26:19.288Z 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=eb98ede5ed5b71f9 -C extra-filename=-f3f88f49d5d806e7 --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-8c8f948d36433cfb.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-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/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`
56882026-09-11T19:26:19.302Z 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=c4f1bd30f7148fc8 -C extra-filename=-2da4fbd158b30e7f --out-dir /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-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.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-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c60c58b562438251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56892026-09-11T19:26:19.303Z 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=543fc4cce24300e1 -C extra-filename=-5129d901c43652a9 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56902026-09-11T19:26:19.304Z 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=491b0620ad4da62a -C extra-filename=-d4fde3fb56e153f8 --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-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.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-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.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-741a433666908766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-15812deeb63ed73d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-823a090cb1e2532b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56912026-09-11T19:26:19.503Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
56922026-09-11T19:26:19.511Z 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=a2e5c8d33fc35992 -C extra-filename=-dbc10aa91feaa214 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56932026-09-11T19:26:19.511Z 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=3d0b9aed54835382 -C extra-filename=-f51e769b09a41418 --out-dir /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-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-74ff2c8816f9bbd6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56942026-09-11T19:26:19.762Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56952026-09-11T19:26:19.766Z 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=c079a6ed01cbb286 -C extra-filename=-446eb94ca2fb1dc4 --out-dir /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-741a433666908766.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-54f639a9b1b00ba2.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-b6dbe153cb5967cf.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-6df36d0a6afa7796.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
56962026-09-11T19:26:20.062Z 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=c5982758916e2e12 -C extra-filename=-2cc687c85b8c1791 --out-dir /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-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-74ff2c8816f9bbd6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56972026-09-11T19:26:20.099Z 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=80a0b74a57180e42 -C extra-filename=-6cffa3b9dc9ebb6f --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56982026-09-11T19:26:20.202Z 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=0d37fe6d28cc8b04 -C extra-filename=-4a66235c1980656d --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-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.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-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.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-741a433666908766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-823a090cb1e2532b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56992026-09-11T19:26:20.288Z 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=bd51ed231b333766 -C extra-filename=-4efde5b928aab960 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57002026-09-11T19:26:20.862Z 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=9ae2e7333a696f72 -C extra-filename=-1103dadf0d6883fb --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57012026-09-11T19:26:21.592Z 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=039369824dbe515a -C extra-filename=-bc11d150cd0a3425 --out-dir /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-212ada304539612d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-e6ac18b28b37982c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57022026-09-11T19:26:21.781Z 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=4c4437af977f9d3d -C extra-filename=-9f7fd5d4cc8621e0 --out-dir /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-d5a1adc36d1a2e36.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57032026-09-11T19:26:22.393Z 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=1497769d9820df71 -C extra-filename=-350955aea8e8325a --out-dir /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-d5a1adc36d1a2e36.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57042026-09-11T19:26:22.436Z 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=164052cf0d3eb854 -C extra-filename=-b5904e079b9d480d --out-dir /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-d5a1adc36d1a2e36.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57052026-09-11T19:26:22.875Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57062026-09-11T19:26:22.879Z 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=28583e42c73f35d4 -C extra-filename=-e2fd9367190ac939 --out-dir /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-99d4b6478584aec3.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-ca2da5c6ca258a32.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-d28f188c47923cb6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-43e3b400584bfdd9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57072026-09-11T19:26:22.987Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
57082026-09-11T19:26:22.990Z 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=be2bfc27a9440b50 -C extra-filename=-595d8522b9689469 --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-4f460236f1fd8f53.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-901e60bfbee300f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57092026-09-11T19:26:23.160Z 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=a7c7393a03e0d841 -C extra-filename=-1f615033331f00ff --out-dir /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-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-54f639a9b1b00ba2.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-b6dbe153cb5967cf.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-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
57102026-09-11T19:26:23.765Z 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=a43225caaa50ca35 -C extra-filename=-cb3850376866fc85 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57112026-09-11T19:26:24.432Z 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=89f7a291e02daf46 -C extra-filename=-78f7c3acadfd84b4 --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-771f4accdc8428f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64`
57122026-09-11T19:26:25.022Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
57132026-09-11T19:26:25.027Z 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=4dad0c27cc2a71f5 -C extra-filename=-3bfe0bb34be4831c --out-dir /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-9f8f2645df36cc4c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-2c06026f00ddcab8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rmeta --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rmeta --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rmeta --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-a900c8d31ced7811.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57142026-09-11T19:26:25.056Z 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=c86b280142562bae -C extra-filename=-403a7c221d716935 --out-dir /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-e17cb04d029cdcd8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-958671d0482c50c2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-73656225d76b8974.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-0d4fc10857dd1f95.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-433036f768778b60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.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-7f318bee7c26ffcd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57152026-09-11T19:26:25.929Z 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=c629a2a447aad4be -C extra-filename=-3226c9adb74a0dc2 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57162026-09-11T19:26:26.306Z 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=0980fe70e7b85c84 -C extra-filename=-1ae44a54eeec512c --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57172026-09-11T19:26:26.778Z 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=591b333cc976309e -C extra-filename=-3c499fb2bbd2e7e1 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57182026-09-11T19:26:27.257Z 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=32456c3ad4d8ce49 -C extra-filename=-a443afd5cb1799b0 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57192026-09-11T19:26:27.448Z 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=e4b8c46c13472b5f -C extra-filename=-61989af23068556e --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57202026-09-11T19:26:28.983Z 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=47fdebe9ab9da207 -C extra-filename=-ae3fe1c5cf284363 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57212026-09-11T19:26:29.260Z 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=be1ae4712b7c0cc3 -C extra-filename=-c671160393c9298c --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57222026-09-11T19:26:29.301Z 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=1240c2dfcca695eb -C extra-filename=-80b59ab45f176066 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57232026-09-11T19:26:29.417Z 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=e1cf316a5eb9b0fb -C extra-filename=-e62edba26328ac9e --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57242026-09-11T19:26:29.936Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
57252026-09-11T19:26:29.940Z 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=e8162e94f8f44368 -C extra-filename=-a339705dedb159c3 --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-023dc6c1be7ea1aa.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57262026-09-11T19:26:30.469Z 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=63b96d36549c5f26 -C extra-filename=-3fc8a1bedeb10fb0 --out-dir /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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-7f318bee7c26ffcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57272026-09-11T19:26:31.341Z 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=9b4f4fc76f51b47d -C extra-filename=-a1dbdd8f953d9f9d --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ffe677081e2c55a8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-e00a276b687dea77.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57282026-09-11T19:26:31.481Z 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=65a10b1e7146a225 -C extra-filename=-737055fc1833138f --out-dir /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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d5d012bb440e4f1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a52c05cb062b05ae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57292026-09-11T19:26:31.673Z 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=0627dd56636ec1de -C extra-filename=-a6c9965d95117eab --out-dir /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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d5d012bb440e4f1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57302026-09-11T19:26:31.863Z 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=48c1195cac9918d6 -C extra-filename=-43257413bc1cd158 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ffe677081e2c55a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-e00a276b687dea77.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57312026-09-11T19:26:33.110Z 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=5a51fd0f0ae66b5b -C extra-filename=-70a0e9a6d383d449 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ffe677081e2c55a8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-e00a276b687dea77.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57322026-09-11T19:26:34.362Z 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=5f34a2d615eff545 -C extra-filename=-8221ce9b4970c3e9 --out-dir /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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d5d012bb440e4f1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a52c05cb062b05ae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57332026-09-11T19:26:35.297Z 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=9d9b3f0290466f15 -C extra-filename=-44f5fa44c3c357ab --out-dir /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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-7f318bee7c26ffcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57342026-09-11T19:26:37.271Z 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=ec250e6dbb7fa33b -C extra-filename=-45a2a317e2ea28a0 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ffe677081e2c55a8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-e00a276b687dea77.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57352026-09-11T19:26:37.841Z 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=745bc5471d48adfa -C extra-filename=-a665df8af2d08715 --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-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-901e60bfbee300f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57362026-09-11T19:26:38.107Z 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=ba101f85b76be45c -C extra-filename=-aa66eafa5d552a12 --out-dir /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-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0d27ab7294fdee59.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57372026-09-11T19:26:38.184Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
57382026-09-11T19:26:38.187Z 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=10396a5468b93f1f -C extra-filename=-265229b970dac9f3 --out-dir /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-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57392026-09-11T19:26:38.766Z 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=427aa548d623c3d3 -C extra-filename=-dcf800d086740351 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-d3b79a660b956266.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-74b130ce72ffaab5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57402026-09-11T19:26:39.092Z 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=fc0519d0f02b58a7 -C extra-filename=-e5ade6102fe81df3 --out-dir /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-212ada304539612d.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-41e36d854dd22af6.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-bc11d150cd0a3425.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57412026-09-11T19:26:39.336Z 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=404380c6db528aa6 -C extra-filename=-cc2f117e4a45430d --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-d3b79a660b956266.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-74b130ce72ffaab5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57422026-09-11T19:26:39.587Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
57432026-09-11T19:26:39.587Z 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=6717ed148cee1158 -C extra-filename=-156eb3b214b00348 --out-dir /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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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-c8667e15847e80cd.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-15812deeb63ed73d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-823a090cb1e2532b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57442026-09-11T19:26:40.162Z 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=de48015b9166630f -C extra-filename=-0101246b68df03f5 --out-dir /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-6af61f4d2f8e8c6c.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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-36ffbe0b5fefef1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57452026-09-11T19:26:40.533Z 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=db36c66e6065a7b4 -C extra-filename=-b2202ac24212d28b --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-bc11d150cd0a3425.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57462026-09-11T19:26:41.127Z 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=53823c73761bcb0c -C extra-filename=-75d7cf53b0768f19 --out-dir /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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-bc11d150cd0a3425.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57472026-09-11T19:26:41.183Z 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=1904357371569585 -C extra-filename=-7f78c56b2ff2b293 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-bc11d150cd0a3425.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57482026-09-11T19:26:42.076Z 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=4b5270ed4e81b33b -C extra-filename=-839a8b9699c569b1 --out-dir /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-6af61f4d2f8e8c6c.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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-36ffbe0b5fefef1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
57492026-09-11T19:26:42.561Z 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=3ad1985d7304cd71 -C extra-filename=-c48d20e717e2ec57 --out-dir /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-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-d28f188c47923cb6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57502026-09-11T19:26:43.042Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
57512026-09-11T19:26:43.054Z 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=f7cec5f655f38618 -C extra-filename=-ef47edfd1c9fbb90 --out-dir /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-492a594994280b2c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57522026-09-11T19:26:43.182Z 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=8185d17f5a350d59 -C extra-filename=-4c2b5c69d8311b17 --out-dir /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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57532026-09-11T19:26:43.796Z 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=f1ab7fc478ffe9bb -C extra-filename=-dce4fcbc50f3b457 --out-dir /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-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57542026-09-11T19:26:44.244Z 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=6b429b19206a8d3d -C extra-filename=-009d4d661ff1fd06 --out-dir /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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57552026-09-11T19:26:45.366Z 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=3a97a4a67024e35a -C extra-filename=-5cce707248673eb6 --out-dir /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-d5a1adc36d1a2e36.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.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-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5a8afe9529079364.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-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57562026-09-11T19:26:45.496Z 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=d75b979a867d0017 -C extra-filename=-ce46478ae49a7326 --out-dir /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-25cae5acaa8bdd94.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57572026-09-11T19:26:45.816Z 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=8a053491fd083cfc -C extra-filename=-033f6e517602c344 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57582026-09-11T19:26:45.889Z 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=c23b35558745e443 -C extra-filename=-3e1a61a838d22ace --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57592026-09-11T19:26:48.522Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57602026-09-11T19:26:48.529Z 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=55f082bde70ef6a5 -C extra-filename=-5bfc015c264c1277 --out-dir /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-4f460236f1fd8f53.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57612026-09-11T19:26:51.599Z 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=aa4d5944a461a035 -C extra-filename=-eadb891415af27e4 --out-dir /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-d5a1adc36d1a2e36.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-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57622026-09-11T19:26:52.128Z 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=e7cfbf9df436b079 -C extra-filename=-367f38b1762f6550 --out-dir /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-212ada304539612d.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-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57632026-09-11T19:26:52.351Z 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=d6e9ed10ac0a40cf -C extra-filename=-1c38fd1827f65b7d --out-dir /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-99d4b6478584aec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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-cec375fe56ae7184.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-c8667e15847e80cd.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-8cc9eec1e74c1b89.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5eaa534fdca26038.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57642026-09-11T19:26:52.799Z 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=dab6defc02a99686 -C extra-filename=-0488f6d7c6d38edd --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57652026-09-11T19:26:54.004Z 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=15a35b22f9d34719 -C extra-filename=-74ea98c083ddba8f --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57662026-09-11T19:26:57.650Z 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=674155f67cfd9ad8 -C extra-filename=-e36cfc0230882c59 --out-dir /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-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.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-cec375fe56ae7184.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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.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-741a433666908766.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-b6a294b3c471c696.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-9dfcf3399f83a64c.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-47b0ce69945cb641.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-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-823a090cb1e2532b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57672026-09-11T19:26:58.304Z 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=a863967d46176047 -C extra-filename=-6d3aad7ba862e532 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1e94a609605d3193.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57682026-09-11T19:26:58.567Z 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=7d2910dd2843c66d -C extra-filename=-fd662d8fecf14622 --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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57692026-09-11T19:26:59.784Z 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=abc70e8e2c4fcde8 -C extra-filename=-a9d433bc9d9f8458 --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-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-43e3b400584bfdd9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57702026-09-11T19:26:59.857Z 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=5a0c14c1a13b2655 -C extra-filename=-b471e7fc972436f6 --out-dir /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-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-74b130ce72ffaab5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3d0a1dabeed8950e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57712026-09-11T19:27:01.133Z 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=3cd57fd49491e9f5 -C extra-filename=-5a4a6a10a952f8e9 --out-dir /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-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-74b130ce72ffaab5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3d0a1dabeed8950e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57722026-09-11T19:27:01.224Z 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=4dd1fcc6f0a9dd55 -C extra-filename=-a54fac5824ca7014 --out-dir /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-98b374db15ad4c57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57732026-09-11T19:27:01.683Z 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=cfc3fb17bdbca21a -C extra-filename=-141690a68bde61c7 --out-dir /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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57742026-09-11T19:27:02.068Z 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=aaddb2c156708b36 -C extra-filename=-cd01f749d9e43c7a --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-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57752026-09-11T19:27:02.425Z 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=449b02e02459cea2 -C extra-filename=-da188d0f5b7940d8 --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-023dc6c1be7ea1aa.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-212ada304539612d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.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-528e0ca2a9703278.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-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-f7b31a4691f6199e.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57762026-09-11T19:27:03.143Z 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=df5e52b7a853a2a4 -C extra-filename=-1dfc2d35d656c209 --out-dir /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-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d5d012bb440e4f1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.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-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c60c58b562438251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57772026-09-11T19:27:03.179Z 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=f60512f4bf781f57 -C extra-filename=-372dbbf7849ed41b --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
57782026-09-11T19:27:05.090Z 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=ac2122646310356e -C extra-filename=-cc07df2f19e6696b --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-6cd56bfdf6b4d007.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57792026-09-11T19:27:05.131Z 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=54eccbab3c743b9d -C extra-filename=-1ac4ed27bb4e160e --out-dir /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-b18d50abd9522dd5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d130e563fffe7aa6.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-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57802026-09-11T19:27:06.015Z 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=2c5cd6ee36eb7342 -C extra-filename=-f51e6767350d3099 --out-dir /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-b35fdaf93b5098a6.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-4f460236f1fd8f53.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-2c06026f00ddcab8.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-cc07df2f19e6696b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57812026-09-11T19:27:09.879Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
57822026-09-11T19:27:09.882Z 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=7a752f0744b8f3aa -C extra-filename=-4f9e6f4aaf08b1c0 --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-8c8f948d36433cfb.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
57832026-09-11T19:27:11.052Z 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=f0a0b9628edb2bb9 -C extra-filename=-0fb55b71cf358997 --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-4beddd32bb8045d9.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-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
57842026-09-11T19:27:12.016Z 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=4ab37a9b51813d9c -C extra-filename=-e4b26890d2832a4b --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-1ac4ed27bb4e160e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57852026-09-11T19:27:12.022Z 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=c6d0a2d7eacddb51 -C extra-filename=-c064b89f5038bd01 --out-dir /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-b35fdaf93b5098a6.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-4f460236f1fd8f53.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-2c06026f00ddcab8.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-cc07df2f19e6696b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57862026-09-11T19:27:12.051Z 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=a0448f931909701e -C extra-filename=-4f5d28395bd17ea2 --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-6cd56bfdf6b4d007.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57872026-09-11T19:27:12.057Z 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=e58b622780ad063d -C extra-filename=-247f5e7bf7e20f6b --out-dir /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-b18d50abd9522dd5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d130e563fffe7aa6.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-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57882026-09-11T19:27:12.086Z 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=b1df8939521d2c73 -C extra-filename=-d7af70b51d09f70d --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-8c8f948d36433cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
57892026-09-11T19:27:12.120Z 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=26f5652c1251d1fb -C extra-filename=-ff45bbd261c6d614 --out-dir /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-212ada304539612d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
57902026-09-11T19:27:16.192Z 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=65fab7d233afc272 -C extra-filename=-bd028a9b4563b29e --out-dir /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-4beddd32bb8045d9.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-eb8aef6dba4a8c65.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.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-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.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-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-f51e6767350d3099.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cc07df2f19e6696b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.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-03a910e064e5cdf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-4413f88dc47ec03e.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-a860071c032350b4.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-8703345717947861.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-14ee0969c84fd393.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
57912026-09-11T19:27:20.967Z 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=a6fd117046f3cb5b -C extra-filename=-6a2e170248532492 --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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.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-528e0ca2a9703278.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57922026-09-11T19:27:20.970Z 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=53ab763a31b23ce5 -C extra-filename=-dad822e7c07205be --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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-da188d0f5b7940d8.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-528e0ca2a9703278.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57932026-09-11T19:27:21.004Z 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=8ece851743859cb4 -C extra-filename=-ab6f4abc1be93330 --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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-da188d0f5b7940d8.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-528e0ca2a9703278.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57942026-09-11T19:27:21.008Z 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=a204a54a199ea545 -C extra-filename=-a8798153e9f0ffe1 --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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-da188d0f5b7940d8.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-528e0ca2a9703278.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57952026-09-11T19:27:21.039Z 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=0f621578e8629bcd -C extra-filename=-e3878fc1efe4d404 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57962026-09-11T19:27:21.046Z 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=b8d7ccaba9e577a8 -C extra-filename=-e4f276604d9ead56 --out-dir /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-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57972026-09-11T19:27:21.047Z 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=e04b6f7d745dbe38 -C extra-filename=-004e7d1fcf76fe08 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57982026-09-11T19:27:21.047Z 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=aa97b75ee93a4e7d -C extra-filename=-217eb6f55173e1cb --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
57992026-09-11T19:27:21.048Z 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=2be36a92bbaf2908 -C extra-filename=-ad30f5510a7f31a0 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58002026-09-11T19:27:21.071Z 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=0515ae1c94b36bfb -C extra-filename=-7d3136571181aec5 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58012026-09-11T19:27:21.075Z 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=f5573711157ec05c -C extra-filename=-be1fc99742e48768 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58022026-09-11T19:27:21.077Z 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=43c4a6208e20dde3 -C extra-filename=-e11f9151bcabf5f5 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58032026-09-11T19:27:21.106Z 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=61e610efa3c7140c -C extra-filename=-f8a58dfb535d570a --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58042026-09-11T19:27:21.189Z 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=b983c9b0de3372b8 -C extra-filename=-02e47ef224e75ad3 --out-dir /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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58052026-09-11T19:27:49.109Z 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=9f3031698919dc64 -C extra-filename=-7e5e1e98fc7ba52a --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-023dc6c1be7ea1aa.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58062026-09-11T19:27:49.109Z 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=c7077bdd899e8773 -C extra-filename=-82786d1268f39b46 --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-6cd56bfdf6b4d007.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d130e563fffe7aa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58072026-09-11T19:27:49.151Z 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=0828cd9ffa508c8a -C extra-filename=-15f14dcc3d47a1cd --out-dir /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-741a433666908766.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58082026-09-11T19:27:49.154Z 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=7ea0f85e4652e61c -C extra-filename=-1e103f44eeea2cc1 --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-bd028a9b4563b29e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
58092026-09-11T19:27:49.154Z 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=f9280edc4d7fea8e -C extra-filename=-506bda7b7113c0fc --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-aea237dd1abc5aa3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58102026-09-11T19:27:49.154Z 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=4069f5cafb5794a6 -C extra-filename=-83dde482c1e6a88f --out-dir /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-6a0dd5d661f78bb4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
58112026-09-11T19:27:49.188Z 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=d0c6db9df5a1c122 -C extra-filename=-d554092c602cc626 --out-dir /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-741a433666908766.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58122026-09-11T19:27:49.634Z 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=4f113a55bae9efed -C extra-filename=-82c6fc38cf5c0031 --out-dir /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-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.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-4c7ae385e89a39a2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-82626a232e683a4d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b0a55d5906ebbb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58132026-09-11T19:27:51.129Z 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=d34b2b2a22af093c -C extra-filename=-6b6dc3fcfe0fa118 --out-dir /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-b27e07e35d3c19dc.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.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-741a433666908766.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58142026-09-11T19:27:53.240Z 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=1dbc42767ae52cfa -C extra-filename=-2937b562606a70c7 --out-dir /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-d5a1adc36d1a2e36.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-6cd56bfdf6b4d007.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-b704cfce9f147c78.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-14ee0969c84fd393.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58152026-09-11T19:27:54.049Z 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=d46f0acdba1bd41f -C extra-filename=-2b8f3a61ed97219b --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-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58162026-09-11T19:27:54.054Z 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=987f2061e5d83594 -C extra-filename=-cf32e9f8a237af59 --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-023dc6c1be7ea1aa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58172026-09-11T19:27:54.082Z 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=1a108fde6ef9bf22 -C extra-filename=-213c34c187f7ea9b --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-4beddd32bb8045d9.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-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58182026-09-11T19:27:54.086Z 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=122a49ecb658b977 -C extra-filename=-021d4733ac2754f3 --out-dir /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-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58192026-09-11T19:27:54.087Z 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=0fc8baf680f1816a -C extra-filename=-622eca8ad0d93576 --out-dir /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-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.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-4c7ae385e89a39a2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b0a55d5906ebbb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58202026-09-11T19:27:54.088Z 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=6459517e1cb899a0 -C extra-filename=-f826a406fe941083 --out-dir /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-6a0dd5d661f78bb4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
58212026-09-11T19:27:54.117Z 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=cdb002ec7075e654 -C extra-filename=-ce62570c44611514 --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-4beddd32bb8045d9.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-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58222026-09-11T19:27:54.121Z 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=859aa6c4c6ccae7a -C extra-filename=-92a00d40f14d76a5 --out-dir /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-4beddd32bb8045d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-b6dbe153cb5967cf.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58232026-09-11T19:27:54.571Z 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=512ec6e51b3e0dd0 -C extra-filename=-06cb77685297d9ff --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-f51e6767350d3099.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58242026-09-11T19:27:54.580Z 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=af947cac633f2df4 -C extra-filename=-878be371f71f8b1b --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-958671d0482c50c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-338382de7381296f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b0a55d5906ebbb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58252026-09-11T19:27:54.580Z 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=67e0702df81fdc2c -C extra-filename=-5becbae56b08bf22 --out-dir /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-4beddd32bb8045d9.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-d5a1adc36d1a2e36.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-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-f51e6767350d3099.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cc07df2f19e6696b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-e5e6672e5c6fdd9f.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-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58262026-09-11T19:27:54.603Z 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=f539154f8f7654c5 -C extra-filename=-6d0b3b738e21b3f6 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-82c6fc38cf5c0031.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-433036f768778b60.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f378136a82363e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58272026-09-11T19:27:54.641Z 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=fc4f524daaf0a1b0 -C extra-filename=-ddd1c20d00c29450 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-82c6fc38cf5c0031.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-433036f768778b60.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f378136a82363e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-13d96413e51be91b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58282026-09-11T19:27:54.644Z 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=8b0e306872cf76e4 -C extra-filename=-9e79089f4e2ef079 --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-4beddd32bb8045d9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-22616cc65df1c44f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
58292026-09-11T19:27:54.678Z 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=d8044bd25cf26820 -C extra-filename=-8eded70576b1df35 --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-958671d0482c50c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-338382de7381296f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58302026-09-11T19:27:55.633Z 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=1efd29e2815e90ba -C extra-filename=-b4474a1f4efb588f --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-02a6d2fa66c9f520.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.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-6a0dd5d661f78bb4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-2c06026f00ddcab8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-970a81154da54b10.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-f7b31a4691f6199e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-8703345717947861.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-b704cfce9f147c78.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58312026-09-11T19:27:55.878Z 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=76341d90019f4142 -C extra-filename=-793e15407d0cf77c --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.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-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58322026-09-11T19:27:57.870Z 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=db2c175001f4b9f4 -C extra-filename=-b302329dbb4f7f76 --out-dir /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-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-934c309e04974e38.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58332026-09-11T19:27:57.907Z 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=4b563da55346726e -C extra-filename=-65dce07fe170194c --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-e5e6672e5c6fdd9f.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-bc11d150cd0a3425.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58342026-09-11T19:27:57.938Z 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=6175fcf73d1a9d70 -C extra-filename=-b732e28aa8517c39 --out-dir /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-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-934c309e04974e38.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58352026-09-11T19:27:57.942Z 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=98617d9853128fb7 -C extra-filename=-c876f1aa6f8d28cf --out-dir /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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-b704cfce9f147c78.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58362026-09-11T19:30:45.568Z 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=f172e7ded63a3a99 -C extra-filename=-8bc9d7220631c50c --out-dir /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-4beddd32bb8045d9.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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-4f460236f1fd8f53.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-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d3b79a660b956266.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f033ced05f94eb30.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-2937b562606a70c7.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4219a9cddea5d6a0.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58372026-09-11T19:30:45.573Z 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=16bd53ee7131b93d -C extra-filename=-9d0f7b2391384fb2 --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.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-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58382026-09-11T19:30:45.575Z 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=0700a1a1f99cb800 -C extra-filename=-9486d25dc88a6bf4 --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-e5e6672e5c6fdd9f.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-bc11d150cd0a3425.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58392026-09-11T19:30:45.608Z 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=38e3a06937779afc -C extra-filename=-3af901504a9626b1 --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-6a0dd5d661f78bb4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-e00a276b687dea77.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58402026-09-11T19:30:45.612Z 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=a103554dd9560c17 -C extra-filename=-2d2b3e076059150a --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74ff2c8816f9bbd6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58412026-09-11T19:30:45.613Z 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=4df5982c576bf9a0 -C extra-filename=-81614e5a56bead39 --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-e5e6672e5c6fdd9f.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-bc11d150cd0a3425.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58422026-09-11T19:30:45.614Z 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=c94833ac799eb806 -C extra-filename=-f94fd907520a9012 --out-dir /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-4beddd32bb8045d9.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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-4f460236f1fd8f53.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-b18d50abd9522dd5.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d3b79a660b956266.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f033ced05f94eb30.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-2937b562606a70c7.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4219a9cddea5d6a0.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58432026-09-11T19:30:45.644Z 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=5b2a3d9077e11ced -C extra-filename=-9b6ad2e5ae24a823 --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.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-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58442026-09-11T19:30:45.648Z 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=dfe5d3643d033b9c -C extra-filename=-f85ceebb10860f6f --out-dir /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-4beddd32bb8045d9.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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-4f460236f1fd8f53.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-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d3b79a660b956266.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f033ced05f94eb30.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-0f7281dcd2f169f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-2937b562606a70c7.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4219a9cddea5d6a0.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58452026-09-11T19:30:45.650Z 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=073d6927a0b99e59 -C extra-filename=-94f88b39eefa699c --out-dir /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-4beddd32bb8045d9.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-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-22616cc65df1c44f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58462026-09-11T19:30:45.673Z 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=ec12e6bd0fd26fe7 -C extra-filename=-eee1ff173463f90d --out-dir /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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-bd028a9b4563b29e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-bc11d150cd0a3425.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
58472026-09-11T19:30:45.677Z 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=47fde798b16cfb68 -C extra-filename=-de1d1170f0462ede --out-dir /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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-e5e6672e5c6fdd9f.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-bc11d150cd0a3425.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/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`
58482026-09-11T19:30:45.739Z 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=7e73b35519ab0c02 -C extra-filename=-be75e24353d18fd8 --out-dir /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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-bd028a9b4563b29e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-bc11d150cd0a3425.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-14ee0969c84fd393.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/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`
58492026-09-11T19:30:45.745Z 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=b5a9bee7cd786eb4 -C extra-filename=-d7a314efa2606a0e --out-dir /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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74ff2c8816f9bbd6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-e00a276b687dea77.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
58502026-09-11T19:33:08.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 46s
58512026-09-11T19:33:08.322Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58522026-09-11T19:33:08.322Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58532026-09-11T19:33:08.887Z
58542026-09-11T19:33:08.887Zreal 8:46.973765892
58552026-09-11T19:33:08.887Zuser 1:31:52.203118524
58562026-09-11T19:33:08.887Zsys 24:31.175139209
58572026-09-11T19:33:08.893Ztrap 2.673125321
58582026-09-11T19:33:08.893Ztflt 3.841604197
58592026-09-11T19:33:08.893Zdflt 22.055840918
58602026-09-11T19:33:08.893Zkflt 0.099910213
58612026-09-11T19:33:08.893Zlock 5:49:51.702515886
58622026-09-11T19:33:08.893Zslp 6:01:19.717943503
58632026-09-11T19:33:08.894Zlat 2:47.004198008
58642026-09-11T19:33:08.894Zstop 37:56.157200231
58652026-09-11T19:33:08.899Z++ ls -t /home/build/.cargo/log/20260911T192420645Z-e4292872132ecfd0.jsonl
58662026-09-11T19:33:08.899Z++ head -1
58672026-09-11T19:33:08.899Z+ cp /home/build/.cargo/log/20260911T192420645Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
58682026-09-11T19:33:08.909Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
58692026-09-11T19:33:08.909Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
58702026-09-11T19:33:08.909Z++ mktemp -d /tmp/nextest-state.XXXXXX
58712026-09-11T19:33:08.909Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.lXaakt
58722026-09-11T19:33:08.910Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
58732026-09-11T19:33:08.910Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
58742026-09-11T19:33:08.910Z+ mkdir -p /tmp/nextest-recording-config
58752026-09-11T19:33:08.910Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
58762026-09-11T19:33:08.910Z+ export NEXTEST_STATE_DIR
58772026-09-11T19:33:08.910Z+ banner test
58782026-09-11T19:33:08.913Z
58792026-09-11T19:33:08.913Z ##### ###### #### #####
58802026-09-11T19:33:08.913Z # # # #
58812026-09-11T19:33:08.913Z # ##### #### #
58822026-09-11T19:33:08.913Z # # # #
58832026-09-11T19:33:08.913Z # # # # #
58842026-09-11T19:33:08.913Z # ###### #### #
58852026-09-11T19:33:08.913Z
58862026-09-11T19:33:08.913Z+ NEXTEST_EXIT=0
58872026-09-11T19:33:08.913Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
58882026-09-11T19:33:10.236Zinfo: experimental features enabled: setup-scripts, benchmarks
58892026-09-11T19:33:11.795Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
58902026-09-11T19:33:11.978Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58912026-09-11T19:33:12.015Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58922026-09-11T19:33:12.047Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
58932026-09-11T19:33:12.073Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58942026-09-11T19:33:22.919Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.67s
58952026-09-11T19:33:22.923Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
58962026-09-11T19:33:22.923Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
58972026-09-11T19:33:24.088Z────────────
58982026-09-11T19:33:24.088Z Nextest run ID 159b5175-f9e2-43d9-a6cd-0a611cd6d029 with nextest profile: ci
58992026-09-11T19:33:24.089Z Starting 3424 tests across 249 binaries (8 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
59002026-09-11T19:33:24.092Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
59012026-09-11T19:33:24.955Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59022026-09-11T19:33:24.955Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
59032026-09-11T19:33:24.958Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
59042026-09-11T19:33:25.107Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59052026-09-11T19:33:25.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59062026-09-11T19:33:25.125Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
59072026-09-11T19:33:25.152Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
59082026-09-11T19:33:25.192Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
59092026-09-11T19:33:25.196Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59102026-09-11T19:33:25.319Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59112026-09-11T19:33:25.393Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
59122026-09-11T19:33:25.570Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
59132026-09-11T19:33:26.036Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
59142026-09-11T19:33:26.634Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
59152026-09-11T19:33:26.661Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
59162026-09-11T19:33:26.751Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
59172026-09-11T19:33:26.816Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59182026-09-11T19:33:35.322Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
59192026-09-11T19:33:35.322Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
59202026-09-11T19:33:35.322Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
59212026-09-11T19:33:36.237Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
59222026-09-11T19:33:37.559Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
59232026-09-11T19:33:37.783Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
59242026-09-11T19:33:45.242Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59252026-09-11T19:33:54.153Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59262026-09-11T19:33:55.787Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59272026-09-11T19:33:57.551Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59282026-09-11T19:34:08.154Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.04s
59292026-09-11T19:34:08.157Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
59302026-09-11T19:34:08.157Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
59312026-09-11T19:34:08.272Z Running `target/debug/crdb-seed`
59322026-09-11T19:34:08.336ZSep 11 19:34:07.216 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpBu1QpP
59332026-09-11T19:34:08.339ZSep 11 19:34:07.217 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpBiVyVQ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpBu1QpP/listen-url --max-sql-memory 256MiB
59342026-09-11T19:34:08.339ZSep 11 19:34:07.217 INFO cockroach environment: BUILDOMAT_JOB_ID=01M28YJR47NNYPGYJX3982TGK5 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=sush-switch-proxy GITHUB_REF=refs/heads/sush-switch-proxy GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=0ba788bb1d4c8739c6674524d79f112edbeda213 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-envkVJjZh 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=159b5175-f9e2-43d9-a6cd-0a611cd6d029 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.lXaakt 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
59352026-09-11T19:34:08.781ZSep 11 19:34:07.664 INFO cockroach pid: 10379
59362026-09-11T19:34:08.781ZSep 11 19:34:07.664 INFO cockroach listen URL: postgresql://root@[::1]:51883/omicron?sslmode=disable
59372026-09-11T19:34:08.786ZSep 11 19:34:07.668 INFO cockroach: populating
59382026-09-11T19:34:10.042ZSep 11 19:34:08.861 INFO cockroach: populated
59392026-09-11T19:34:11.005ZSep 11 19:34:09.887 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9b7e7ef9feeb7ece0c601b6e5685c629c8035bed5e1e3d610ea3f1fc0627888c.tar`
59402026-09-11T19:34:11.012Z SETUP PASS [ 46.923s] crdb-seed: cargo run -p crdb-seed --profile test
59412026-09-11T19:34:11.012Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
59422026-09-11T19:34:11.889Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
59432026-09-11T19:34:11.974Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59442026-09-11T19:34:13.227Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
59452026-09-11T19:34:14.210Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
59462026-09-11T19:34:25.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
59472026-09-11T19:34:25.096Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
59482026-09-11T19:34:25.096Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
59492026-09-11T19:34:25.225Z Running `target/debug/clickhouse-cluster-dev`
59502026-09-11T19:34:25.283ZSep 11 19:34:24.165 INFO Setting up a ClickHouse cluster
59512026-09-11T19:34:25.286ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
59522026-09-11T19:34:25.286ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
59532026-09-11T19:34:25.286ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
59542026-09-11T19:34:25.286ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
59552026-09-11T19:34:25.286ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
59562026-09-11T19:34:25.995ZSep 11 19:34:24.878 INFO ClickHouse server ready
59572026-09-11T19:34:26.054ZSep 11 19:34:24.937 INFO ClickHouse server ready
59582026-09-11T19:34:27.182ZSep 11 19:34:26.065 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
59592026-09-11T19:34:27.189Z SETUP PASS [ 16.176s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
59602026-09-11T19:34:27.220Z PASS [ 0.026s] ( 1/3424) api_identity test::test_identity_no_field
59612026-09-11T19:34:27.224Z PASS [ 0.023s] ( 2/3424) api_identity test::test_identity
59622026-09-11T19:34:27.232Z PASS [ 0.028s] ( 3/3424) authz-macros tests::test_authz_snapshots
59632026-09-11T19:34:27.235Z PASS [ 0.014s] ( 4/3424) bootstore schemes::tests::hello_roundtrip
59642026-09-11T19:34:27.249Z PASS [ 0.015s] ( 5/3424) bootstore schemes::v0::share_pkg::tests::create_packages
59652026-09-11T19:34:27.261Z PASS [ 0.012s] ( 6/3424) bootstore trust_quorum::rack_secret::tests::create_and_verify
59662026-09-11T19:34:27.271Z PASS [ 0.038s] ( 7/3424) bootstore schemes::v0::peer::tests::network_config
59672026-09-11T19:34:27.275Z PASS [ 0.014s] ( 8/3424) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
59682026-09-11T19:34:28.273Z PASS [ 1.049s] ( 9/3424) bootstore schemes::v0::peer::tests::basic_3_nodes
59692026-09-11T19:34:28.382Z PASS [ 0.108s] ( 10/3424) cert-dev::test-cert-dev test_cert_create
59702026-09-11T19:34:28.468Z PASS [ 0.086s] ( 11/3424) clickana chart::tests::gather_chart_data_failure
59712026-09-11T19:34:28.481Z PASS [ 0.013s] ( 12/3424) clickana chart::tests::gather_chart_data_for_disk_usage_success
59722026-09-11T19:34:28.494Z PASS [ 0.013s] ( 13/3424) clickana chart::tests::gather_chart_data_for_memory_tracking_success
59732026-09-11T19:34:28.509Z PASS [ 0.015s] ( 14/3424) clickana chart::tests::gather_chart_data_for_query_count_success
59742026-09-11T19:34:28.522Z PASS [ 0.013s] ( 15/3424) clickana chart::tests::gather_chart_data_for_running_queries_success
59752026-09-11T19:34:28.536Z PASS [ 0.014s] ( 16/3424) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
59762026-09-11T19:34:28.547Z PASS [ 0.012s] ( 17/3424) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
59772026-09-11T19:34:28.564Z PASS [ 1.292s] ( 18/3424) bootstore::v0-fsm-proptest-learner run
59782026-09-11T19:34:28.567Z PASS [ 0.016s] ( 19/3424) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
59792026-09-11T19:34:28.581Z PASS [ 0.018s] ( 20/3424) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
59802026-09-11T19:34:28.584Z PASS [ 0.020s] ( 21/3424) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
59812026-09-11T19:34:28.600Z PASS [ 0.019s] ( 22/3424) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
59822026-09-11T19:34:28.607Z PASS [ 0.022s] ( 23/3424) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
59832026-09-11T19:34:28.632Z PASS [ 0.032s] ( 24/3424) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
59842026-09-11T19:34:28.675Z PASS [ 0.068s] ( 25/3424) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
59852026-09-11T19:34:28.693Z PASS [ 0.061s] ( 26/3424) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
59862026-09-11T19:34:28.728Z PASS [ 0.054s] ( 27/3424) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
59872026-09-11T19:34:28.756Z PASS [ 0.063s] ( 28/3424) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
59882026-09-11T19:34:28.759Z PASS [ 0.029s] ( 29/3424) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
59892026-09-11T19:34:28.784Z PASS [ 0.027s] ( 30/3424) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
59902026-09-11T19:34:28.787Z PASS [ 0.028s] ( 31/3424) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
59912026-09-11T19:34:28.811Z PASS [ 0.027s] ( 32/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
59922026-09-11T19:34:28.814Z PASS [ 0.028s] ( 33/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
59932026-09-11T19:34:28.840Z PASS [ 0.029s] ( 34/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
59942026-09-11T19:34:28.845Z PASS [ 0.030s] ( 35/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
59952026-09-11T19:34:28.861Z PASS [ 0.021s] ( 36/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
59962026-09-11T19:34:28.865Z PASS [ 0.021s] ( 37/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
59972026-09-11T19:34:28.889Z PASS [ 0.028s] ( 38/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
59982026-09-11T19:34:28.896Z PASS [ 0.030s] ( 39/3424) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
59992026-09-11T19:34:28.924Z PASS [ 0.034s] ( 40/3424) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
60002026-09-11T19:34:28.927Z PASS [ 0.030s] ( 41/3424) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
60012026-09-11T19:34:28.958Z PASS [ 0.035s] ( 42/3424) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
60022026-09-11T19:34:28.962Z PASS [ 0.034s] ( 43/3424) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
60032026-09-11T19:34:28.990Z PASS [ 0.031s] ( 44/3424) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
60042026-09-11T19:34:28.993Z PASS [ 0.032s] ( 45/3424) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
60052026-09-11T19:34:29.024Z PASS [ 0.034s] ( 46/3424) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
60062026-09-11T19:34:29.028Z PASS [ 0.033s] ( 47/3424) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
60072026-09-11T19:34:29.050Z PASS [ 0.026s] ( 48/3424) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
60082026-09-11T19:34:29.054Z PASS [ 0.027s] ( 49/3424) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
60092026-09-11T19:34:29.071Z PASS [ 0.021s] ( 50/3424) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
60102026-09-11T19:34:29.093Z PASS [ 0.039s] ( 51/3424) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
60112026-09-11T19:34:29.111Z PASS [ 0.038s] ( 52/3424) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
60122026-09-11T19:34:29.115Z PASS [ 0.018s] ( 53/3424) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
60132026-09-11T19:34:29.127Z PASS [ 0.016s] ( 54/3424) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
60142026-09-11T19:34:29.131Z PASS [ 0.018s] ( 55/3424) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
60152026-09-11T19:34:29.143Z PASS [ 0.016s] ( 56/3424) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
60162026-09-11T19:34:29.147Z PASS [ 0.017s] ( 57/3424) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
60172026-09-11T19:34:29.157Z PASS [ 0.014s] ( 58/3424) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
60182026-09-11T19:34:29.185Z PASS [ 0.041s] ( 59/3424) db-dev::test-db-dev test_db_dev_populate_no_args
60192026-09-11T19:34:29.205Z PASS [ 0.047s] ( 60/3424) db-dev::test-db-dev test_db_dev_wipe_no_args
60202026-09-11T19:34:30.030Z PASS [ 2.755s] ( 61/3424) bootstore::v0-fsm-proptest-rack-coordinator run
60212026-09-11T19:34:30.083Z PASS [ 0.053s] ( 62/3424) db-macros lookup::test::test_lookup_snapshots
60222026-09-11T19:34:30.121Z PASS [ 0.039s] ( 63/3424) db-macros tests::test_derive_metadata_identity_fails_for_enums
60232026-09-11T19:34:30.161Z PASS [ 0.039s] ( 64/3424) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
60242026-09-11T19:34:30.198Z PASS [ 0.037s] ( 65/3424) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
60252026-09-11T19:34:30.232Z PASS [ 0.033s] ( 66/3424) db-macros tests::test_derive_metadata_identity_fails_without_table_name
60262026-09-11T19:34:30.268Z PASS [ 0.035s] ( 67/3424) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
60272026-09-11T19:34:30.303Z PASS [ 0.037s] ( 68/3424) db-macros tests::test_derive_snapshots
60282026-09-11T19:34:30.336Z PASS [ 0.032s] ( 69/3424) db-macros tests::test_derive_with_unknown_field
60292026-09-11T19:34:30.435Z PASS [ 0.099s] ( 70/3424) dns-server storage::test::test_update_basic
60302026-09-11T19:34:30.534Z PASS [ 0.099s] ( 71/3424) dns-server storage::test::test_update_in_progress
60312026-09-11T19:34:30.630Z PASS [ 0.096s] ( 72/3424) dns-server storage::test::test_update_interrupted
60322026-09-11T19:34:30.733Z PASS [ 0.103s] ( 73/3424) dns-server storage::test::test_zone_gets_soa_record
60332026-09-11T19:34:30.895Z PASS [ 0.162s] ( 74/3424) dns-server::basic_test a_crud
60342026-09-11T19:34:31.076Z PASS [ 0.180s] ( 75/3424) dns-server::basic_test aaaa_crud
60352026-09-11T19:34:31.222Z PASS [ 0.146s] ( 76/3424) dns-server::basic_test answers_match_question
60362026-09-11T19:34:31.377Z PASS [ 0.156s] ( 77/3424) dns-server::basic_test empty_record
60372026-09-11T19:34:31.539Z PASS [ 0.162s] ( 78/3424) dns-server::basic_test multi_record_crud
60382026-09-11T19:34:31.779Z PASS [ 0.240s] ( 79/3424) dns-server::basic_test name_contains_zone
60392026-09-11T19:34:31.994Z PASS [ 0.214s] ( 80/3424) dns-server::basic_test nxdomain
60402026-09-11T19:34:32.123Z PASS [ 0.129s] ( 81/3424) dns-server::basic_test receives_on_multiple_sockets
60412026-09-11T19:34:32.251Z PASS [ 0.128s] ( 82/3424) dns-server::basic_test servfail
60422026-09-11T19:34:32.376Z PASS [ 3.190s] ( 83/3424) db-dev::test-db-dev test_db_killed
60432026-09-11T19:34:32.430Z PASS [ 0.179s] ( 84/3424) dns-server::basic_test soa
60442026-09-11T19:34:32.518Z PASS [ 0.142s] ( 85/3424) dns-server::basic_test srv_crud
60452026-09-11T19:34:32.535Z PASS [ 0.018s] ( 86/3424) dns-server::bin/dns-server test::can_parse_multiple_valid_socket_addrs
60462026-09-11T19:34:32.556Z PASS [ 0.020s] ( 87/3424) dns-server::bin/dns-server test::can_parse_single_socket_addr
60472026-09-11T19:34:32.577Z PASS [ 0.020s] ( 88/3424) dns-server::bin/dns-server test::fail_on_empty_input
60482026-09-11T19:34:32.597Z PASS [ 0.020s] ( 89/3424) dns-server::bin/dns-server test::fail_on_one_invalid_socket_addr
60492026-09-11T19:34:32.664Z PASS [ 0.231s] ( 90/3424) dns-server::cross_version_test cross_version_works
60502026-09-11T19:34:32.687Z PASS [ 0.026s] ( 91/3424) ereport-types tests::test_arb_json_deserializes
60512026-09-11T19:34:32.705Z PASS [ 0.018s] ( 92/3424) ereport-types tests::test_ena_from_str
60522026-09-11T19:34:32.726Z PASS [ 0.020s] ( 93/3424) ereport-types tests::test_ena_from_str_roundtrip
60532026-09-11T19:34:32.745Z PASS [ 0.019s] ( 94/3424) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
60542026-09-11T19:34:32.765Z PASS [ 0.020s] ( 95/3424) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
60552026-09-11T19:34:32.785Z PASS [ 0.020s] ( 96/3424) gfss gf256::tests::test_all_multiplication
60562026-09-11T19:34:32.802Z PASS [ 0.017s] ( 97/3424) gfss gf256::tests::test_all_multiplicative_inverses
60572026-09-11T19:34:32.821Z PASS [ 0.018s] ( 98/3424) gfss gf256::tests::test_docs_example
60582026-09-11T19:34:36.420Z PASS [ 3.822s] ( 99/3424) dnsadm::commands_test test_dnsadm
60592026-09-11T19:34:38.969Z PASS [ 2.550s] ( 100/3424) gfss shamir::tests::split_and_combine
60602026-09-11T19:34:38.991Z PASS [ 0.022s] ( 101/3424) gfss shamir::tests::test_share_reconstruction
60612026-09-11T19:34:39.021Z PASS [ 0.030s] ( 102/3424) illumos-utils destructor::test::test_delayed_delete
60622026-09-11T19:34:39.916Z PASS [ 0.896s] ( 103/3424) illumos-utils destructor::test::test_delayed_delete_with_error
60632026-09-11T19:34:39.946Z PASS [ 0.030s] ( 104/3424) illumos-utils destructor::test::test_destructor_bad_close
60642026-09-11T19:34:39.976Z PASS [ 0.029s] ( 105/3424) illumos-utils link::test::test_allocate
60652026-09-11T19:34:40.007Z PASS [ 0.031s] ( 106/3424) illumos-utils link::test::test_allocate_within_scopes
60662026-09-11T19:34:40.033Z PASS [ 0.026s] ( 107/3424) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
60672026-09-11T19:34:40.059Z PASS [ 0.026s] ( 108/3424) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
60682026-09-11T19:34:40.085Z PASS [ 0.026s] ( 109/3424) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
60692026-09-11T19:34:40.112Z PASS [ 0.027s] ( 110/3424) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
60702026-09-11T19:34:40.140Z PASS [ 0.028s] ( 111/3424) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
60712026-09-11T19:34:40.175Z PASS [ 0.035s] ( 112/3424) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
60722026-09-11T19:34:40.204Z PASS [ 0.029s] ( 113/3424) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
60732026-09-11T19:34:40.230Z PASS [ 0.026s] ( 114/3424) illumos-utils running_zone::tests::test_is_oxide_smf_service
60742026-09-11T19:34:40.260Z PASS [ 0.030s] ( 115/3424) illumos-utils svcs::tests::test_svc_parse_empty_success
60752026-09-11T19:34:40.289Z PASS [ 0.029s] ( 116/3424) illumos-utils svcs::tests::test_svc_parse_in_transition_and_unrecognized
60762026-09-11T19:34:40.319Z PASS [ 0.029s] ( 117/3424) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
60772026-09-11T19:34:40.349Z PASS [ 0.030s] ( 118/3424) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
60782026-09-11T19:34:40.382Z PASS [ 0.033s] ( 119/3424) illumos-utils svcs::tests::test_svc_parse_success
60792026-09-11T19:34:40.412Z PASS [ 0.029s] ( 120/3424) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
60802026-09-11T19:34:40.440Z PASS [ 0.028s] ( 121/3424) illumos-utils svcs::tests::test_to_enabled_not_online
60812026-09-11T19:34:40.472Z PASS [ 0.032s] ( 122/3424) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
60822026-09-11T19:34:40.527Z PASS [ 0.055s] ( 123/3424) illumos-utils zfs::test::directory_mutability
60832026-09-11T19:34:40.577Z PASS [ 0.050s] ( 124/3424) illumos-utils zfs::test::get_values_of_rpool
60842026-09-11T19:34:40.612Z PASS [ 0.035s] ( 125/3424) illumos-utils zfs::test::parse_dataset_bad_avail
60852026-09-11T19:34:40.649Z PASS [ 0.037s] ( 126/3424) illumos-utils zfs::test::parse_dataset_bad_quota
60862026-09-11T19:34:40.681Z PASS [ 0.032s] ( 127/3424) illumos-utils zfs::test::parse_dataset_bad_reservation
60872026-09-11T19:34:40.714Z PASS [ 0.031s] ( 128/3424) illumos-utils zfs::test::parse_dataset_bad_usage
60882026-09-11T19:34:40.742Z PASS [ 0.028s] ( 129/3424) illumos-utils zfs::test::parse_dataset_bad_uuid
60892026-09-11T19:34:40.773Z PASS [ 0.032s] ( 130/3424) illumos-utils zfs::test::parse_dataset_missing_fields
60902026-09-11T19:34:40.803Z PASS [ 0.030s] ( 131/3424) illumos-utils zfs::test::parse_dataset_props
60912026-09-11T19:34:40.833Z PASS [ 0.028s] ( 132/3424) illumos-utils zfs::test::parse_dataset_props_with_optionals
60922026-09-11T19:34:40.859Z PASS [ 0.027s] ( 133/3424) illumos-utils zfs::test::parse_dataset_too_many_columns
60932026-09-11T19:34:40.887Z PASS [ 0.028s] ( 134/3424) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
60942026-09-11T19:34:40.918Z PASS [ 0.031s] ( 135/3424) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
60952026-09-11T19:34:40.949Z PASS [ 0.030s] ( 136/3424) illumos-utils zfs::test::parse_quota_ignored_if_default
60962026-09-11T19:34:40.977Z PASS [ 0.028s] ( 137/3424) illumos-utils zfs::test::parse_reservation_ignored_if_default
60972026-09-11T19:34:41.004Z PASS [ 0.026s] ( 138/3424) illumos-utils zfs::test::parse_sorts_and_dedups
60982026-09-11T19:34:41.031Z PASS [ 0.027s] ( 139/3424) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
60992026-09-11T19:34:41.059Z PASS [ 0.027s] ( 140/3424) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
61002026-09-11T19:34:41.088Z PASS [ 0.029s] ( 141/3424) illumos-utils zfs::test::props_needing_update_none_matches_unset
61012026-09-11T19:34:41.115Z PASS [ 0.026s] ( 142/3424) illumos-utils zfs::test::props_needing_update_oxide_uuid
61022026-09-11T19:34:41.142Z PASS [ 0.027s] ( 143/3424) illumos-utils zfs::test::props_needing_update_skips_matching_values
61032026-09-11T19:34:41.169Z PASS [ 0.027s] ( 144/3424) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
61042026-09-11T19:34:41.194Z PASS [ 0.025s] ( 145/3424) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
61052026-09-11T19:34:41.231Z PASS [ 0.036s] ( 146/3424) illumos-utils zone::tests::delete_nonexistent_address
61062026-09-11T19:34:41.254Z PASS [ 0.023s] ( 147/3424) illumos-utils zone::tests::test_parse_ip_network
61072026-09-11T19:34:41.281Z PASS [ 0.027s] ( 148/3424) illumos-utils zpool::test::test_parse_zpool
61082026-09-11T19:34:41.306Z PASS [ 0.025s] ( 149/3424) illumos-utils zpool::test::test_parse_zpool_missing_column
61092026-09-11T19:34:41.889Z PASS [ 9.067s] ( 150/3424) gfss polynomial::tests::test_polynomial_eval
61102026-09-11T19:34:41.923Z PASS [ 0.036s] ( 151/3424) installinator peers::tests::iter_no_preferred_preserves_btree_order
61112026-09-11T19:34:41.956Z PASS [ 0.032s] ( 152/3424) installinator peers::tests::last_known_peer_preferred
61122026-09-11T19:34:41.987Z PASS [ 0.031s] ( 153/3424) installinator peers::tests::last_known_peer_stale
61132026-09-11T19:34:42.605Z PASS [ 1.298s] ( 154/3424) installinator mock_peers::tests::proptest_fetch_artifact
61142026-09-11T19:34:42.666Z PASS [ 0.061s] ( 155/3424) installinator-common block_size_writer::tests::proptest_block_writer
61152026-09-11T19:34:42.834Z PASS [ 0.168s] ( 156/3424) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
61162026-09-11T19:34:42.990Z PASS [ 0.155s] ( 157/3424) internal-dns-resolver resolver::test::insert_and_lookup_one_record
61172026-09-11T19:34:43.126Z PASS [ 0.136s] ( 158/3424) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
61182026-09-11T19:34:43.197Z PASS [ 1.210s] ( 159/3424) installinator write::tests::proptest_write_artifact
61192026-09-11T19:34:43.270Z PASS [ 14.065s] ( 160/3424) db-dev::test-db-dev test_db_run
61202026-09-11T19:34:43.418Z PASS [ 0.292s] ( 161/3424) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
61212026-09-11T19:34:43.459Z PASS [ 0.188s] ( 162/3424) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
61222026-09-11T19:34:43.473Z PASS [ 0.276s] ( 163/3424) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
61232026-09-11T19:34:43.478Z PASS [ 0.020s] ( 164/3424) internal-dns-types config::test::display_hosts
61242026-09-11T19:34:43.494Z PASS [ 0.020s] ( 165/3424) internal-dns-types config::test::display_srv_service
61252026-09-11T19:34:43.498Z PASS [ 0.019s] ( 166/3424) internal-dns-types config::test::host_zone_switch_publishes_all_services
61262026-09-11T19:34:43.517Z PASS [ 0.023s] ( 167/3424) internal-dns-types config::test::test_builder_errors
61272026-09-11T19:34:43.521Z PASS [ 0.022s] ( 168/3424) internal-dns-types config::test::test_builder_output
61282026-09-11T19:34:43.539Z PASS [ 0.022s] ( 169/3424) internal-dns-types diff::test::diff_different
61292026-09-11T19:34:43.544Z PASS [ 0.022s] ( 170/3424) internal-dns-types diff::test::diff_equivalent
61302026-09-11T19:34:43.561Z PASS [ 0.018s] ( 171/3424) ipcc tests::deserialize_fixed_value
61312026-09-11T19:34:43.565Z PASS [ 0.022s] ( 172/3424) internal-dns-types diff::test::diff_invalid
61322026-09-11T19:34:43.582Z PASS [ 0.020s] ( 173/3424) ipcc tests::serialized_size
61332026-09-11T19:34:43.586Z PASS [ 0.023s] ( 174/3424) ipcc tests::installinator_image_id_round_trip
61342026-09-11T19:34:43.597Z PASS [ 0.179s] ( 175/3424) internal-dns-resolver resolver::test::update_record
61352026-09-11T19:34:43.606Z PASS [ 0.024s] ( 176/3424) key-manager tests::different_disks_produce_different_keys
61362026-09-11T19:34:43.639Z PASS [ 0.032s] ( 177/3424) key-manager tests::different_ikm_produces_different_keys
61372026-09-11T19:34:43.639Z PASS [ 0.022s] ( 178/3424) key-manager tests::disk_encryption_key_epoch_0
61382026-09-11T19:34:43.639Z PASS [ 0.023s] ( 179/3424) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
61392026-09-11T19:34:43.661Z PASS [ 0.044s] ( 180/3424) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
61402026-09-11T19:34:43.672Z PASS [ 0.052s] ( 181/3424) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
61412026-09-11T19:34:43.685Z PASS [ 0.052s] ( 182/3424) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
61422026-09-11T19:34:43.694Z PASS [ 0.033s] ( 183/3424) nexus-auth authn::external::session_cookie::test::test_get_token
61432026-09-11T19:34:43.708Z PASS [ 0.037s] ( 184/3424) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
61442026-09-11T19:34:43.719Z PASS [ 0.037s] ( 185/3424) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
61452026-09-11T19:34:43.730Z PASS [ 0.037s] ( 186/3424) nexus-auth authn::external::session_cookie::test::test_missing_cookie
61462026-09-11T19:34:43.752Z PASS [ 0.042s] ( 187/3424) nexus-auth authn::external::session_cookie::test::test_other_cookie
61472026-09-11T19:34:43.758Z PASS [ 0.039s] ( 188/3424) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
61482026-09-11T19:34:43.777Z PASS [ 0.044s] ( 189/3424) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
61492026-09-11T19:34:43.792Z PASS [ 0.033s] ( 190/3424) nexus-auth authn::external::spoof::test::test_make_header_value
61502026-09-11T19:34:43.796Z PASS [ 16.595s] ( 191/3424) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
61512026-09-11T19:34:43.805Z PASS [ 0.054s] ( 192/3424) nexus-auth authn::external::session_cookie::test::test_valid_cookie
61522026-09-11T19:34:43.814Z PASS [ 0.040s] ( 193/3424) nexus-auth authn::external::spoof::test::test_make_header_value_raw
61532026-09-11T19:34:43.825Z PASS [ 0.033s] ( 194/3424) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
61542026-09-11T19:34:43.837Z PASS [ 0.039s] ( 195/3424) nexus-auth authn::external::spoof::test::test_spoof_header_missing
61552026-09-11T19:34:43.847Z PASS [ 0.041s] ( 196/3424) nexus-auth authn::external::spoof::test::test_spoof_header_valid
61562026-09-11T19:34:43.855Z PASS [ 0.040s] ( 197/3424) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
61572026-09-11T19:34:43.865Z PASS [ 0.039s] ( 198/3424) nexus-auth authn::external::test::test_authn_sequence
61582026-09-11T19:34:43.873Z PASS [ 0.037s] ( 199/3424) nexus-auth authn::external::token::test::test_make_header_value
61592026-09-11T19:34:43.889Z PASS [ 0.038s] ( 200/3424) nexus-auth authn::external::token::test::test_token_header_bad_utf8
61602026-09-11T19:34:43.895Z PASS [ 0.038s] ( 201/3424) nexus-auth authn::external::token::test::test_token_header_missing
61612026-09-11T19:34:43.904Z PASS [ 0.039s] ( 202/3424) nexus-auth authn::external::token::test::test_token_header_valid
61622026-09-11T19:34:43.911Z PASS [ 0.039s] ( 203/3424) nexus-auth authn::test::test_internal_users
61632026-09-11T19:34:43.937Z PASS [ 0.045s] ( 204/3424) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
61642026-09-11T19:34:44.012Z PASS [ 0.088s] ( 205/3424) nexus-auth authz::context::test::test_unregistered_resource
61652026-09-11T19:34:44.026Z PASS [ 0.075s] ( 206/3424) nexus-auth context::test::test_background_context
61662026-09-11T19:34:44.026Z PASS [ 0.068s] ( 207/3424) nexus-auth context::test::test_child_context
61672026-09-11T19:34:44.026Z PASS [ 0.031s] ( 208/3424) nexus-config nexus_config::test::test_bad_authn_schemes
61682026-09-11T19:34:44.027Z PASS [ 0.071s] ( 209/3424) nexus-auth context::test::test_test_context
61692026-09-11T19:34:44.027Z PASS [ 0.033s] ( 210/3424) nexus-config nexus_config::test::test_config_bad_toml
61702026-09-11T19:34:44.027Z PASS [ 0.036s] ( 211/3424) nexus-config nexus_config::test::test_config_empty
61712026-09-11T19:34:44.045Z PASS [ 0.030s] ( 212/3424) nexus-config nexus_config::test::test_config_nonexistent
61722026-09-11T19:34:44.058Z PASS [ 0.034s] ( 213/3424) nexus-config nexus_config::test::test_deployment_config_schema
61732026-09-11T19:34:44.058Z PASS [ 0.036s] ( 214/3424) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
61742026-09-11T19:34:44.072Z PASS [ 0.037s] ( 215/3424) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
61752026-09-11T19:34:44.099Z PASS [ 0.042s] ( 216/3424) nexus-config nexus_config::test::test_repo_configs_are_valid
61762026-09-11T19:34:44.099Z PASS [ 0.031s] ( 217/3424) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
61772026-09-11T19:34:44.099Z PASS [ 0.044s] ( 218/3424) nexus-config nexus_config::test::test_valid
61782026-09-11T19:34:44.135Z PASS [ 0.034s] ( 219/3424) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
61792026-09-11T19:34:44.150Z PASS [ 0.027s] ( 220/3424) nexus-config postgres_config::test::test_all_addresses_single_host
61802026-09-11T19:34:44.150Z PASS [ 0.033s] ( 221/3424) nexus-config postgres_config::test::test_bad_url
61812026-09-11T19:34:44.150Z PASS [ 0.027s] ( 222/3424) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
61822026-09-11T19:34:44.150Z PASS [ 0.035s] ( 223/3424) nexus-config postgres_config::test::test_example_url
61832026-09-11T19:34:44.150Z PASS [ 0.030s] ( 224/3424) nexus-db-fixed-data test::test_allowlist_id_is_valid
61842026-09-11T19:34:44.179Z PASS [ 0.031s] ( 225/3424) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
61852026-09-11T19:34:44.179Z PASS [ 0.034s] ( 226/3424) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
61862026-09-11T19:34:44.179Z PASS [ 0.029s] ( 227/3424) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
61872026-09-11T19:34:44.197Z PASS [ 0.029s] ( 228/3424) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
61882026-09-11T19:34:44.227Z PASS [ 0.045s] ( 229/3424) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
61892026-09-11T19:34:44.227Z PASS [ 0.034s] ( 230/3424) nexus-db-model bytecount::test::test_bytecount_i64_conversions
61902026-09-11T19:34:44.227Z PASS [ 0.038s] ( 231/3424) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
61912026-09-11T19:34:44.242Z PASS [ 0.031s] ( 232/3424) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
61922026-09-11T19:34:44.242Z PASS [ 0.035s] ( 233/3424) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
61932026-09-11T19:34:44.259Z PASS [ 0.035s] ( 234/3424) nexus-db-model device_auth::test::test_generate_user_code
61942026-09-11T19:34:44.285Z PASS [ 0.034s] ( 235/3424) nexus-db-model instance_state::tests::test_from_str_roundtrips
61952026-09-11T19:34:44.286Z PASS [ 0.035s] ( 236/3424) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
61962026-09-11T19:34:44.297Z PASS [ 0.033s] ( 237/3424) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
61972026-09-11T19:34:44.297Z PASS [ 0.029s] ( 238/3424) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
61982026-09-11T19:34:44.309Z PASS [ 0.029s] ( 239/3424) nexus-db-model role_assignment::tests::test_role_assignment_from_database
61992026-09-11T19:34:44.310Z PASS [ 0.026s] ( 240/3424) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
62002026-09-11T19:34:44.352Z PASS [ 0.040s] ( 241/3424) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
62012026-09-11T19:34:44.387Z PASS [ 0.060s] ( 242/3424) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
62022026-09-11T19:34:44.387Z PASS [ 0.049s] ( 243/3424) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
62032026-09-11T19:34:44.388Z PASS [ 0.044s] ( 244/3424) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
62042026-09-11T19:34:44.414Z PASS [ 0.050s] ( 245/3424) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
62052026-09-11T19:34:44.446Z PASS [ 0.055s] ( 246/3424) nexus-db-model schema_versions::test::test_classify_create_index
62062026-09-11T19:34:44.467Z PASS [ 0.050s] ( 247/3424) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
62072026-09-11T19:34:44.467Z PASS [ 0.049s] ( 248/3424) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
62082026-09-11T19:34:44.472Z PASS [ 0.039s] ( 249/3424) nexus-db-model schema_versions::test::test_classify_dml_ignored
62092026-09-11T19:34:44.486Z PASS [ 0.042s] ( 250/3424) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
62102026-09-11T19:34:44.490Z PASS [ 0.035s] ( 251/3424) nexus-db-model schema_versions::test::test_known_versions
62112026-09-11T19:34:44.504Z PASS [ 0.047s] ( 252/3424) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
62122026-09-11T19:34:44.536Z PASS [ 0.045s] ( 253/3424) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
62132026-09-11T19:34:44.541Z PASS [ 0.039s] ( 254/3424) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
62142026-09-11T19:34:44.558Z PASS [ 0.075s] ( 255/3424) nexus-db-model schema_versions::test::test_migration_verification_files
62152026-09-11T19:34:44.588Z PASS [ 0.038s] ( 256/3424) nexus-db-model schema_versions::test::test_one_ddl_enforcement
62162026-09-11T19:34:44.594Z PASS [ 0.038s] ( 257/3424) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
62172026-09-11T19:34:44.595Z PASS [ 0.058s] ( 258/3424) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
62182026-09-11T19:34:44.618Z PASS [ 0.044s] ( 259/3424) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
62192026-09-11T19:34:44.642Z PASS [ 0.053s] ( 260/3424) nexus-db-model schema_versions::test::test_preprocess_storing
62202026-09-11T19:34:44.668Z PASS [ 0.072s] ( 261/3424) nexus-db-model schema_versions::test::test_preprocess_type_array
62212026-09-11T19:34:44.674Z PASS [ 0.055s] ( 262/3424) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
62222026-09-11T19:34:44.689Z PASS [ 0.049s] ( 263/3424) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
62232026-09-11T19:34:44.707Z PASS [ 0.041s] ( 264/3424) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
62242026-09-11T19:34:44.713Z PASS [ 0.040s] ( 265/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
62252026-09-11T19:34:44.719Z PASS [ 0.030s] ( 266/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
62262026-09-11T19:34:44.761Z PASS [ 0.034s] ( 267/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
62272026-09-11T19:34:44.772Z PASS [ 0.037s] ( 268/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
62282026-09-11T19:34:44.772Z PASS [ 0.033s] ( 269/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
62292026-09-11T19:34:44.782Z PASS [ 0.027s] ( 270/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
62302026-09-11T19:34:44.782Z PASS [ 0.030s] ( 271/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
62312026-09-11T19:34:44.794Z PASS [ 0.030s] ( 272/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
62322026-09-11T19:34:44.800Z PASS [ 0.028s] ( 273/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
62332026-09-11T19:34:44.807Z PASS [ 0.031s] ( 274/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
62342026-09-11T19:34:44.813Z PASS [ 0.031s] ( 275/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
62352026-09-11T19:34:44.828Z PASS [ 0.027s] ( 276/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
62362026-09-11T19:34:44.836Z PASS [ 0.027s] ( 277/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
62372026-09-11T19:34:44.840Z PASS [ 0.027s] ( 278/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
62382026-09-11T19:34:44.853Z PASS [ 0.030s] ( 279/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
62392026-09-11T19:34:44.868Z PASS [ 0.030s] ( 280/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
62402026-09-11T19:34:44.874Z PASS [ 0.033s] ( 281/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
62412026-09-11T19:34:44.890Z PASS [ 0.029s] ( 282/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
62422026-09-11T19:34:44.901Z PASS [ 0.031s] ( 283/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
62432026-09-11T19:34:44.908Z PASS [ 0.029s] ( 284/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
62442026-09-11T19:34:44.922Z PASS [ 0.028s] ( 285/3424) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
62452026-09-11T19:34:44.932Z PASS [ 0.030s] ( 286/3424) nexus-db-model schema_versions::test::test_verification_query_add_constraint
62462026-09-11T19:34:44.943Z PASS [ 0.031s] ( 287/3424) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
62472026-09-11T19:34:44.952Z PASS [ 0.029s] ( 288/3424) nexus-db-model schema_versions::test::test_verification_query_create_index
62482026-09-11T19:34:44.967Z PASS [ 0.027s] ( 289/3424) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
62492026-09-11T19:34:44.973Z PASS [ 0.036s] ( 290/3424) nexus-db-model schema_versions::test::test_verify
62502026-09-11T19:34:44.996Z PASS [ 0.035s] ( 291/3424) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
62512026-09-11T19:34:45.009Z PASS [ 0.034s] ( 292/3424) nexus-db-model semver_version::test::test_to_from_sortable_string
62522026-09-11T19:34:45.009Z PASS [ 0.030s] ( 293/3424) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
62532026-09-11T19:34:45.024Z PASS [ 0.030s] ( 294/3424) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
62542026-09-11T19:34:45.029Z PASS [ 0.030s] ( 295/3424) nexus-db-model switch_port::tests::router_peer_type_test_ip_db_repr
62552026-09-11T19:34:45.034Z PASS [ 0.033s] ( 296/3424) nexus-db-model tests::test_ip_subnet_check_requestable_address
62562026-09-11T19:34:45.041Z PASS [ 0.034s] ( 297/3424) nexus-db-model tests::test_ipv6_net_random_subnet
62572026-09-11T19:34:45.057Z PASS [ 0.037s] ( 298/3424) nexus-db-model tests::test_roles_database_strings
62582026-09-11T19:34:45.077Z PASS [ 0.028s] ( 299/3424) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
62592026-09-11T19:34:45.082Z PASS [ 0.032s] ( 300/3424) nexus-db-model typed_uuid::tests::test_compare_consistency
62602026-09-11T19:34:45.088Z PASS [ 0.029s] ( 301/3424) nexus-db-model typed_uuid::tests::test_hash_equality
62612026-09-11T19:34:45.094Z PASS [ 0.032s] ( 302/3424) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
62622026-09-11T19:34:45.122Z PASS [ 0.029s] ( 303/3424) nexus-db-model vmm_state::tests::test_from_str_roundtrips
62632026-09-11T19:34:45.128Z PASS [ 0.047s] ( 304/3424) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
62642026-09-11T19:34:45.128Z PASS [ 0.030s] ( 305/3424) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
62652026-09-11T19:34:45.146Z PASS [ 0.028s] ( 306/3424) nexus-db-model vmm_state::tests::test_terminal_states_consistent
62662026-09-11T19:34:46.482Z PASS [ 19.267s] ( 307/3424) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
62672026-09-11T19:34:46.839Z PASS [ 2.717s] ( 308/3424) nexus-db-lookup::integration lookup::test_lookup
62682026-09-11T19:34:47.262Z PASS [ 20.063s] ( 309/3424) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
62692026-09-11T19:34:47.997Z PASS [ 2.879s] ( 310/3424) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
62702026-09-11T19:34:48.487Z PASS [ 3.363s] ( 311/3424) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
62712026-09-11T19:34:48.526Z PASS [ 3.384s] ( 312/3424) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
62722026-09-11T19:34:49.382Z PASS [ 2.909s] ( 313/3424) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
62732026-09-11T19:34:49.765Z PASS [ 2.926s] ( 314/3424) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
62742026-09-11T19:34:50.024Z PASS [ 2.761s] ( 315/3424) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
62752026-09-11T19:34:50.377Z PASS [ 23.172s] ( 316/3424) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
62762026-09-11T19:34:50.429Z PASS [ 0.051s] ( 317/3424) nexus-db-queries db::collection_attach::test::test_verify_query
62772026-09-11T19:34:50.530Z PASS [ 23.335s] ( 318/3424) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
62782026-09-11T19:34:50.794Z PASS [ 2.797s] ( 319/3424) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
62792026-09-11T19:34:51.117Z PASS [ 23.914s] ( 320/3424) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
62802026-09-11T19:34:51.427Z PASS [ 2.902s] ( 321/3424) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
62812026-09-11T19:34:51.464Z PASS [ 2.977s] ( 322/3424) nexus-db-queries db::collection_attach::test::test_attach_once
62822026-09-11T19:34:51.517Z PASS [ 24.321s] ( 323/3424) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
62832026-09-11T19:34:51.568Z PASS [ 0.051s] ( 324/3424) nexus-db-queries db::collection_detach::test::test_verify_query
62842026-09-11T19:34:52.158Z PASS [ 24.962s] ( 325/3424) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
62852026-09-11T19:34:52.302Z PASS [ 25.097s] ( 326/3424) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
62862026-09-11T19:34:52.402Z PASS [ 3.020s] ( 327/3424) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
62872026-09-11T19:34:52.449Z PASS [ 25.255s] ( 328/3424) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
62882026-09-11T19:34:52.650Z PASS [ 2.885s] ( 329/3424) nexus-db-queries db::collection_attach::test::test_attach_with_filters
62892026-09-11T19:34:52.814Z PASS [ 2.791s] ( 330/3424) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
62902026-09-11T19:34:52.890Z PASS [ 25.687s] ( 331/3424) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
62912026-09-11T19:34:53.042Z PASS [ 25.845s] ( 332/3424) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
62922026-09-11T19:34:53.095Z PASS [ 0.053s] ( 333/3424) nexus-db-queries db::collection_detach_many::test::test_verify_query
62932026-09-11T19:34:53.142Z PASS [ 2.713s] ( 334/3424) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
62942026-09-11T19:34:53.205Z PASS [ 26.007s] ( 335/3424) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
62952026-09-11T19:34:53.259Z PASS [ 0.054s] ( 336/3424) nexus-db-queries db::collection_insert::test::test_verify_query
62962026-09-11T19:34:53.308Z PASS [ 0.049s] ( 337/3424) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
62972026-09-11T19:34:53.320Z PASS [ 2.790s] ( 338/3424) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
62982026-09-11T19:34:53.360Z PASS [ 0.052s] ( 339/3424) nexus-db-queries db::column_walker::test::test_walk_columns
62992026-09-11T19:34:53.373Z PASS [ 0.053s] ( 340/3424) nexus-db-queries db::column_walker::test::test_walk_table
63002026-09-11T19:34:53.556Z PASS [ 2.762s] ( 341/3424) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
63012026-09-11T19:34:53.961Z PASS [ 2.843s] ( 342/3424) nexus-db-queries db::collection_detach::test::test_detach_once
63022026-09-11T19:34:54.326Z PASS [ 2.862s] ( 343/3424) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
63032026-09-11T19:34:54.391Z PASS [ 2.964s] ( 344/3424) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
63042026-09-11T19:34:54.442Z PASS [ 2.873s] ( 345/3424) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
63052026-09-11T19:34:55.049Z PASS [ 2.890s] ( 346/3424) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
63062026-09-11T19:34:55.340Z PASS [ 3.037s] ( 347/3424) nexus-db-queries db::collection_detach_many::test::test_detach_many
63072026-09-11T19:34:55.368Z PASS [ 2.966s] ( 348/3424) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
63082026-09-11T19:34:55.400Z PASS [ 2.948s] ( 349/3424) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
63092026-09-11T19:34:55.584Z PASS [ 2.934s] ( 350/3424) nexus-db-queries db::collection_detach_many::test::test_detach_once
63102026-09-11T19:34:55.734Z PASS [ 2.919s] ( 351/3424) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
63112026-09-11T19:34:55.890Z PASS [ 2.999s] ( 352/3424) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
63122026-09-11T19:34:55.920Z PASS [ 2.824s] ( 353/3424) nexus-db-queries db::collection_insert::test::test_collection_not_present
63132026-09-11T19:34:55.974Z PASS [ 2.832s] ( 354/3424) nexus-db-queries db::collection_insert::test::test_collection_present
63142026-09-11T19:34:57.311Z PASS [ 30.115s] ( 355/3424) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
63152026-09-11T19:34:57.529Z PASS [ 30.335s] ( 356/3424) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
63162026-09-11T19:34:57.993Z PASS [ 4.619s] ( 357/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
63172026-09-11T19:34:58.039Z PASS [ 4.679s] ( 358/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
63182026-09-11T19:34:58.413Z PASS [ 4.452s] ( 359/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
63192026-09-11T19:34:59.205Z PASS [ 4.878s] ( 360/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
63202026-09-11T19:34:59.244Z PASS [ 4.802s] ( 361/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
63212026-09-11T19:34:59.665Z PASS [ 32.471s] ( 362/3424) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
63222026-09-11T19:34:59.816Z PASS [ 4.447s] ( 363/3424) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
63232026-09-11T19:34:59.843Z PASS [ 4.504s] ( 364/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
63242026-09-11T19:34:59.843Z PASS [ 5.451s] ( 365/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
63252026-09-11T19:34:59.867Z PASS [ 4.469s] ( 366/3424) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
63262026-09-11T19:35:00.014Z PASS [ 4.965s] ( 367/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
63272026-09-11T19:35:00.155Z PASS [ 4.571s] ( 368/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
63282026-09-11T19:35:00.312Z PASS [ 6.755s] ( 369/3424) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
63292026-09-11T19:35:00.411Z PASS [ 4.677s] ( 370/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
63302026-09-11T19:35:00.484Z PASS [ 4.564s] ( 371/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
63312026-09-11T19:35:00.545Z PASS [ 33.349s] ( 372/3424) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
63322026-09-11T19:35:00.603Z PASS [ 4.628s] ( 373/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
63332026-09-11T19:35:01.611Z PASS [ 34.416s] ( 374/3424) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63342026-09-11T19:35:02.020Z PASS [ 34.826s] ( 375/3424) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63352026-09-11T19:35:02.148Z PASS [ 4.619s] ( 376/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
63362026-09-11T19:35:02.428Z PASS [ 4.389s] ( 377/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
63372026-09-11T19:35:02.534Z PASS [ 6.644s] ( 378/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
63382026-09-11T19:35:02.876Z PASS [ 4.463s] ( 379/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
63392026-09-11T19:35:02.914Z PASS [ 5.602s] ( 380/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
63402026-09-11T19:35:02.976Z PASS [ 3.133s] ( 381/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
63412026-09-11T19:35:02.992Z PASS [ 2.978s] ( 382/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
63422026-09-11T19:35:02.998Z PASS [ 3.155s] ( 383/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
63432026-09-11T19:35:03.026Z PASS [ 3.159s] ( 384/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
63442026-09-11T19:35:03.044Z PASS [ 2.889s] ( 385/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
63452026-09-11T19:35:03.065Z PASS [ 5.071s] ( 386/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
63462026-09-11T19:35:03.206Z PASS [ 2.893s] ( 387/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
63472026-09-11T19:35:03.601Z PASS [ 3.190s] ( 388/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
63482026-09-11T19:35:03.606Z PASS [ 3.003s] ( 389/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
63492026-09-11T19:35:03.610Z PASS [ 3.124s] ( 390/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
63502026-09-11T19:35:03.708Z PASS [ 3.163s] ( 391/3424) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
63512026-09-11T19:35:03.733Z PASS [ 4.528s] ( 392/3424) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
63522026-09-11T19:35:03.958Z PASS [ 4.142s] ( 393/3424) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
63532026-09-11T19:35:04.654Z PASS [ 37.460s] ( 394/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
63542026-09-11T19:35:04.992Z PASS [ 5.747s] ( 395/3424) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
63552026-09-11T19:35:05.265Z PASS [ 38.066s] ( 396/3424) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
63562026-09-11T19:35:05.520Z PASS [ 3.909s] ( 397/3424) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
63572026-09-11T19:35:05.583Z PASS [ 5.917s] ( 398/3424) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
63582026-09-11T19:35:05.788Z PASS [ 2.911s] ( 399/3424) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
63592026-09-11T19:35:06.066Z PASS [ 4.047s] ( 400/3424) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
63602026-09-11T19:35:06.167Z PASS [ 4.019s] ( 401/3424) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
63612026-09-11T19:35:06.541Z PASS [ 4.112s] ( 402/3424) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
63622026-09-11T19:35:06.574Z PASS [ 4.040s] ( 403/3424) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
63632026-09-11T19:35:06.974Z PASS [ 39.778s] ( 404/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
63642026-09-11T19:35:07.108Z PASS [ 39.907s] ( 405/3424) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
63652026-09-11T19:35:07.140Z PASS [ 4.114s] ( 406/3424) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
63662026-09-11T19:35:07.154Z PASS [ 4.178s] ( 407/3424) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
63672026-09-11T19:35:07.171Z PASS [ 4.172s] ( 408/3424) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
63682026-09-11T19:35:07.242Z PASS [ 4.198s] ( 409/3424) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
63692026-09-11T19:35:07.273Z PASS [ 4.281s] ( 410/3424) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
63702026-09-11T19:35:07.307Z PASS [ 4.243s] ( 411/3424) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
63712026-09-11T19:35:07.385Z PASS [ 4.180s] ( 412/3424) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
63722026-09-11T19:35:07.392Z PASS [ 4.478s] ( 413/3424) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
63732026-09-11T19:35:07.615Z PASS [ 4.008s] ( 414/3424) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
63742026-09-11T19:35:07.621Z PASS [ 4.012s] ( 415/3424) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
63752026-09-11T19:35:07.652Z PASS [ 4.051s] ( 416/3424) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
63762026-09-11T19:35:07.705Z PASS [ 3.997s] ( 417/3424) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
63772026-09-11T19:35:07.805Z PASS [ 4.072s] ( 418/3424) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
63782026-09-11T19:35:08.076Z PASS [ 4.118s] ( 419/3424) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
63792026-09-11T19:35:08.103Z PASS [ 0.995s] ( 420/3424) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
63802026-09-11T19:35:08.161Z PASS [ 1.021s] ( 421/3424) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
63812026-09-11T19:35:08.667Z PASS [ 4.013s] ( 422/3424) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
63822026-09-11T19:35:08.735Z PASS [ 0.930s] ( 423/3424) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
63832026-09-11T19:35:08.852Z PASS [ 0.775s] ( 424/3424) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
63842026-09-11T19:35:08.856Z PASS [ 2.686s] ( 425/3424) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
63852026-09-11T19:35:08.942Z PASS [ 3.950s] ( 426/3424) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
63862026-09-11T19:35:09.263Z PASS [ 1.102s] ( 427/3424) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
63872026-09-11T19:35:09.272Z PASS [ 4.007s] ( 428/3424) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
63882026-09-11T19:35:09.502Z PASS [ 2.927s] ( 429/3424) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
63892026-09-11T19:35:09.597Z PASS [ 4.078s] ( 430/3424) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
63902026-09-11T19:35:09.597Z PASS [ 4.015s] ( 431/3424) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
63912026-09-11T19:35:09.693Z PASS [ 3.906s] ( 432/3424) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
63922026-09-11T19:35:10.070Z PASS [ 2.916s] ( 433/3424) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
63932026-09-11T19:35:10.088Z PASS [ 2.917s] ( 434/3424) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
63942026-09-11T19:35:10.102Z PASS [ 3.550s] ( 435/3424) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
63952026-09-11T19:35:10.164Z PASS [ 2.922s] ( 436/3424) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
63962026-09-11T19:35:10.190Z PASS [ 2.917s] ( 437/3424) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
63972026-09-11T19:35:10.278Z PASS [ 2.970s] ( 438/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
63982026-09-11T19:35:10.295Z PASS [ 2.911s] ( 439/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
63992026-09-11T19:35:10.325Z PASS [ 0.255s] ( 440/3424) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
64002026-09-11T19:35:10.330Z PASS [ 4.264s] ( 441/3424) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
64012026-09-11T19:35:10.348Z PASS [ 2.956s] ( 442/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
64022026-09-11T19:35:10.546Z PASS [ 2.931s] ( 443/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
64032026-09-11T19:35:10.577Z PASS [ 2.925s] ( 444/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
64042026-09-11T19:35:10.610Z PASS [ 2.989s] ( 445/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
64052026-09-11T19:35:10.610Z PASS [ 2.906s] ( 446/3424) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
64062026-09-11T19:35:10.759Z PASS [ 3.786s] ( 447/3424) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
64072026-09-11T19:35:11.311Z PASS [ 2.643s] ( 448/3424) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
64082026-09-11T19:35:11.371Z PASS [ 2.635s] ( 449/3424) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
64092026-09-11T19:35:11.536Z PASS [ 2.594s] ( 450/3424) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
64102026-09-11T19:35:11.600Z PASS [ 2.748s] ( 451/3424) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
64112026-09-11T19:35:11.611Z PASS [ 2.758s] ( 452/3424) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
64122026-09-11T19:35:11.666Z PASS [ 0.054s] ( 453/3424) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
64132026-09-11T19:35:11.922Z PASS [ 3.818s] ( 454/3424) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
64142026-09-11T19:35:11.984Z PASS [ 2.721s] ( 455/3424) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
64152026-09-11T19:35:12.001Z PASS [ 2.729s] ( 456/3424) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
64162026-09-11T19:35:12.618Z PASS [ 2.531s] ( 457/3424) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
64172026-09-11T19:35:13.891Z PASS [ 4.197s] ( 458/3424) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
64182026-09-11T19:35:13.953Z PASS [ 4.355s] ( 459/3424) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
64192026-09-11T19:35:14.192Z PASS [ 3.867s] ( 460/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
64202026-09-11T19:35:14.231Z PASS [ 4.630s] ( 461/3424) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
64212026-09-11T19:35:14.234Z PASS [ 4.141s] ( 462/3424) nexus-db-queries db::datastore::deployment::tests::test_blueprint_zone_requires_exactly_one_external_ip
64222026-09-11T19:35:14.234Z PASS [ 0.279s] ( 463/3424) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
64232026-09-11T19:35:14.234Z PASS [ 3.902s] ( 464/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
64242026-09-11T19:35:14.281Z PASS [ 3.932s] ( 465/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
64252026-09-11T19:35:14.284Z PASS [ 4.780s] ( 466/3424) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
64262026-09-11T19:35:14.400Z PASS [ 4.236s] ( 467/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_target_delete_up_to
64272026-09-11T19:35:14.473Z PASS [ 0.281s] ( 468/3424) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
64282026-09-11T19:35:14.615Z PASS [ 0.384s] ( 469/3424) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
64292026-09-11T19:35:14.651Z PASS [ 0.419s] ( 470/3424) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
64302026-09-11T19:35:14.700Z PASS [ 4.123s] ( 471/3424) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
64312026-09-11T19:35:14.787Z PASS [ 4.492s] ( 472/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_target_list_page
64322026-09-11T19:35:15.104Z PASS [ 4.914s] ( 473/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable
64332026-09-11T19:35:15.138Z PASS [ 4.528s] ( 474/3424) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
64342026-09-11T19:35:15.193Z PASS [ 4.434s] ( 475/3424) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
64352026-09-11T19:35:15.471Z PASS [ 4.861s] ( 476/3424) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
64362026-09-11T19:35:15.603Z PASS [ 5.057s] ( 477/3424) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
64372026-09-11T19:35:15.789Z PASS [ 4.124s] ( 478/3424) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
64382026-09-11T19:35:15.837Z PASS [ 4.237s] ( 479/3424) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
64392026-09-11T19:35:15.869Z PASS [ 4.499s] ( 480/3424) nexus-db-queries db::datastore::deployment::tests::test_set_target
64402026-09-11T19:35:16.231Z PASS [ 4.229s] ( 481/3424) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
64412026-09-11T19:35:16.257Z PASS [ 4.721s] ( 482/3424) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
64422026-09-11T19:35:16.263Z PASS [ 4.342s] ( 483/3424) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
64432026-09-11T19:35:16.859Z PASS [ 2.625s] ( 484/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
64442026-09-11T19:35:16.904Z PASS [ 2.671s] ( 485/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
64452026-09-11T19:35:16.918Z PASS [ 4.300s] ( 486/3424) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
64462026-09-11T19:35:16.927Z PASS [ 4.943s] ( 487/3424) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
64472026-09-11T19:35:17.016Z PASS [ 2.735s] ( 488/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
64482026-09-11T19:35:17.020Z PASS [ 2.617s] ( 489/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
64492026-09-11T19:35:17.035Z PASS [ 2.753s] ( 490/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
64502026-09-11T19:35:17.077Z PASS [ 2.602s] ( 491/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
64512026-09-11T19:35:17.112Z PASS [ 2.497s] ( 492/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
64522026-09-11T19:35:17.138Z PASS [ 0.219s] ( 493/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_assign_pool_to_service_query
64532026-09-11T19:35:17.152Z PASS [ 0.225s] ( 494/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_unassign_pool_from_service_query
64542026-09-11T19:35:17.183Z PASS [ 2.532s] ( 495/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
64552026-09-11T19:35:17.227Z PASS [ 5.916s] ( 496/3424) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
64562026-09-11T19:35:17.253Z PASS [ 2.553s] ( 497/3424) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
64572026-09-11T19:35:17.309Z PASS [ 2.521s] ( 498/3424) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
64582026-09-11T19:35:17.687Z PASS [ 3.788s] ( 499/3424) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
64592026-09-11T19:35:17.706Z PASS [ 2.602s] ( 500/3424) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
64602026-09-11T19:35:18.817Z PASS [ 3.678s] ( 501/3424) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
64612026-09-11T19:35:18.886Z PASS [ 51.684s] ( 502/3424) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64622026-09-11T19:35:18.962Z PASS [ 3.768s] ( 503/3424) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
64632026-09-11T19:35:19.149Z PASS [ 3.677s] ( 504/3424) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
64642026-09-11T19:35:19.481Z PASS [ 3.878s] ( 505/3424) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
64652026-09-11T19:35:19.617Z PASS [ 3.780s] ( 506/3424) nexus-db-queries db::datastore::external_ip::tests::at_most_one_ephemeral_ip_per_instance_per_version
64662026-09-11T19:35:19.669Z PASS [ 9.391s] ( 507/3424) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable_dups
64672026-09-11T19:35:19.680Z PASS [ 3.810s] ( 508/3424) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_instance_floating_ip_names_within_a_project
64682026-09-11T19:35:20.028Z PASS [ 3.797s] ( 509/3424) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_service_floating_ip_names
64692026-09-11T19:35:20.028Z PASS [ 4.238s] ( 510/3424) nexus-db-queries db::datastore::external_ip::tests::all_external_ip_check_constraints
64702026-09-11T19:35:20.486Z PASS [ 4.229s] ( 511/3424) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
64712026-09-11T19:35:21.026Z PASS [ 4.761s] ( 512/3424) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
64722026-09-11T19:35:21.027Z PASS [ 4.008s] ( 513/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_nonexistent_pool_is_not_found
64732026-09-11T19:35:21.074Z PASS [ 3.997s] ( 514/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_silo_pool_is_rejected
64742026-09-11T19:35:21.267Z PASS [ 4.231s] ( 515/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_pool_to_service
64752026-09-11T19:35:21.336Z PASS [ 4.320s] ( 516/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_is_idempotent
64762026-09-11T19:35:21.351Z PASS [ 4.124s] ( 517/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_not_assigned_is_noop
64772026-09-11T19:35:21.356Z PASS [ 4.043s] ( 518/3424) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
64782026-09-11T19:35:21.361Z PASS [ 4.503s] ( 519/3424) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
64792026-09-11T19:35:21.457Z PASS [ 4.345s] ( 520/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_cannot_delete_pool_assigned_to_service
64802026-09-11T19:35:21.483Z PASS [ 4.299s] ( 521/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_last_pool_is_rejected
64812026-09-11T19:35:21.483Z PASS [ 4.330s] ( 522/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_pool_shared_by_two_services
64822026-09-11T19:35:21.542Z PASS [ 4.638s] ( 523/3424) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
64832026-09-11T19:35:21.626Z PASS [ 4.372s] ( 524/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_pool
64842026-09-11T19:35:21.653Z PASS [ 4.516s] ( 525/3424) nexus-db-queries db::datastore::external_service_ip_pool::test::test_list_and_pagination
64852026-09-11T19:35:21.874Z PASS [ 4.167s] ( 526/3424) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
64862026-09-11T19:35:22.005Z PASS [ 4.327s] ( 527/3424) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
64872026-09-11T19:35:22.972Z PASS [ 4.155s] ( 528/3424) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
64882026-09-11T19:35:23.006Z PASS [ 4.120s] ( 529/3424) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
64892026-09-11T19:35:23.173Z PASS [ 4.210s] ( 530/3424) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
64902026-09-11T19:35:23.364Z PASS [ 4.213s] ( 531/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
64912026-09-11T19:35:23.382Z PASS [ 3.901s] ( 532/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
64922026-09-11T19:35:23.603Z PASS [ 3.923s] ( 533/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
64932026-09-11T19:35:23.727Z PASS [ 4.058s] ( 534/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
64942026-09-11T19:35:23.798Z PASS [ 4.180s] ( 535/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
64952026-09-11T19:35:24.037Z PASS [ 0.309s] ( 536/3424) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
64962026-09-11T19:35:24.056Z PASS [ 4.028s] ( 537/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
64972026-09-11T19:35:24.069Z PASS [ 4.041s] ( 538/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
64982026-09-11T19:35:24.093Z PASS [ 0.295s] ( 539/3424) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
64992026-09-11T19:35:24.313Z PASS [ 0.276s] ( 540/3424) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
65002026-09-11T19:35:24.707Z PASS [ 4.221s] ( 541/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
65012026-09-11T19:35:25.061Z PASS [ 4.036s] ( 542/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
65022026-09-11T19:35:25.127Z PASS [ 4.052s] ( 543/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
65032026-09-11T19:35:25.260Z PASS [ 3.993s] ( 544/3424) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
65042026-09-11T19:35:25.263Z PASS [ 4.237s] ( 545/3424) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
65052026-09-11T19:35:25.407Z PASS [ 4.045s] ( 546/3424) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
65062026-09-11T19:35:25.428Z PASS [ 4.092s] ( 547/3424) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
65072026-09-11T19:35:25.474Z PASS [ 4.122s] ( 548/3424) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
65082026-09-11T19:35:25.560Z PASS [ 4.209s] ( 549/3424) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
65092026-09-11T19:35:25.577Z PASS [ 4.120s] ( 550/3424) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
65102026-09-11T19:35:25.812Z PASS [ 4.330s] ( 551/3424) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
65112026-09-11T19:35:25.912Z PASS [ 4.286s] ( 552/3424) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
65122026-09-11T19:35:25.966Z PASS [ 4.313s] ( 553/3424) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
65132026-09-11T19:35:25.971Z PASS [ 4.488s] ( 554/3424) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
65142026-09-11T19:35:25.975Z PASS [ 4.432s] ( 555/3424) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
65152026-09-11T19:35:26.068Z PASS [ 4.195s] ( 556/3424) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
65162026-09-11T19:35:26.266Z PASS [ 4.261s] ( 557/3424) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
65172026-09-11T19:35:26.291Z PASS [ 0.223s] ( 558/3424) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
65182026-09-11T19:35:26.638Z PASS [ 2.569s] ( 559/3424) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
65192026-09-11T19:35:26.662Z PASS [ 2.606s] ( 560/3424) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
65202026-09-11T19:35:26.888Z PASS [ 0.249s] ( 561/3424) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
65212026-09-11T19:35:26.891Z PASS [ 2.577s] ( 562/3424) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
65222026-09-11T19:35:26.903Z PASS [ 2.808s] ( 563/3424) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
65232026-09-11T19:35:26.941Z PASS [ 3.926s] ( 564/3424) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
65242026-09-11T19:35:27.025Z PASS [ 4.053s] ( 565/3424) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
65252026-09-11T19:35:27.191Z PASS [ 2.484s] ( 566/3424) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
65262026-09-11T19:35:27.195Z PASS [ 4.022s] ( 567/3424) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
65272026-09-11T19:35:27.204Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65282026-09-11T19:35:27.207Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65292026-09-11T19:35:27.211Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
65302026-09-11T19:35:27.589Z PASS [ 4.206s] ( 568/3424) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
65312026-09-11T19:35:27.592Z PASS [ 3.988s] ( 569/3424) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
65322026-09-11T19:35:27.604Z PASS [ 4.242s] ( 570/3424) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
65332026-09-11T19:35:29.069Z PASS [ 3.809s] ( 571/3424) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
65342026-09-11T19:35:29.255Z PASS [ 2.989s] ( 572/3424) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
65352026-09-11T19:35:29.300Z PASS [ 3.893s] ( 573/3424) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
65362026-09-11T19:35:29.344Z PASS [ 4.081s] ( 574/3424) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
65372026-09-11T19:35:29.380Z PASS [ 3.905s] ( 575/3424) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
65382026-09-11T19:35:29.391Z PASS [ 3.963s] ( 576/3424) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
65392026-09-11T19:35:29.463Z PASS [ 3.886s] ( 577/3424) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
65402026-09-11T19:35:29.463Z PASS [ 3.902s] ( 578/3424) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
65412026-09-11T19:35:30.204Z PASS [ 5.078s] ( 579/3424) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
65422026-09-11T19:35:30.238Z PASS [ 4.262s] ( 580/3424) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
65432026-09-11T19:35:30.376Z PASS [ 4.464s] ( 581/3424) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
65442026-09-11T19:35:30.417Z PASS [ 4.605s] ( 582/3424) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
65452026-09-11T19:35:30.590Z PASS [ 4.297s] ( 583/3424) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
65462026-09-11T19:35:30.675Z PASS [ 4.704s] ( 584/3424) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
65472026-09-11T19:35:30.680Z PASS [ 4.714s] ( 585/3424) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
65482026-09-11T19:35:30.929Z PASS [ 4.266s] ( 586/3424) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
65492026-09-11T19:35:31.317Z PASS [ 4.429s] ( 587/3424) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
65502026-09-11T19:35:31.381Z PASS [ 4.490s] ( 588/3424) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
65512026-09-11T19:35:31.559Z PASS [ 4.534s] ( 589/3424) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
65522026-09-11T19:35:31.636Z PASS [ 4.704s] ( 590/3424) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
65532026-09-11T19:35:31.976Z PASS [ 4.785s] ( 591/3424) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
65542026-09-11T19:35:32.190Z PASS [ 4.996s] ( 592/3424) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
65552026-09-11T19:35:32.396Z PASS [ 4.808s] ( 593/3424) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
65562026-09-11T19:35:32.440Z PASS [ 4.835s] ( 594/3424) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
65572026-09-11T19:35:32.450Z PASS [ 4.858s] ( 595/3424) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
65582026-09-11T19:35:33.736Z PASS [ 6.835s] ( 596/3424) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
65592026-09-11T19:35:33.943Z PASS [ 4.480s] ( 597/3424) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
65602026-09-11T19:35:33.994Z PASS [ 4.602s] ( 598/3424) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
65612026-09-11T19:35:34.069Z PASS [ 4.606s] ( 599/3424) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
65622026-09-11T19:35:34.146Z PASS [ 4.891s] ( 600/3424) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
65632026-09-11T19:35:34.268Z PASS [ 4.924s] ( 601/3424) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
65642026-09-11T19:35:34.280Z PASS [ 4.979s] ( 602/3424) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
65652026-09-11T19:35:34.292Z PASS [ 5.223s] ( 603/3424) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
65662026-09-11T19:35:34.620Z PASS [ 4.416s] ( 604/3424) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
65672026-09-11T19:35:34.636Z PASS [ 0.344s] ( 605/3424) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
65682026-09-11T19:35:34.743Z PASS [ 3.362s] ( 606/3424) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
65692026-09-11T19:35:34.846Z PASS [ 3.287s] ( 607/3424) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
65702026-09-11T19:35:34.904Z PASS [ 0.284s] ( 608/3424) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
65712026-09-11T19:35:34.989Z PASS [ 0.353s] ( 609/3424) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
65722026-09-11T19:35:35.019Z PASS [ 3.379s] ( 610/3424) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
65732026-09-11T19:35:35.280Z PASS [ 3.304s] ( 611/3424) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
65742026-09-11T19:35:35.291Z PASS [ 5.911s] ( 612/3424) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
65752026-09-11T19:35:35.359Z PASS [ 5.121s] ( 613/3424) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
65762026-09-11T19:35:35.581Z PASS [ 4.992s] ( 614/3424) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
65772026-09-11T19:35:35.744Z PASS [ 5.063s] ( 615/3424) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_shared_across_zones
65782026-09-11T19:35:35.793Z PASS [ 5.375s] ( 616/3424) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
65792026-09-11T19:35:35.870Z PASS [ 5.195s] ( 617/3424) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
65802026-09-11T19:35:36.093Z PASS [ 5.164s] ( 618/3424) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
65812026-09-11T19:35:36.613Z PASS [ 5.296s] ( 619/3424) nexus-db-queries db::datastore::inventory::test::test_zone_with_multiple_external_ips_round_trips_through_database
65822026-09-11T19:35:37.107Z PASS [ 4.917s] ( 620/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
65832026-09-11T19:35:37.428Z PASS [ 4.978s] ( 621/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
65842026-09-11T19:35:37.465Z PASS [ 5.068s] ( 622/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_while_assigned_to_services
65852026-09-11T19:35:37.522Z PASS [ 5.082s] ( 623/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
65862026-09-11T19:35:37.853Z PASS [ 70.658s] ( 624/3424) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65872026-09-11T19:35:38.431Z PASS [ 4.695s] ( 625/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
65882026-09-11T19:35:38.547Z PASS [ 4.553s] ( 626/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
65892026-09-11T19:35:38.611Z PASS [ 8.234s] ( 627/3424) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
65902026-09-11T19:35:38.909Z PASS [ 4.763s] ( 628/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
65912026-09-11T19:35:38.909Z PASS [ 4.630s] ( 629/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
65922026-09-11T19:35:38.960Z PASS [ 4.891s] ( 630/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
65932026-09-11T19:35:39.006Z PASS [ 5.062s] ( 631/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
65942026-09-11T19:35:39.100Z PASS [ 4.833s] ( 632/3424) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
65952026-09-11T19:35:39.391Z PASS [ 4.544s] ( 633/3424) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
65962026-09-11T19:35:39.607Z PASS [ 4.618s] ( 634/3424) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
65972026-09-11T19:35:39.622Z PASS [ 4.607s] ( 635/3424) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
65982026-09-11T19:35:39.811Z PASS [ 4.906s] ( 636/3424) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
65992026-09-11T19:35:40.037Z PASS [ 4.746s] ( 637/3424) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
66002026-09-11T19:35:40.089Z PASS [ 4.809s] ( 638/3424) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
66012026-09-11T19:35:40.143Z PASS [ 4.784s] ( 639/3424) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
66022026-09-11T19:35:40.339Z PASS [ 4.595s] ( 640/3424) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
66032026-09-11T19:35:40.440Z PASS [ 5.697s] ( 641/3424) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
66042026-09-11T19:35:40.451Z PASS [ 4.870s] ( 642/3424) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
66052026-09-11T19:35:40.454Z PASS [ 4.660s] ( 643/3424) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
66062026-09-11T19:35:40.560Z PASS [ 4.690s] ( 644/3424) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
66072026-09-11T19:35:40.925Z PASS [ 4.831s] ( 645/3424) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
66082026-09-11T19:35:41.346Z PASS [ 4.731s] ( 646/3424) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
66092026-09-11T19:35:41.897Z PASS [ 4.789s] ( 647/3424) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
66102026-09-11T19:35:41.955Z PASS [ 4.489s] ( 648/3424) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
66112026-09-11T19:35:41.968Z PASS [ 4.540s] ( 649/3424) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
66122026-09-11T19:35:42.046Z PASS [ 4.523s] ( 650/3424) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
66132026-09-11T19:35:42.366Z PASS [ 4.512s] ( 651/3424) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
66142026-09-11T19:35:42.928Z PASS [ 4.497s] ( 652/3424) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
66152026-09-11T19:35:43.085Z PASS [ 4.539s] ( 653/3424) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
66162026-09-11T19:35:43.156Z PASS [ 4.544s] ( 654/3424) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
66172026-09-11T19:35:43.369Z PASS [ 4.459s] ( 655/3424) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
66182026-09-11T19:35:43.456Z PASS [ 4.451s] ( 656/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
66192026-09-11T19:35:43.544Z PASS [ 4.635s] ( 657/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
66202026-09-11T19:35:43.611Z PASS [ 4.510s] ( 658/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
66212026-09-11T19:35:43.938Z PASS [ 4.978s] ( 659/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
66222026-09-11T19:35:44.052Z PASS [ 4.661s] ( 660/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
66232026-09-11T19:35:44.130Z PASS [ 4.523s] ( 661/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
66242026-09-11T19:35:44.292Z PASS [ 4.670s] ( 662/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
66252026-09-11T19:35:44.446Z PASS [ 4.409s] ( 663/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
66262026-09-11T19:35:44.508Z PASS [ 19.447s] ( 664/3424) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
66272026-09-11T19:35:44.508Z PASS [ 4.697s] ( 665/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
66282026-09-11T19:35:44.680Z PASS [ 4.591s] ( 666/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
66292026-09-11T19:35:44.822Z PASS [ 4.679s] ( 667/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
66302026-09-11T19:35:44.898Z PASS [ 4.556s] ( 668/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
66312026-09-11T19:35:44.955Z PASS [ 4.515s] ( 669/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
66322026-09-11T19:35:45.161Z PASS [ 4.710s] ( 670/3424) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
66332026-09-11T19:35:45.434Z PASS [ 4.980s] ( 671/3424) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
66342026-09-11T19:35:45.656Z PASS [ 4.312s] ( 672/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
66352026-09-11T19:35:45.688Z PASS [ 5.128s] ( 673/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
66362026-09-11T19:35:46.047Z PASS [ 5.122s] ( 674/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
66372026-09-11T19:35:46.941Z PASS [ 4.986s] ( 675/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
66382026-09-11T19:35:46.948Z PASS [ 5.051s] ( 676/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
66392026-09-11T19:35:47.017Z PASS [ 5.048s] ( 677/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
66402026-09-11T19:35:47.214Z PASS [ 5.168s] ( 678/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
66412026-09-11T19:35:47.263Z PASS [ 4.899s] ( 679/3424) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
66422026-09-11T19:35:48.116Z PASS [ 4.961s] ( 680/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
66432026-09-11T19:35:48.132Z PASS [ 5.047s] ( 681/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
66442026-09-11T19:35:48.263Z PASS [ 5.335s] ( 682/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
66452026-09-11T19:35:48.557Z PASS [ 5.187s] ( 683/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
66462026-09-11T19:35:48.706Z PASS [ 5.161s] ( 684/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
66472026-09-11T19:35:48.718Z PASS [ 5.262s] ( 685/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
66482026-09-11T19:35:48.840Z PASS [ 4.331s] ( 686/3424) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
66492026-09-11T19:35:49.032Z PASS [ 5.421s] ( 687/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
66502026-09-11T19:35:49.111Z PASS [ 5.172s] ( 688/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
66512026-09-11T19:35:49.356Z PASS [ 5.303s] ( 689/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
66522026-09-11T19:35:49.393Z PASS [ 5.263s] ( 690/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
66532026-09-11T19:35:49.496Z PASS [ 5.203s] ( 691/3424) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
66542026-09-11T19:35:49.550Z PASS [ 5.042s] ( 692/3424) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
66552026-09-11T19:35:49.593Z PASS [ 5.147s] ( 693/3424) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
66562026-09-11T19:35:49.954Z PASS [ 5.256s] ( 694/3424) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
66572026-09-11T19:35:49.987Z PASS [ 5.164s] ( 695/3424) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
66582026-09-11T19:35:50.097Z PASS [ 5.202s] ( 696/3424) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
66592026-09-11T19:35:50.097Z PASS [ 4.410s] ( 697/3424) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
66602026-09-11T19:35:50.119Z PASS [ 5.163s] ( 698/3424) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
66612026-09-11T19:35:50.325Z PASS [ 4.276s] ( 699/3424) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
66622026-09-11T19:35:50.360Z PASS [ 5.200s] ( 700/3424) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
66632026-09-11T19:35:50.795Z PASS [ 5.361s] ( 701/3424) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
66642026-09-11T19:35:51.044Z PASS [ 4.096s] ( 702/3424) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
66652026-09-11T19:35:51.096Z PASS [ 0.052s] ( 703/3424) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
66662026-09-11T19:35:51.149Z PASS [ 0.052s] ( 704/3424) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
66672026-09-11T19:35:51.236Z PASS [ 5.579s] ( 705/3424) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
66682026-09-11T19:35:51.287Z PASS [ 0.052s] ( 706/3424) nexus-db-queries db::datastore::region::test::test_extent_count
66692026-09-11T19:35:51.359Z PASS [ 4.096s] ( 707/3424) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
66702026-09-11T19:35:51.801Z PASS [ 4.861s] ( 708/3424) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
66712026-09-11T19:35:51.828Z PASS [ 4.811s] ( 709/3424) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
66722026-09-11T19:35:52.009Z PASS [ 3.876s] ( 710/3424) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
66732026-09-11T19:35:52.313Z PASS [ 4.050s] ( 711/3424) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
66742026-09-11T19:35:52.972Z PASS [ 4.254s] ( 712/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
66752026-09-11T19:35:52.990Z PASS [ 4.284s] ( 713/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
66762026-09-11T19:35:53.199Z PASS [ 4.359s] ( 714/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
66772026-09-11T19:35:53.215Z PASS [ 4.659s] ( 715/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
66782026-09-11T19:35:53.215Z PASS [ 4.183s] ( 716/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
66792026-09-11T19:35:53.303Z PASS [ 4.193s] ( 717/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
66802026-09-11T19:35:53.452Z PASS [ 4.059s] ( 718/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
66812026-09-11T19:35:53.576Z PASS [ 4.220s] ( 719/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
66822026-09-11T19:35:53.930Z PASS [ 4.433s] ( 720/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
66832026-09-11T19:35:54.251Z PASS [ 4.264s] ( 721/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
66842026-09-11T19:35:54.324Z PASS [ 4.773s] ( 722/3424) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
66852026-09-11T19:35:54.324Z PASS [ 4.388s] ( 723/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
66862026-09-11T19:35:54.498Z PASS [ 4.401s] ( 724/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
66872026-09-11T19:35:54.607Z PASS [ 4.510s] ( 725/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
66882026-09-11T19:35:54.856Z PASS [ 4.061s] ( 726/3424) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
66892026-09-11T19:35:54.901Z PASS [ 4.782s] ( 727/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
66902026-09-11T19:35:55.144Z PASS [ 4.819s] ( 728/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
66912026-09-11T19:35:55.181Z PASS [ 5.588s] ( 729/3424) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
66922026-09-11T19:35:55.188Z PASS [ 4.040s] ( 730/3424) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
66932026-09-11T19:35:55.255Z PASS [ 3.967s] ( 731/3424) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
66942026-09-11T19:35:55.303Z PASS [ 4.943s] ( 732/3424) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
66952026-09-11T19:35:55.502Z PASS [ 4.143s] ( 733/3424) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
66962026-09-11T19:35:55.931Z PASS [ 4.129s] ( 734/3424) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
66972026-09-11T19:35:55.948Z PASS [ 3.939s] ( 735/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
66982026-09-11T19:35:55.997Z PASS [ 4.165s] ( 736/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
66992026-09-11T19:35:56.001Z PASS [ 0.049s] ( 737/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::boundary_is_strict
67002026-09-11T19:35:56.051Z PASS [ 0.054s] ( 738/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::existing_allocations_reserve_their_pool
67012026-09-11T19:35:56.101Z PASS [ 0.067s] ( 739/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::descending_workload_across_seeds
67022026-09-11T19:35:56.109Z PASS [ 0.058s] ( 740/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::greedy_matches_brute_force
67032026-09-11T19:35:56.115Z PASS [ 0.054s] ( 741/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::infeasible_despite_total_space
67042026-09-11T19:35:56.163Z PASS [ 0.053s] ( 742/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::more_requests_than_pools
67052026-09-11T19:35:56.172Z PASS [ 0.059s] ( 743/3424) nexus-db-queries db::datastore::sled::local_storage_pairing_test::no_requests
67062026-09-11T19:35:56.240Z PASS [ 3.927s] ( 744/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
67072026-09-11T19:35:57.027Z PASS [ 4.036s] ( 745/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
67082026-09-11T19:35:57.141Z PASS [ 3.942s] ( 746/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
67092026-09-11T19:35:57.154Z PASS [ 4.182s] ( 747/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
67102026-09-11T19:35:57.263Z PASS [ 3.960s] ( 748/3424) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
67112026-09-11T19:35:57.270Z PASS [ 4.055s] ( 749/3424) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
67122026-09-11T19:35:57.300Z PASS [ 10.086s] ( 750/3424) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
67132026-09-11T19:35:57.338Z PASS [ 4.122s] ( 751/3424) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
67142026-09-11T19:35:57.453Z PASS [ 3.999s] ( 752/3424) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_reports_each_sled_outcome
67152026-09-11T19:35:57.760Z PASS [ 4.184s] ( 753/3424) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_stops_at_first_error
67162026-09-11T19:35:57.867Z PASS [ 3.938s] ( 754/3424) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::check_constraint_rejects_inconsistent_columns
67172026-09-11T19:35:58.251Z PASS [ 4.000s] ( 755/3424) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_is_terminal
67182026-09-11T19:35:58.443Z PASS [ 4.119s] ( 756/3424) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_without_row_inserts_tombstone
67192026-09-11T19:35:58.443Z PASS [ 4.119s] ( 757/3424) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::upsert_rejects_stale_generation
67202026-09-11T19:35:58.456Z PASS [ 3.958s] ( 758/3424) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
67212026-09-11T19:35:58.597Z PASS [ 3.989s] ( 759/3424) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
67222026-09-11T19:35:58.887Z PASS [ 3.985s] ( 760/3424) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
67232026-09-11T19:35:58.966Z PASS [ 4.110s] ( 761/3424) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
67242026-09-11T19:35:59.099Z PASS [ 3.956s] ( 762/3424) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
67252026-09-11T19:35:59.260Z PASS [ 4.075s] ( 763/3424) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
67262026-09-11T19:35:59.270Z PASS [ 4.015s] ( 764/3424) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
67272026-09-11T19:35:59.393Z PASS [ 4.203s] ( 765/3424) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
67282026-09-11T19:35:59.424Z PASS [ 4.120s] ( 766/3424) nexus-db-queries db::datastore::saga::test::test_sagas_abandon_orphans
67292026-09-11T19:35:59.622Z PASS [ 4.119s] ( 767/3424) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
67302026-09-11T19:35:59.928Z PASS [ 3.982s] ( 768/3424) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
67312026-09-11T19:36:00.667Z PASS [ 4.493s] ( 769/3424) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
67322026-09-11T19:36:00.677Z PASS [ 4.510s] ( 770/3424) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
67332026-09-11T19:36:00.948Z PASS [ 4.707s] ( 771/3424) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
67342026-09-11T19:36:01.504Z PASS [ 4.357s] ( 772/3424) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
67352026-09-11T19:36:01.544Z PASS [ 4.364s] ( 773/3424) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
67362026-09-11T19:36:01.631Z PASS [ 4.601s] ( 774/3424) nexus-db-queries db::datastore::sled::test::affinity_multi_group
67372026-09-11T19:36:01.688Z PASS [ 4.414s] ( 775/3424) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
67382026-09-11T19:36:01.693Z PASS [ 4.420s] ( 776/3424) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
67392026-09-11T19:36:01.752Z PASS [ 4.452s] ( 777/3424) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
67402026-09-11T19:36:01.831Z PASS [ 4.489s] ( 778/3424) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
67412026-09-11T19:36:02.037Z PASS [ 4.581s] ( 779/3424) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
67422026-09-11T19:36:02.289Z PASS [ 4.519s] ( 780/3424) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
67432026-09-11T19:36:02.289Z PASS [ 4.413s] ( 781/3424) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
67442026-09-11T19:36:03.030Z PASS [ 4.777s] ( 782/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation
67452026-09-11T19:36:03.779Z PASS [ 5.320s] ( 783/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
67462026-09-11T19:36:03.805Z PASS [ 4.838s] ( 784/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
67472026-09-11T19:36:03.996Z PASS [ 5.551s] ( 785/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
67482026-09-11T19:36:04.030Z PASS [ 15.909s] ( 786/3424) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
67492026-09-11T19:36:04.075Z PASS [ 5.632s] ( 787/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
67502026-09-11T19:36:04.452Z PASS [ 5.060s] ( 788/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
67512026-09-11T19:36:04.530Z PASS [ 5.430s] ( 789/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
67522026-09-11T19:36:04.612Z PASS [ 5.187s] ( 790/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
67532026-09-11T19:36:04.688Z PASS [ 5.066s] ( 791/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
67542026-09-11T19:36:04.759Z PASS [ 5.502s] ( 792/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
67552026-09-11T19:36:04.788Z PASS [ 5.517s] ( 793/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
67562026-09-11T19:36:06.511Z PASS [ 7.624s] ( 794/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
67572026-09-11T19:36:06.989Z PASS [ 5.470s] ( 795/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
67582026-09-11T19:36:07.160Z PASS [ 5.533s] ( 796/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
67592026-09-11T19:36:07.675Z PASS [ 6.177s] ( 797/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
67602026-09-11T19:36:08.681Z PASS [ 4.605s] ( 798/3424) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
67612026-09-11T19:36:08.773Z PASS [ 4.747s] ( 799/3424) nexus-db-queries db::datastore::sled::test::sled_list_batch
67622026-09-11T19:36:08.852Z PASS [ 6.572s] ( 800/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
67632026-09-11T19:36:08.874Z PASS [ 6.593s] ( 801/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
67642026-09-11T19:36:09.117Z PASS [ 7.425s] ( 802/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
67652026-09-11T19:36:09.129Z PASS [ 4.342s] ( 803/3424) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
67662026-09-11T19:36:09.206Z PASS [ 4.592s] ( 804/3424) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
67672026-09-11T19:36:09.211Z PASS [ 7.531s] ( 805/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
67682026-09-11T19:36:09.252Z PASS [ 4.801s] ( 806/3424) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
67692026-09-11T19:36:09.261Z PASS [ 7.509s] ( 807/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
67702026-09-11T19:36:09.414Z PASS [ 7.588s] ( 808/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
67712026-09-11T19:36:09.417Z PASS [ 4.886s] ( 809/3424) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
67722026-09-11T19:36:09.423Z PASS [ 4.664s] ( 810/3424) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
67732026-09-11T19:36:09.529Z PASS [ 6.501s] ( 811/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
67742026-09-11T19:36:09.586Z PASS [ 7.553s] ( 812/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
67752026-09-11T19:36:09.710Z PASS [ 5.715s] ( 813/3424) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
67762026-09-11T19:36:09.796Z PASS [ 5.108s] ( 814/3424) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
67772026-09-11T19:36:09.859Z PASS [ 6.082s] ( 815/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_stale_snapshot_retry
67782026-09-11T19:36:10.606Z PASS [ 4.095s] ( 816/3424) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
67792026-09-11T19:36:10.681Z PASS [ 6.876s] ( 817/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_too_many
67802026-09-11T19:36:11.406Z PASS [ 4.245s] ( 818/3424) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
67812026-09-11T19:36:11.767Z PASS [ 4.091s] ( 819/3424) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
67822026-09-11T19:36:12.523Z PASS [ 3.842s] ( 820/3424) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
67832026-09-11T19:36:12.713Z PASS [ 3.940s] ( 821/3424) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
67842026-09-11T19:36:13.059Z PASS [ 4.207s] ( 822/3424) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
67852026-09-11T19:36:13.131Z PASS [ 4.016s] ( 823/3424) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
67862026-09-11T19:36:13.164Z PASS [ 4.291s] ( 824/3424) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
67872026-09-11T19:36:13.309Z PASS [ 4.179s] ( 825/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
67882026-09-11T19:36:13.403Z PASS [ 4.199s] ( 826/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
67892026-09-11T19:36:13.825Z PASS [ 4.296s] ( 827/3424) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
67902026-09-11T19:36:13.841Z PASS [ 4.254s] ( 828/3424) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
67912026-09-11T19:36:13.850Z PASS [ 4.425s] ( 829/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
67922026-09-11T19:36:13.860Z PASS [ 4.445s] ( 830/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
67932026-09-11T19:36:13.926Z PASS [ 6.938s] ( 831/3424) nexus-db-queries db::datastore::sled::test::test_sled_transitions
67942026-09-11T19:36:14.003Z PASS [ 4.206s] ( 832/3424) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
67952026-09-11T19:36:14.057Z PASS [ 4.199s] ( 833/3424) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
67962026-09-11T19:36:14.112Z PASS [ 4.402s] ( 834/3424) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
67972026-09-11T19:36:14.207Z PASS [ 15.610s] ( 835/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_descending_serial
67982026-09-11T19:36:14.581Z PASS [ 5.327s] ( 836/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
67992026-09-11T19:36:14.590Z PASS [ 5.329s] ( 837/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
68002026-09-11T19:36:14.661Z PASS [ 5.452s] ( 838/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
68012026-09-11T19:36:14.766Z PASS [ 5.352s] ( 839/3424) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
68022026-09-11T19:36:14.827Z PASS [ 4.221s] ( 840/3424) nexus-db-queries db::datastore::target_release::test::target_release_datastore
68032026-09-11T19:36:15.048Z PASS [ 4.367s] ( 841/3424) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
68042026-09-11T19:36:15.631Z PASS [ 4.225s] ( 842/3424) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
68052026-09-11T19:36:15.746Z PASS [ 3.979s] ( 843/3424) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
68062026-09-11T19:36:16.372Z PASS [ 3.850s] ( 844/3424) nexus-db-queries db::datastore::test::test_project_creation
68072026-09-11T19:36:16.589Z PASS [ 3.877s] ( 845/3424) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
68082026-09-11T19:36:17.099Z PASS [ 4.040s] ( 846/3424) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
68092026-09-11T19:36:17.394Z PASS [ 4.230s] ( 847/3424) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
68102026-09-11T19:36:17.712Z PASS [ 4.309s] ( 848/3424) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
68112026-09-11T19:36:17.940Z PASS [ 4.013s] ( 849/3424) nexus-db-queries db::datastore::test::test_session_cleanup_batch
68122026-09-11T19:36:18.031Z PASS [ 4.722s] ( 850/3424) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
68132026-09-11T19:36:18.058Z PASS [ 4.056s] ( 851/3424) nexus-db-queries db::datastore::test::test_session_methods
68142026-09-11T19:36:18.164Z PASS [ 3.957s] ( 852/3424) nexus-db-queries db::datastore::test::test_table_scan
68152026-09-11T19:36:18.181Z PASS [ 4.123s] ( 853/3424) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
68162026-09-11T19:36:18.213Z PASS [ 4.101s] ( 854/3424) nexus-db-queries db::datastore::test::test_ssh_keys
68172026-09-11T19:36:18.855Z PASS [ 4.265s] ( 855/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
68182026-09-11T19:36:19.052Z PASS [ 4.286s] ( 856/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
68192026-09-11T19:36:19.107Z PASS [ 4.527s] ( 857/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
68202026-09-11T19:36:19.122Z PASS [ 4.295s] ( 858/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
68212026-09-11T19:36:19.368Z PASS [ 4.707s] ( 859/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
68222026-09-11T19:36:19.533Z PASS [ 4.484s] ( 860/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
68232026-09-11T19:36:20.251Z PASS [ 4.620s] ( 861/3424) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
68242026-09-11T19:36:20.747Z PASS [ 4.158s] ( 862/3424) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
68252026-09-11T19:36:21.099Z PASS [ 7.968s] ( 863/3424) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
68262026-09-11T19:36:21.433Z PASS [ 4.333s] ( 864/3424) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
68272026-09-11T19:36:21.580Z PASS [ 4.186s] ( 865/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
68282026-09-11T19:36:21.665Z PASS [ 7.824s] ( 866/3424) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
68292026-09-11T19:36:21.785Z PASS [ 5.413s] ( 867/3424) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
68302026-09-11T19:36:21.850Z PASS [ 8.024s] ( 868/3424) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
68312026-09-11T19:36:21.905Z PASS [ 0.055s] ( 869/3424) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
68322026-09-11T19:36:21.958Z PASS [ 0.053s] ( 870/3424) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
68332026-09-11T19:36:22.263Z PASS [ 4.550s] ( 871/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
68342026-09-11T19:36:22.354Z PASS [ 4.414s] ( 872/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
68352026-09-11T19:36:22.383Z PASS [ 4.352s] ( 873/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
68362026-09-11T19:36:22.555Z PASS [ 4.391s] ( 874/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
68372026-09-11T19:36:22.584Z PASS [ 8.723s] ( 875/3424) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
68382026-09-11T19:36:22.661Z PASS [ 4.480s] ( 876/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
68392026-09-11T19:36:22.974Z PASS [ 4.118s] ( 877/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
68402026-09-11T19:36:23.011Z PASS [ 4.797s] ( 878/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68412026-09-11T19:36:23.173Z PASS [ 5.114s] ( 879/3424) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68422026-09-11T19:36:23.292Z PASS [ 9.440s] ( 880/3424) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
68432026-09-11T19:36:23.347Z PASS [ 4.224s] ( 881/3424) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
68442026-09-11T19:36:23.387Z PASS [ 4.280s] ( 882/3424) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
68452026-09-11T19:36:23.550Z PASS [ 0.260s] ( 883/3424) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
68462026-09-11T19:36:23.678Z PASS [ 4.145s] ( 884/3424) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
68472026-09-11T19:36:23.742Z PASS [ 4.375s] ( 885/3424) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
68482026-09-11T19:36:23.834Z PASS [ 4.782s] ( 886/3424) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68492026-09-11T19:36:24.251Z PASS [ 3.999s] ( 887/3424) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
68502026-09-11T19:36:24.725Z PASS [ 3.978s] ( 888/3424) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
68512026-09-11T19:36:24.988Z PASS [ 3.889s] ( 889/3424) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
68522026-09-11T19:36:25.449Z PASS [ 3.869s] ( 890/3424) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
68532026-09-11T19:36:25.536Z PASS [ 4.103s] ( 891/3424) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
68542026-09-11T19:36:25.579Z PASS [ 3.914s] ( 892/3424) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
68552026-09-11T19:36:26.152Z PASS [ 3.797s] ( 893/3424) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
68562026-09-11T19:36:26.285Z PASS [ 2.936s] ( 894/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
68572026-09-11T19:36:26.290Z PASS [ 3.906s] ( 895/3424) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
68582026-09-11T19:36:26.313Z PASS [ 2.763s] ( 896/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
68592026-09-11T19:36:26.319Z PASS [ 2.932s] ( 897/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
68602026-09-11T19:36:26.437Z PASS [ 2.758s] ( 898/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
68612026-09-11T19:36:26.501Z PASS [ 3.945s] ( 899/3424) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
68622026-09-11T19:36:26.507Z PASS [ 2.765s] ( 900/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
68632026-09-11T19:36:26.557Z PASS [ 0.049s] ( 901/3424) nexus-db-queries db::pagination::test::test_paginator
68642026-09-11T19:36:26.638Z PASS [ 2.804s] ( 902/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
68652026-09-11T19:36:26.763Z PASS [ 4.179s] ( 903/3424) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
68662026-09-11T19:36:26.869Z PASS [ 4.207s] ( 904/3424) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
68672026-09-11T19:36:27.113Z PASS [ 2.863s] ( 905/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
68682026-09-11T19:36:27.209Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68692026-09-11T19:36:27.214Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
68702026-09-11T19:36:27.563Z PASS [ 2.838s] ( 906/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
68712026-09-11T19:36:27.821Z PASS [ 2.828s] ( 907/3424) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
68722026-09-11T19:36:27.860Z PASS [ 4.850s] ( 908/3424) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
68732026-09-11T19:36:27.976Z PASS [ 1.338s] ( 909/3424) nexus-db-queries db::pool::test::test_pool_can_be_terminated
68742026-09-11T19:36:28.074Z PASS [ 1.307s] ( 910/3424) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
68752026-09-11T19:36:28.142Z PASS [ 2.606s] ( 911/3424) nexus-db-queries db::explain::test::test_explain_async
68762026-09-11T19:36:28.180Z PASS [ 2.601s] ( 912/3424) nexus-db-queries db::explain::test::test_explain_full_table_scan
68772026-09-11T19:36:28.264Z PASS [ 5.291s] ( 913/3424) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
68782026-09-11T19:36:28.297Z PASS [ 5.123s] ( 914/3424) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
68792026-09-11T19:36:28.414Z PASS [ 0.272s] ( 915/3424) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
68802026-09-11T19:36:28.427Z PASS [ 0.246s] ( 916/3424) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
68812026-09-11T19:36:28.537Z PASS [ 0.273s] ( 917/3424) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
68822026-09-11T19:36:28.573Z PASS [ 0.278s] ( 918/3424) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
68832026-09-11T19:36:28.939Z PASS [ 2.787s] ( 919/3424) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
68842026-09-11T19:36:29.179Z PASS [ 2.623s] ( 920/3424) nexus-db-queries db::pool::test::test_keep_alive_set
68852026-09-11T19:36:29.198Z PASS [ 2.909s] ( 921/3424) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
68862026-09-11T19:36:29.221Z PASS [ 2.938s] ( 922/3424) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
68872026-09-11T19:36:29.250Z PASS [ 2.936s] ( 923/3424) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
68882026-09-11T19:36:29.255Z PASS [ 2.936s] ( 924/3424) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
68892026-09-11T19:36:29.351Z PASS [ 2.912s] ( 925/3424) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
68902026-09-11T19:36:29.468Z PASS [ 4.018s] ( 926/3424) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
68912026-09-11T19:36:29.484Z PASS [ 2.977s] ( 927/3424) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
68922026-09-11T19:36:29.554Z PASS [ 7.595s] ( 928/3424) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
68932026-09-11T19:36:29.668Z PASS [ 7.882s] ( 929/3424) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
68942026-09-11T19:36:29.734Z PASS [ 0.266s] ( 930/3424) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
68952026-09-11T19:36:29.756Z PASS [ 0.278s] ( 931/3424) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
68962026-09-11T19:36:29.970Z PASS [ 0.303s] ( 932/3424) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
68972026-09-11T19:36:30.041Z PASS [ 0.283s] ( 933/3424) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
68982026-09-11T19:36:30.044Z PASS [ 0.310s] ( 934/3424) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
68992026-09-11T19:36:30.155Z PASS [ 7.892s] ( 935/3424) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
69002026-09-11T19:36:30.234Z PASS [ 0.263s] ( 936/3424) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
69012026-09-11T19:36:30.302Z PASS [ 0.261s] ( 937/3424) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
69022026-09-11T19:36:30.306Z PASS [ 0.259s] ( 938/3424) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
69032026-09-11T19:36:30.431Z PASS [ 2.866s] ( 939/3424) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
69042026-09-11T19:36:31.459Z PASS [ 4.590s] ( 940/3424) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
69052026-09-11T19:36:31.597Z PASS [ 4.483s] ( 941/3424) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
69062026-09-11T19:36:32.142Z PASS [ 4.320s] ( 942/3424) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
69072026-09-11T19:36:32.217Z PASS [ 0.758s] ( 943/3424) nexus-db-queries db::queries::network_interface::tests::expectorate_query
69082026-09-11T19:36:32.353Z PASS [ 4.282s] ( 944/3424) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
69092026-09-11T19:36:32.548Z PASS [ 4.687s] ( 945/3424) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
69102026-09-11T19:36:32.552Z PASS [ 2.995s] ( 946/3424) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
69112026-09-11T19:36:32.669Z PASS [ 0.121s] ( 947/3424) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
69122026-09-11T19:36:32.762Z PASS [ 4.786s] ( 948/3424) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
69132026-09-11T19:36:32.860Z PASS [ 4.433s] ( 949/3424) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
69142026-09-11T19:36:32.898Z PASS [ 4.484s] ( 950/3424) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
69152026-09-11T19:36:33.466Z PASS [ 4.893s] ( 951/3424) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
69162026-09-11T19:36:33.486Z PASS [ 4.307s] ( 952/3424) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
69172026-09-11T19:36:33.518Z PASS [ 4.579s] ( 953/3424) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
69182026-09-11T19:36:33.640Z PASS [ 4.442s] ( 954/3424) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
69192026-09-11T19:36:33.725Z PASS [ 5.187s] ( 955/3424) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
69202026-09-11T19:36:33.825Z PASS [ 4.604s] ( 956/3424) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
69212026-09-11T19:36:33.917Z PASS [ 4.662s] ( 957/3424) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
69222026-09-11T19:36:34.075Z PASS [ 4.825s] ( 958/3424) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
69232026-09-11T19:36:34.086Z PASS [ 4.737s] ( 959/3424) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
69242026-09-11T19:36:34.489Z PASS [ 4.335s] ( 960/3424) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
69252026-09-11T19:36:34.713Z PASS [ 4.410s] ( 961/3424) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
69262026-09-11T19:36:34.762Z PASS [ 0.048s] ( 962/3424) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
69272026-09-11T19:36:34.816Z PASS [ 4.386s] ( 963/3424) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
69282026-09-11T19:36:34.910Z PASS [ 4.676s] ( 964/3424) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
69292026-09-11T19:36:35.185Z PASS [ 4.878s] ( 965/3424) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
69302026-09-11T19:36:35.745Z PASS [ 4.147s] ( 966/3424) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
69312026-09-11T19:36:36.434Z PASS [ 4.217s] ( 967/3424) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
69322026-09-11T19:36:36.484Z PASS [ 0.050s] ( 968/3424) nexus-db-queries db::queries::next_item::tests::test_shift_indices
69332026-09-11T19:36:36.898Z PASS [ 4.136s] ( 969/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
69342026-09-11T19:36:36.992Z PASS [ 4.131s] ( 970/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
69352026-09-11T19:36:37.047Z PASS [ 4.498s] ( 971/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
69362026-09-11T19:36:37.065Z PASS [ 4.928s] ( 972/3424) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
69372026-09-11T19:36:37.088Z PASS [ 4.419s] ( 973/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
69382026-09-11T19:36:37.145Z PASS [ 0.057s] ( 974/3424) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
69392026-09-11T19:36:37.178Z PASS [ 4.278s] ( 975/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
69402026-09-11T19:36:37.193Z PASS [ 0.048s] ( 976/3424) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
69412026-09-11T19:36:37.217Z PASS [ 0.318s] ( 977/3424) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
69422026-09-11T19:36:37.287Z PASS [ 0.296s] ( 978/3424) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
69432026-09-11T19:36:37.547Z PASS [ 4.060s] ( 979/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
69442026-09-11T19:36:37.569Z PASS [ 4.102s] ( 980/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
69452026-09-11T19:36:37.617Z PASS [ 5.263s] ( 981/3424) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
69462026-09-11T19:36:37.744Z PASS [ 4.226s] ( 982/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
69472026-09-11T19:36:37.814Z PASS [ 2.999s] ( 983/3424) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
69482026-09-11T19:36:37.868Z PASS [ 4.227s] ( 984/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
69492026-09-11T19:36:37.907Z PASS [ 2.997s] ( 985/3424) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
69502026-09-11T19:36:38.001Z PASS [ 0.256s] ( 986/3424) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
69512026-09-11T19:36:38.019Z PASS [ 4.294s] ( 987/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
69522026-09-11T19:36:38.138Z PASS [ 2.956s] ( 988/3424) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
69532026-09-11T19:36:38.142Z PASS [ 0.270s] ( 989/3424) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
69542026-09-11T19:36:38.150Z PASS [ 0.973s] ( 990/3424) nexus-db-queries db::queries::region_allocation::test::expectorate_query
69552026-09-11T19:36:38.154Z PASS [ 0.248s] ( 991/3424) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
69562026-09-11T19:36:38.167Z PASS [ 4.337s] ( 992/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
69572026-09-11T19:36:38.209Z PASS [ 4.291s] ( 993/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
69582026-09-11T19:36:38.304Z PASS [ 4.228s] ( 994/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
69592026-09-11T19:36:38.344Z PASS [ 4.254s] ( 995/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
69602026-09-11T19:36:38.435Z PASS [ 0.428s] ( 996/3424) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
69612026-09-11T19:36:38.456Z PASS [ 0.316s] ( 997/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
69622026-09-11T19:36:38.474Z PASS [ 0.324s] ( 998/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
69632026-09-11T19:36:38.496Z PASS [ 0.330s] ( 999/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
69642026-09-11T19:36:38.500Z PASS [ 0.344s] (1000/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
69652026-09-11T19:36:38.522Z PASS [ 0.068s] (1001/3424) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
69662026-09-11T19:36:38.532Z PASS [ 0.048s] (1002/3424) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
69672026-09-11T19:36:38.552Z PASS [ 0.050s] (1003/3424) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
69682026-09-11T19:36:38.559Z PASS [ 2.803s] (1004/3424) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
69692026-09-11T19:36:38.559Z PASS [ 0.050s] (1005/3424) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
69702026-09-11T19:36:38.635Z PASS [ 0.105s] (1006/3424) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
69712026-09-11T19:36:38.775Z PASS [ 4.246s] (1007/3424) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
69722026-09-11T19:36:38.850Z PASS [ 0.328s] (1008/3424) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
69732026-09-11T19:36:38.879Z PASS [ 0.252s] (1009/3424) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
69742026-09-11T19:36:39.057Z PASS [ 4.296s] (1010/3424) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
69752026-09-11T19:36:39.265Z PASS [ 2.781s] (1011/3424) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
69762026-09-11T19:36:39.513Z PASS [ 2.466s] (1012/3424) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
69772026-09-11T19:36:39.721Z PASS [ 2.655s] (1013/3424) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
69782026-09-11T19:36:39.911Z PASS [ 2.718s] (1014/3424) nexus-db-queries db::queries::region_allocation::test::explainable
69792026-09-11T19:36:40.300Z PASS [ 2.484s] (1015/3424) nexus-db-queries db::queries::regions_hard_delete::test::explainable
69802026-09-11T19:36:40.708Z PASS [ 2.689s] (1016/3424) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
69812026-09-11T19:36:40.880Z PASS [ 2.578s] (1017/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
69822026-09-11T19:36:40.903Z PASS [ 0.023s] (1018/3424) nexus-defaults tests::test_random_vpc_ipv6_prefix
69832026-09-11T19:36:40.937Z PASS [ 0.034s] (1019/3424) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
69842026-09-11T19:36:40.945Z PASS [ 2.736s] (1020/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
69852026-09-11T19:36:40.960Z PASS [ 2.620s] (1021/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
69862026-09-11T19:36:40.971Z PASS [ 0.033s] (1022/3424) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
69872026-09-11T19:36:40.985Z PASS [ 0.040s] (1023/3424) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
69882026-09-11T19:36:40.995Z PASS [ 0.034s] (1024/3424) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
69892026-09-11T19:36:41.020Z PASS [ 0.050s] (1025/3424) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
69902026-09-11T19:36:41.030Z PASS [ 0.044s] (1026/3424) nexus-fm builder::case::tests::dirty_bits_default_false
69912026-09-11T19:36:41.042Z PASS [ 0.047s] (1027/3424) nexus-fm builder::case::tests::request_alert_flips_alert_state
69922026-09-11T19:36:41.056Z PASS [ 0.035s] (1028/3424) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
69932026-09-11T19:36:41.068Z PASS [ 2.932s] (1029/3424) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
69942026-09-11T19:36:41.073Z PASS [ 2.641s] (1030/3424) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
69952026-09-11T19:36:41.076Z PASS [ 0.046s] (1031/3424) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
69962026-09-11T19:36:41.084Z PASS [ 0.042s] (1032/3424) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
69972026-09-11T19:36:41.099Z PASS [ 0.043s] (1033/3424) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
69982026-09-11T19:36:41.117Z PASS [ 0.041s] (1034/3424) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
69992026-09-11T19:36:41.121Z PASS [ 0.049s] (1035/3424) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
70002026-09-11T19:36:41.121Z PASS [ 0.050s] (1036/3424) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
70012026-09-11T19:36:41.126Z PASS [ 0.037s] (1037/3424) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
70022026-09-11T19:36:41.138Z PASS [ 0.039s] (1038/3424) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
70032026-09-11T19:36:41.156Z PASS [ 0.039s] (1039/3424) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
70042026-09-11T19:36:41.175Z PASS [ 0.057s] (1040/3424) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
70052026-09-11T19:36:41.180Z PASS [ 0.058s] (1041/3424) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
70062026-09-11T19:36:41.180Z PASS [ 0.062s] (1042/3424) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
70072026-09-11T19:36:41.196Z PASS [ 0.058s] (1043/3424) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
70082026-09-11T19:36:41.212Z PASS [ 0.055s] (1044/3424) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
70092026-09-11T19:36:41.230Z PASS [ 0.055s] (1045/3424) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
70102026-09-11T19:36:41.241Z PASS [ 0.060s] (1046/3424) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
70112026-09-11T19:36:41.251Z PASS [ 0.068s] (1047/3424) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
70122026-09-11T19:36:41.256Z PASS [ 0.057s] (1048/3424) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
70132026-09-11T19:36:41.271Z PASS [ 0.059s] (1049/3424) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
70142026-09-11T19:36:41.280Z PASS [ 2.736s] (1050/3424) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
70152026-09-11T19:36:41.290Z PASS [ 0.060s] (1051/3424) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
70162026-09-11T19:36:41.294Z PASS [ 0.055s] (1052/3424) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
70172026-09-11T19:36:41.302Z PASS [ 0.055s] (1053/3424) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
70182026-09-11T19:36:41.312Z PASS [ 0.058s] (1054/3424) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
70192026-09-11T19:36:41.324Z PASS [ 0.053s] (1055/3424) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
70202026-09-11T19:36:41.335Z PASS [ 0.056s] (1056/3424) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
70212026-09-11T19:36:41.350Z PASS [ 0.056s] (1057/3424) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
70222026-09-11T19:36:41.356Z PASS [ 0.065s] (1058/3424) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
70232026-09-11T19:36:41.359Z PASS [ 0.057s] (1059/3424) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
70242026-09-11T19:36:41.376Z PASS [ 0.064s] (1060/3424) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
70252026-09-11T19:36:41.379Z PASS [ 0.042s] (1061/3424) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
70262026-09-11T19:36:41.386Z PASS [ 0.061s] (1062/3424) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
70272026-09-11T19:36:41.392Z PASS [ 0.042s] (1063/3424) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
70282026-09-11T19:36:41.413Z PASS [ 0.057s] (1064/3424) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
70292026-09-11T19:36:41.420Z PASS [ 0.060s] (1065/3424) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
70302026-09-11T19:36:41.431Z PASS [ 0.056s] (1066/3424) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
70312026-09-11T19:36:41.435Z PASS [ 0.055s] (1067/3424) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
70322026-09-11T19:36:41.440Z PASS [ 0.055s] (1068/3424) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
70332026-09-11T19:36:41.449Z PASS [ 0.056s] (1069/3424) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
70342026-09-11T19:36:41.467Z PASS [ 0.052s] (1070/3424) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
70352026-09-11T19:36:41.480Z PASS [ 0.060s] (1071/3424) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
70362026-09-11T19:36:41.488Z PASS [ 2.941s] (1072/3424) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
70372026-09-11T19:36:41.491Z PASS [ 0.051s] (1073/3424) nexus-fm diagnosis::saga::tests::closes_on_terminal
70382026-09-11T19:36:41.491Z PASS [ 0.059s] (1074/3424) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
70392026-09-11T19:36:41.501Z PASS [ 0.052s] (1075/3424) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
70402026-09-11T19:36:41.510Z PASS [ 0.079s] (1076/3424) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
70412026-09-11T19:36:41.519Z PASS [ 0.053s] (1077/3424) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
70422026-09-11T19:36:41.532Z PASS [ 0.052s] (1078/3424) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
70432026-09-11T19:36:41.540Z PASS [ 0.051s] (1079/3424) nexus-fm diagnosis::saga::tests::empty_case_is_closed
70442026-09-11T19:36:41.544Z PASS [ 0.051s] (1080/3424) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
70452026-09-11T19:36:41.544Z PASS [ 0.052s] (1081/3424) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
70462026-09-11T19:36:41.556Z PASS [ 0.053s] (1082/3424) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
70472026-09-11T19:36:41.560Z PASS [ 3.012s] (1083/3424) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
70482026-09-11T19:36:41.565Z PASS [ 0.052s] (1084/3424) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
70492026-09-11T19:36:41.572Z PASS [ 0.053s] (1085/3424) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
70502026-09-11T19:36:41.575Z PASS [ 4.357s] (1086/3424) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
70512026-09-11T19:36:41.585Z PASS [ 0.050s] (1087/3424) nexus-fm diagnosis::saga::tests::opens_abandoned_case
70522026-09-11T19:36:41.591Z PASS [ 0.052s] (1088/3424) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
70532026-09-11T19:36:41.595Z PASS [ 0.052s] (1089/3424) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
70542026-09-11T19:36:41.595Z PASS [ 0.051s] (1090/3424) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
70552026-09-11T19:36:41.608Z PASS [ 0.052s] (1091/3424) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
70562026-09-11T19:36:41.618Z PASS [ 0.046s] (1092/3424) nexus-fm-slippy checks::physical_disk::tests::case_with_disagreeing_disks_is_flagged
70572026-09-11T19:36:41.621Z PASS [ 0.060s] (1093/3424) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
70582026-09-11T19:36:41.624Z PASS [ 4.336s] (1094/3424) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
70592026-09-11T19:36:41.628Z PASS [ 0.062s] (1095/3424) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
70602026-09-11T19:36:41.633Z PASS [ 0.058s] (1096/3424) nexus-fm-slippy checks::physical_disk::tests::closed_case_for_same_disk_is_not_flagged
70612026-09-11T19:36:41.642Z PASS [ 0.050s] (1097/3424) nexus-fm-slippy checks::physical_disk::tests::disagreeing_disks_on_closed_case_is_quarantined
70622026-09-11T19:36:41.645Z PASS [ 0.061s] (1098/3424) nexus-fm-slippy checks::physical_disk::tests::closed_empty_case_is_not_flagged
70632026-09-11T19:36:41.654Z PASS [ 0.059s] (1099/3424) nexus-fm-slippy checks::physical_disk::tests::duplicate_open_case_for_disk_is_flagged
70642026-09-11T19:36:41.661Z PASS [ 0.054s] (1100/3424) nexus-fm-slippy checks::tests::cross_engine_duplicate_fact_id_is_flagged
70652026-09-11T19:36:41.666Z PASS [ 0.067s] (1101/3424) nexus-fm-slippy checks::physical_disk::tests::open_disk_case_with_no_facts_is_flagged
70662026-09-11T19:36:41.671Z PASS [ 0.053s] (1102/3424) nexus-fm-slippy checks::tests::duplicate_alert_id_is_flagged
70672026-09-11T19:36:41.675Z PASS [ 0.055s] (1103/3424) nexus-fm-slippy checks::tests::duplicate_case_ereport_id_is_flagged
70682026-09-11T19:36:41.686Z PASS [ 0.061s] (1104/3424) nexus-fm-slippy checks::tests::duplicate_fact_id_is_flagged
70692026-09-11T19:36:41.690Z PASS [ 0.058s] (1105/3424) nexus-fm-slippy checks::tests::duplicate_support_bundle_id_is_flagged
70702026-09-11T19:36:41.694Z PASS [ 0.050s] (1106/3424) nexus-fm-slippy checks::tests::ereport_missing_from_index_is_flagged
70712026-09-11T19:36:41.698Z PASS [ 0.054s] (1107/3424) nexus-fm-slippy checks::tests::engine_produced_sitrep_is_clean
70722026-09-11T19:36:41.702Z PASS [ 0.076s] (1108/3424) nexus-fm-slippy checks::tests::duplicate_case_ereport_id_within_one_case_is_flagged
70732026-09-11T19:36:41.706Z PASS [ 0.050s] (1109/3424) nexus-fm-slippy checks::tests::foreign_fact_payload_is_flagged
70742026-09-11T19:36:41.714Z PASS [ 0.052s] (1110/3424) nexus-fm-slippy checks::tests::indexed_ereport_content_mismatch_is_flagged
70752026-09-11T19:36:41.719Z PASS [ 0.055s] (1111/3424) nexus-fm-slippy checks::tests::foreign_fact_payload_on_closed_case_is_flagged
70762026-09-11T19:36:41.729Z PASS [ 0.058s] (1112/3424) nexus-fm-slippy checks::tests::orphaned_indexed_ereport_is_flagged
70772026-09-11T19:36:41.787Z PASS [ 0.099s] (1113/3424) nexus-inventory builder::test::test_empty
70782026-09-11T19:36:41.797Z PASS [ 0.107s] (1114/3424) nexus-inventory builder::test::test_problems
70792026-09-11T19:36:41.842Z PASS [ 0.167s] (1115/3424) nexus-inventory builder::test::test_basic
70802026-09-11T19:36:41.877Z PASS [ 4.308s] (1116/3424) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
70812026-09-11T19:36:41.912Z PASS [ 4.362s] (1117/3424) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
70822026-09-11T19:36:41.916Z PASS [ 4.294s] (1118/3424) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
70832026-09-11T19:36:42.116Z PASS [ 1.408s] (1119/3424) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
70842026-09-11T19:36:42.230Z PASS [ 0.530s] (1120/3424) nexus-inventory collector::test::test_multi_mgs_failure
70852026-09-11T19:36:42.458Z PASS [ 0.752s] (1121/3424) nexus-inventory collector::test::test_sled_agent_failure
70862026-09-11T19:36:42.577Z PASS [ 0.882s] (1122/3424) nexus-inventory collector::test::test_basic
70872026-09-11T19:36:42.618Z PASS [ 0.812s] (1123/3424) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
70882026-09-11T19:36:42.709Z PASS [ 0.881s] (1124/3424) nexus-mgs-updates driver_update::test::test_rot_basic_failures
70892026-09-11T19:36:42.713Z PASS [ 0.770s] (1125/3424) nexus-mgs-updates driver_update::test::test_sp_basic_failures
70902026-09-11T19:36:42.719Z PASS [ 1.019s] (1126/3424) nexus-inventory collector::test::test_multi_mgs
70912026-09-11T19:36:42.758Z PASS [ 4.021s] (1127/3424) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
70922026-09-11T19:36:42.789Z PASS [ 3.939s] (1128/3424) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
70932026-09-11T19:36:42.789Z PASS [ 3.910s] (1129/3424) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
70942026-09-11T19:36:42.797Z PASS [ 0.041s] (1130/3424) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
70952026-09-11T19:36:42.838Z PASS [ 0.050s] (1131/3424) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
70962026-09-11T19:36:42.850Z PASS [ 0.060s] (1132/3424) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
70972026-09-11T19:36:42.858Z PASS [ 0.060s] (1133/3424) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
70982026-09-11T19:36:42.882Z PASS [ 3.825s] (1134/3424) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
70992026-09-11T19:36:42.886Z PASS [ 0.046s] (1135/3424) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
71002026-09-11T19:36:42.906Z PASS [ 0.056s] (1136/3424) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
71012026-09-11T19:36:42.918Z PASS [ 0.060s] (1137/3424) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
71022026-09-11T19:36:42.923Z PASS [ 0.208s] (1138/3424) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
71032026-09-11T19:36:42.927Z PASS [ 0.246s] (1139/3424) nexus-mgs-updates test_util::step_through::test::test_basic
71042026-09-11T19:36:42.935Z PASS [ 0.052s] (1140/3424) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
71052026-09-11T19:36:42.940Z PASS [ 0.054s] (1141/3424) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
71062026-09-11T19:36:42.960Z PASS [ 0.053s] (1142/3424) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
71072026-09-11T19:36:42.970Z PASS [ 0.045s] (1143/3424) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
71082026-09-11T19:36:42.975Z PASS [ 0.054s] (1144/3424) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
71092026-09-11T19:36:42.975Z PASS [ 0.052s] (1145/3424) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
71102026-09-11T19:36:42.980Z PASS [ 0.046s] (1146/3424) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
71112026-09-11T19:36:42.989Z PASS [ 0.050s] (1147/3424) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
71122026-09-11T19:36:43.004Z PASS [ 0.045s] (1148/3424) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
71132026-09-11T19:36:43.020Z PASS [ 0.044s] (1149/3424) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
71142026-09-11T19:36:43.023Z PASS [ 0.048s] (1150/3424) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
71152026-09-11T19:36:43.023Z PASS [ 0.048s] (1151/3424) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
71162026-09-11T19:36:43.028Z PASS [ 0.048s] (1152/3424) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
71172026-09-11T19:36:43.050Z PASS [ 0.043s] (1153/3424) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
71182026-09-11T19:36:43.120Z PASS [ 3.851s] (1154/3424) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
71192026-09-11T19:36:43.180Z PASS [ 0.064s] (1155/3424) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
71202026-09-11T19:36:43.281Z PASS [ 0.061s] (1156/3424) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
71212026-09-11T19:36:43.289Z PASS [ 0.048s] (1157/3424) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
71222026-09-11T19:36:43.344Z PASS [ 0.054s] (1158/3424) nexus-reconfigurator-execution dns::test::test_dns_compute_update
71232026-09-11T19:36:43.693Z PASS [ 1.117s] (1159/3424) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
71242026-09-11T19:36:43.757Z PASS [ 3.846s] (1160/3424) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
71252026-09-11T19:36:43.839Z PASS [ 3.539s] (1161/3424) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
71262026-09-11T19:36:44.342Z PASS [ 28.595s] (1162/3424) nexus-db-queries db::datastore::update::test::test_list_unpruned
71272026-09-11T19:36:44.675Z PASS [ 2.946s] (1163/3424) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
71282026-09-11T19:36:44.688Z PASS [ 137.485s] (1164/3424) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71292026-09-11T19:36:44.702Z PASS [ 2.987s] (1165/3424) nexus-metrics-producer-gc tests::test_prune_expired_producers
71302026-09-11T19:36:44.746Z PASS [ 0.057s] (1166/3424) nexus-reconfigurator-execution sagas::test::test_find_expunged_older_generation
71312026-09-11T19:36:44.783Z PASS [ 0.081s] (1167/3424) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
71322026-09-11T19:36:44.825Z PASS [ 0.043s] (1168/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
71332026-09-11T19:36:44.866Z PASS [ 3.150s] (1169/3424) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
71342026-09-11T19:36:44.905Z PASS [ 0.038s] (1170/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
71352026-09-11T19:36:44.939Z PASS [ 0.113s] (1171/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
71362026-09-11T19:36:44.972Z PASS [ 0.067s] (1172/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
71372026-09-11T19:36:44.992Z PASS [ 0.050s] (1173/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
71382026-09-11T19:36:45.019Z PASS [ 0.047s] (1174/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
71392026-09-11T19:36:45.039Z PASS [ 0.049s] (1175/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
71402026-09-11T19:36:45.059Z PASS [ 0.040s] (1176/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
71412026-09-11T19:36:45.086Z PASS [ 0.047s] (1177/3424) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
71422026-09-11T19:36:45.094Z PASS [ 0.035s] (1178/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
71432026-09-11T19:36:45.116Z PASS [ 0.030s] (1179/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
71442026-09-11T19:36:45.126Z PASS [ 0.032s] (1180/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
71452026-09-11T19:36:45.152Z PASS [ 0.035s] (1181/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
71462026-09-11T19:36:45.163Z PASS [ 0.034s] (1182/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
71472026-09-11T19:36:45.184Z PASS [ 0.033s] (1183/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
71482026-09-11T19:36:45.194Z PASS [ 0.033s] (1184/3424) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
71492026-09-11T19:36:45.215Z PASS [ 0.030s] (1185/3424) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
71502026-09-11T19:36:45.235Z PASS [ 0.042s] (1186/3424) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
71512026-09-11T19:36:45.271Z PASS [ 0.035s] (1187/3424) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
71522026-09-11T19:36:45.507Z PASS [ 0.236s] (1188/3424) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
71532026-09-11T19:36:45.750Z PASS [ 0.243s] (1189/3424) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
71542026-09-11T19:36:45.901Z PASS [ 0.151s] (1190/3424) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
71552026-09-11T19:36:45.982Z PASS [ 0.079s] (1191/3424) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
71562026-09-11T19:36:46.021Z PASS [ 0.033s] (1192/3424) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
71572026-09-11T19:36:46.048Z PASS [ 0.030s] (1193/3424) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
71582026-09-11T19:36:46.093Z PASS [ 0.048s] (1194/3424) nexus-reconfigurator-planning example::tests::builder_all_zone_types
71592026-09-11T19:36:46.138Z PASS [ 0.045s] (1195/3424) nexus-reconfigurator-planning example::tests::builder_zone_counts
71602026-09-11T19:36:46.686Z PASS [ 4.453s] (1196/3424) nexus-mgs-updates driver_update::test::test_sp_update_watched
71612026-09-11T19:36:46.719Z PASS [ 0.035s] (1197/3424) nexus-reconfigurator-planning example::tests::instances_on_examples
71622026-09-11T19:36:46.770Z PASS [ 0.051s] (1198/3424) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
71632026-09-11T19:36:46.821Z PASS [ 0.046s] (1199/3424) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
71642026-09-11T19:36:46.894Z PASS [ 0.078s] (1200/3424) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
71652026-09-11T19:36:46.947Z PASS [ 0.052s] (1201/3424) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
71662026-09-11T19:36:46.993Z PASS [ 0.044s] (1202/3424) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
71672026-09-11T19:36:47.035Z PASS [ 0.043s] (1203/3424) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
71682026-09-11T19:36:47.081Z PASS [ 0.045s] (1204/3424) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
71692026-09-11T19:36:47.124Z PASS [ 0.044s] (1205/3424) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
71702026-09-11T19:36:47.176Z PASS [ 0.050s] (1206/3424) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
71712026-09-11T19:36:47.226Z PASS [ 0.049s] (1207/3424) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
71722026-09-11T19:36:47.287Z PASS [ 0.059s] (1208/3424) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
71732026-09-11T19:36:47.387Z PASS [ 0.104s] (1209/3424) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
71742026-09-11T19:36:47.414Z PASS [ 4.363s] (1210/3424) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
71752026-09-11T19:36:47.444Z PASS [ 0.056s] (1211/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
71762026-09-11T19:36:47.453Z PASS [ 4.430s] (1212/3424) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
71772026-09-11T19:36:47.509Z PASS [ 0.099s] (1213/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
71782026-09-11T19:36:47.514Z PASS [ 0.067s] (1214/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
71792026-09-11T19:36:47.526Z PASS [ 4.508s] (1215/3424) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
71802026-09-11T19:36:47.536Z PASS [ 0.084s] (1216/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
71812026-09-11T19:36:47.550Z PASS [ 2.335s] (1217/3424) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
71822026-09-11T19:36:47.574Z PASS [ 0.065s] (1218/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
71832026-09-11T19:36:47.597Z PASS [ 0.071s] (1219/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
71842026-09-11T19:36:47.601Z PASS [ 0.062s] (1220/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
71852026-09-11T19:36:47.605Z PASS [ 0.094s] (1221/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
71862026-09-11T19:36:47.618Z PASS [ 4.590s] (1222/3424) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
71872026-09-11T19:36:47.624Z PASS [ 0.074s] (1223/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
71882026-09-11T19:36:47.662Z PASS [ 0.089s] (1224/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
71892026-09-11T19:36:47.677Z PASS [ 0.080s] (1225/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
71902026-09-11T19:36:47.686Z PASS [ 0.087s] (1226/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
71912026-09-11T19:36:47.700Z PASS [ 0.095s] (1227/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
71922026-09-11T19:36:47.750Z PASS [ 0.126s] (1228/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
71932026-09-11T19:36:47.780Z PASS [ 0.094s] (1229/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
71942026-09-11T19:36:47.783Z PASS [ 0.104s] (1230/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
71952026-09-11T19:36:47.788Z PASS [ 0.125s] (1231/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
71962026-09-11T19:36:47.792Z PASS [ 0.090s] (1232/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
71972026-09-11T19:36:47.815Z PASS [ 0.196s] (1233/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
71982026-09-11T19:36:47.847Z PASS [ 0.096s] (1234/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
71992026-09-11T19:36:48.000Z PASS [ 0.217s] (1235/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
72002026-09-11T19:36:48.173Z PASS [ 0.304s] (1236/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
72012026-09-11T19:36:48.216Z PASS [ 0.426s] (1237/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
72022026-09-11T19:36:48.225Z PASS [ 0.075s] (1238/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
72032026-09-11T19:36:48.349Z PASS [ 5.884s] (1239/3424) nexus-mgs-updates driver_update::test_host_phase_1::basic
72042026-09-11T19:36:48.379Z PASS [ 0.592s] (1240/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
72052026-09-11T19:36:48.553Z PASS [ 6.708s] (1241/3424) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
72062026-09-11T19:36:48.561Z PASS [ 6.683s] (1242/3424) nexus-mgs-updates driver_update::test::test_rot_update_basic
72072026-09-11T19:36:48.613Z PASS [ 0.788s] (1243/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
72082026-09-11T19:36:48.775Z PASS [ 0.992s] (1244/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
72092026-09-11T19:36:48.799Z PASS [ 0.021s] (1245/3424) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
72102026-09-11T19:36:48.832Z PASS [ 0.037s] (1246/3424) nexus-saga-recovery recovery::test::test_execution_basic
72112026-09-11T19:36:48.922Z PASS [ 0.089s] (1247/3424) nexus-saga-recovery recovery::test::test_plan_basic
72122026-09-11T19:36:48.953Z PASS [ 0.031s] (1248/3424) nexus-saga-recovery recovery::test::test_read_all_from_channel
72132026-09-11T19:36:48.985Z PASS [ 0.032s] (1249/3424) nexus-saga-recovery test::test_basic
72142026-09-11T19:36:49.012Z PASS [ 0.027s] (1250/3424) nexus-switch-config tests::all_problems_are_accumulated
72152026-09-11T19:36:49.045Z PASS [ 0.027s] (1251/3424) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
72162026-09-11T19:36:49.071Z PASS [ 0.026s] (1252/3424) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
72172026-09-11T19:36:49.097Z PASS [ 0.028s] (1253/3424) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
72182026-09-11T19:36:49.119Z PASS [ 0.026s] (1254/3424) nexus-switch-config tests::empty_port_list_is_reported
72192026-09-11T19:36:49.156Z PASS [ 0.029s] (1255/3424) nexus-switch-config tests::illegal_max_paths_is_reported
72202026-09-11T19:36:49.174Z PASS [ 0.026s] (1256/3424) nexus-switch-config tests::malformed_uplink_address_is_reported
72212026-09-11T19:36:49.198Z PASS [ 0.024s] (1257/3424) nexus-switch-config tests::missing_rack_subnet_is_reported
72222026-09-11T19:36:49.229Z PASS [ 0.030s] (1258/3424) nexus-switch-config tests::no_silent_port_drops
72232026-09-11T19:36:49.259Z PASS [ 0.028s] (1259/3424) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
72242026-09-11T19:36:49.291Z PASS [ 0.033s] (1260/3424) nexus-switch-config tests::peered_port_requires_switch_bgp_config
72252026-09-11T19:36:49.316Z PASS [ 0.026s] (1261/3424) nexus-switch-config tests::peered_port_switch_asn
72262026-09-11T19:36:49.337Z PASS [ 3.199s] (1262/3424) nexus-reconfigurator-planning example::tests::dns_resolution_works
72272026-09-11T19:36:49.346Z PASS [ 0.026s] (1263/3424) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
72282026-09-11T19:36:49.349Z PASS [ 4.672s] (1264/3424) nexus-reconfigurator-execution sagas::test::test_abandon_orphan_sagas
72292026-09-11T19:36:49.370Z PASS [ 0.027s] (1265/3424) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
72302026-09-11T19:36:49.377Z PASS [ 0.030s] (1266/3424) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
72312026-09-11T19:36:49.394Z PASS [ 0.030s] (1267/3424) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
72322026-09-11T19:36:49.405Z PASS [ 0.028s] (1268/3424) nexus-types alert::tests::test_from_str_roundtrips
72332026-09-11T19:36:49.424Z PASS [ 0.030s] (1269/3424) nexus-types alert::tests::test_is_test
72342026-09-11T19:36:49.434Z PASS [ 0.028s] (1270/3424) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
72352026-09-11T19:36:49.455Z PASS [ 0.030s] (1271/3424) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
72362026-09-11T19:36:49.465Z PASS [ 0.030s] (1272/3424) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
72372026-09-11T19:36:49.487Z PASS [ 0.032s] (1273/3424) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
72382026-09-11T19:36:49.497Z PASS [ 0.034s] (1274/3424) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
72392026-09-11T19:36:49.516Z PASS [ 0.030s] (1275/3424) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
72402026-09-11T19:36:49.541Z PASS [ 0.042s] (1276/3424) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
72412026-09-11T19:36:49.571Z PASS [ 0.055s] (1277/3424) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
72422026-09-11T19:36:49.575Z PASS [ 0.035s] (1278/3424) nexus-types deployment::network_resources::tests::display
72432026-09-11T19:36:49.611Z PASS [ 0.036s] (1279/3424) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
72442026-09-11T19:36:49.616Z PASS [ 0.037s] (1280/3424) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
72452026-09-11T19:36:49.640Z PASS [ 0.033s] (1281/3424) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
72462026-09-11T19:36:49.646Z PASS [ 0.035s] (1282/3424) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
72472026-09-11T19:36:49.699Z PASS [ 0.053s] (1283/3424) nexus-types deployment::test::test_serialize_pending_mgs_updates
72482026-09-11T19:36:49.735Z PASS [ 0.036s] (1284/3424) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
72492026-09-11T19:36:49.769Z PASS [ 0.031s] (1285/3424) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
72502026-09-11T19:36:49.823Z PASS [ 0.041s] (1286/3424) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
72512026-09-11T19:36:49.890Z PASS [ 0.081s] (1287/3424) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
72522026-09-11T19:36:49.931Z PASS [ 0.036s] (1288/3424) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
72532026-09-11T19:36:49.962Z PASS [ 0.034s] (1289/3424) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
72542026-09-11T19:36:49.991Z PASS [ 0.031s] (1290/3424) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
72552026-09-11T19:36:50.027Z PASS [ 0.036s] (1291/3424) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
72562026-09-11T19:36:50.063Z PASS [ 0.034s] (1292/3424) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
72572026-09-11T19:36:50.096Z PASS [ 0.035s] (1293/3424) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
72582026-09-11T19:36:50.134Z PASS [ 0.037s] (1294/3424) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
72592026-09-11T19:36:50.173Z PASS [ 0.039s] (1295/3424) nexus-types fm::case::tests::test_case_display
72602026-09-11T19:36:50.216Z PASS [ 0.039s] (1296/3424) nexus-types fm::case::tests::test_case_display_colored
72612026-09-11T19:36:50.251Z PASS [ 0.038s] (1297/3424) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
72622026-09-11T19:36:50.291Z PASS [ 0.036s] (1298/3424) nexus-types fm::config::tests::test_min_history_pruning_threshold
72632026-09-11T19:36:50.307Z PASS [ 2.302s] (1299/3424) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
72642026-09-11T19:36:50.326Z PASS [ 0.039s] (1300/3424) nexus-types fm::config::tests::test_min_sitrep_limit
72652026-09-11T19:36:50.359Z PASS [ 0.059s] (1301/3424) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_disabled
72662026-09-11T19:36:50.367Z PASS [ 0.041s] (1302/3424) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_enabled
72672026-09-11T19:36:50.401Z PASS [ 0.042s] (1303/3424) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
72682026-09-11T19:36:50.409Z PASS [ 0.041s] (1304/3424) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
72692026-09-11T19:36:50.442Z PASS [ 0.040s] (1305/3424) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
72702026-09-11T19:36:50.451Z PASS [ 0.043s] (1306/3424) nexus-types quiesce::test::test_drained_blueprint
72712026-09-11T19:36:50.487Z PASS [ 0.045s] (1307/3424) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
72722026-09-11T19:36:50.507Z PASS [ 0.054s] (1308/3424) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
72732026-09-11T19:36:50.543Z PASS [ 0.055s] (1309/3424) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
72742026-09-11T19:36:50.561Z PASS [ 0.050s] (1310/3424) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
72752026-09-11T19:36:50.586Z PASS [ 0.042s] (1311/3424) nexus-types quiesce::test::test_quiesce_block_on_reassignment
72762026-09-11T19:36:50.622Z PASS [ 8.711s] (1312/3424) nexus-mgs-updates driver_update::test::test_sp_update_basic
72772026-09-11T19:36:50.622Z PASS [ 0.066s] (1313/3424) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
72782026-09-11T19:36:50.675Z PASS [ 0.090s] (1314/3424) nexus-types quiesce::test::test_quiesce_block_on_saga_started
72792026-09-11T19:36:50.698Z PASS [ 0.076s] (1315/3424) nexus-types quiesce::test::test_quiesce_noop
72802026-09-11T19:36:50.726Z PASS [ 0.099s] (1316/3424) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
72812026-09-11T19:36:50.741Z PASS [ 0.065s] (1317/3424) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
72822026-09-11T19:36:50.775Z PASS [ 0.076s] (1318/3424) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
72832026-09-11T19:36:51.109Z PASS [ 0.388s] (1319/3424) nexus-types::read_series blueprint_mismatch
72842026-09-11T19:36:51.258Z PASS [ 0.480s] (1320/3424) nexus-types::read_series collection_mismatch
72852026-09-11T19:36:51.370Z PASS [ 0.261s] (1321/3424) nexus-types::read_series external_dns_mismatch
72862026-09-11T19:36:51.446Z PASS [ 0.191s] (1322/3424) nexus-types::read_series identical_inputs
72872026-09-11T19:36:51.472Z PASS [ 0.731s] (1323/3424) nexus-types::read_series blueprint_source_reconciliation
72882026-09-11T19:36:51.507Z PASS [ 0.034s] (1324/3424) nexus-types::read_series malformed_json
72892026-09-11T19:36:51.651Z PASS [ 0.205s] (1325/3424) nexus-types::read_series internal_dns_mismatch
72902026-09-11T19:36:51.682Z PASS [ 0.031s] (1326/3424) nexus-types::read_series no_inputs
72912026-09-11T19:36:52.025Z PASS [ 0.467s] (1327/3424) nexus-types::read_series multiple_latest_candidates
72922026-09-11T19:36:52.151Z PASS [ 0.177s] (1328/3424) nexus-types::read_series single_input_happy_path
72932026-09-11T19:36:52.176Z PASS [ 0.495s] (1329/3424) nexus-types::read_series overlapping_inputs_order_independent
72942026-09-11T19:36:52.208Z PASS [ 0.031s] (1330/3424) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
72952026-09-11T19:36:52.233Z PASS [ 0.025s] (1331/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
72962026-09-11T19:36:52.257Z PASS [ 0.025s] (1332/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
72972026-09-11T19:36:52.280Z PASS [ 2.939s] (1333/3424) nexus-test-utils test::test_suite_password_matches_hash
72982026-09-11T19:36:52.285Z PASS [ 0.027s] (1334/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
72992026-09-11T19:36:52.305Z PASS [ 0.025s] (1335/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
73002026-09-11T19:36:52.310Z PASS [ 0.025s] (1336/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
73012026-09-11T19:36:52.333Z PASS [ 0.028s] (1337/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
73022026-09-11T19:36:52.341Z PASS [ 0.031s] (1338/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
73032026-09-11T19:36:52.363Z PASS [ 0.030s] (1339/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
73042026-09-11T19:36:52.368Z PASS [ 0.027s] (1340/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
73052026-09-11T19:36:52.374Z PASS [ 1.004s] (1341/3424) nexus-types::read_series intended_blueprint_warning
73062026-09-11T19:36:52.381Z PASS [ 0.228s] (1342/3424) nexus-types::read_series target_missing_from_its_own_file
73072026-09-11T19:36:52.391Z PASS [ 0.027s] (1343/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
73082026-09-11T19:36:52.399Z PASS [ 0.031s] (1344/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
73092026-09-11T19:36:52.406Z PASS [ 0.032s] (1345/3424) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
73102026-09-11T19:36:52.410Z PASS [ 0.031s] (1346/3424) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
73112026-09-11T19:36:52.418Z PASS [ 0.028s] (1347/3424) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
73122026-09-11T19:36:52.426Z PASS [ 0.027s] (1348/3424) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
73132026-09-11T19:36:52.433Z PASS [ 0.027s] (1349/3424) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
73142026-09-11T19:36:52.442Z PASS [ 0.032s] (1350/3424) nexus-types-versions impls::policy::tests::test_policy_parsing
73152026-09-11T19:36:52.447Z PASS [ 0.029s] (1351/3424) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
73162026-09-11T19:36:52.451Z PASS [ 9.783s] (1352/3424) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
73172026-09-11T19:36:52.455Z PASS [ 0.029s] (1353/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
73182026-09-11T19:36:52.461Z PASS [ 0.027s] (1354/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
73192026-09-11T19:36:52.472Z PASS [ 0.030s] (1355/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
73202026-09-11T19:36:52.478Z PASS [ 0.031s] (1356/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
73212026-09-11T19:36:52.483Z PASS [ 0.033s] (1357/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
73222026-09-11T19:36:52.487Z PASS [ 0.030s] (1358/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
73232026-09-11T19:36:52.494Z PASS [ 0.032s] (1359/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
73242026-09-11T19:36:52.502Z PASS [ 0.030s] (1360/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
73252026-09-11T19:36:52.514Z PASS [ 0.033s] (1361/3424) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
73262026-09-11T19:36:52.517Z PASS [ 0.030s] (1362/3424) nexus-types-versions v2026_09_08_00::project::tests::defaults_selection_rejects_unknown_fields
73272026-09-11T19:36:52.526Z PASS [ 0.040s] (1363/3424) nexus-types-versions v2026_09_08_00::project::tests::defaults_wire_format
73282026-09-11T19:36:52.526Z PASS [ 0.033s] (1364/3424) nexus-types-versions v2026_09_08_00::vpc::tests::defaults_wire_format
73292026-09-11T19:36:52.559Z PASS [ 4.008s] (1365/3424) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::equal_generation_different_availability_left_untouched
73302026-09-11T19:36:52.581Z PASS [ 0.079s] (1366/3424) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
73312026-09-11T19:36:52.608Z PASS [ 0.091s] (1367/3424) omicron-certificates tests::test_cert_extended_key_usage
73322026-09-11T19:36:52.639Z PASS [ 0.103s] (1368/3424) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
73332026-09-11T19:36:52.643Z PASS [ 0.104s] (1369/3424) omicron-certificates tests::test_subject_alternate_names_are_validated
73342026-09-11T19:36:52.643Z PASS [ 0.113s] (1370/3424) omicron-certificates tests::test_common_name_is_validated
73352026-09-11T19:36:52.643Z PASS [ 0.080s] (1371/3424) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
73362026-09-11T19:36:52.830Z PASS [ 4.269s] (1372/3424) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::partial_failure_then_retry_converges
73372026-09-11T19:36:52.905Z PASS [ 0.075s] (1373/3424) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
73382026-09-11T19:36:52.942Z PASS [ 0.037s] (1374/3424) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
73392026-09-11T19:36:53.123Z PASS [ 0.181s] (1375/3424) omicron-cockroach-metrics tests::test_cluster_client_caching
73402026-09-11T19:36:53.154Z PASS [ 0.028s] (1376/3424) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
73412026-09-11T19:36:53.178Z PASS [ 0.020s] (1377/3424) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
73422026-09-11T19:36:53.190Z PASS [ 0.019s] (1378/3424) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
73432026-09-11T19:36:53.211Z PASS [ 0.020s] (1379/3424) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
73442026-09-11T19:36:53.232Z PASS [ 0.022s] (1380/3424) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
73452026-09-11T19:36:53.254Z PASS [ 0.021s] (1381/3424) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
73462026-09-11T19:36:53.276Z PASS [ 0.023s] (1382/3424) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
73472026-09-11T19:36:53.298Z PASS [ 0.021s] (1383/3424) omicron-common address::test::test_dns_subnets
73482026-09-11T19:36:53.317Z PASS [ 0.018s] (1384/3424) omicron-common address::test::test_ip_range_checks_non_decreasing
73492026-09-11T19:36:53.337Z PASS [ 0.021s] (1385/3424) omicron-common address::test::test_ip_range_enum_deserialization
73502026-09-11T19:36:53.362Z PASS [ 0.025s] (1386/3424) omicron-common address::test::test_ip_range_iter
73512026-09-11T19:36:53.395Z PASS [ 0.032s] (1387/3424) omicron-common address::test::test_ip_range_length
73522026-09-11T19:36:53.423Z PASS [ 0.028s] (1388/3424) omicron-common address::test::test_ip_range_try_from
73532026-09-11T19:36:53.446Z PASS [ 0.021s] (1389/3424) omicron-common address::test::test_ipv6_subnet_deserialize
73542026-09-11T19:36:53.464Z PASS [ 0.020s] (1390/3424) omicron-common address::test::test_sled_address
73552026-09-11T19:36:53.484Z PASS [ 0.020s] (1391/3424) omicron-common api::external::error::test::test_bail_unless
73562026-09-11T19:36:53.506Z PASS [ 0.022s] (1392/3424) omicron-common api::external::error::test::test_context
73572026-09-11T19:36:53.530Z PASS [ 0.020s] (1393/3424) omicron-common api::external::http_pagination::test::test_pagination_examples
73582026-09-11T19:36:53.551Z PASS [ 0.024s] (1394/3424) omicron-common api::external::http_pagination::test::test_pagination_schemas
73592026-09-11T19:36:53.558Z PASS [ 14.046s] (1395/3424) nexus-db-queries policy_test::test_conferred_roles
73602026-09-11T19:36:53.575Z PASS [ 0.024s] (1396/3424) omicron-common api::external::http_pagination::test::test_scan_by_id
73612026-09-11T19:36:53.582Z PASS [ 0.024s] (1397/3424) omicron-common api::external::http_pagination::test::test_scan_by_name
73622026-09-11T19:36:53.596Z PASS [ 0.021s] (1398/3424) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
73632026-09-11T19:36:53.603Z PASS [ 0.021s] (1399/3424) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
73642026-09-11T19:36:53.622Z PASS [ 0.026s] (1400/3424) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
73652026-09-11T19:36:53.627Z PASS [ 0.022s] (1401/3424) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
73662026-09-11T19:36:53.645Z PASS [ 0.022s] (1402/3424) omicron-common api::external::test::test_bytecount
73672026-09-11T19:36:53.651Z PASS [ 0.022s] (1403/3424) omicron-common api::external::test::test_bytecount_display
73682026-09-11T19:36:53.665Z PASS [ 0.020s] (1404/3424) omicron-common api::external::test::test_digest
73692026-09-11T19:36:53.669Z PASS [ 0.021s] (1405/3424) omicron-common api::external::test::test_firewall_deserialization
73702026-09-11T19:36:53.695Z PASS [ 0.023s] (1406/3424) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
73712026-09-11T19:36:53.774Z PASS [ 0.033s] (1407/3424) omicron-common api::external::test::test_firewall_rule_host_filter_parse
73722026-09-11T19:36:53.774Z PASS [ 0.032s] (1408/3424) omicron-common api::external::test::test_firewall_rule_target_parse
73732026-09-11T19:36:53.774Z PASS [ 0.032s] (1409/3424) omicron-common api::external::test::test_hostname_from_str
73742026-09-11T19:36:53.786Z PASS [ 0.022s] (1410/3424) omicron-common api::external::test::test_ip_port_range_from_str
73752026-09-11T19:36:53.786Z PASS [ 0.026s] (1411/3424) omicron-common api::external::test::test_ip_port_range_into_str
73762026-09-11T19:36:53.786Z PASS [ 0.023s] (1412/3424) omicron-common api::external::test::test_ipv6_net_operations
73772026-09-11T19:36:53.794Z PASS [ 0.025s] (1413/3424) omicron-common api::external::test::test_mac_system_iterator
73782026-09-11T19:36:53.803Z PASS [ 0.019s] (1414/3424) omicron-common api::external::test::test_mac_to_int_conversions
73792026-09-11T19:36:53.810Z PASS [ 0.024s] (1415/3424) omicron-common api::external::test::test_macaddr
73802026-09-11T19:36:53.827Z PASS [ 0.031s] (1416/3424) omicron-common api::external::test::test_name_parse
73812026-09-11T19:36:53.827Z PASS [ 0.020s] (1417/3424) omicron-common api::external::test::test_name_parse_from_param
73822026-09-11T19:36:53.848Z PASS [ 0.026s] (1418/3424) omicron-common api::external::test::test_resource_name_parse
73832026-09-11T19:36:53.880Z PASS [ 0.054s] (1419/3424) omicron-common api::external::test::test_route_destination_parse
73842026-09-11T19:36:53.892Z PASS [ 0.046s] (1420/3424) omicron-common api::external::test::test_route_target_parse
73852026-09-11T19:36:53.904Z PASS [ 0.022s] (1421/3424) omicron-common api::external::test::test_semver_serialize
73862026-09-11T19:36:53.980Z PASS [ 0.021s] (1422/3424) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
73872026-09-11T19:36:53.981Z PASS [ 0.022s] (1423/3424) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
73882026-09-11T19:36:53.981Z PASS [ 0.021s] (1424/3424) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
73892026-09-11T19:36:53.981Z PASS [ 0.019s] (1425/3424) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
73902026-09-11T19:36:53.981Z PASS [ 0.020s] (1426/3424) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
73912026-09-11T19:36:53.981Z PASS [ 0.022s] (1427/3424) omicron-common disk::tests::parse_dataset_name
73922026-09-11T19:36:53.985Z PASS [ 0.025s] (1428/3424) omicron-common zpool_name::test::test_parse_bad_zpool_names
73932026-09-11T19:36:53.990Z PASS [ 0.020s] (1429/3424) omicron-common zpool_name::test::test_parse_external_zpool_name
73942026-09-11T19:36:54.007Z PASS [ 0.028s] (1430/3424) omicron-common zpool_name::test::test_parse_internal_zpool_name
73952026-09-11T19:36:54.011Z PASS [ 0.025s] (1431/3424) omicron-common zpool_name::test::test_parse_zpool_name_json
73962026-09-11T19:36:54.030Z PASS [ 0.023s] (1432/3424) omicron-common zpool_name::test::test_zpool_name_regex
73972026-09-11T19:36:54.115Z PASS [ 1.475s] (1433/3424) omicron-cockroach-admin context::tests::test_node_id
73982026-09-11T19:36:54.174Z PASS [ 1.558s] (1434/3424) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
73992026-09-11T19:36:54.275Z PASS [ 0.264s] (1435/3424) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
74002026-09-11T19:36:54.307Z PASS [ 0.031s] (1436/3424) omicron-gateway management_switch::location_map::tests::test_config_validation
74012026-09-11T19:36:54.323Z PASS [ 1.694s] (1437/3424) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
74022026-09-11T19:36:54.335Z PASS [ 0.028s] (1438/3424) omicron-gateway management_switch::location_map::tests::test_resolve_location
74032026-09-11T19:36:54.377Z PASS [ 0.042s] (1439/3424) omicron-gateway::test_all integration_tests::config::read_production_smf_config
74042026-09-11T19:36:54.473Z PASS [ 0.443s] (1440/3424) omicron-dev::test-omicron-dev test_omicron_dev_no_args
74052026-09-11T19:36:54.544Z PASS [ 0.220s] (1441/3424) omicron-gateway::test_all integration_tests::component_list::component_list
74062026-09-11T19:36:54.604Z PASS [ 0.227s] (1442/3424) omicron-gateway::test_all integration_tests::ereports::ereports_basic
74072026-09-11T19:36:54.700Z PASS [ 0.227s] (1443/3424) omicron-gateway::test_all integration_tests::ereports::ereports_commit
74082026-09-11T19:36:54.766Z PASS [ 0.222s] (1444/3424) omicron-gateway::test_all integration_tests::ereports::ereports_limit
74092026-09-11T19:36:54.923Z PASS [ 0.223s] (1445/3424) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
74102026-09-11T19:36:54.987Z PASS [ 0.221s] (1446/3424) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
74112026-09-11T19:36:55.004Z PASS [ 0.400s] (1447/3424) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
74122026-09-11T19:36:55.017Z PASS [ 0.026s] (1448/3424) omicron-ledger test::test_commit_handles_write_failures
74132026-09-11T19:36:55.027Z PASS [ 0.024s] (1449/3424) omicron-ledger test::test_create_default_ledger
74142026-09-11T19:36:55.035Z PASS [ 0.023s] (1450/3424) omicron-ledger test::test_create_ledger_reads_from_storage
74152026-09-11T19:36:55.052Z PASS [ 0.024s] (1451/3424) omicron-ledger test::test_create_ledger_reads_latest_from_storage
74162026-09-11T19:36:55.059Z PASS [ 0.021s] (1452/3424) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
74172026-09-11T19:36:55.072Z PASS [ 0.020s] (1453/3424) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
74182026-09-11T19:36:55.080Z PASS [ 0.021s] (1454/3424) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
74192026-09-11T19:36:55.089Z PASS [ 0.017s] (1455/3424) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
74202026-09-11T19:36:55.098Z PASS [ 0.021s] (1456/3424) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
74212026-09-11T19:36:55.222Z PASS [ 0.299s] (1457/3424) omicron-gateway::test_all integration_tests::task_dump::task_dump
74222026-09-11T19:36:55.837Z PASS [ 3.256s] (1458/3424) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
74232026-09-11T19:36:56.049Z PASS [ 0.210s] (1459/3424) omicron-nexus app::alert::tests::test_alert_class_list
74242026-09-11T19:36:56.239Z PASS [ 12.401s] (1460/3424) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
74252026-09-11T19:36:56.594Z PASS [ 14.478s] (1461/3424) nexus-mgs-updates driver_update::test::test_sp_update_takeover
74262026-09-11T19:36:57.112Z PASS [ 13.354s] (1462/3424) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
74272026-09-11T19:37:00.037Z PASS [ 13.158s] (1463/3424) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
74282026-09-11T19:37:00.094Z PASS [ 12.905s] (1464/3424) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
74292026-09-11T19:37:00.094Z PASS [ 5.239s] (1465/3424) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
74302026-09-11T19:37:00.094Z PASS [ 5.902s] (1466/3424) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
74312026-09-11T19:37:00.094Z PASS [ 0.049s] (1467/3424) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
74322026-09-11T19:37:00.094Z PASS [ 0.050s] (1468/3424) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
74332026-09-11T19:37:00.094Z PASS [ 0.050s] (1469/3424) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
74342026-09-11T19:37:00.094Z PASS [ 0.047s] (1470/3424) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
74352026-09-11T19:37:00.094Z PASS [ 0.049s] (1471/3424) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
74362026-09-11T19:37:00.094Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74372026-09-11T19:37:00.668Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74382026-09-11T19:37:00.676Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
74392026-09-11T19:37:00.950Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
74402026-09-11T19:37:02.244Z PASS [ 19.633s] (1472/3424) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
74412026-09-11T19:37:04.201Z PASS [ 14.561s] (1473/3424) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
74422026-09-11T19:37:06.924Z PASS [ 12.810s] (1474/3424) omicron-dev::test-omicron-dev test_run_all
74432026-09-11T19:37:08.032Z PASS [ 19.429s] (1475/3424) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::proptest_reconciliation
74442026-09-11T19:37:10.276Z PASS [ 8.032s] (1476/3424) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
74452026-09-11T19:37:10.714Z PASS [ 22.498s] (1477/3424) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
74462026-09-11T19:37:11.263Z PASS [ 7.061s] (1478/3424) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
74472026-09-11T19:37:12.878Z PASS [ 16.638s] (1479/3424) omicron-nexus app::background::driver::test::test_driver_basic
74482026-09-11T19:37:13.454Z PASS [ 25.074s] (1480/3424) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
74492026-09-11T19:37:14.016Z PASS [ 7.091s] (1481/3424) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
74502026-09-11T19:37:14.400Z PASS [ 18.352s] (1482/3424) omicron-nexus app::background::driver::test::test_activation_in_progress
74512026-09-11T19:37:14.520Z PASS [ 26.177s] (1483/3424) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
74522026-09-11T19:37:14.649Z PASS [ 26.423s] (1484/3424) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
74532026-09-11T19:37:14.875Z PASS [ 18.280s] (1485/3424) omicron-nexus app::background::init::test::test_dns_propagation_basic
74542026-09-11T19:37:15.376Z PASS [ 17.497s] (1486/3424) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
74552026-09-11T19:37:19.127Z PASS [ 7.864s] (1487/3424) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
74562026-09-11T19:37:19.984Z PASS [ 24.885s] (1488/3424) omicron-ls-apis::test_dependencies test_api_dependencies
74572026-09-11T19:37:21.137Z PASS [ 24.025s] (1489/3424) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
74582026-09-11T19:37:21.436Z PASS [ 38.447s] (1490/3424) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
74592026-09-11T19:37:21.489Z PASS [ 23.990s] (1491/3424) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
74602026-09-11T19:37:21.561Z PASS [ 0.072s] (1492/3424) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
74612026-09-11T19:37:22.130Z PASS [ 24.478s] (1493/3424) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
74622026-09-11T19:37:22.175Z PASS [ 27.083s] (1494/3424) omicron-ls-apis::test_dependencies test_api_check
74632026-09-11T19:37:22.265Z PASS [ 7.745s] (1495/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_never_deletes_target
74642026-09-11T19:37:22.906Z PASS [ 8.031s] (1496/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_config
74652026-09-11T19:37:23.207Z PASS [ 27.983s] (1497/3424) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
74662026-09-11T19:37:23.600Z PASS [ 10.145s] (1498/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_delete_cap_mid_blueprint
74672026-09-11T19:37:23.858Z PASS [ 9.456s] (1499/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_multiple_batches
74682026-09-11T19:37:23.948Z PASS [ 13.672s] (1500/3424) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
74692026-09-11T19:37:24.407Z PASS [ 9.031s] (1501/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_no_prune_non_target_blueprint
74702026-09-11T19:37:24.576Z PASS [ 10.560s] (1502/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_dups
74712026-09-11T19:37:25.506Z PASS [ 12.628s] (1503/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_basic
74722026-09-11T19:37:25.619Z PASS [ 5.635s] (1504/3424) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
74732026-09-11T19:37:26.315Z PASS [ 18.282s] (1505/3424) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
74742026-09-11T19:37:26.746Z PASS [ 5.609s] (1506/3424) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
74752026-09-11T19:37:27.214Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
74762026-09-11T19:37:27.475Z PASS [ 6.038s] (1507/3424) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
74772026-09-11T19:37:29.993Z PASS [ 10.867s] (1508/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_prune_missing_blueprint
74782026-09-11T19:37:30.203Z PASS [ 19.489s] (1509/3424) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
74792026-09-11T19:37:30.731Z PASS [ 6.325s] (1510/3424) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
74802026-09-11T19:37:30.900Z PASS [ 6.951s] (1511/3424) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
74812026-09-11T19:37:30.952Z PASS [ 6.376s] (1512/3424) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
74822026-09-11T19:37:32.308Z PASS [ 6.689s] (1513/3424) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
74832026-09-11T19:37:32.666Z PASS [ 7.161s] (1514/3424) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
74842026-09-11T19:37:33.532Z PASS [ 18.883s] (1515/3424) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_task
74852026-09-11T19:37:34.141Z PASS [ 7.395s] (1516/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
74862026-09-11T19:37:34.193Z PASS [ 7.879s] (1517/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
74872026-09-11T19:37:35.074Z PASS [ 7.599s] (1518/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
74882026-09-11T19:37:36.800Z PASS [ 14.535s] (1519/3424) omicron-nexus app::background::tasks::dns_config::test::test_basic
74892026-09-11T19:37:37.026Z PASS [ 14.896s] (1520/3424) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
74902026-09-11T19:37:37.325Z PASS [ 7.123s] (1521/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
74912026-09-11T19:37:37.352Z PASS [ 7.356s] (1522/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
74922026-09-11T19:37:37.496Z PASS [ 15.322s] (1523/3424) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
74932026-09-11T19:37:37.645Z PASS [ 6.914s] (1524/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
74942026-09-11T19:37:38.152Z PASS [ 16.591s] (1525/3424) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
74952026-09-11T19:37:38.158Z PASS [ 7.258s] (1526/3424) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
74962026-09-11T19:37:38.208Z PASS [ 0.055s] (1527/3424) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
74972026-09-11T19:37:38.214Z PASS [ 0.056s] (1528/3424) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
74982026-09-11T19:37:38.264Z PASS [ 0.056s] (1529/3424) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
74992026-09-11T19:37:38.272Z PASS [ 0.058s] (1530/3424) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
75002026-09-11T19:37:38.313Z PASS [ 0.049s] (1531/3424) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
75012026-09-11T19:37:38.318Z PASS [ 0.045s] (1532/3424) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
75022026-09-11T19:37:38.381Z PASS [ 0.068s] (1533/3424) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
75032026-09-11T19:37:38.386Z PASS [ 0.069s] (1534/3424) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
75042026-09-11T19:37:38.452Z PASS [ 7.500s] (1535/3424) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
75052026-09-11T19:37:38.459Z PASS [ 0.078s] (1536/3424) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
75062026-09-11T19:37:38.472Z PASS [ 14.615s] (1537/3424) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
75072026-09-11T19:37:38.508Z PASS [ 0.049s] (1538/3424) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
75082026-09-11T19:37:38.521Z PASS [ 0.134s] (1539/3424) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
75092026-09-11T19:37:38.524Z PASS [ 0.050s] (1540/3424) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
75102026-09-11T19:37:38.533Z PASS [ 0.081s] (1541/3424) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
75112026-09-11T19:37:38.565Z PASS [ 0.056s] (1542/3424) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
75122026-09-11T19:37:38.604Z PASS [ 15.399s] (1543/3424) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
75132026-09-11T19:37:38.638Z PASS [ 0.116s] (1544/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
75142026-09-11T19:37:38.643Z PASS [ 0.122s] (1545/3424) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
75152026-09-11T19:37:38.646Z PASS [ 0.081s] (1546/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
75162026-09-11T19:37:38.649Z PASS [ 0.116s] (1547/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
75172026-09-11T19:37:38.654Z PASS [ 0.050s] (1548/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
75182026-09-11T19:37:38.703Z PASS [ 0.065s] (1549/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
75192026-09-11T19:37:38.755Z PASS [ 0.112s] (1550/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
75202026-09-11T19:37:38.763Z PASS [ 0.118s] (1551/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
75212026-09-11T19:37:38.774Z PASS [ 0.124s] (1552/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
75222026-09-11T19:37:38.782Z PASS [ 0.129s] (1553/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
75232026-09-11T19:37:38.786Z PASS [ 0.083s] (1554/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
75242026-09-11T19:37:38.822Z PASS [ 0.067s] (1555/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
75252026-09-11T19:37:38.885Z PASS [ 0.121s] (1556/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
75262026-09-11T19:37:38.913Z PASS [ 0.138s] (1557/3424) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
75272026-09-11T19:37:39.209Z PASS [ 6.900s] (1558/3424) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
75282026-09-11T19:37:39.421Z PASS [ 15.821s] (1559/3424) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
75292026-09-11T19:37:39.606Z PASS [ 16.700s] (1560/3424) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
75302026-09-11T19:37:39.723Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75312026-09-11T19:37:39.929Z PASS [ 5.787s] (1561/3424) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
75322026-09-11T19:37:40.903Z PASS [ 46.728s] (1562/3424) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
75332026-09-11T19:37:41.155Z PASS [ 8.489s] (1563/3424) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
75342026-09-11T19:37:42.182Z PASS [ 59.146s] (1564/3424) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75352026-09-11T19:37:42.687Z PASS [ 43.935s] (1565/3424) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
75362026-09-11T19:37:43.346Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
75372026-09-11T19:37:43.540Z PASS [ 6.039s] (1566/3424) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
75382026-09-11T19:37:43.729Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75392026-09-11T19:37:44.783Z PASS [ 61.437s] (1567/3424) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
75402026-09-11T19:37:54.345Z PASS [ 74.624s] (1568/3424) nexus-db-queries policy_test::test_iam_roles_behavior
75412026-09-11T19:37:55.432Z PASS [ 17.787s] (1569/3424) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
75422026-09-11T19:37:56.275Z PASS [ 17.390s] (1570/3424) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
75432026-09-11T19:37:56.378Z PASS [ 16.957s] (1571/3424) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
75442026-09-11T19:37:56.482Z PASS [ 16.876s] (1572/3424) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
75452026-09-11T19:37:56.794Z PASS [ 17.881s] (1573/3424) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
75462026-09-11T19:37:57.032Z PASS [ 15.876s] (1574/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
75472026-09-11T19:37:57.058Z PASS [ 19.708s] (1575/3424) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
75482026-09-11T19:37:57.228Z PASS [ 17.299s] (1576/3424) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
75492026-09-11T19:37:57.547Z PASS [ 18.338s] (1577/3424) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
75502026-09-11T19:37:57.556Z PASS [ 116.881s] (1578/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
75512026-09-11T19:37:57.705Z PASS [ 16.802s] (1579/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
75522026-09-11T19:37:57.873Z PASS [ 15.710s] (1580/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
75532026-09-11T19:37:57.910Z PASS [ 116.961s] (1581/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
75542026-09-11T19:37:58.182Z PASS [ 23.107s] (1582/3424) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
75552026-09-11T19:37:58.224Z PASS [ 24.692s] (1583/3424) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
75562026-09-11T19:37:58.418Z PASS [ 19.634s] (1584/3424) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
75572026-09-11T19:37:58.882Z PASS [ 14.100s] (1585/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
75582026-09-11T19:37:59.155Z PASS [ 3.723s] (1586/3424) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
75592026-09-11T19:37:59.425Z PASS [ 22.398s] (1587/3424) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
75602026-09-11T19:37:59.916Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75612026-09-11T19:38:00.048Z PASS [ 3.670s] (1588/3424) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
75622026-09-11T19:38:00.089Z PASS [ 3.607s] (1589/3424) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
75632026-09-11T19:38:00.111Z PASS [ 119.445s] (1590/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
75642026-09-11T19:38:00.206Z PASS [ 0.095s] (1591/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
75652026-09-11T19:38:00.274Z PASS [ 0.068s] (1592/3424) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
75662026-09-11T19:38:00.337Z PASS [ 0.063s] (1593/3424) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
75672026-09-11T19:38:00.402Z PASS [ 0.065s] (1594/3424) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
75682026-09-11T19:38:00.446Z PASS [ 3.653s] (1595/3424) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
75692026-09-11T19:38:00.463Z PASS [ 0.060s] (1596/3424) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
75702026-09-11T19:38:00.511Z PASS [ 0.064s] (1597/3424) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
75712026-09-11T19:38:00.534Z PASS [ 0.071s] (1598/3424) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
75722026-09-11T19:38:00.828Z PASS [ 3.797s] (1599/3424) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
75732026-09-11T19:38:00.831Z PASS [ 0.319s] (1600/3424) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
75742026-09-11T19:38:00.847Z PASS [ 0.313s] (1601/3424) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
75752026-09-11T19:38:00.968Z PASS [ 0.120s] (1602/3424) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
75762026-09-11T19:38:01.021Z PASS [ 0.053s] (1603/3424) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
75772026-09-11T19:38:01.074Z PASS [ 0.053s] (1604/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
75782026-09-11T19:38:01.149Z PASS [ 0.068s] (1605/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
75792026-09-11T19:38:01.153Z PASS [ 0.320s] (1606/3424) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
75802026-09-11T19:38:01.193Z PASS [ 0.051s] (1607/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
75812026-09-11T19:38:01.206Z PASS [ 0.056s] (1608/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
75822026-09-11T19:38:01.247Z PASS [ 0.054s] (1609/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
75832026-09-11T19:38:01.253Z PASS [ 0.049s] (1610/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
75842026-09-11T19:38:01.299Z PASS [ 0.052s] (1611/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
75852026-09-11T19:38:01.304Z PASS [ 0.049s] (1612/3424) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
75862026-09-11T19:38:01.402Z PASS [ 0.102s] (1613/3424) omicron-nexus app::crucible::test::upstairs_health_search
75872026-09-11T19:38:01.483Z PASS [ 0.082s] (1614/3424) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
75882026-09-11T19:38:01.561Z PASS [ 0.077s] (1615/3424) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
75892026-09-11T19:38:01.644Z PASS [ 0.340s] (1616/3424) omicron-nexus app::deployment::tests::test_debug_files
75902026-09-11T19:38:01.652Z PASS [ 0.091s] (1617/3424) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
75912026-09-11T19:38:01.657Z PASS [ 0.828s] (1618/3424) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
75922026-09-11T19:38:01.717Z PASS [ 0.074s] (1619/3424) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
75932026-09-11T19:38:01.778Z PASS [ 0.061s] (1620/3424) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
75942026-09-11T19:38:01.785Z PASS [ 4.727s] (1621/3424) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
75952026-09-11T19:38:01.841Z PASS [ 4.613s] (1622/3424) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
75962026-09-11T19:38:01.841Z PASS [ 0.062s] (1623/3424) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
75972026-09-11T19:38:01.845Z PASS [ 0.059s] (1624/3424) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
75982026-09-11T19:38:01.913Z PASS [ 19.226s] (1625/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
75992026-09-11T19:38:01.974Z PASS [ 0.133s] (1626/3424) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
76002026-09-11T19:38:01.979Z PASS [ 0.138s] (1627/3424) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
76012026-09-11T19:38:01.984Z PASS [ 0.140s] (1628/3424) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
76022026-09-11T19:38:01.990Z PASS [ 0.077s] (1629/3424) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
76032026-09-11T19:38:02.018Z PASS [ 0.360s] (1630/3424) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
76042026-09-11T19:38:02.036Z PASS [ 0.061s] (1631/3424) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
76052026-09-11T19:38:02.052Z PASS [ 0.400s] (1632/3424) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
76062026-09-11T19:38:02.140Z PASS [ 0.155s] (1633/3424) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
76072026-09-11T19:38:02.146Z PASS [ 0.167s] (1634/3424) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
76082026-09-11T19:38:02.258Z PASS [ 0.118s] (1635/3424) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
76092026-09-11T19:38:02.309Z PASS [ 0.253s] (1636/3424) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
76102026-09-11T19:38:02.321Z PASS [ 0.286s] (1637/3424) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
76112026-09-11T19:38:02.327Z PASS [ 0.309s] (1638/3424) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
76122026-09-11T19:38:02.376Z PASS [ 0.118s] (1639/3424) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
76132026-09-11T19:38:02.381Z PASS [ 78.686s] (1640/3424) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
76142026-09-11T19:38:02.433Z PASS [ 0.105s] (1641/3424) omicron-nexus app::external_endpoints::test::test_no_endpoint
76152026-09-11T19:38:02.443Z PASS [ 0.067s] (1642/3424) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
76162026-09-11T19:38:02.446Z PASS [ 0.066s] (1643/3424) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
76172026-09-11T19:38:02.484Z PASS [ 0.493s] (1644/3424) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
76182026-09-11T19:38:02.494Z PASS [ 0.062s] (1645/3424) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
76192026-09-11T19:38:02.514Z PASS [ 0.193s] (1646/3424) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
76202026-09-11T19:38:02.576Z PASS [ 0.133s] (1647/3424) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
76212026-09-11T19:38:02.587Z PASS [ 0.143s] (1648/3424) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
76222026-09-11T19:38:02.613Z PASS [ 0.129s] (1649/3424) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
76232026-09-11T19:38:02.626Z PASS [ 0.112s] (1650/3424) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
76242026-09-11T19:38:02.637Z PASS [ 0.143s] (1651/3424) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
76252026-09-11T19:38:02.643Z PASS [ 0.067s] (1652/3424) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
76262026-09-11T19:38:02.649Z PASS [ 0.062s] (1653/3424) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
76272026-09-11T19:38:02.675Z PASS [ 0.062s] (1654/3424) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
76282026-09-11T19:38:02.685Z PASS [ 0.539s] (1655/3424) omicron-nexus app::external_endpoints::test::test_authority
76292026-09-11T19:38:02.704Z PASS [ 0.067s] (1656/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
76302026-09-11T19:38:02.807Z PASS [ 0.121s] (1657/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
76312026-09-11T19:38:02.810Z PASS [ 0.164s] (1658/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
76322026-09-11T19:38:02.820Z PASS [ 0.170s] (1659/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
76332026-09-11T19:38:02.828Z PASS [ 0.153s] (1660/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
76342026-09-11T19:38:02.837Z PASS [ 0.132s] (1661/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
76352026-09-11T19:38:02.926Z PASS [ 0.118s] (1662/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
76362026-09-11T19:38:02.930Z PASS [ 0.123s] (1663/3424) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
76372026-09-11T19:38:02.942Z PASS [ 0.120s] (1664/3424) omicron-nexus app::multicast::tests::test_is_ssm_address
76382026-09-11T19:38:03.011Z PASS [ 0.081s] (1665/3424) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
76392026-09-11T19:38:03.752Z PASS [ 20.217s] (1666/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
76402026-09-11T19:38:04.095Z PASS [ 25.309s] (1667/3424) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
76412026-09-11T19:38:05.043Z PASS [ 2.738s] (1668/3424) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
76422026-09-11T19:38:05.333Z PASS [ 10.989s] (1669/3424) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
76432026-09-11T19:38:06.933Z PASS [ 28.111s] (1670/3424) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
76442026-09-11T19:38:09.472Z PASS [ 13.197s] (1671/3424) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
76452026-09-11T19:38:09.954Z PASS [ 12.249s] (1672/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
76462026-09-11T19:38:10.049Z PASS [ 12.139s] (1673/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
76472026-09-11T19:38:10.127Z PASS [ 11.945s] (1674/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
76482026-09-11T19:38:11.050Z PASS [ 12.168s] (1675/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
76492026-09-11T19:38:11.189Z PASS [ 13.633s] (1676/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
76502026-09-11T19:38:13.466Z PASS [ 15.593s] (1677/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
76512026-09-11T19:38:13.548Z PASS [ 16.000s] (1678/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
76522026-09-11T19:38:14.390Z PASS [ 40.196s] (1679/3424) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
76532026-09-11T19:38:15.714Z PASS [ 17.297s] (1680/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
76542026-09-11T19:38:15.829Z PASS [ 16.405s] (1681/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
76552026-09-11T19:38:15.928Z PASS [ 16.772s] (1682/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
76562026-09-11T19:38:15.928Z PASS [ 13.301s] (1683/3424) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
76572026-09-11T19:38:16.212Z PASS [ 16.122s] (1684/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
76582026-09-11T19:38:16.263Z PASS [ 16.215s] (1685/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
76592026-09-11T19:38:17.080Z PASS [ 18.856s] (1686/3424) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
76602026-09-11T19:38:18.451Z PASS [ 41.126s] (1687/3424) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
76612026-09-11T19:38:18.523Z PASS [ 15.686s] (1688/3424) omicron-nexus app::quiesce::test::test_quiesce_full
76622026-09-11T19:38:19.110Z PASS [ 42.310s] (1689/3424) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
76632026-09-11T19:38:19.152Z PASS [ 16.226s] (1690/3424) omicron-nexus app::quiesce::test::test_quiesce_multi
76642026-09-11T19:38:19.701Z PASS [ 16.872s] (1691/3424) omicron-nexus app::quiesce::test::test_quiesce_easy
76652026-09-11T19:38:22.837Z PASS [ 19.896s] (1692/3424) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
76662026-09-11T19:38:26.647Z PASS [ 21.604s] (1693/3424) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
76672026-09-11T19:38:27.215Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
76682026-09-11T19:38:28.360Z PASS [ 25.349s] (1694/3424) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
76692026-09-11T19:38:28.431Z PASS [ 24.336s] (1695/3424) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
76702026-09-11T19:38:28.626Z PASS [ 24.874s] (1696/3424) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
76712026-09-11T19:38:29.213Z PASS [ 22.278s] (1697/3424) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
76722026-09-11T19:38:29.531Z PASS [ 24.198s] (1698/3424) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
76732026-09-11T19:38:33.339Z PASS [ 23.867s] (1699/3424) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
76742026-09-11T19:38:36.707Z PASS [ 20.779s] (1700/3424) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
76752026-09-11T19:38:37.094Z PASS [ 21.265s] (1701/3424) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
76762026-09-11T19:38:37.407Z PASS [ 21.143s] (1702/3424) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
76772026-09-11T19:38:37.719Z PASS [ 21.507s] (1703/3424) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
76782026-09-11T19:38:37.764Z PASS [ 18.610s] (1704/3424) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
76792026-09-11T19:38:38.332Z PASS [ 19.880s] (1705/3424) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
76802026-09-11T19:38:38.422Z PASS [ 28.468s] (1706/3424) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
76812026-09-11T19:38:38.529Z PASS [ 27.340s] (1707/3424) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
76822026-09-11T19:38:38.547Z PASS [ 22.619s] (1708/3424) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
76832026-09-11T19:38:38.547Z PASS [ 19.436s] (1709/3424) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
76842026-09-11T19:38:38.681Z PASS [ 25.214s] (1710/3424) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
76852026-09-11T19:38:38.741Z PASS [ 28.614s] (1711/3424) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
76862026-09-11T19:38:39.427Z PASS [ 22.347s] (1712/3424) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
76872026-09-11T19:38:39.474Z PASS [ 25.926s] (1713/3424) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
76882026-09-11T19:38:42.295Z PASS [ 22.594s] (1714/3424) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
76892026-09-11T19:38:42.890Z PASS [ 32.842s] (1715/3424) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
76902026-09-11T19:38:47.027Z PASS [ 35.977s] (1716/3424) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
76912026-09-11T19:38:47.455Z PASS [ 28.932s] (1717/3424) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
76922026-09-11T19:38:48.496Z PASS [ 20.064s] (1718/3424) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
76932026-09-11T19:38:48.992Z PASS [ 20.631s] (1719/3424) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
76942026-09-11T19:38:49.297Z PASS [ 26.460s] (1720/3424) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
76952026-09-11T19:38:49.973Z PASS [ 35.583s] (1721/3424) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
76962026-09-11T19:38:51.902Z PASS [ 23.276s] (1722/3424) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
76972026-09-11T19:38:52.780Z PASS [ 23.248s] (1723/3424) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
76982026-09-11T19:38:58.384Z PASS [ 25.044s] (1724/3424) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
76992026-09-11T19:38:59.917Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77002026-09-11T19:39:00.413Z PASS [ 23.319s] (1725/3424) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
77012026-09-11T19:39:00.584Z PASS [ 22.821s] (1726/3424) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
77022026-09-11T19:39:01.114Z PASS [ 23.707s] (1727/3424) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
77032026-09-11T19:39:01.172Z PASS [ 0.058s] (1728/3424) omicron-nexus app::sagas::project_create::test::test_default_vpc_defaults
77042026-09-11T19:39:01.900Z PASS [ 23.568s] (1729/3424) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
77052026-09-11T19:39:02.122Z PASS [ 23.442s] (1730/3424) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
77062026-09-11T19:39:02.374Z PASS [ 22.900s] (1731/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
77072026-09-11T19:39:02.616Z PASS [ 24.086s] (1732/3424) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
77082026-09-11T19:39:02.785Z PASS [ 24.044s] (1733/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
77092026-09-11T19:39:04.359Z PASS [ 25.810s] (1734/3424) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
77102026-09-11T19:39:04.904Z PASS [ 12.119s] (1735/3424) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
77112026-09-11T19:39:05.559Z PASS [ 49.844s] (1736/3424) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
77122026-09-11T19:39:06.660Z PASS [ 24.364s] (1737/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
77132026-09-11T19:39:09.848Z PASS [ 11.464s] (1738/3424) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
77142026-09-11T19:39:10.228Z PASS [ 20.255s] (1739/3424) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
77152026-09-11T19:39:11.186Z PASS [ 24.159s] (1740/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
77162026-09-11T19:39:11.206Z PASS [ 22.710s] (1741/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
77172026-09-11T19:39:11.249Z PASS [ 0.062s] (1742/3424) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
77182026-09-11T19:39:12.132Z PASS [ 20.230s] (1743/3424) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
77192026-09-11T19:39:12.191Z PASS [ 11.778s] (1744/3424) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
77202026-09-11T19:39:12.754Z PASS [ 23.761s] (1745/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
77212026-09-11T19:39:13.887Z PASS [ 11.513s] (1746/3424) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
77222026-09-11T19:39:14.491Z PASS [ 12.591s] (1747/3424) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
77232026-09-11T19:39:14.495Z PASS [ 13.320s] (1748/3424) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
77242026-09-11T19:39:14.704Z PASS [ 14.119s] (1749/3424) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
77252026-09-11T19:39:15.249Z PASS [ 12.463s] (1750/3424) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
77262026-09-11T19:39:17.865Z PASS [ 28.566s] (1751/3424) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
77272026-09-11T19:39:17.934Z PASS [ 0.059s] (1752/3424) omicron-nexus app::sagas::vpc_create::test::test_should_create_default_subnet
77282026-09-11T19:39:22.327Z PASS [ 12.099s] (1753/3424) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
77292026-09-11T19:39:25.658Z PASS [ 10.952s] (1754/3424) omicron-nexus app::sagas::test_saga::test_saga_stuck
77302026-09-11T19:39:26.649Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
77312026-09-11T19:39:27.222Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
77322026-09-11T19:39:28.894Z PASS [ 13.644s] (1755/3424) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
77332026-09-11T19:39:29.218Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77342026-09-11T19:39:29.332Z PASS [ 17.141s] (1756/3424) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
77352026-09-11T19:39:29.548Z PASS [ 16.795s] (1757/3424) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
77362026-09-11T19:39:30.039Z PASS [ 12.117s] (1758/3424) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
77372026-09-11T19:39:30.814Z PASS [ 16.927s] (1759/3424) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
77382026-09-11T19:39:32.114Z PASS [ 17.622s] (1760/3424) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
77392026-09-11T19:39:32.439Z PASS [ 17.947s] (1761/3424) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
77402026-09-11T19:39:33.013Z PASS [ 28.113s] (1762/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
77412026-09-11T19:39:33.580Z PASS [ 11.252s] (1763/3424) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
77422026-09-11T19:39:34.805Z PASS [ 56.383s] (1764/3424) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
77432026-09-11T19:39:34.976Z PASS [ 29.416s] (1765/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
77442026-09-11T19:39:36.709Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77452026-09-11T19:39:37.734Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77462026-09-11T19:39:38.552Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77472026-09-11T19:39:38.738Z PASS [ 13.076s] (1766/3424) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
77482026-09-11T19:39:39.328Z PASS [ 72.680s] (1767/3424) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
77492026-09-11T19:39:39.431Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
77502026-09-11T19:39:42.025Z PASS [ 11.984s] (1768/3424) omicron-nexus app::update::test::test_contact_support_all_unhealthy
77512026-09-11T19:39:42.348Z PASS [ 11.532s] (1769/3424) omicron-nexus app::update::test::test_contact_support_healthy_system
77522026-09-11T19:39:42.893Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77532026-09-11T19:39:43.163Z PASS [ 13.604s] (1770/3424) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
77542026-09-11T19:39:43.231Z PASS [ 14.332s] (1771/3424) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
77552026-09-11T19:39:43.536Z PASS [ 64.101s] (1772/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
77562026-09-11T19:39:43.622Z PASS [ 14.290s] (1773/3424) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
77572026-09-11T19:39:43.706Z PASS [ 0.083s] (1774/3424) omicron-nexus app::update::test::test_problems_all_unhealthy
77582026-09-11T19:39:43.828Z PASS [ 0.105s] (1775/3424) omicron-nexus app::update::test::test_problems_healthy_system
77592026-09-11T19:39:43.916Z PASS [ 0.103s] (1776/3424) omicron-nexus app::update::test::test_problems_missing_sleds
77602026-09-11T19:39:43.996Z PASS [ 0.080s] (1777/3424) omicron-nexus app::update::test::test_problems_stale_inventory
77612026-09-11T19:39:44.077Z PASS [ 0.083s] (1778/3424) omicron-nexus app::update::test::test_problems_stuck_sagas
77622026-09-11T19:39:44.163Z PASS [ 0.085s] (1779/3424) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
77632026-09-11T19:39:44.250Z PASS [ 0.088s] (1780/3424) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
77642026-09-11T19:39:44.268Z PASS [ 12.152s] (1781/3424) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
77652026-09-11T19:39:44.339Z PASS [ 0.087s] (1782/3424) omicron-nexus app::update::test::test_problems_stuck_update
77662026-09-11T19:39:44.357Z PASS [ 0.089s] (1783/3424) omicron-nexus app::update::test::test_problems_target_recently_requested_stale_blueprint
77672026-09-11T19:39:44.421Z PASS [ 0.084s] (1784/3424) omicron-nexus app::update::test::test_problems_unhealthy_services
77682026-09-11T19:39:44.432Z PASS [ 0.074s] (1785/3424) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
77692026-09-11T19:39:44.504Z PASS [ 0.082s] (1786/3424) omicron-nexus app::update::test::test_problems_unhealthy_services_errors_only
77702026-09-11T19:39:44.519Z PASS [ 0.091s] (1787/3424) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
77712026-09-11T19:39:44.589Z PASS [ 0.084s] (1788/3424) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
77722026-09-11T19:39:44.612Z PASS [ 12.170s] (1789/3424) omicron-nexus app::update::test::test_contact_support_missing_sleds
77732026-09-11T19:39:44.636Z PASS [ 0.116s] (1790/3424) omicron-nexus app::update::test::test_problems_unhealthy_svcs_not_in_maintenace
77742026-09-11T19:39:44.667Z PASS [ 0.079s] (1791/3424) omicron-nexus app::update::test::test_problems_unhealthy_zpools
77752026-09-11T19:39:44.691Z PASS [ 0.082s] (1792/3424) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
77762026-09-11T19:39:44.750Z PASS [ 0.082s] (1793/3424) omicron-nexus external_api::console_api::test::test_accept_gz
77772026-09-11T19:39:44.832Z PASS [ 0.137s] (1794/3424) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
77782026-09-11T19:39:44.841Z PASS [ 0.091s] (1795/3424) omicron-nexus external_api::console_api::test::test_find_file_404_on_illegal_segment
77792026-09-11T19:39:44.893Z PASS [ 0.062s] (1796/3424) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
77802026-09-11T19:39:44.905Z PASS [ 0.059s] (1797/3424) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
77812026-09-11T19:39:44.970Z PASS [ 0.070s] (1798/3424) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
77822026-09-11T19:39:45.023Z PASS [ 0.123s] (1799/3424) omicron-nexus external_api::console_api::test::test_find_file_finds_file
77832026-09-11T19:39:45.027Z PASS [ 0.064s] (1800/3424) omicron-nexus external_api::console_api::test::test_find_file_race_does_not_escape_root
77842026-09-11T19:39:45.146Z PASS [ 12.130s] (1801/3424) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
77852026-09-11T19:39:45.153Z PASS [ 0.118s] (1802/3424) omicron-nexus external_api::console_api::test::test_relative_uri
77862026-09-11T19:39:45.153Z PASS [ 0.125s] (1803/3424) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
77872026-09-11T19:39:45.317Z PASS [ 11.727s] (1804/3424) omicron-nexus app::update::test::test_contact_support_only_propolis_services
77882026-09-11T19:39:47.267Z PASS [ 12.462s] (1805/3424) omicron-nexus app::update::test::test_contact_support_services_errors_only
77892026-09-11T19:39:47.365Z PASS [ 2.729s] (1806/3424) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
77902026-09-11T19:39:47.459Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77912026-09-11T19:39:47.494Z PASS [ 12.516s] (1807/3424) omicron-nexus app::update::test::test_contact_support_stuck_saga
77922026-09-11T19:39:50.707Z PASS [ 11.975s] (1808/3424) omicron-nexus app::update::test::test_contact_support_stuck_update
77932026-09-11T19:39:51.632Z PASS [ 12.289s] (1809/3424) omicron-nexus app::update::test::test_contact_support_target_recently_requested_stale_blueprint
77942026-09-11T19:39:53.796Z PASS [ 11.769s] (1810/3424) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
77952026-09-11T19:39:54.787Z PASS [ 52.651s] (1811/3424) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
77962026-09-11T19:39:54.798Z PASS [ 12.449s] (1812/3424) omicron-nexus app::update::test::test_contact_support_unhealthy_svcs_not_in_maintenace
77972026-09-11T19:39:55.695Z PASS [ 12.167s] (1813/3424) omicron-nexus app::update::test::test_contact_support_update_in_progress
77982026-09-11T19:39:55.782Z PASS [ 12.555s] (1814/3424) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
77992026-09-11T19:39:55.912Z PASS [ 12.756s] (1815/3424) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
78002026-09-11T19:39:56.886Z PASS [ 45.637s] (1816/3424) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
78012026-09-11T19:39:57.897Z PASS [ 12.748s] (1817/3424) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
78022026-09-11T19:39:57.941Z PASS [ 12.798s] (1818/3424) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
78032026-09-11T19:40:02.349Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78042026-09-11T19:40:02.409Z PASS [ 57.655s] (1819/3424) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
78052026-09-11T19:40:03.067Z PASS [ 51.859s] (1820/3424) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
78062026-09-11T19:40:03.337Z PASS [ 56.669s] (1821/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
78072026-09-11T19:40:04.372Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
78082026-09-11T19:40:04.529Z PASS [ 17.035s] (1822/3424) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
78092026-09-11T19:40:05.011Z PASS [ 19.680s] (1823/3424) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
78102026-09-11T19:40:05.499Z PASS [ 0.855s] (1824/3424) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
78112026-09-11T19:40:05.968Z PASS [ 2.898s] (1825/3424) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
78122026-09-11T19:40:06.167Z PASS [ 2.838s] (1826/3424) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
78132026-09-11T19:40:06.258Z PASS [ 56.409s] (1827/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
78142026-09-11T19:40:06.810Z PASS [ 54.592s] (1828/3424) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
78152026-09-11T19:40:06.941Z PASS [ 19.672s] (1829/3424) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
78162026-09-11T19:40:11.545Z PASS [ 13.294s] (1830/3424) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
78172026-09-11T19:40:11.618Z PASS [ 64.146s] (1831/3424) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
78182026-09-11T19:40:11.618Z PASS [ 341.726s] (1832/3424) oximeter-db client::tests::test_replicated
78192026-09-11T19:40:11.618Z PASS [ 13.224s] (1833/3424) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
78202026-09-11T19:40:11.618Z PASS [ 18.809s] (1834/3424) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
78212026-09-11T19:40:11.618Z PASS [ 1.372s] (1835/3424) omicron-clickhouse-admin context::tests::test_database_usage
78222026-09-11T19:40:11.618Z PASS [ 0.033s] (1836/3424) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
78232026-09-11T19:40:11.618Z PASS [ 0.031s] (1837/3424) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
78242026-09-11T19:40:11.618Z PASS [ 0.030s] (1838/3424) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
78252026-09-11T19:40:11.619Z PASS [ 0.029s] (1839/3424) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
78262026-09-11T19:40:11.619Z PASS [ 0.030s] (1840/3424) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
78272026-09-11T19:40:11.619Z PASS [ 19.021s] (1841/3424) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
78282026-09-11T19:40:11.655Z PASS [ 15.612s] (1842/3424) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
78292026-09-11T19:40:11.655Z PASS [ 0.983s] (1843/3424) omicron-clickhouse-admin context::tests::test_retention_policy
78302026-09-11T19:40:11.813Z PASS [ 88.907s] (1844/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
78312026-09-11T19:40:11.818Z PASS [ 95.109s] (1845/3424) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
78322026-09-11T19:40:11.998Z PASS [ 17.223s] (1846/3424) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
78332026-09-11T19:40:12.049Z PASS [ 0.607s] (1847/3424) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
78342026-09-11T19:40:12.275Z PASS [ 0.224s] (1848/3424) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
78352026-09-11T19:40:12.499Z PASS [ 0.225s] (1849/3424) omicron-clickhouse-admin::integration_test test_lgif_parsing
78362026-09-11T19:40:13.072Z PASS [ 0.573s] (1850/3424) omicron-clickhouse-admin::integration_test test_raft_config_parsing
78372026-09-11T19:40:13.238Z PASS [ 0.158s] (1851/3424) omicron-clickhouse-admin::integration_test test_teardown
78382026-09-11T19:40:13.283Z PASS [ 0.052s] (1852/3424) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
78392026-09-11T19:40:13.463Z PASS [ 13.191s] (1853/3424) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
78402026-09-11T19:40:14.528Z PASS [ 105.315s] (1854/3424) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
78412026-09-11T19:40:15.684Z PASS [ 28.317s] (1855/3424) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
78422026-09-11T19:40:16.363Z PASS [ 88.904s] (1856/3424) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
78432026-09-11T19:40:17.110Z PASS [ 19.208s] (1857/3424) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
78442026-09-11T19:40:17.625Z PASS [ 12.637s] (1858/3424) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
78452026-09-11T19:40:17.625Z PASS [ 12.240s] (1859/3424) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
78462026-09-11T19:40:17.630Z PASS [ 19.684s] (1860/3424) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
78472026-09-11T19:40:18.476Z PASS [ 11.751s] (1861/3424) omicron-nexus::test_all integration_tests::basic::test_basic_failures
78482026-09-11T19:40:19.255Z PASS [ 13.086s] (1862/3424) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
78492026-09-11T19:40:19.391Z PASS [ 13.428s] (1863/3424) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
78502026-09-11T19:40:19.578Z PASS [ 1.951s] (1864/3424) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
78512026-09-11T19:40:19.584Z PASS [ 0.330s] (1865/3424) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
78522026-09-11T19:40:19.638Z PASS [ 13.378s] (1866/3424) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
78532026-09-11T19:40:19.826Z PASS [ 11.320s] (1867/3424) omicron-nexus::test_all integration_tests::basic::test_ping_on_second_external_address
78542026-09-11T19:40:19.846Z PASS [ 11.756s] (1868/3424) omicron-nexus::test_all integration_tests::basic::test_ping
78552026-09-11T19:40:20.457Z PASS [ 1.978s] (1869/3424) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
78562026-09-11T19:40:21.189Z PASS [ 27.396s] (1870/3424) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
78572026-09-11T19:40:23.008Z PASS [ 12.366s] (1871/3424) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
78582026-09-11T19:40:23.371Z PASS [ 104.823s] (1872/3424) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
78592026-09-11T19:40:23.724Z PASS [ 12.416s] (1873/3424) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
78602026-09-11T19:40:24.245Z PASS [ 12.427s] (1874/3424) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
78612026-09-11T19:40:24.589Z PASS [ 12.781s] (1875/3424) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
78622026-09-11T19:40:24.708Z PASS [ 12.710s] (1876/3424) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
78632026-09-11T19:40:25.890Z PASS [ 12.425s] (1877/3424) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
78642026-09-11T19:40:27.699Z PASS [ 30.812s] (1878/3424) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
78652026-09-11T19:40:28.201Z PASS [ 12.504s] (1879/3424) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
78662026-09-11T19:40:29.700Z PASS [ 20.650s] (1880/3424) omicron-nexus::test_all integration_tests::basic::test_projects_basic
78672026-09-11T19:40:29.709Z PASS [ 15.165s] (1881/3424) omicron-nexus::test_all integration_tests::certificates::test_crud
78682026-09-11T19:40:29.831Z PASS [ 12.716s] (1882/3424) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
78692026-09-11T19:40:29.845Z PASS [ 22.904s] (1883/3424) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
78702026-09-11T19:40:29.998Z PASS [ 12.374s] (1884/3424) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
78712026-09-11T19:40:30.080Z PASS [ 12.455s] (1885/3424) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
78722026-09-11T19:40:31.727Z PASS [ 12.117s] (1886/3424) omicron-nexus::test_all integration_tests::console_api::test_assets
78732026-09-11T19:40:35.606Z PASS [ 12.742s] (1887/3424) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
78742026-09-11T19:40:35.716Z PASS [ 12.559s] (1888/3424) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
78752026-09-11T19:40:35.717Z PASS [ 12.847s] (1889/3424) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
78762026-09-11T19:40:35.717Z PASS [ 24.468s] (1890/3424) omicron-nexus::test_all integration_tests::basic::test_projects_list
78772026-09-11T19:40:35.717Z PASS [ 13.539s] (1891/3424) omicron-nexus::test_all integration_tests::console_api::test_session_me
78782026-09-11T19:40:35.717Z PASS [ 14.557s] (1892/3424) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
78792026-09-11T19:40:36.232Z PASS [ 16.596s] (1893/3424) omicron-nexus::test_all integration_tests::console_api::test_console_pages
78802026-09-11T19:40:36.232Z PASS [ 13.226s] (1894/3424) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
78812026-09-11T19:40:36.425Z PASS [ 20.064s] (1895/3424) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
78822026-09-11T19:40:36.633Z PASS [ 12.909s] (1896/3424) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
78832026-09-11T19:40:37.723Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
78842026-09-11T19:40:38.617Z PASS [ 18.792s] (1897/3424) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
78852026-09-11T19:40:41.635Z PASS [ 18.264s] (1898/3424) omicron-nexus::test_all integration_tests::console_api::test_sessions
78862026-09-11T19:40:45.144Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
78872026-09-11T19:40:47.188Z PASS [ 10.956s] (1899/3424) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
78882026-09-11T19:40:47.923Z PASS [ 11.291s] (1900/3424) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
78892026-09-11T19:40:48.775Z PASS [ 10.157s] (1901/3424) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
78902026-09-11T19:40:50.115Z PASS [ 25.535s] (1902/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
78912026-09-11T19:40:50.248Z PASS [ 8.613s] (1903/3424) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
78922026-09-11T19:40:53.250Z PASS [ 135.530s] (1904/3424) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
78932026-09-11T19:40:54.652Z PASS [ 18.226s] (1905/3424) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
78942026-09-11T19:40:55.913Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
78952026-09-11T19:40:56.689Z PASS [ 7.911s] (1906/3424) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
78962026-09-11T19:40:59.920Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78972026-09-11T19:41:00.267Z PASS [ 12.344s] (1907/3424) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
78982026-09-11T19:41:00.400Z PASS [ 13.211s] (1908/3424) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
78992026-09-11T19:41:01.799Z PASS [ 11.683s] (1909/3424) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
79002026-09-11T19:41:09.874Z PASS [ 45.166s] (1910/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
79012026-09-11T19:41:13.285Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
79022026-09-11T19:41:14.539Z PASS [ 61.257s] (1911/3424) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
79032026-09-11T19:41:17.449Z PASS [ 2.909s] (1912/3424) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
79042026-09-11T19:41:19.277Z PASS [ 44.254s] (1913/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
79052026-09-11T19:41:20.084Z PASS [ 84.174s] (1914/3424) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
79062026-09-11T19:41:20.351Z PASS [ 30.102s] (1915/3424) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
79072026-09-11T19:41:20.481Z PASS [ 50.788s] (1916/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
79082026-09-11T19:41:24.248Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
79092026-09-11T19:41:24.943Z PASS [ 55.098s] (1917/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
79102026-09-11T19:41:25.101Z PASS [ 56.914s] (1918/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
79112026-09-11T19:41:25.868Z PASS [ 53.464s] (1919/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
79122026-09-11T19:41:25.890Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
79132026-09-11T19:41:27.700Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
79142026-09-11T19:41:27.905Z PASS [ 62.016s] (1920/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
79152026-09-11T19:41:29.254Z PASS [ 61.555s] (1921/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
79162026-09-11T19:41:29.446Z PASS [ 34.795s] (1922/3424) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
79172026-09-11T19:41:29.467Z PASS [ 12.018s] (1923/3424) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
79182026-09-11T19:41:29.658Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
79192026-09-11T19:41:29.824Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
79202026-09-11T19:41:30.001Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
79212026-09-11T19:41:30.082Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
79222026-09-11T19:41:30.710Z PASS [ 60.670s] (1924/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
79232026-09-11T19:41:31.697Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
79242026-09-11T19:41:32.137Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
79252026-09-11T19:41:32.432Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
79262026-09-11T19:41:33.736Z PASS [ 61.305s] (1925/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
79272026-09-11T19:41:33.843Z PASS [ 59.115s] (1926/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
79282026-09-11T19:41:34.001Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
79292026-09-11T19:41:36.237Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
79302026-09-11T19:41:36.265Z PASS [ 62.280s] (1927/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
79312026-09-11T19:41:41.624Z PASS [ 71.969s] (1928/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
79322026-09-11T19:41:41.757Z PASS [ 77.512s] (1929/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
79332026-09-11T19:41:41.939Z PASS [ 45.254s] (1930/3424) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
79342026-09-11T19:41:41.980Z PASS [ 14.073s] (1931/3424) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
79352026-09-11T19:41:42.859Z PASS [ 49.608s] (1932/3424) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
79362026-09-11T19:41:43.274Z PASS [ 14.019s] (1933/3424) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
79372026-09-11T19:41:43.336Z PASS [ 73.515s] (1934/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
79382026-09-11T19:41:43.658Z PASS [ 14.191s] (1935/3424) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
79392026-09-11T19:41:43.801Z PASS [ 72.106s] (1936/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
79402026-09-11T19:41:45.145Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
79412026-09-11T19:41:47.163Z PASS [ 21.294s] (1937/3424) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
79422026-09-11T19:41:49.746Z PASS [ 29.265s] (1938/3424) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
79432026-09-11T19:41:51.931Z PASS [ 21.263s] (1939/3424) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
79442026-09-11T19:41:52.591Z PASS [ 33.326s] (1940/3424) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
79452026-09-11T19:41:53.743Z PASS [ 77.508s] (1941/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
79462026-09-11T19:41:56.273Z PASS [ 56.005s] (1942/3424) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
79472026-09-11T19:41:57.266Z PASS [ 55.467s] (1943/3424) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
79482026-09-11T19:41:58.727Z PASS [ 24.884s] (1944/3424) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
79492026-09-11T19:41:59.922Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79502026-09-11T19:42:00.402Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
79512026-09-11T19:42:01.465Z PASS [ 17.807s] (1945/3424) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
79522026-09-11T19:42:04.713Z PASS [ 23.088s] (1946/3424) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
79532026-09-11T19:42:04.786Z PASS [ 39.685s] (1947/3424) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
79542026-09-11T19:42:05.131Z PASS [ 55.257s] (1948/3424) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
79552026-09-11T19:42:05.661Z PASS [ 45.577s] (1949/3424) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
79562026-09-11T19:42:08.382Z PASS [ 34.646s] (1950/3424) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
79572026-09-11T19:42:08.409Z PASS [ 24.608s] (1951/3424) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
79582026-09-11T19:42:08.618Z PASS [ 96.484s] (1952/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
79592026-09-11T19:42:08.993Z PASS [ 26.134s] (1953/3424) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
79602026-09-11T19:42:09.874Z PASS [ 12.608s] (1954/3424) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
79612026-09-11T19:42:10.953Z PASS [ 19.022s] (1955/3424) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
79622026-09-11T19:42:11.291Z PASS [ 46.347s] (1956/3424) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
79632026-09-11T19:42:12.357Z PASS [ 13.630s] (1957/3424) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
79642026-09-11T19:42:13.198Z PASS [ 31.258s] (1958/3424) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
79652026-09-11T19:42:14.017Z PASS [ 53.666s] (1959/3424) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
79662026-09-11T19:42:14.512Z PASS [ 21.920s] (1960/3424) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
79672026-09-11T19:42:17.975Z PASS [ 16.509s] (1961/3424) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
79682026-09-11T19:42:19.538Z PASS [ 13.877s] (1962/3424) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
79692026-09-11T19:42:20.146Z PASS [ 15.429s] (1963/3424) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
79702026-09-11T19:42:20.242Z PASS [ 15.110s] (1964/3424) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
79712026-09-11T19:42:20.265Z PASS [ 15.477s] (1965/3424) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
79722026-09-11T19:42:20.339Z PASS [ 50.892s] (1966/3424) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
79732026-09-11T19:42:20.343Z PASS [ 26.600s] (1967/3424) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
79742026-09-11T19:42:20.447Z PASS [ 37.174s] (1968/3424) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
79752026-09-11T19:42:20.502Z PASS [ 24.228s] (1969/3424) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
79762026-09-11T19:42:22.569Z PASS [ 32.822s] (1970/3424) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
79772026-09-11T19:42:24.247Z PASS [ 40.907s] (1971/3424) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
79782026-09-11T19:42:24.751Z PASS [ 84.351s] (1972/3424) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
79792026-09-11T19:42:25.179Z PASS [ 16.790s] (1973/3424) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
79802026-09-11T19:42:26.655Z PASS [ 18.244s] (1974/3424) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
79812026-09-11T19:42:26.681Z PASS [ 17.686s] (1975/3424) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
79822026-09-11T19:42:27.838Z PASS [ 19.219s] (1976/3424) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
79832026-09-11T19:42:27.870Z PASS [ 117.785s] (1977/3424) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
79842026-09-11T19:42:28.688Z PASS [ 52.423s] (1978/3424) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
79852026-09-11T19:42:29.188Z PASS [ 42.024s] (1979/3424) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
79862026-09-11T19:42:29.646Z PASS [ 19.771s] (1980/3424) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
79872026-09-11T19:42:29.852Z PASS [ 47.873s] (1981/3424) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
79882026-09-11T19:42:30.461Z PASS [ 17.264s] (1982/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
79892026-09-11T19:42:31.978Z PASS [ 50.214s] (1983/3424) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
79902026-09-11T19:42:33.605Z PASS [ 19.093s] (1984/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
79912026-09-11T19:42:36.773Z PASS [ 25.783s] (1985/3424) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
79922026-09-11T19:42:37.090Z PASS [ 23.071s] (1986/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
79932026-09-11T19:42:37.156Z PASS [ 16.892s] (1987/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
79942026-09-11T19:42:37.302Z PASS [ 17.061s] (1988/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
79952026-09-11T19:42:37.509Z PASS [ 17.971s] (1989/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
79962026-09-11T19:42:37.714Z PASS [ 17.571s] (1990/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
79972026-09-11T19:42:38.115Z PASS [ 17.774s] (1991/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
79982026-09-11T19:42:38.206Z PASS [ 17.759s] (1992/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
79992026-09-11T19:42:38.341Z PASS [ 17.837s] (1993/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
80002026-09-11T19:42:39.328Z PASS [ 18.989s] (1994/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
80012026-09-11T19:42:42.259Z PASS [ 14.383s] (1995/3424) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
80022026-09-11T19:42:43.101Z PASS [ 25.125s] (1996/3424) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
80032026-09-11T19:42:43.520Z PASS [ 15.681s] (1997/3424) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
80042026-09-11T19:42:43.546Z PASS [ 14.857s] (1998/3424) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
80052026-09-11T19:42:44.192Z PASS [ 17.503s] (1999/3424) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
80062026-09-11T19:42:45.148Z SLOW [>180.000s] (─────────) omicron-nexus populate::test::test_populators
80072026-09-11T19:42:45.499Z PASS [ 20.326s] (2000/3424) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
80082026-09-11T19:42:46.672Z PASS [ 34.315s] (2001/3424) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
80092026-09-11T19:42:51.102Z PASS [ 23.658s] (2002/3424) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
80102026-09-11T19:42:51.253Z PASS [ 36.755s] (2003/3424) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
80112026-09-11T19:42:51.253Z PASS [ 18.926s] (2004/3424) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
80122026-09-11T19:42:51.253Z PASS [ 22.206s] (2005/3424) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
80132026-09-11T19:42:51.253Z PASS [ 26.467s] (2006/3424) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
80142026-09-11T19:42:51.253Z PASS [ 20.789s] (2007/3424) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
80152026-09-11T19:42:51.278Z PASS [ 20.691s] (2008/3424) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
80162026-09-11T19:42:51.355Z PASS [ 7.167s] (2009/3424) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
80172026-09-11T19:42:51.462Z PASS [ 7.916s] (2010/3424) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
80182026-09-11T19:42:52.383Z PASS [ 22.531s] (2011/3424) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
80192026-09-11T19:42:53.292Z PASS [ 9.772s] (2012/3424) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
80202026-09-11T19:42:55.004Z PASS [ 23.032s] (2013/3424) omicron-nexus::test_all integration_tests::images::test_image_create
80212026-09-11T19:42:55.934Z PASS [ 10.435s] (2014/3424) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
80222026-09-11T19:42:57.394Z PASS [ 23.789s] (2015/3424) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
80232026-09-11T19:42:59.926Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80242026-09-11T19:43:00.469Z PASS [ 22.755s] (2016/3424) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
80252026-09-11T19:43:00.785Z PASS [ 23.628s] (2017/3424) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
80262026-09-11T19:43:01.317Z PASS [ 14.644s] (2018/3424) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
80272026-09-11T19:43:02.503Z PASS [ 24.993s] (2019/3424) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
80282026-09-11T19:43:03.378Z PASS [ 26.639s] (2020/3424) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
80292026-09-11T19:43:03.569Z PASS [ 15.665s] (2021/3424) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
80302026-09-11T19:43:04.303Z PASS [ 12.842s] (2022/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
80312026-09-11T19:43:05.578Z PASS [ 13.194s] (2023/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
80322026-09-11T19:43:05.730Z PASS [ 27.615s] (2024/3424) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
80332026-09-11T19:43:05.950Z PASS [ 17.090s] (2025/3424) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
80342026-09-11T19:43:06.306Z PASS [ 26.966s] (2026/3424) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
80352026-09-11T19:43:08.249Z PASS [ 26.000s] (2027/3424) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
80362026-09-11T19:43:08.604Z PASS [ 203.461s] (2028/3424) omicron-nexus populate::test::test_populators
80372026-09-11T19:43:10.044Z PASS [ 14.110s] (2029/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
80382026-09-11T19:43:10.509Z PASS [ 45.694s] (2030/3424) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
80392026-09-11T19:43:11.392Z PASS [ 20.955s] (2031/3424) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
80402026-09-11T19:43:12.319Z PASS [ 24.205s] (2032/3424) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
80412026-09-11T19:43:12.652Z PASS [ 23.605s] (2033/3424) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
80422026-09-11T19:43:13.271Z PASS [ 35.959s] (2034/3424) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
80432026-09-11T19:43:13.788Z PASS [ 35.444s] (2035/3424) omicron-nexus::test_all integration_tests::images::test_silo_image_create
80442026-09-11T19:43:14.620Z PASS [ 21.328s] (2036/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
80452026-09-11T19:43:15.097Z PASS [ 36.890s] (2037/3424) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
80462026-09-11T19:43:19.898Z PASS [ 16.692s] (2038/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
80472026-09-11T19:43:19.898Z PASS [ 16.386s] (2039/3424) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
80482026-09-11T19:43:19.898Z PASS [ 24.178s] (2040/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
80492026-09-11T19:43:19.898Z PASS [ 42.659s] (2041/3424) omicron-nexus::test_all integration_tests::images::test_image_promotion
80502026-09-11T19:43:20.986Z PASS [ 17.417s] (2042/3424) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
80512026-09-11T19:43:21.664Z PASS [ 30.512s] (2043/3424) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
80522026-09-11T19:43:23.226Z PASS [ 25.831s] (2044/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
80532026-09-11T19:43:23.294Z PASS [ 18.990s] (2045/3424) omicron-nexus::test_all integration_tests::instances::test_instance_access
80542026-09-11T19:43:24.842Z PASS [ 33.492s] (2046/3424) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
80552026-09-11T19:43:25.433Z PASS [ 42.333s] (2047/3424) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
80562026-09-11T19:43:27.651Z PASS [ 22.074s] (2048/3424) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
80572026-09-11T19:43:30.338Z PASS [ 15.719s] (2049/3424) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
80582026-09-11T19:43:30.569Z PASS [ 20.123s] (2050/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
80592026-09-11T19:43:30.698Z PASS [ 22.448s] (2051/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
80602026-09-11T19:43:30.745Z PASS [ 16.962s] (2052/3424) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
80612026-09-11T19:43:31.400Z PASS [ 22.794s] (2053/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
80622026-09-11T19:43:31.635Z PASS [ 25.686s] (2054/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
80632026-09-11T19:43:31.760Z PASS [ 43.714s] (2055/3424) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
80642026-09-11T19:43:32.066Z PASS [ 20.674s] (2056/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
80652026-09-11T19:43:33.462Z PASS [ 27.732s] (2057/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
80662026-09-11T19:43:33.701Z PASS [ 23.657s] (2058/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
80672026-09-11T19:43:34.014Z PASS [ 27.719s] (2059/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
80682026-09-11T19:43:35.768Z PASS [ 23.448s] (2060/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
80692026-09-11T19:43:36.823Z PASS [ 21.723s] (2061/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
80702026-09-11T19:43:39.290Z PASS [ 22.119s] (2062/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
80712026-09-11T19:43:39.692Z PASS [ 22.530s] (2063/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
80722026-09-11T19:43:41.135Z PASS [ 28.493s] (2064/3424) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
80732026-09-11T19:43:42.608Z PASS [ 22.860s] (2065/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
80742026-09-11T19:43:43.427Z PASS [ 24.245s] (2066/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
80752026-09-11T19:43:44.028Z PASS [ 23.042s] (2067/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
80762026-09-11T19:43:44.430Z PASS [ 41.926s] (2068/3424) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
80772026-09-11T19:43:46.090Z PASS [ 14.329s] (2069/3424) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
80782026-09-11T19:43:46.453Z PASS [ 15.054s] (2070/3424) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
80792026-09-11T19:43:46.926Z PASS [ 15.290s] (2071/3424) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
80802026-09-11T19:43:47.667Z PASS [ 34.404s] (2072/3424) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
80812026-09-11T19:43:47.992Z PASS [ 15.926s] (2073/3424) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
80822026-09-11T19:43:51.761Z PASS [ 28.467s] (2074/3424) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
80832026-09-11T19:43:52.787Z PASS [ 27.353s] (2075/3424) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
80842026-09-11T19:43:53.124Z PASS [ 19.109s] (2076/3424) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
80852026-09-11T19:43:53.390Z PASS [ 49.999s] (2077/3424) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
80862026-09-11T19:43:54.764Z PASS [ 27.112s] (2078/3424) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
80872026-09-11T19:43:55.189Z PASS [ 53.870s] (2079/3424) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
80882026-09-11T19:43:56.079Z PASS [ 31.237s] (2080/3424) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
80892026-09-11T19:43:57.308Z PASS [ 14.700s] (2081/3424) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
80902026-09-11T19:43:57.465Z PASS [ 27.126s] (2082/3424) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
80912026-09-11T19:43:58.022Z PASS [ 18.331s] (2083/3424) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
80922026-09-11T19:43:58.174Z PASS [ 27.458s] (2084/3424) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
80932026-09-11T19:43:58.799Z PASS [ 12.710s] (2085/3424) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
80942026-09-11T19:43:59.925Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80952026-09-11T19:44:01.514Z PASS [ 38.288s] (2086/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
80962026-09-11T19:44:01.798Z PASS [ 17.769s] (2087/3424) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
80972026-09-11T19:44:02.213Z PASS [ 17.783s] (2088/3424) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
80982026-09-11T19:44:02.886Z PASS [ 19.458s] (2089/3424) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
80992026-09-11T19:44:03.564Z PASS [ 10.777s] (2090/3424) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
81002026-09-11T19:44:03.996Z PASS [ 24.705s] (2091/3424) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
81012026-09-11T19:44:04.054Z PASS [ 27.234s] (2092/3424) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
81022026-09-11T19:44:04.859Z PASS [ 17.917s] (2093/3424) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
81032026-09-11T19:44:05.379Z PASS [ 18.926s] (2094/3424) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
81042026-09-11T19:44:05.917Z PASS [ 30.149s] (2095/3424) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
81052026-09-11T19:44:06.403Z PASS [ 18.411s] (2096/3424) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
81062026-09-11T19:44:06.854Z PASS [ 33.392s] (2097/3424) omicron-nexus::test_all integration_tests::instances::test_instance_serial
81072026-09-11T19:44:07.008Z PASS [ 13.883s] (2098/3424) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
81082026-09-11T19:44:07.579Z PASS [ 14.202s] (2099/3424) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
81092026-09-11T19:44:07.991Z PASS [ 13.203s] (2100/3424) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
81102026-09-11T19:44:08.612Z PASS [ 11.303s] (2101/3424) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
81112026-09-11T19:44:15.864Z PASS [ 21.419s] (2102/3424) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
81122026-09-11T19:44:15.872Z PASS [ 39.741s] (2103/3424) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
81132026-09-11T19:44:15.872Z PASS [ 12.632s] (2104/3424) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
81142026-09-11T19:44:18.462Z PASS [ 29.752s] (2105/3424) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
81152026-09-11T19:44:18.468Z PASS [ 22.815s] (2106/3424) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
81162026-09-11T19:44:18.468Z PASS [ 47.417s] (2107/3424) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
81172026-09-11T19:44:20.500Z PASS [ 23.058s] (2108/3424) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
81182026-09-11T19:44:20.518Z PASS [ 13.233s] (2109/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
81192026-09-11T19:44:20.518Z PASS [ 17.499s] (2110/3424) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
81202026-09-11T19:44:20.518Z PASS [ 14.037s] (2111/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
81212026-09-11T19:44:20.518Z PASS [ 17.337s] (2112/3424) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
81222026-09-11T19:44:20.518Z PASS [ 13.381s] (2113/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
81232026-09-11T19:44:20.518Z PASS [ 13.110s] (2114/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
81242026-09-11T19:44:20.518Z PASS [ 13.268s] (2115/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
81252026-09-11T19:44:20.518Z PASS [ 22.159s] (2116/3424) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
81262026-09-11T19:44:20.518Z PASS [ 16.224s] (2117/3424) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
81272026-09-11T19:44:20.518Z PASS [ 22.134s] (2118/3424) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
81282026-09-11T19:44:20.518Z PASS [ 58.731s] (2119/3424) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
81292026-09-11T19:44:21.509Z PASS [ 16.652s] (2120/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
81302026-09-11T19:44:22.040Z PASS [ 14.073s] (2121/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_includes_non_discoverable
81312026-09-11T19:44:22.313Z PASS [ 23.513s] (2122/3424) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
81322026-09-11T19:44:22.773Z PASS [ 15.194s] (2123/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
81332026-09-11T19:44:22.918Z PASS [ 25.452s] (2124/3424) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
81342026-09-11T19:44:23.138Z PASS [ 21.624s] (2125/3424) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
81352026-09-11T19:44:25.474Z PASS [ 12.293s] (2126/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
81362026-09-11T19:44:25.690Z PASS [ 21.635s] (2127/3424) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
81372026-09-11T19:44:26.575Z PASS [ 17.951s] (2128/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
81382026-09-11T19:44:26.729Z PASS [ 23.165s] (2129/3424) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
81392026-09-11T19:44:30.459Z PASS [ 17.017s] (2130/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
81402026-09-11T19:44:30.571Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
81412026-09-11T19:44:31.229Z PASS [ 13.226s] (2131/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
81422026-09-11T19:44:31.350Z PASS [ 13.925s] (2132/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
81432026-09-11T19:44:32.684Z PASS [ 14.521s] (2133/3424) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
81442026-09-11T19:44:34.866Z PASS [ 15.729s] (2134/3424) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
81452026-09-11T19:44:35.866Z PASS [ 16.715s] (2135/3424) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
81462026-09-11T19:44:36.012Z PASS [ 15.792s] (2136/3424) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
81472026-09-11T19:44:36.864Z PASS [ 16.746s] (2137/3424) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
81482026-09-11T19:44:37.084Z PASS [ 16.902s] (2138/3424) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
81492026-09-11T19:44:37.723Z PASS [ 22.206s] (2139/3424) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
81502026-09-11T19:44:39.865Z PASS [ 69.296s] (2140/3424) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
81512026-09-11T19:44:41.137Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81522026-09-11T19:44:41.667Z PASS [ 21.376s] (2141/3424) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
81532026-09-11T19:44:44.920Z PASS [ 25.370s] (2142/3424) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
81542026-09-11T19:44:47.488Z PASS [ 10.624s] (2143/3424) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
81552026-09-11T19:44:48.006Z PASS [ 27.883s] (2144/3424) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
81562026-09-11T19:44:49.615Z PASS [ 13.749s] (2145/3424) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
81572026-09-11T19:44:49.721Z PASS [ 11.997s] (2146/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion
81582026-09-11T19:44:50.011Z PASS [ 13.999s] (2147/3424) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
81592026-09-11T19:44:51.968Z PASS [ 29.194s] (2148/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
81602026-09-11T19:44:52.215Z PASS [ 32.918s] (2149/3424) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
81612026-09-11T19:44:52.311Z PASS [ 12.446s] (2150/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
81622026-09-11T19:44:52.665Z PASS [ 15.581s] (2151/3424) omicron-nexus::test_all integration_tests::projects::test_project_create_defaults
81632026-09-11T19:44:54.236Z PASS [ 34.820s] (2152/3424) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
81642026-09-11T19:44:55.036Z PASS [ 13.369s] (2153/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
81652026-09-11T19:44:55.423Z PASS [ 24.194s] (2154/3424) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
81662026-09-11T19:44:58.605Z PASS [ 28.145s] (2155/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
81672026-09-11T19:44:59.925Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81682026-09-11T19:45:02.047Z PASS [ 39.734s] (2156/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
81692026-09-11T19:45:05.242Z PASS [ 43.201s] (2157/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
81702026-09-11T19:45:05.284Z PASS [ 13.068s] (2158/3424) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
81712026-09-11T19:45:05.781Z PASS [ 13.814s] (2159/3424) omicron-nexus::test_all integration_tests::projects::test_projects
81722026-09-11T19:45:06.204Z PASS [ 16.588s] (2160/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
81732026-09-11T19:45:06.226Z PASS [ 16.215s] (2161/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
81742026-09-11T19:45:06.602Z PASS [ 13.937s] (2162/3424) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
81752026-09-11T19:45:06.622Z PASS [ 11.586s] (2163/3424) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
81762026-09-11T19:45:06.684Z PASS [ 11.261s] (2164/3424) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
81772026-09-11T19:45:06.967Z PASS [ 14.656s] (2165/3424) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
81782026-09-11T19:45:08.000Z PASS [ 35.315s] (2166/3424) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
81792026-09-11T19:45:08.168Z PASS [ 0.168s] (2167/3424) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
81802026-09-11T19:45:08.336Z PASS [ 0.168s] (2168/3424) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
81812026-09-11T19:45:08.520Z PASS [ 0.184s] (2169/3424) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
81822026-09-11T19:45:08.683Z PASS [ 0.163s] (2170/3424) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
81832026-09-11T19:45:08.742Z PASS [ 45.604s] (2171/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
81842026-09-11T19:45:08.858Z PASS [ 0.175s] (2172/3424) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
81852026-09-11T19:45:10.567Z PASS [ 23.079s] (2173/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
81862026-09-11T19:45:11.869Z PASS [ 40.526s] (2174/3424) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
81872026-09-11T19:45:11.933Z PASS [ 13.328s] (2175/3424) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
81882026-09-11T19:45:12.178Z PASS [ 50.682s] (2176/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
81892026-09-11T19:45:12.886Z PASS [ 47.195s] (2177/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
81902026-09-11T19:45:13.044Z PASS [ 0.158s] (2178/3424) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
81912026-09-11T19:45:13.238Z PASS [ 25.232s] (2179/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
81922026-09-11T19:45:15.182Z PASS [ 13.134s] (2180/3424) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
81932026-09-11T19:45:15.324Z PASS [ 0.142s] (2181/3424) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
81942026-09-11T19:45:15.473Z PASS [ 0.149s] (2182/3424) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
81952026-09-11T19:45:15.826Z PASS [ 50.352s] (2183/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
81962026-09-11T19:45:16.142Z PASS [ 26.421s] (2184/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
81972026-09-11T19:45:18.210Z PASS [ 33.290s] (2185/3424) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
81982026-09-11T19:45:18.444Z PASS [ 51.881s] (2186/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
81992026-09-11T19:45:18.884Z PASS [ 13.103s] (2187/3424) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
82002026-09-11T19:45:19.499Z PASS [ 13.295s] (2188/3424) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
82012026-09-11T19:45:19.712Z PASS [ 14.470s] (2189/3424) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
82022026-09-11T19:45:19.786Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
82032026-09-11T19:45:20.399Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
82042026-09-11T19:45:21.930Z PASS [ 16.646s] (2190/3424) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
82052026-09-11T19:45:22.547Z PASS [ 13.689s] (2191/3424) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
82062026-09-11T19:45:22.547Z PASS [ 13.805s] (2192/3424) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
82072026-09-11T19:45:22.547Z PASS [ 2.836s] (2193/3424) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
82082026-09-11T19:45:22.919Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
82092026-09-11T19:45:23.062Z PASS [ 56.333s] (2194/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
82102026-09-11T19:45:23.236Z PASS [ 16.551s] (2195/3424) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
82112026-09-11T19:45:23.795Z PASS [ 17.193s] (2196/3424) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
82122026-09-11T19:45:23.875Z PASS [ 16.908s] (2197/3424) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
82132026-09-11T19:45:24.147Z PASS [ 17.921s] (2198/3424) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
82142026-09-11T19:45:24.311Z PASS [ 13.744s] (2199/3424) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
82152026-09-11T19:45:24.468Z PASS [ 64.071s] (2200/3424) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
82162026-09-11T19:45:24.972Z PASS [ 2.425s] (2201/3424) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
82172026-09-11T19:45:25.017Z PASS [ 1.955s] (2202/3424) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
82182026-09-11T19:45:25.022Z PASS [ 13.089s] (2203/3424) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
82192026-09-11T19:45:25.155Z PASS [ 62.237s] (2204/3424) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
82202026-09-11T19:45:25.240Z PASS [ 13.371s] (2205/3424) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
82212026-09-11T19:45:25.362Z PASS [ 13.184s] (2206/3424) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
82222026-09-11T19:45:26.007Z PASS [ 1.859s] (2207/3424) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
82232026-09-11T19:45:26.288Z PASS [ 13.050s] (2208/3424) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
82242026-09-11T19:45:26.481Z PASS [ 1.507s] (2209/3424) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
82252026-09-11T19:45:26.485Z PASS [ 1.325s] (2210/3424) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
82262026-09-11T19:45:26.485Z PASS [ 13.439s] (2211/3424) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
82272026-09-11T19:45:26.554Z PASS [ 1.536s] (2212/3424) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
82282026-09-11T19:45:26.606Z PASS [ 66.822s] (2213/3424) omicron-nexus::test_all integration_tests::metrics::test_metrics
82292026-09-11T19:45:26.713Z PASS [ 32.477s] (2214/3424) omicron-nexus::test_all integration_tests::quotas::test_quotas
82302026-09-11T19:45:27.083Z PASS [ 20.460s] (2215/3424) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
82312026-09-11T19:45:27.284Z PASS [ 11.142s] (2216/3424) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
82322026-09-11T19:45:27.396Z PASS [ 11.923s] (2217/3424) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
82332026-09-11T19:45:27.412Z PASS [ 11.585s] (2218/3424) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
82342026-09-11T19:45:28.345Z PASS [ 10.134s] (2219/3424) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
82352026-09-11T19:45:28.923Z PASS [ 54.056s] (2220/3424) omicron-nexus::test_all integration_tests::password_login::test_local_users
82362026-09-11T19:45:30.575Z PASS [ 4.095s] (2221/3424) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
82372026-09-11T19:45:36.050Z PASS [ 9.444s] (2222/3424) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
82382026-09-11T19:45:37.105Z PASS [ 9.706s] (2223/3424) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
82392026-09-11T19:45:37.202Z PASS [ 10.118s] (2224/3424) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
82402026-09-11T19:45:37.681Z PASS [ 10.968s] (2225/3424) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
82412026-09-11T19:45:37.947Z PASS [ 10.534s] (2226/3424) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
82422026-09-11T19:45:38.989Z PASS [ 10.644s] (2227/3424) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
82432026-09-11T19:45:39.696Z PASS [ 10.774s] (2228/3424) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
82442026-09-11T19:45:40.238Z PASS [ 12.954s] (2229/3424) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
82452026-09-11T19:45:41.010Z PASS [ 10.434s] (2230/3424) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
82462026-09-11T19:45:41.042Z PASS [ 10.466s] (2231/3424) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
82472026-09-11T19:45:41.084Z PASS [ 10.509s] (2232/3424) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
82482026-09-11T19:45:41.137Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82492026-09-11T19:45:42.128Z PASS [ 11.553s] (2233/3424) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
82502026-09-11T19:45:46.453Z PASS [ 10.402s] (2234/3424) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
82512026-09-11T19:45:46.599Z PASS [ 8.918s] (2235/3424) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
82522026-09-11T19:45:47.561Z PASS [ 10.459s] (2236/3424) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
82532026-09-11T19:45:47.602Z PASS [ 9.654s] (2237/3424) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
82542026-09-11T19:45:47.837Z PASS [ 10.636s] (2238/3424) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
82552026-09-11T19:45:48.065Z PASS [ 21.583s] (2239/3424) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
82562026-09-11T19:45:48.237Z PASS [ 9.248s] (2240/3424) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
82572026-09-11T19:45:48.475Z PASS [ 21.991s] (2241/3424) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
82582026-09-11T19:45:49.258Z PASS [ 23.251s] (2242/3424) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
82592026-09-11T19:45:50.037Z PASS [ 10.341s] (2243/3424) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
82602026-09-11T19:45:50.451Z PASS [ 10.214s] (2244/3424) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
82612026-09-11T19:45:51.333Z PASS [ 10.291s] (2245/3424) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
82622026-09-11T19:45:51.388Z PASS [ 10.304s] (2246/3424) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
82632026-09-11T19:45:51.640Z PASS [ 10.630s] (2247/3424) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
82642026-09-11T19:45:52.603Z PASS [ 131.468s] (2248/3424) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82652026-09-11T19:45:55.195Z PASS [ 13.067s] (2249/3424) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
82662026-09-11T19:45:59.729Z PASS [ 13.276s] (2250/3424) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
82672026-09-11T19:45:59.927Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82682026-09-11T19:46:00.044Z PASS [ 13.445s] (2251/3424) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
82692026-09-11T19:46:01.539Z PASS [ 13.939s] (2252/3424) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
82702026-09-11T19:46:01.564Z PASS [ 14.003s] (2253/3424) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
82712026-09-11T19:46:02.312Z PASS [ 13.837s] (2254/3424) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
82722026-09-11T19:46:02.466Z PASS [ 14.229s] (2255/3424) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
82732026-09-11T19:46:03.007Z PASS [ 14.533s] (2256/3424) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
82742026-09-11T19:46:03.578Z PASS [ 15.101s] (2257/3424) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
82752026-09-11T19:46:03.849Z PASS [ 15.374s] (2258/3424) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
82762026-09-11T19:46:03.928Z PASS [ 15.863s] (2259/3424) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
82772026-09-11T19:46:04.000Z PASS [ 16.162s] (2260/3424) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
82782026-09-11T19:46:04.314Z PASS [ 14.276s] (2261/3424) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
82792026-09-11T19:46:05.290Z PASS [ 17.225s] (2262/3424) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
82802026-09-11T19:46:05.707Z PASS [ 16.449s] (2263/3424) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
82812026-09-11T19:46:05.745Z PASS [ 17.680s] (2264/3424) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
82822026-09-11T19:46:07.963Z PASS [ 16.323s] (2265/3424) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
82832026-09-11T19:46:08.838Z PASS [ 19.579s] (2266/3424) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
82842026-09-11T19:46:08.919Z PASS [ 20.855s] (2267/3424) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
82852026-09-11T19:46:09.153Z PASS [ 19.894s] (2268/3424) omicron-nexus::test_all integration_tests::silos::test_silos
82862026-09-11T19:46:10.199Z PASS [ 20.939s] (2269/3424) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
82872026-09-11T19:46:11.191Z PASS [ 11.146s] (2270/3424) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
82882026-09-11T19:46:12.251Z PASS [ 21.799s] (2271/3424) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
82892026-09-11T19:46:13.440Z PASS [ 22.052s] (2272/3424) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
82902026-09-11T19:46:16.813Z PASS [ 15.273s] (2273/3424) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
82912026-09-11T19:46:18.246Z PASS [ 14.246s] (2274/3424) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
82922026-09-11T19:46:18.845Z PASS [ 16.532s] (2275/3424) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
82932026-09-11T19:46:18.970Z PASS [ 26.367s] (2276/3424) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
82942026-09-11T19:46:19.015Z PASS [ 17.450s] (2277/3424) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
82952026-09-11T19:46:19.125Z PASS [ 13.835s] (2278/3424) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
82962026-09-11T19:46:20.390Z PASS [ 12.426s] (2279/3424) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
82972026-09-11T19:46:21.064Z PASS [ 54.430s] (2280/3424) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
82982026-09-11T19:46:21.344Z PASS [ 26.148s] (2281/3424) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
82992026-09-11T19:46:21.395Z PASS [ 12.554s] (2282/3424) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
83002026-09-11T19:46:21.557Z PASS [ 12.637s] (2283/3424) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
83012026-09-11T19:46:21.872Z PASS [ 12.588s] (2284/3424) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
83022026-09-11T19:46:22.851Z PASS [ 12.637s] (2285/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
83032026-09-11T19:46:23.712Z PASS [ 32.379s] (2286/3424) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
83042026-09-11T19:46:24.001Z PASS [ 11.671s] (2287/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
83052026-09-11T19:46:24.691Z PASS [ 20.339s] (2288/3424) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
83062026-09-11T19:46:24.697Z PASS [ 13.476s] (2289/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
83072026-09-11T19:46:25.812Z PASS [ 2.099s] (2290/3424) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
83082026-09-11T19:46:25.822Z PASS [ 12.381s] (2291/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
83092026-09-11T19:46:25.987Z PASS [ 26.257s] (2292/3424) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
83102026-09-11T19:46:29.066Z PASS [ 26.057s] (2293/3424) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
83112026-09-11T19:46:30.254Z PASS [ 24.509s] (2294/3424) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
83122026-09-11T19:46:34.674Z PASS [ 28.967s] (2295/3424) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
83132026-09-11T19:46:35.454Z PASS [ 16.439s] (2296/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
83142026-09-11T19:46:35.501Z PASS [ 31.924s] (2297/3424) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
83152026-09-11T19:46:35.929Z PASS [ 14.944s] (2298/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
83162026-09-11T19:46:35.948Z PASS [ 32.098s] (2299/3424) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
83172026-09-11T19:46:36.249Z PASS [ 18.000s] (2300/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
83182026-09-11T19:46:37.356Z PASS [ 16.371s] (2301/3424) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
83192026-09-11T19:46:37.538Z PASS [ 16.145s] (2302/3424) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
83202026-09-11T19:46:37.876Z PASS [ 18.904s] (2303/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
83212026-09-11T19:46:38.799Z PASS [ 17.363s] (2304/3424) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
83222026-09-11T19:46:38.868Z PASS [ 19.648s] (2305/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
83232026-09-11T19:46:38.876Z PASS [ 17.868s] (2306/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
83242026-09-11T19:46:39.308Z PASS [ 14.641s] (2307/3424) omicron-nexus::test_all integration_tests::updates::test_repo_prune
83252026-09-11T19:46:39.434Z PASS [ 36.966s] (2308/3424) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
83262026-09-11T19:46:39.634Z PASS [ 18.650s] (2309/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
83272026-09-11T19:46:39.674Z PASS [ 13.686s] (2310/3424) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
83282026-09-11T19:46:40.242Z PASS [ 14.415s] (2311/3424) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
83292026-09-11T19:46:40.353Z PASS [ 18.796s] (2312/3424) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
83302026-09-11T19:46:41.756Z PASS [ 37.827s] (2313/3424) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
83312026-09-11T19:46:42.532Z PASS [ 20.791s] (2314/3424) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
83322026-09-11T19:46:42.606Z PASS [ 22.212s] (2315/3424) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
83332026-09-11T19:46:42.611Z PASS [ 12.356s] (2316/3424) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
83342026-09-11T19:46:43.418Z PASS [ 14.353s] (2317/3424) omicron-nexus::test_all integration_tests::updates::test_stock_planner
83352026-09-11T19:46:43.958Z PASS [ 27.141s] (2318/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
83362026-09-11T19:46:45.470Z PASS [ 20.816s] (2319/3424) omicron-nexus::test_all integration_tests::updates::test_repo_list
83372026-09-11T19:46:47.552Z PASS [ 12.098s] (2320/3424) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
83382026-09-11T19:46:48.509Z PASS [ 22.697s] (2321/3424) omicron-nexus::test_all integration_tests::updates::test_repo_upload
83392026-09-11T19:46:50.542Z PASS [ 26.620s] (2322/3424) omicron-nexus::test_all integration_tests::updates::test_debug_files
83402026-09-11T19:46:51.463Z PASS [ 16.789s] (2323/3424) omicron-nexus::test_all integration_tests::updates::test_update_status
83412026-09-11T19:46:59.136Z PASS [ 21.172s] (2324/3424) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
83422026-09-11T19:46:59.808Z PASS [ 23.860s] (2325/3424) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
83432026-09-11T19:46:59.928Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83442026-09-11T19:47:01.766Z PASS [ 25.519s] (2326/3424) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
83452026-09-11T19:47:05.524Z PASS [ 25.889s] (2327/3424) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
83462026-09-11T19:47:07.070Z PASS [ 48.225s] (2328/3424) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
83472026-09-11T19:47:13.279Z PASS [ 37.351s] (2329/3424) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
83482026-09-11T19:47:15.460Z PASS [ 32.928s] (2330/3424) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
83492026-09-11T19:47:16.290Z PASS [ 27.781s] (2331/3424) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
83502026-09-11T19:47:16.500Z PASS [ 33.890s] (2332/3424) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
83512026-09-11T19:47:17.772Z PASS [ 39.065s] (2333/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
83522026-09-11T19:47:20.862Z PASS [ 42.090s] (2334/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
83532026-09-11T19:47:21.861Z PASS [ 36.391s] (2335/3424) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
83542026-09-11T19:47:22.839Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
83552026-09-11T19:47:23.587Z PASS [ 44.154s] (2336/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
83562026-09-11T19:47:24.149Z PASS [ 18.625s] (2337/3424) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
83572026-09-11T19:47:24.443Z PASS [ 47.087s] (2338/3424) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
83582026-09-11T19:47:25.315Z PASS [ 685.398s] (2339/3424) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83592026-09-11T19:47:25.466Z PASS [ 46.157s] (2340/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
83602026-09-11T19:47:27.781Z PASS [ 11.281s] (2341/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
83612026-09-11T19:47:29.148Z PASS [ 11.374s] (2342/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
83622026-09-11T19:47:31.175Z PASS [ 39.711s] (2343/3424) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
83632026-09-11T19:47:31.993Z PASS [ 51.756s] (2344/3424) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
83642026-09-11T19:47:32.920Z PASS [ 19.641s] (2345/3424) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
83652026-09-11T19:47:33.153Z PASS [ 11.292s] (2346/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
83662026-09-11T19:47:33.348Z PASS [ 12.486s] (2347/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
83672026-09-11T19:47:34.442Z PASS [ 34.634s] (2348/3424) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
83682026-09-11T19:47:34.564Z PASS [ 0.121s] (2349/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
83692026-09-11T19:47:34.736Z PASS [ 11.149s] (2350/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
83702026-09-11T19:47:34.942Z PASS [ 10.794s] (2351/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
83712026-09-11T19:47:35.309Z PASS [ 10.865s] (2352/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
83722026-09-11T19:47:35.832Z PASS [ 10.517s] (2353/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
83732026-09-11T19:47:36.371Z PASS [ 10.905s] (2354/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
83742026-09-11T19:47:36.844Z PASS [ 29.774s] (2355/3424) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
83752026-09-11T19:47:37.372Z PASS [ 59.497s] (2356/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
83762026-09-11T19:47:37.539Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
83772026-09-11T19:47:38.855Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
83782026-09-11T19:47:39.030Z PASS [ 59.355s] (2357/3424) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
83792026-09-11T19:47:39.548Z PASS [ 56.946s] (2358/3424) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
83802026-09-11T19:47:39.660Z PASS [ 11.878s] (2359/3424) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
83812026-09-11T19:47:39.760Z PASS [ 10.613s] (2360/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
83822026-09-11T19:47:40.356Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
83832026-09-11T19:47:40.810Z PASS [ 60.457s] (2361/3424) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
83842026-09-11T19:47:41.757Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
83852026-09-11T19:47:42.777Z PASS [ 11.602s] (2362/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
83862026-09-11T19:47:42.905Z PASS [ 59.487s] (2363/3424) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
83872026-09-11T19:47:43.630Z PASS [ 11.637s] (2364/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
83882026-09-11T19:47:43.956Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
83892026-09-11T19:47:44.972Z PASS [ 11.623s] (2365/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
83902026-09-11T19:47:45.531Z PASS [ 12.611s] (2366/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
83912026-09-11T19:47:45.749Z PASS [ 12.596s] (2367/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
83922026-09-11T19:47:47.060Z PASS [ 68.207s] (2368/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
83932026-09-11T19:47:47.148Z PASS [ 12.412s] (2369/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
83942026-09-11T19:47:47.555Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
83952026-09-11T19:47:47.945Z PASS [ 12.636s] (2370/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
83962026-09-11T19:47:48.071Z PASS [ 46.304s] (2371/3424) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
83972026-09-11T19:47:48.746Z PASS [ 13.803s] (2372/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
83982026-09-11T19:47:49.369Z PASS [ 13.538s] (2373/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
83992026-09-11T19:47:49.760Z PASS [ 13.389s] (2374/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
84002026-09-11T19:47:50.544Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
84012026-09-11T19:47:50.596Z PASS [ 13.752s] (2375/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
84022026-09-11T19:47:52.533Z PASS [ 36.243s] (2376/3424) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
84032026-09-11T19:47:53.180Z PASS [ 75.641s] (2377/3424) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
84042026-09-11T19:47:53.952Z PASS [ 14.403s] (2378/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
84052026-09-11T19:47:54.108Z PASS [ 14.348s] (2379/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
84062026-09-11T19:47:55.295Z PASS [ 92.457s] (2380/3424) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
84072026-09-11T19:47:55.390Z PASS [ 15.726s] (2381/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
84082026-09-11T19:47:55.533Z PASS [ 14.722s] (2382/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
84092026-09-11T19:47:55.980Z PASS [ 74.221s] (2383/3424) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
84102026-09-11T19:47:56.675Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
84112026-09-11T19:47:56.889Z PASS [ 72.933s] (2384/3424) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
84122026-09-11T19:47:57.437Z PASS [ 14.659s] (2385/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
84132026-09-11T19:47:59.220Z PASS [ 15.589s] (2386/3424) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
84142026-09-11T19:47:59.374Z PASS [ 71.821s] (2387/3424) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
84152026-09-11T19:48:00.909Z PASS [ 15.929s] (2388/3424) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
84162026-09-11T19:48:01.145Z PASS [ 15.395s] (2389/3424) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
84172026-09-11T19:48:02.628Z PASS [ 15.567s] (2390/3424) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
84182026-09-11T19:48:05.528Z PASS [ 19.996s] (2391/3424) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
84192026-09-11T19:48:06.889Z PASS [ 19.740s] (2392/3424) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
84202026-09-11T19:48:07.368Z PASS [ 51.906s] (2393/3424) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
84212026-09-11T19:48:07.438Z PASS [ 30.065s] (2394/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
84222026-09-11T19:48:08.630Z PASS [ 71.957s] (2395/3424) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
84232026-09-11T19:48:08.997Z PASS [ 13.464s] (2396/3424) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
84242026-09-11T19:48:09.530Z PASS [ 21.459s] (2397/3424) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
84252026-09-11T19:48:10.096Z PASS [ 19.499s] (2398/3424) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
84262026-09-11T19:48:10.115Z PASS [ 0.020s] (2399/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
84272026-09-11T19:48:10.135Z PASS [ 0.020s] (2400/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
84282026-09-11T19:48:10.157Z PASS [ 0.021s] (2401/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
84292026-09-11T19:48:10.196Z PASS [ 0.020s] (2402/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
84302026-09-11T19:48:10.199Z PASS [ 0.019s] (2403/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
84312026-09-11T19:48:10.216Z PASS [ 0.020s] (2404/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
84322026-09-11T19:48:10.238Z PASS [ 0.022s] (2405/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
84332026-09-11T19:48:10.268Z PASS [ 14.288s] (2406/3424) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
84342026-09-11T19:48:10.284Z PASS [ 0.040s] (2407/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
84352026-09-11T19:48:10.297Z PASS [ 0.019s] (2408/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
84362026-09-11T19:48:10.319Z PASS [ 0.029s] (2409/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
84372026-09-11T19:48:10.323Z PASS [ 0.026s] (2410/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
84382026-09-11T19:48:10.328Z PASS [ 0.021s] (2411/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
84392026-09-11T19:48:10.335Z PASS [ 0.023s] (2412/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
84402026-09-11T19:48:10.350Z PASS [ 0.022s] (2413/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
84412026-09-11T19:48:10.355Z PASS [ 0.019s] (2414/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
84422026-09-11T19:48:10.374Z PASS [ 0.023s] (2415/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
84432026-09-11T19:48:10.378Z PASS [ 0.023s] (2416/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
84442026-09-11T19:48:10.396Z PASS [ 0.022s] (2417/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
84452026-09-11T19:48:10.403Z PASS [ 0.025s] (2418/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
84462026-09-11T19:48:10.417Z PASS [ 0.021s] (2419/3424) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
84472026-09-11T19:48:10.779Z PASS [ 16.827s] (2420/3424) omicron-nexus::test_all integration_tests::vpcs::test_vpc_create_without_default_subnet
84482026-09-11T19:48:11.153Z PASS [ 17.973s] (2421/3424) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
84492026-09-11T19:48:11.211Z PASS [ 0.057s] (2422/3424) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
84502026-09-11T19:48:11.257Z PASS [ 0.046s] (2423/3424) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
84512026-09-11T19:48:11.324Z PASS [ 0.052s] (2424/3424) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
84522026-09-11T19:48:11.337Z PASS [ 0.026s] (2425/3424) omicron-package config::tests::multi_preset_arg
84532026-09-11T19:48:11.365Z PASS [ 0.026s] (2426/3424) omicron-package dot::test::test_bad_dependency
84542026-09-11T19:48:11.388Z PASS [ 0.027s] (2427/3424) omicron-package dot::test::test_dot_output
84552026-09-11T19:48:11.620Z PASS [ 23.674s] (2428/3424) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
84562026-09-11T19:48:11.644Z PASS [ 0.024s] (2429/3424) omicron-passwords test::test_password_constraints
84572026-09-11T19:48:11.683Z PASS [ 14.795s] (2430/3424) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
84582026-09-11T19:48:12.006Z PASS [ 14.568s] (2431/3424) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
84592026-09-11T19:48:12.043Z PASS [ 0.038s] (2432/3424) omicron-passwords test::test_stable
84602026-09-11T19:48:12.067Z PASS [ 0.023s] (2433/3424) omicron-passwords test::test_weak_hashes
84612026-09-11T19:48:12.086Z PASS [ 0.019s] (2434/3424) omicron-rpaths internal::tests::test_configure_from_path
84622026-09-11T19:48:12.106Z PASS [ 0.020s] (2435/3424) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
84632026-09-11T19:48:12.128Z PASS [ 0.021s] (2436/3424) omicron-rpaths internal::tests::test_emit_rpath
84642026-09-11T19:48:12.234Z PASS [ 22.474s] (2437/3424) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
84652026-09-11T19:48:12.376Z PASS [ 0.249s] (2438/3424) omicron-sled-agent artifact_store::test::generations
84662026-09-11T19:48:12.442Z PASS [ 0.207s] (2439/3424) omicron-sled-agent artifact_store::test::issue_7796
84672026-09-11T19:48:12.538Z PASS [ 0.162s] (2440/3424) omicron-sled-agent artifact_store::test::list_get_put
84682026-09-11T19:48:12.556Z PASS [ 0.114s] (2441/3424) omicron-sled-agent artifact_store::test::no_dataset
84692026-09-11T19:48:12.598Z PASS [ 0.042s] (2442/3424) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
84702026-09-11T19:48:12.629Z PASS [ 0.091s] (2443/3424) omicron-sled-agent artifact_store::test::wrong_hash
84712026-09-11T19:48:12.650Z PASS [ 0.052s] (2444/3424) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
84722026-09-11T19:48:12.659Z PASS [ 20.125s] (2445/3424) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
84732026-09-11T19:48:12.677Z PASS [ 0.047s] (2446/3424) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
84742026-09-11T19:48:12.686Z PASS [ 0.036s] (2447/3424) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
84752026-09-11T19:48:12.695Z PASS [ 0.036s] (2448/3424) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
84762026-09-11T19:48:12.711Z PASS [ 0.035s] (2449/3424) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
84772026-09-11T19:48:12.719Z PASS [ 0.033s] (2450/3424) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
84782026-09-11T19:48:12.733Z PASS [ 0.036s] (2451/3424) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
84792026-09-11T19:48:12.748Z PASS [ 0.036s] (2452/3424) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
84802026-09-11T19:48:12.765Z PASS [ 0.045s] (2453/3424) omicron-sled-agent config::test::test_smf_configs
84812026-09-11T19:48:12.774Z PASS [ 0.042s] (2454/3424) omicron-sled-agent config::test::test_sush_config
84822026-09-11T19:48:12.783Z PASS [ 0.035s] (2455/3424) omicron-sled-agent fmd::tests::boolean_array
84832026-09-11T19:48:12.801Z PASS [ 0.036s] (2456/3424) omicron-sled-agent fmd::tests::boolean_presence
84842026-09-11T19:48:12.808Z PASS [ 0.033s] (2457/3424) omicron-sled-agent fmd::tests::boolean_value
84852026-09-11T19:48:12.816Z PASS [ 0.033s] (2458/3424) omicron-sled-agent fmd::tests::double
84862026-09-11T19:48:12.831Z PASS [ 0.030s] (2459/3424) omicron-sled-agent fmd::tests::hrtime
84872026-09-11T19:48:12.844Z PASS [ 0.035s] (2460/3424) omicron-sled-agent fmd::tests::integer_arrays
84882026-09-11T19:48:12.851Z PASS [ 0.035s] (2461/3424) omicron-sled-agent fmd::tests::integers
84892026-09-11T19:48:12.865Z PASS [ 0.034s] (2462/3424) omicron-sled-agent fmd::tests::string
84902026-09-11T19:48:12.875Z PASS [ 0.031s] (2463/3424) omicron-sled-agent fmd::tests::string_array
84912026-09-11T19:48:12.884Z PASS [ 0.033s] (2464/3424) omicron-sled-agent fmd::tests::unknown_type
84922026-09-11T19:48:12.897Z PASS [ 0.032s] (2465/3424) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
84932026-09-11T19:48:12.913Z PASS [ 0.038s] (2466/3424) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
84942026-09-11T19:48:12.919Z PASS [ 0.034s] (2467/3424) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
84952026-09-11T19:48:12.931Z PASS [ 0.034s] (2468/3424) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
84962026-09-11T19:48:12.943Z PASS [ 18.834s] (2469/3424) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
84972026-09-11T19:48:12.948Z PASS [ 0.035s] (2470/3424) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
84982026-09-11T19:48:12.953Z PASS [ 0.034s] (2471/3424) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
84992026-09-11T19:48:12.970Z PASS [ 0.039s] (2472/3424) omicron-sled-agent instance::tests::add_new_floating_ip
85002026-09-11T19:48:12.980Z PASS [ 0.038s] (2473/3424) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
85012026-09-11T19:48:12.988Z PASS [ 0.040s] (2474/3424) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
85022026-09-11T19:48:12.994Z PASS [ 0.041s] (2475/3424) omicron-sled-agent instance::tests::prune_existing_floating_ip
85032026-09-11T19:48:13.247Z PASS [ 0.277s] (2476/3424) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
85042026-09-11T19:48:13.278Z PASS [ 0.297s] (2477/3424) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
85052026-09-11T19:48:13.409Z PASS [ 0.420s] (2478/3424) omicron-sled-agent instance::tests::test_instance_create_events_normal
85062026-09-11T19:48:13.530Z PASS [ 14.310s] (2479/3424) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
85072026-09-11T19:48:13.801Z PASS [ 0.271s] (2480/3424) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_while_evacuating
85082026-09-11T19:48:13.839Z PASS [ 0.430s] (2481/3424) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_before_config_loaded
85092026-09-11T19:48:13.864Z PASS [ 0.616s] (2482/3424) omicron-sled-agent instance::tests::test_instance_manager_allows_existing_vmm_while_evacuating
85102026-09-11T19:48:13.902Z PASS [ 0.038s] (2483/3424) omicron-sled-agent instance::tests::test_multicast_membership_equality
85112026-09-11T19:48:13.970Z PASS [ 0.067s] (2484/3424) omicron-sled-agent instance_manager::jobs::tests::jobs_upholds_invariants
85122026-09-11T19:48:14.007Z PASS [ 0.037s] (2485/3424) omicron-sled-agent metrics::test_samples_per_collection
85132026-09-11T19:48:14.102Z PASS [ 0.262s] (2486/3424) omicron-sled-agent instance::tests::test_instance_manager_vmm_count_tracks_registration
85142026-09-11T19:48:14.139Z PASS [ 0.037s] (2487/3424) omicron-sled-agent probe_manager::test::probe_state_set_ops
85152026-09-11T19:48:14.176Z PASS [ 0.037s] (2488/3424) omicron-sled-agent profile::tests::empty_profile
85162026-09-11T19:48:14.217Z PASS [ 0.041s] (2489/3424) omicron-sled-agent profile::tests::test_disabled_instance
85172026-09-11T19:48:14.231Z PASS [ 1.238s] (2490/3424) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
85182026-09-11T19:48:14.256Z PASS [ 0.454s] (2491/3424) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
85192026-09-11T19:48:14.261Z PASS [ 0.043s] (2492/3424) omicron-sled-agent profile::tests::test_instance
85202026-09-11T19:48:14.277Z PASS [ 24.907s] (2493/3424) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
85212026-09-11T19:48:14.283Z PASS [ 0.052s] (2494/3424) omicron-sled-agent profile::tests::test_multiple
85222026-09-11T19:48:14.299Z PASS [ 0.038s] (2495/3424) omicron-sled-agent profile::tests::test_property_group
85232026-09-11T19:48:14.303Z PASS [ 0.047s] (2496/3424) omicron-sled-agent profile::tests::test_property
85242026-09-11T19:48:14.325Z PASS [ 0.041s] (2497/3424) omicron-sled-agent profile::tests::test_service_property_group
85252026-09-11T19:48:14.335Z PASS [ 0.057s] (2498/3424) omicron-sled-agent profile::tests::test_service
85262026-09-11T19:48:14.363Z PASS [ 0.064s] (2499/3424) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
85272026-09-11T19:48:14.366Z PASS [ 0.061s] (2500/3424) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
85282026-09-11T19:48:14.372Z PASS [ 0.046s] (2501/3424) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
85292026-09-11T19:48:14.382Z PASS [ 0.047s] (2502/3424) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
85302026-09-11T19:48:14.403Z PASS [ 0.041s] (2503/3424) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
85312026-09-11T19:48:14.421Z PASS [ 0.049s] (2504/3424) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
85322026-09-11T19:48:14.431Z PASS [ 0.049s] (2505/3424) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
85332026-09-11T19:48:14.449Z PASS [ 0.046s] (2506/3424) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
85342026-09-11T19:48:14.466Z PASS [ 0.045s] (2507/3424) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
85352026-09-11T19:48:14.473Z PASS [ 0.043s] (2508/3424) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
85362026-09-11T19:48:14.503Z PASS [ 0.053s] (2509/3424) omicron-sled-agent sim::storage::test::nested_dataset
85372026-09-11T19:48:14.511Z PASS [ 0.045s] (2510/3424) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
85382026-09-11T19:48:14.515Z PASS [ 0.042s] (2511/3424) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
85392026-09-11T19:48:14.547Z PASS [ 0.045s] (2512/3424) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
85402026-09-11T19:48:14.553Z PASS [ 0.042s] (2513/3424) omicron-sled-agent sim::storage::test::snapshot_needs_region
85412026-09-11T19:48:14.582Z PASS [ 0.066s] (2514/3424) omicron-sled-agent support_bundle::storage::tests::basic_crud
85422026-09-11T19:48:14.597Z PASS [ 0.049s] (2515/3424) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
85432026-09-11T19:48:14.628Z PASS [ 0.074s] (2516/3424) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
85442026-09-11T19:48:14.636Z PASS [ 1.358s] (2517/3424) omicron-sled-agent instance::tests::test_instance_manager_creation
85452026-09-11T19:48:14.677Z PASS [ 0.073s] (2518/3424) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
85462026-09-11T19:48:14.683Z PASS [ 0.101s] (2519/3424) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
85472026-09-11T19:48:14.693Z PASS [ 0.065s] (2520/3424) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
85482026-09-11T19:48:14.706Z PASS [ 0.070s] (2521/3424) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
85492026-09-11T19:48:14.734Z PASS [ 0.058s] (2522/3424) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
85502026-09-11T19:48:14.743Z PASS [ 0.060s] (2523/3424) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
85512026-09-11T19:48:14.759Z PASS [ 0.066s] (2524/3424) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
85522026-09-11T19:48:14.772Z PASS [ 0.067s] (2525/3424) omicron-sled-agent support_bundle::storage::tests::ranges
85532026-09-11T19:48:14.787Z PASS [ 0.044s] (2526/3424) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
85542026-09-11T19:48:14.790Z PASS [ 0.055s] (2527/3424) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
85552026-09-11T19:48:14.833Z PASS [ 0.046s] (2528/3424) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
85562026-09-11T19:48:15.321Z PASS [ 40.757s] (2529/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
85572026-09-11T19:48:15.502Z PASS [ 3.858s] (2530/3424) omicron-passwords test::test_reproducible
85582026-09-11T19:48:15.574Z PASS [ 0.072s] (2531/3424) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
85592026-09-11T19:48:15.614Z PASS [ 0.039s] (2532/3424) omicron-sled-agent zone_bundle::tests::test_dir_size
85602026-09-11T19:48:15.683Z PASS [ 0.069s] (2533/3424) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
85612026-09-11T19:48:15.750Z PASS [ 0.066s] (2534/3424) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
85622026-09-11T19:48:15.794Z PASS [ 0.043s] (2535/3424) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
85632026-09-11T19:48:16.459Z PASS [ 21.165s] (2536/3424) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
85642026-09-11T19:48:16.480Z PASS [ 0.687s] (2537/3424) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
85652026-09-11T19:48:16.496Z PASS [ 0.036s] (2538/3424) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
85662026-09-11T19:48:16.506Z PASS [ 0.026s] (2539/3424) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
85672026-09-11T19:48:16.804Z PASS [ 0.309s] (2540/3424) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
85682026-09-11T19:48:16.924Z PASS [ 0.418s] (2541/3424) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
85692026-09-11T19:48:16.963Z PASS [ 0.038s] (2542/3424) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
85702026-09-11T19:48:16.999Z PASS [ 0.036s] (2543/3424) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
85712026-09-11T19:48:17.267Z PASS [ 0.267s] (2544/3424) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
85722026-09-11T19:48:17.450Z PASS [ 14.813s] (2545/3424) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
85732026-09-11T19:48:17.672Z PASS [ 0.230s] (2546/3424) omicron-test-utils dev::db::test::test_bad_cmd
85742026-09-11T19:48:17.713Z PASS [ 0.446s] (2547/3424) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
85752026-09-11T19:48:17.845Z PASS [ 1.039s] (2548/3424) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
85762026-09-11T19:48:18.108Z PASS [ 0.426s] (2549/3424) omicron-test-utils dev::db::test::test_cmd_fails
85772026-09-11T19:48:18.185Z PASS [ 3.391s] (2550/3424) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
85782026-09-11T19:48:18.340Z PASS [ 0.242s] (2551/3424) omicron-test-utils dev::db::test::test_database_start_hang
85792026-09-11T19:48:18.379Z PASS [ 0.032s] (2552/3424) omicron-test-utils dev::db::test::test_make_pg_config_fail
85802026-09-11T19:48:18.383Z PASS [ 3.541s] (2553/3424) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
85812026-09-11T19:48:18.406Z PASS [ 0.033s] (2554/3424) omicron-test-utils dev::db::test::test_make_pg_config_ok
85822026-09-11T19:48:18.423Z PASS [ 0.039s] (2555/3424) omicron-test-utils dev::db::test::test_parse_http_addr
85832026-09-11T19:48:18.467Z PASS [ 0.042s] (2556/3424) omicron-test-utils dev::db::test::test_process_exit_abnormal
85842026-09-11T19:48:18.470Z PASS [ 0.046s] (2557/3424) omicron-test-utils dev::db::test::test_process_exit_normal
85852026-09-11T19:48:18.506Z PASS [ 4.142s] (2558/3424) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
85862026-09-11T19:48:18.748Z PASS [ 3.975s] (2559/3424) omicron-sled-agent zone_bundle::illumos_tests::test_context
85872026-09-11T19:48:18.789Z PASS [ 0.041s] (2560/3424) omicron-test-utils dev::db::test::test_starter_tmpdir
85882026-09-11T19:48:18.831Z PASS [ 0.042s] (2561/3424) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
85892026-09-11T19:48:18.866Z PASS [ 0.035s] (2562/3424) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
85902026-09-11T19:48:18.884Z PASS [ 0.436s] (2563/3424) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
85912026-09-11T19:48:18.896Z PASS [ 0.715s] (2564/3424) omicron-test-utils dev::db::test::test_http_addr_integration
85922026-09-11T19:48:18.901Z PASS [ 0.035s] (2565/3424) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
85932026-09-11T19:48:18.921Z PASS [ 0.037s] (2566/3424) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
85942026-09-11T19:48:18.949Z PASS [ 0.038s] (2567/3424) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
85952026-09-11T19:48:18.970Z PASS [ 0.038s] (2568/3424) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
85962026-09-11T19:48:18.970Z PASS [ 4.185s] (2569/3424) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
85972026-09-11T19:48:18.973Z PASS [ 0.041s] (2570/3424) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
85982026-09-11T19:48:18.984Z PASS [ 0.050s] (2571/3424) omicron-test-utils dev::test_cmds::tests::test_redact_extra
85992026-09-11T19:48:18.988Z PASS [ 0.050s] (2572/3424) omicron-test-utils dev::test_cmds::tests::test_redact_section
86002026-09-11T19:48:19.010Z PASS [ 0.048s] (2573/3424) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
86012026-09-11T19:48:19.065Z PASS [ 0.057s] (2574/3424) oximeter test::timeseries_schema_consistency
86022026-09-11T19:48:19.124Z PASS [ 7.704s] (2575/3424) omicron-passwords test::test_compatible
86032026-09-11T19:48:19.137Z PASS [ 0.193s] (2576/3424) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
86042026-09-11T19:48:19.204Z PASS [ 11.708s] (2577/3424) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
86052026-09-11T19:48:19.204Z PASS [ 13.618s] (2578/3424) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
86062026-09-11T19:48:19.286Z PASS [ 0.139s] (2579/3424) oximeter-collector agent::tests::test_self_stat_unreachable_counter
86072026-09-11T19:48:19.286Z PASS [ 0.186s] (2580/3424) oximeter-collector agent::tests::test_self_stat_error_counter
86082026-09-11T19:48:19.286Z PASS [ 0.216s] (2581/3424) oximeter-collector agent::tests::test_self_stat_collection_count
86092026-09-11T19:48:19.286Z PASS [ 0.060s] (2582/3424) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
86102026-09-11T19:48:19.296Z PASS [ 0.050s] (2583/3424) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
86112026-09-11T19:48:19.296Z PASS [ 0.050s] (2584/3424) oximeter-collector self_stats::tests::test_failure_reason_serialization
86122026-09-11T19:48:19.296Z PASS [ 0.122s] (2585/3424) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
86132026-09-11T19:48:19.296Z PASS [ 0.082s] (2586/3424) oximeter-collector results_sink::tests::test_batch_handoff_overflow
86142026-09-11T19:48:19.296Z PASS [ 0.097s] (2587/3424) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
86152026-09-11T19:48:19.296Z PASS [ 0.136s] (2588/3424) oximeter-collector agent::tests::verify_producer_details
86162026-09-11T19:48:19.296Z PASS [ 11.920s] (2589/3424) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
86172026-09-11T19:48:19.346Z PASS [ 0.047s] (2590/3424) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
86182026-09-11T19:48:19.347Z PASS [ 0.034s] (2591/3424) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
86192026-09-11T19:48:19.347Z PASS [ 0.054s] (2592/3424) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
86202026-09-11T19:48:19.347Z PASS [ 0.037s] (2593/3424) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
86212026-09-11T19:48:19.347Z PASS [ 3.999s] (2594/3424) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
86222026-09-11T19:48:19.347Z PASS [ 0.035s] (2595/3424) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
86232026-09-11T19:48:19.347Z PASS [ 1.489s] (2596/3424) omicron-test-utils dev::db::test::test_database_concurrent
86242026-09-11T19:48:19.347Z PASS [ 0.082s] (2597/3424) oximeter-collector::test_commands test_oximeter_no_args
86252026-09-11T19:48:19.383Z PASS [ 0.038s] (2598/3424) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
86262026-09-11T19:48:19.594Z PASS [ 1.088s] (2599/3424) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
86272026-09-11T19:48:19.607Z PASS [ 0.514s] (2600/3424) oximeter-collector agent::tests::test_standalone_integration
86282026-09-11T19:48:19.650Z PASS [ 0.056s] (2601/3424) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
86292026-09-11T19:48:19.927Z PASS [ 11.297s] (2602/3424) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
86302026-09-11T19:48:19.970Z PASS [ 0.633s] (2603/3424) oximeter-db client::tests::can_ping_clickhouse
86312026-09-11T19:48:20.069Z PASS [ 11.072s] (2604/3424) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
86322026-09-11T19:48:20.077Z PASS [ 0.800s] (2605/3424) oximeter-db client::oxql::tests::oxql_query_uses_at_most_one_concurrent_claim
86332026-09-11T19:48:20.080Z PASS [ 13.190s] (2606/3424) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
86342026-09-11T19:48:20.109Z PASS [ 0.789s] (2607/3424) oximeter-db client::oxql::tests::test_get_fields_query
86352026-09-11T19:48:20.128Z PASS [ 0.824s] (2608/3424) oximeter-db client::oxql::tests::test_get_entire_table
86362026-09-11T19:48:20.140Z PASS [ 0.826s] (2609/3424) oximeter-db client::oxql::tests::test_get_fields
86372026-09-11T19:48:20.153Z PASS [ 0.831s] (2610/3424) oximeter-db client::oxql::tests::test_limit_operations
86382026-09-11T19:48:20.157Z PASS [ 0.844s] (2611/3424) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
86392026-09-11T19:48:20.160Z PASS [ 0.840s] (2612/3424) oximeter-db client::oxql::tests::test_get_one_timeseries
86402026-09-11T19:48:20.436Z PASS [ 10.905s] (2613/3424) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
86412026-09-11T19:48:20.626Z PASS [ 0.699s] (2614/3424) oximeter-db client::tests::read_latest_version_reports_max
86422026-09-11T19:48:20.673Z PASS [ 0.704s] (2615/3424) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
86432026-09-11T19:48:20.706Z PASS [ 0.637s] (2616/3424) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
86442026-09-11T19:48:20.744Z PASS [ 0.635s] (2617/3424) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
86452026-09-11T19:48:20.779Z PASS [ 0.650s] (2618/3424) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
86462026-09-11T19:48:20.833Z PASS [ 0.755s] (2619/3424) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
86472026-09-11T19:48:20.864Z PASS [ 0.031s] (2620/3424) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
86482026-09-11T19:48:20.898Z PASS [ 0.819s] (2621/3424) oximeter-db client::tests::select_timeseries_with_select_one
86492026-09-11T19:48:20.939Z PASS [ 0.782s] (2622/3424) oximeter-db client::tests::test_database_version_will_not_downgrade
86502026-09-11T19:48:20.944Z PASS [ 0.784s] (2623/3424) oximeter-db client::tests::test_database_version_will_not_upgrade
86512026-09-11T19:48:20.962Z PASS [ 0.808s] (2624/3424) oximeter-db client::tests::test_database_version_update_is_idempotent
86522026-09-11T19:48:20.966Z PASS [ 0.826s] (2625/3424) oximeter-db client::tests::test_client_select_timeseries_one
86532026-09-11T19:48:21.013Z PASS [ 0.051s] (2626/3424) oximeter-db client::tests::test_read_schema_upgrade_sql_files
86542026-09-11T19:48:21.017Z PASS [ 0.049s] (2627/3424) oximeter-db client::tests::test_read_timeseries_to_delete
86552026-09-11T19:48:21.056Z PASS [ 0.041s] (2628/3424) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
86562026-09-11T19:48:21.059Z PASS [ 0.046s] (2629/3424) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
86572026-09-11T19:48:21.146Z PASS [ 1.540s] (2630/3424) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
86582026-09-11T19:48:21.186Z PASS [ 0.750s] (2631/3424) oximeter-db client::tests::test_differentiate_by_timeseries_name
86592026-09-11T19:48:21.386Z PASS [ 0.760s] (2632/3424) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
86602026-09-11T19:48:21.428Z PASS [ 0.755s] (2633/3424) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
86612026-09-11T19:48:21.432Z PASS [ 1.780s] (2634/3424) oximeter-db client::tests::insert_samples_fails_fast
86622026-09-11T19:48:21.446Z PASS [ 0.740s] (2635/3424) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
86632026-09-11T19:48:21.484Z PASS [ 0.740s] (2636/3424) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
86642026-09-11T19:48:21.583Z PASS [ 0.718s] (2637/3424) oximeter-db client::tests::test_field_record_count
86652026-09-11T19:48:21.612Z PASS [ 0.714s] (2638/3424) oximeter-db client::tests::test_insert_samples
86662026-09-11T19:48:21.644Z PASS [ 0.705s] (2639/3424) oximeter-db client::tests::test_is_oximeter_cluster
86672026-09-11T19:48:21.698Z PASS [ 0.753s] (2640/3424) oximeter-db client::tests::test_list_timeseries
86682026-09-11T19:48:21.743Z PASS [ 4.031s] (2641/3424) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
86692026-09-11T19:48:21.747Z PASS [ 0.968s] (2642/3424) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
86702026-09-11T19:48:21.777Z PASS [ 0.030s] (2643/3424) oximeter-db client::tests::test_unravel_index
86712026-09-11T19:48:21.801Z PASS [ 0.741s] (2644/3424) oximeter-db client::tests::test_schema_mismatch
86722026-09-11T19:48:21.837Z PASS [ 0.036s] (2645/3424) oximeter-db model::fields::tests::test_extract_fields_as_block
86732026-09-11T19:48:21.857Z PASS [ 0.080s] (2646/3424) oximeter-db client::tests::test_verify_schema_upgrades
86742026-09-11T19:48:21.868Z PASS [ 0.032s] (2647/3424) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
86752026-09-11T19:48:21.898Z PASS [ 0.037s] (2648/3424) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
86762026-09-11T19:48:21.905Z PASS [ 0.036s] (2649/3424) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
86772026-09-11T19:48:21.933Z PASS [ 0.039s] (2650/3424) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
86782026-09-11T19:48:21.941Z PASS [ 0.036s] (2651/3424) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
86792026-09-11T19:48:21.951Z PASS [ 0.765s] (2652/3424) oximeter-db client::tests::test_schema_update
86802026-09-11T19:48:21.970Z PASS [ 0.037s] (2653/3424) oximeter-db native::block::tests::concat_blocks
86812026-09-11T19:48:21.974Z PASS [ 0.033s] (2654/3424) oximeter-db native::block::tests::datetime64_scale_checks_range
86822026-09-11T19:48:21.986Z PASS [ 0.034s] (2655/3424) oximeter-db native::block::tests::parse_date_time
86832026-09-11T19:48:22.003Z PASS [ 0.032s] (2656/3424) oximeter-db native::block::tests::parse_date_time64
86842026-09-11T19:48:22.007Z PASS [ 0.033s] (2657/3424) oximeter-db native::block::tests::parse_escaped_date_time64
86852026-09-11T19:48:22.022Z PASS [ 0.036s] (2658/3424) oximeter-db native::block::tests::test_data_type_to_string
86862026-09-11T19:48:22.038Z PASS [ 0.035s] (2659/3424) oximeter-db native::block::tests::test_datetime64_conversions
86872026-09-11T19:48:22.041Z PASS [ 0.034s] (2660/3424) oximeter-db native::block::tests::test_parse_all_known_timezones
86882026-09-11T19:48:22.044Z PASS [ 43.013s] (2661/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
86892026-09-11T19:48:22.056Z PASS [ 0.033s] (2662/3424) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
86902026-09-11T19:48:22.071Z PASS [ 0.033s] (2663/3424) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
86912026-09-11T19:48:22.076Z PASS [ 0.035s] (2664/3424) oximeter-db native::block::tests::test_parse_enum8
86922026-09-11T19:48:22.083Z PASS [ 0.041s] (2665/3424) oximeter-db native::block::tests::test_parse_enum_variant
86932026-09-11T19:48:22.093Z PASS [ 0.038s] (2666/3424) oximeter-db native::block::tests::test_parse_invalid_data_type
86942026-09-11T19:48:22.101Z PASS [ 0.955s] (2667/3424) oximeter-db client::tests::test_schema_reinserted_after_redeployment
86952026-09-11T19:48:22.154Z PASS [ 1.098s] (2668/3424) oximeter-db client::tests::test_recall_of_all_fields
86962026-09-11T19:48:22.203Z PASS [ 0.772s] (2669/3424) oximeter-db client::tests::test_select_timeseries_with_all
86972026-09-11T19:48:22.206Z PASS [ 0.821s] (2670/3424) oximeter-db client::tests::test_select_all_datum_types
86982026-09-11T19:48:22.224Z PASS [ 0.789s] (2671/3424) oximeter-db client::tests::test_select_all_field_types
86992026-09-11T19:48:22.304Z PASS [ 0.858s] (2672/3424) oximeter-db client::tests::test_select_timeseries_with_limit
87002026-09-11T19:48:22.312Z PASS [ 39.406s] (2673/3424) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
87012026-09-11T19:48:22.327Z PASS [ 0.843s] (2674/3424) oximeter-db client::tests::test_select_timeseries_with_order
87022026-09-11T19:48:22.339Z PASS [ 0.756s] (2675/3424) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
87032026-09-11T19:48:22.366Z PASS [ 0.753s] (2676/3424) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
87042026-09-11T19:48:22.375Z PASS [ 0.036s] (2677/3424) oximeter-db native::io::block::tests::test_decode_block_with_nulls
87052026-09-11T19:48:22.400Z PASS [ 0.034s] (2678/3424) oximeter-db native::io::block::tests::test_decode_full_block
87062026-09-11T19:48:22.403Z PASS [ 0.759s] (2679/3424) oximeter-db client::tests::test_select_timeseries_with_start_time
87072026-09-11T19:48:22.407Z PASS [ 0.032s] (2680/3424) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
87082026-09-11T19:48:22.431Z PASS [ 0.032s] (2681/3424) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
87092026-09-11T19:48:22.444Z PASS [ 0.041s] (2682/3424) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
87102026-09-11T19:48:22.449Z PASS [ 0.042s] (2683/3424) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
87112026-09-11T19:48:22.467Z PASS [ 0.036s] (2684/3424) oximeter-db native::io::column::tests::test_decode_string_column
87122026-09-11T19:48:22.474Z PASS [ 0.030s] (2685/3424) oximeter-db native::io::column::tests::test_decode_uint64_column
87132026-09-11T19:48:22.480Z PASS [ 0.736s] (2686/3424) oximeter-db client::tests::test_timeseries_schema_list
87142026-09-11T19:48:22.482Z PASS [ 0.033s] (2687/3424) oximeter-db native::io::column::tests::test_decode_uint8_column
87152026-09-11T19:48:22.501Z PASS [ 0.033s] (2688/3424) oximeter-db native::io::column::tests::test_decode_uuid_column
87162026-09-11T19:48:22.512Z PASS [ 0.037s] (2689/3424) oximeter-db native::io::column::tests::test_encode_decode_column
87172026-09-11T19:48:22.522Z PASS [ 0.040s] (2690/3424) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
87182026-09-11T19:48:22.526Z PASS [ 0.044s] (2691/3424) oximeter-db native::io::packet::server::tests::test_decode_full_hello
87192026-09-11T19:48:22.537Z PASS [ 0.035s] (2692/3424) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
87202026-09-11T19:48:22.541Z PASS [ 0.030s] (2693/3424) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
87212026-09-11T19:48:22.557Z PASS [ 0.034s] (2694/3424) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
87222026-09-11T19:48:22.561Z PASS [ 0.034s] (2695/3424) oximeter-db native::io::packet::server::tests::test_decode_pong
87232026-09-11T19:48:22.566Z PASS [ 0.029s] (2696/3424) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
87242026-09-11T19:48:22.572Z PASS [ 0.032s] (2697/3424) oximeter-db native::io::packet::server::tests::test_decode_single_exception
87252026-09-11T19:48:22.588Z PASS [ 0.030s] (2698/3424) oximeter-db native::io::string::test::test_encode_hello_world
87262026-09-11T19:48:22.593Z PASS [ 0.031s] (2699/3424) oximeter-db native::io::string::test::test_encode_decode
87272026-09-11T19:48:22.601Z PASS [ 0.035s] (2700/3424) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
87282026-09-11T19:48:22.605Z PASS [ 0.029s] (2701/3424) oximeter-db native::io::table_columns::tests::test_column_count
87292026-09-11T19:48:22.619Z PASS [ 0.031s] (2702/3424) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
87302026-09-11T19:48:22.622Z PASS [ 0.033s] (2703/3424) oximeter-db native::io::table_columns::tests::test_column_description_with_default
87312026-09-11T19:48:22.631Z PASS [ 0.029s] (2704/3424) oximeter-db native::io::varuint::test_encode_decode_varuint
87322026-09-11T19:48:22.639Z PASS [ 0.038s] (2705/3424) oximeter-db native::io::table_columns::tests::test_column_descriptions
87332026-09-11T19:48:22.645Z PASS [ 0.024s] (2706/3424) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
87342026-09-11T19:48:22.648Z PASS [ 0.027s] (2707/3424) oximeter-db oxql::ast::grammar::tests::test_align_table_op
87352026-09-11T19:48:22.663Z PASS [ 0.032s] (2708/3424) oximeter-db oxql::ast::grammar::tests::test_comparison
87362026-09-11T19:48:22.671Z PASS [ 0.974s] (2709/3424) oximeter-db client::tests::test_sql_query_output
87372026-09-11T19:48:22.674Z PASS [ 0.033s] (2710/3424) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
87382026-09-11T19:48:22.685Z PASS [ 0.039s] (2711/3424) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
87392026-09-11T19:48:22.688Z PASS [ 0.041s] (2712/3424) oximeter-db oxql::ast::grammar::tests::test_double_literal
87402026-09-11T19:48:22.691Z PASS [ 0.620s] (2713/3424) oximeter-db native::connection::tests::ensure_desynced_connections_are_poisoned
87412026-09-11T19:48:22.697Z PASS [ 0.034s] (2714/3424) oximeter-db oxql::ast::grammar::tests::test_duration_literal
87422026-09-11T19:48:22.709Z PASS [ 0.037s] (2715/3424) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
87432026-09-11T19:48:22.712Z PASS [ 0.041s] (2716/3424) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
87442026-09-11T19:48:22.720Z PASS [ 0.636s] (2717/3424) oximeter-db native::connection::tests::ensure_settings_correctly_encoded
87452026-09-11T19:48:22.722Z PASS [ 0.035s] (2718/3424) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
87462026-09-11T19:48:22.722Z PASS [ 0.031s] (2719/3424) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
87472026-09-11T19:48:22.725Z PASS [ 0.630s] (2720/3424) oximeter-db native::connection::tests::test_basic_select_query
87482026-09-11T19:48:22.725Z PASS [ 0.039s] (2721/3424) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
87492026-09-11T19:48:22.728Z PASS [ 0.030s] (2722/3424) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
87502026-09-11T19:48:22.742Z PASS [ 0.029s] (2723/3424) oximeter-db oxql::ast::grammar::tests::test_group_by
87512026-09-11T19:48:22.745Z PASS [ 0.035s] (2724/3424) oximeter-db oxql::ast::grammar::tests::test_get_table_op
87522026-09-11T19:48:22.748Z PASS [ 0.672s] (2725/3424) oximeter-db native::connection::tests::ensure_dropped_query_future_poisons_connection
87532026-09-11T19:48:22.748Z PASS [ 0.029s] (2726/3424) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
87542026-09-11T19:48:22.752Z PASS [ 0.030s] (2727/3424) oximeter-db oxql::ast::grammar::tests::test_ident
87552026-09-11T19:48:22.755Z PASS [ 0.033s] (2728/3424) oximeter-db oxql::ast::grammar::tests::test_integer_literal
87562026-09-11T19:48:22.763Z PASS [ 0.040s] (2729/3424) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
87572026-09-11T19:48:22.766Z PASS [ 0.037s] (2730/3424) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
87582026-09-11T19:48:22.766Z PASS [ 0.040s] (2731/3424) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
87592026-09-11T19:48:22.769Z PASS [ 0.614s] (2732/3424) oximeter-db native::connection::tests::test_exchange_hello
87602026-09-11T19:48:22.771Z PASS [ 0.029s] (2733/3424) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
87612026-09-11T19:48:22.781Z PASS [ 0.036s] (2734/3424) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
87622026-09-11T19:48:22.786Z PASS [ 0.039s] (2735/3424) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
87632026-09-11T19:48:22.789Z PASS [ 0.038s] (2736/3424) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
87642026-09-11T19:48:22.793Z PASS [ 0.042s] (2737/3424) oximeter-db oxql::ast::grammar::tests::test_query
87652026-09-11T19:48:22.796Z PASS [ 0.042s] (2738/3424) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
87662026-09-11T19:48:22.803Z PASS [ 0.039s] (2739/3424) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
87672026-09-11T19:48:22.806Z PASS [ 0.040s] (2740/3424) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
87682026-09-11T19:48:22.809Z PASS [ 0.041s] (2741/3424) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
87692026-09-11T19:48:22.809Z PASS [ 0.038s] (2742/3424) oximeter-db oxql::ast::grammar::tests::test_reducer
87702026-09-11T19:48:22.824Z PASS [ 0.042s] (2743/3424) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
87712026-09-11T19:48:22.829Z PASS [ 0.728s] (2744/3424) oximeter-db native::connection::tests::test_can_cancel_query
87722026-09-11T19:48:22.829Z PASS [ 0.043s] (2745/3424) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
87732026-09-11T19:48:22.832Z PASS [ 0.044s] (2746/3424) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
87742026-09-11T19:48:22.835Z PASS [ 0.630s] (2747/3424) oximeter-db native::connection::tests::test_insert_and_select_data
87752026-09-11T19:48:22.838Z PASS [ 0.629s] (2748/3424) oximeter-db native::connection::tests::test_insert_and_select_uuid
87762026-09-11T19:48:22.838Z PASS [ 0.041s] (2749/3424) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
87772026-09-11T19:48:22.841Z PASS [ 0.046s] (2750/3424) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
87782026-09-11T19:48:22.841Z PASS [ 0.622s] (2751/3424) oximeter-db native::connection::tests::test_select_array_column
87792026-09-11T19:48:22.844Z PASS [ 0.041s] (2752/3424) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
87802026-09-11T19:48:22.844Z PASS [ 0.040s] (2753/3424) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
87812026-09-11T19:48:22.847Z PASS [ 0.038s] (2754/3424) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
87822026-09-11T19:48:22.850Z PASS [ 0.039s] (2755/3424) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
87832026-09-11T19:48:22.850Z PASS [ 0.025s] (2756/3424) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
87842026-09-11T19:48:22.869Z PASS [ 0.040s] (2757/3424) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
87852026-09-11T19:48:22.872Z PASS [ 0.043s] (2758/3424) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
87862026-09-11T19:48:22.877Z PASS [ 0.046s] (2759/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
87872026-09-11T19:48:22.884Z PASS [ 0.049s] (2760/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
87882026-09-11T19:48:22.887Z PASS [ 0.053s] (2761/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
87892026-09-11T19:48:22.892Z PASS [ 0.054s] (2762/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
87902026-09-11T19:48:22.895Z PASS [ 0.048s] (2763/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
87912026-09-11T19:48:22.895Z PASS [ 0.054s] (2764/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
87922026-09-11T19:48:22.895Z PASS [ 0.047s] (2765/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
87932026-09-11T19:48:22.898Z PASS [ 0.051s] (2766/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
87942026-09-11T19:48:22.898Z PASS [ 0.048s] (2767/3424) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
87952026-09-11T19:48:22.898Z PASS [ 0.050s] (2768/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
87962026-09-11T19:48:22.901Z PASS [ 0.059s] (2769/3424) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
87972026-09-11T19:48:22.904Z PASS [ 0.032s] (2770/3424) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
87982026-09-11T19:48:22.907Z PASS [ 0.033s] (2771/3424) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
87992026-09-11T19:48:22.910Z PASS [ 0.033s] (2772/3424) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
88002026-09-11T19:48:22.922Z PASS [ 0.035s] (2773/3424) oximeter-db oxql::plan::align::test::test_align_input_schema
88012026-09-11T19:48:22.925Z PASS [ 0.040s] (2774/3424) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
88022026-09-11T19:48:22.928Z PASS [ 0.622s] (2775/3424) oximeter-db native::connection::tests::test_select_array_of_nullable_column
88032026-09-11T19:48:22.935Z PASS [ 0.043s] (2776/3424) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
88042026-09-11T19:48:22.935Z PASS [ 0.623s] (2777/3424) oximeter-db native::connection::tests::test_select_nullable_column
88052026-09-11T19:48:22.941Z PASS [ 0.048s] (2778/3424) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
88062026-09-11T19:48:22.943Z PASS [ 0.616s] (2779/3424) oximeter-db native::connection::tests::test_send_cancel_with_no_query
88072026-09-11T19:48:22.951Z PASS [ 0.057s] (2780/3424) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
88082026-09-11T19:48:22.954Z PASS [ 0.059s] (2781/3424) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
88092026-09-11T19:48:22.957Z PASS [ 0.062s] (2782/3424) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
88102026-09-11T19:48:22.962Z PASS [ 0.051s] (2783/3424) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
88112026-09-11T19:48:22.965Z PASS [ 0.041s] (2784/3424) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
88122026-09-11T19:48:22.965Z PASS [ 0.040s] (2785/3424) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
88132026-09-11T19:48:22.965Z PASS [ 0.065s] (2786/3424) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
88142026-09-11T19:48:22.965Z PASS [ 0.063s] (2787/3424) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
88152026-09-11T19:48:22.968Z PASS [ 0.067s] (2788/3424) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
88162026-09-11T19:48:22.968Z PASS [ 0.060s] (2789/3424) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
88172026-09-11T19:48:22.968Z PASS [ 0.068s] (2790/3424) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
88182026-09-11T19:48:22.971Z PASS [ 0.043s] (2791/3424) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
88192026-09-11T19:48:22.977Z PASS [ 0.042s] (2792/3424) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
88202026-09-11T19:48:22.980Z PASS [ 0.046s] (2793/3424) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
88212026-09-11T19:48:22.988Z PASS [ 0.048s] (2794/3424) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
88222026-09-11T19:48:22.991Z PASS [ 0.046s] (2795/3424) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
88232026-09-11T19:48:22.999Z PASS [ 0.048s] (2796/3424) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
88242026-09-11T19:48:23.003Z PASS [ 0.048s] (2797/3424) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
88252026-09-11T19:48:23.009Z PASS [ 0.052s] (2798/3424) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
88262026-09-11T19:48:23.013Z PASS [ 0.048s] (2799/3424) oximeter-db oxql::query::tests::test_coalesce_limits
88272026-09-11T19:48:23.013Z PASS [ 0.047s] (2800/3424) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
88282026-09-11T19:48:23.013Z PASS [ 0.049s] (2801/3424) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
88292026-09-11T19:48:23.016Z PASS [ 0.051s] (2802/3424) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
88302026-09-11T19:48:23.019Z PASS [ 0.051s] (2803/3424) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
88312026-09-11T19:48:23.019Z PASS [ 0.052s] (2804/3424) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
88322026-09-11T19:48:23.019Z PASS [ 0.049s] (2805/3424) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
88332026-09-11T19:48:23.022Z PASS [ 0.058s] (2806/3424) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
88342026-09-11T19:48:23.025Z PASS [ 0.059s] (2807/3424) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
88352026-09-11T19:48:23.025Z PASS [ 0.047s] (2808/3424) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
88362026-09-11T19:48:23.031Z PASS [ 0.051s] (2809/3424) oximeter-db oxql::query::tests::test_coalesce_predicates
88372026-09-11T19:48:23.037Z PASS [ 0.048s] (2810/3424) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
88382026-09-11T19:48:23.040Z PASS [ 0.052s] (2811/3424) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
88392026-09-11T19:48:23.048Z PASS [ 0.048s] (2812/3424) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
88402026-09-11T19:48:23.051Z PASS [ 0.048s] (2813/3424) oximeter-db oxql::query::tests::test_insert_filters
88412026-09-11T19:48:23.064Z PASS [ 0.051s] (2814/3424) oximeter-db oxql::query::tests::test_query_end_time
88422026-09-11T19:48:23.064Z PASS [ 0.046s] (2815/3424) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
88432026-09-11T19:48:23.067Z PASS [ 0.049s] (2816/3424) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
88442026-09-11T19:48:23.067Z PASS [ 0.057s] (2817/3424) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
88452026-09-11T19:48:23.070Z PASS [ 0.057s] (2818/3424) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
88462026-09-11T19:48:23.073Z PASS [ 0.051s] (2819/3424) oximeter-db query::tests::test_field_cmp
88472026-09-11T19:48:23.073Z PASS [ 0.056s] (2820/3424) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
88482026-09-11T19:48:23.073Z PASS [ 0.050s] (2821/3424) oximeter-db query::tests::test_field_selector_as_query
88492026-09-11T19:48:23.073Z PASS [ 0.049s] (2822/3424) oximeter-db query::tests::test_field_value_as_db_str
88502026-09-11T19:48:23.076Z PASS [ 0.062s] (2823/3424) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
88512026-09-11T19:48:23.079Z PASS [ 0.059s] (2824/3424) oximeter-db oxql::query::tests::test_split_query
88522026-09-11T19:48:23.084Z PASS [ 0.044s] (2825/3424) oximeter-db query::tests::test_select_query_builder_from_parts
88532026-09-11T19:48:23.087Z PASS [ 0.050s] (2826/3424) oximeter-db query::tests::test_select_query_builder_filter_raw
88542026-09-11T19:48:23.090Z PASS [ 0.058s] (2827/3424) oximeter-db query::tests::test_select_query_builder_field_selectors
88552026-09-11T19:48:23.095Z PASS [ 0.048s] (2828/3424) oximeter-db query::tests::test_select_query_builder_full
88562026-09-11T19:48:23.141Z PASS [ 0.046s] (2829/3424) oximeter-db query::tests::test_select_query_builder_limit_offset
88572026-09-11T19:48:23.145Z PASS [ 0.044s] (2830/3424) oximeter-db query::tests::test_time_range
88582026-09-11T19:48:23.145Z PASS [ 0.048s] (2831/3424) oximeter-db query::tests::test_select_query_builder_no_selectors
88592026-09-11T19:48:23.145Z PASS [ 0.048s] (2832/3424) oximeter-db query::tests::test_select_query_builder_no_fields
88602026-09-11T19:48:23.145Z PASS [ 0.051s] (2833/3424) oximeter-db query::tests::test_string_field_selector
88612026-09-11T19:48:23.145Z PASS [ 0.050s] (2834/3424) oximeter-db sql::tests::test_cannot_name_database
88622026-09-11T19:48:23.145Z PASS [ 0.051s] (2835/3424) oximeter-db sql::tests::test_allow_subqueries
88632026-09-11T19:48:23.145Z PASS [ 0.052s] (2836/3424) oximeter-db sql::tests::test_allow_limit_offset
88642026-09-11T19:48:23.145Z PASS [ 0.056s] (2837/3424) oximeter-db sql::tests::test_ctes_are_not_supported
88652026-09-11T19:48:23.145Z PASS [ 0.051s] (2838/3424) oximeter-db sql::tests::test_multiple_statements_are_not_supported
88662026-09-11T19:48:23.145Z PASS [ 0.057s] (2839/3424) oximeter-db sql::tests::test_join_must_be_inner
88672026-09-11T19:48:23.145Z PASS [ 0.050s] (2840/3424) oximeter-db sql::tests::test_query_must_be_select_statement
88682026-09-11T19:48:23.145Z PASS [ 0.062s] (2841/3424) oximeter-db sql::tests::test_function_allow_list
88692026-09-11T19:48:23.145Z PASS [ 0.050s] (2842/3424) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
88702026-09-11T19:48:23.145Z PASS [ 0.050s] (2843/3424) oximeter-db sql::tests::test_require_table_is_timeseries_name
88712026-09-11T19:48:23.145Z PASS [ 0.032s] (2844/3424) oximeter-db tests::test_timeseries_key_field_stability
88722026-09-11T19:48:23.145Z PASS [ 0.048s] (2845/3424) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
88732026-09-11T19:48:23.145Z PASS [ 0.047s] (2846/3424) oximeter-db sql::tests::test_with_comma_join_fails
88742026-09-11T19:48:23.149Z PASS [ 0.025s] (2847/3424) oximeter-instruments http::tests::test_latency_tracker
88752026-09-11T19:48:23.152Z PASS [ 0.029s] (2848/3424) oximeter-instruments kstat::cpu::tests::test_kstat_interested
88762026-09-11T19:48:23.152Z PASS [ 0.040s] (2849/3424) oximeter-db tests::test_timeseries_key_sample_stability
88772026-09-11T19:48:23.157Z PASS [ 0.029s] (2850/3424) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
88782026-09-11T19:48:23.176Z PASS [ 0.023s] (2851/3424) oximeter-instruments kstat::link::tests::test_interested_negative
88792026-09-11T19:48:23.180Z PASS [ 0.020s] (2852/3424) oximeter-instruments kstat::link::tests::test_interested_positive
88802026-09-11T19:48:23.187Z PASS [ 0.055s] (2853/3424) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
88812026-09-11T19:48:23.190Z PASS [ 0.040s] (2854/3424) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
88822026-09-11T19:48:23.193Z PASS [ 0.063s] (2855/3424) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
88832026-09-11T19:48:23.193Z PASS [ 0.057s] (2856/3424) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
88842026-09-11T19:48:23.197Z PASS [ 0.057s] (2857/3424) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
88852026-09-11T19:48:23.200Z PASS [ 0.061s] (2858/3424) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
88862026-09-11T19:48:23.200Z PASS [ 0.021s] (2859/3424) oximeter-instruments kstat::opte_port::tests::test_interested_negative
88872026-09-11T19:48:23.200Z PASS [ 0.055s] (2860/3424) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
88882026-09-11T19:48:23.200Z PASS [ 0.057s] (2861/3424) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
88892026-09-11T19:48:23.204Z PASS [ 0.057s] (2862/3424) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
88902026-09-11T19:48:23.204Z PASS [ 0.026s] (2863/3424) oximeter-instruments kstat::link::tests::test_to_samples
88912026-09-11T19:48:23.204Z PASS [ 0.085s] (2864/3424) oximeter-db::integration_test test_schemas_are_not_modified
88922026-09-11T19:48:23.207Z PASS [ 0.054s] (2865/3424) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
88932026-09-11T19:48:23.216Z PASS [ 0.029s] (2866/3424) oximeter-instruments kstat::opte_port::tests::test_interested_positive
88942026-09-11T19:48:23.220Z PASS [ 0.033s] (2867/3424) oximeter-instruments kstat::opte_port::tests::test_to_samples
88952026-09-11T19:48:23.224Z PASS [ 0.020s] (2868/3424) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
88962026-09-11T19:48:23.227Z PASS [ 0.034s] (2869/3424) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
88972026-09-11T19:48:23.227Z PASS [ 0.033s] (2870/3424) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
88982026-09-11T19:48:23.230Z PASS [ 0.023s] (2871/3424) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
88992026-09-11T19:48:23.233Z PASS [ 0.034s] (2872/3424) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
89002026-09-11T19:48:23.233Z PASS [ 0.037s] (2873/3424) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
89012026-09-11T19:48:23.237Z PASS [ 0.036s] (2874/3424) oximeter-instruments kstat::zone::tests::test_kstat_interested
89022026-09-11T19:48:23.237Z PASS [ 0.037s] (2875/3424) oximeter-instruments kstat::zone::tests::test_zone_samples
89032026-09-11T19:48:23.240Z PASS [ 0.020s] (2876/3424) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
89042026-09-11T19:48:23.240Z PASS [ 0.035s] (2877/3424) oximeter-instruments zfs::usage::tests::test_dataset_samples
89052026-09-11T19:48:23.247Z PASS [ 0.025s] (2878/3424) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
89062026-09-11T19:48:23.250Z PASS [ 0.046s] (2879/3424) oximeter-instruments zfs::usage::tests::test_collect_zpools
89072026-09-11T19:48:23.250Z PASS [ 0.024s] (2880/3424) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
89082026-09-11T19:48:23.253Z PASS [ 0.025s] (2881/3424) oximeter-macro-impl tests::test_metric_datum_field
89092026-09-11T19:48:23.253Z PASS [ 0.026s] (2882/3424) oximeter-macro-impl tests::test_metric_annotated_field
89102026-09-11T19:48:23.256Z PASS [ 0.025s] (2883/3424) oximeter-macro-impl tests::test_metric_enum
89112026-09-11T19:48:23.256Z PASS [ 0.023s] (2884/3424) oximeter-macro-impl tests::test_metric_without_datum_field
89122026-09-11T19:48:23.259Z PASS [ 0.021s] (2885/3424) oximeter-macro-impl tests::test_target
89132026-09-11T19:48:23.260Z PASS [ 0.022s] (2886/3424) oximeter-macro-impl tests::test_target_enum
89142026-09-11T19:48:23.260Z PASS [ 0.024s] (2887/3424) oximeter-macro-impl tests::test_target_empty_struct
89152026-09-11T19:48:23.263Z PASS [ 0.024s] (2888/3424) oximeter-macro-impl tests::test_target_unit_struct
89162026-09-11T19:48:23.263Z PASS [ 0.025s] (2889/3424) oximeter-macro-impl tests::test_target_with_datum_field
89172026-09-11T19:48:23.266Z PASS [ 0.063s] (2890/3424) oximeter-instruments zfs::usage::tests::test_collect_datasets
89182026-09-11T19:48:23.266Z PASS [ 12.485s] (2891/3424) omicron-omdb::test_all_output test_omdb_usage_errors
89192026-09-11T19:48:23.272Z PASS [ 0.024s] (2892/3424) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
89202026-09-11T19:48:23.276Z PASS [ 0.026s] (2893/3424) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
89212026-09-11T19:48:23.280Z PASS [ 0.025s] (2894/3424) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
89222026-09-11T19:48:23.280Z PASS [ 0.027s] (2895/3424) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
89232026-09-11T19:48:23.283Z PASS [ 0.025s] (2896/3424) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
89242026-09-11T19:48:23.283Z PASS [ 0.025s] (2897/3424) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
89252026-09-11T19:48:23.283Z PASS [ 0.023s] (2898/3424) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
89262026-09-11T19:48:23.283Z PASS [ 0.026s] (2899/3424) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
89272026-09-11T19:48:23.286Z PASS [ 0.026s] (2900/3424) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
89282026-09-11T19:48:23.286Z PASS [ 0.021s] (2901/3424) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
89292026-09-11T19:48:23.287Z PASS [ 0.025s] (2902/3424) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
89302026-09-11T19:48:23.291Z PASS [ 0.028s] (2903/3424) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
89312026-09-11T19:48:23.291Z PASS [ 0.027s] (2904/3424) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
89322026-09-11T19:48:23.299Z PASS [ 0.027s] (2905/3424) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
89332026-09-11T19:48:23.302Z PASS [ 0.025s] (2906/3424) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
89342026-09-11T19:48:23.302Z PASS [ 0.029s] (2907/3424) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
89352026-09-11T19:48:23.307Z PASS [ 0.029s] (2908/3424) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
89362026-09-11T19:48:23.311Z PASS [ 0.029s] (2909/3424) oximeter-schema ir::tests::fail_on_empty_metric_name
89372026-09-11T19:48:23.311Z PASS [ 0.028s] (2910/3424) oximeter-schema ir::tests::fail_on_very_long_field_names
89382026-09-11T19:48:23.314Z PASS [ 0.028s] (2911/3424) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
89392026-09-11T19:48:23.317Z PASS [ 0.037s] (2912/3424) oximeter-schema ir::tests::fail_on_empty_descriptions
89402026-09-11T19:48:23.321Z PASS [ 0.555s] (2913/3424) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
89412026-09-11T19:48:23.329Z PASS [ 0.045s] (2914/3424) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
89422026-09-11T19:48:23.332Z PASS [ 0.043s] (2915/3424) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
89432026-09-11T19:48:23.332Z PASS [ 0.047s] (2916/3424) oximeter-schema ir::tests::fail_on_empty_target_name
89442026-09-11T19:48:23.335Z PASS [ 0.034s] (2917/3424) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
89452026-09-11T19:48:23.335Z PASS [ 0.024s] (2918/3424) oximeter-schema ir::tests::only_support_format_version_1
89462026-09-11T19:48:23.335Z PASS [ 0.032s] (2919/3424) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
89472026-09-11T19:48:23.345Z PASS [ 34.589s] (2920/3424) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
89482026-09-11T19:48:23.346Z PASS [ 0.035s] (2921/3424) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
89492026-09-11T19:48:23.346Z PASS [ 0.055s] (2922/3424) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
89502026-09-11T19:48:23.349Z PASS [ 0.046s] (2923/3424) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
89512026-09-11T19:48:23.349Z PASS [ 0.033s] (2924/3424) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
89522026-09-11T19:48:23.349Z PASS [ 0.040s] (2925/3424) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
89532026-09-11T19:48:23.349Z PASS [ 0.045s] (2926/3424) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
89542026-09-11T19:48:23.349Z PASS [ 0.030s] (2927/3424) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
89552026-09-11T19:48:23.354Z PASS [ 0.036s] (2928/3424) oximeter-test-utils tests::test_gen_test_samples
89562026-09-11T19:48:23.362Z PASS [ 0.033s] (2929/3424) oximeter-test-utils tests::test_timeseries_schema_from_parts
89572026-09-11T19:48:23.366Z PASS [ 0.028s] (2930/3424) oximeter-types queue::tests::test_bounded_queue
89582026-09-11T19:48:23.372Z PASS [ 0.026s] (2931/3424) oximeter-types traits::tests::test_metric_trait
89592026-09-11T19:48:23.375Z PASS [ 0.029s] (2932/3424) oximeter-types queue::tests::test_bounded_queue_sample_overflow
89602026-09-11T19:48:23.375Z PASS [ 0.029s] (2933/3424) oximeter-types queue::tests::test_bounded_queue_overflow
89612026-09-11T19:48:23.375Z PASS [ 0.027s] (2934/3424) oximeter-types-versions impls::histogram::tests::test_bin_range
89622026-09-11T19:48:23.376Z PASS [ 0.040s] (2935/3424) oximeter-test-utils tests::test_timeseries_schema_from_sample
89632026-09-11T19:48:23.380Z PASS [ 0.031s] (2936/3424) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
89642026-09-11T19:48:23.380Z PASS [ 0.024s] (2937/3424) oximeter-types-versions impls::histogram::tests::test_ensure_finite
89652026-09-11T19:48:23.380Z PASS [ 0.031s] (2938/3424) oximeter-types-versions impls::histogram::tests::test_bin_range_to
89662026-09-11T19:48:23.380Z PASS [ 0.031s] (2939/3424) oximeter-types traits::tests::test_producer_trait
89672026-09-11T19:48:23.380Z PASS [ 0.031s] (2940/3424) oximeter-types-versions impls::histogram::tests::test_bin_range_from
89682026-09-11T19:48:23.391Z PASS [ 0.028s] (2941/3424) oximeter-types-versions impls::histogram::tests::test_histogram
89692026-09-11T19:48:23.394Z PASS [ 0.062s] (2942/3424) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
89702026-09-11T19:48:23.394Z PASS [ 0.027s] (2943/3424) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
89712026-09-11T19:48:23.394Z PASS [ 0.044s] (2944/3424) oximeter-types traits::tests::test_target_trait
89722026-09-11T19:48:23.394Z PASS [ 0.062s] (2945/3424) oximeter-test-utils tests::test_sample_struct
89732026-09-11T19:48:23.394Z PASS [ 0.022s] (2946/3424) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
89742026-09-11T19:48:23.397Z PASS [ 0.020s] (2947/3424) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
89752026-09-11T19:48:23.397Z PASS [ 0.022s] (2948/3424) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
89762026-09-11T19:48:23.402Z PASS [ 0.027s] (2949/3424) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
89772026-09-11T19:48:23.416Z PASS [ 0.041s] (2950/3424) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
89782026-09-11T19:48:23.416Z PASS [ 0.025s] (2951/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
89792026-09-11T19:48:23.416Z PASS [ 0.038s] (2952/3424) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
89802026-09-11T19:48:23.420Z PASS [ 0.029s] (2953/3424) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
89812026-09-11T19:48:23.420Z PASS [ 0.038s] (2954/3424) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
89822026-09-11T19:48:23.420Z PASS [ 0.025s] (2955/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
89832026-09-11T19:48:23.430Z PASS [ 0.032s] (2956/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
89842026-09-11T19:48:23.430Z PASS [ 0.048s] (2957/3424) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
89852026-09-11T19:48:23.434Z PASS [ 0.048s] (2958/3424) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
89862026-09-11T19:48:23.434Z PASS [ 0.034s] (2959/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
89872026-09-11T19:48:23.434Z PASS [ 0.034s] (2960/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
89882026-09-11T19:48:23.434Z PASS [ 0.033s] (2961/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
89892026-09-11T19:48:23.434Z PASS [ 0.038s] (2962/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
89902026-09-11T19:48:23.437Z PASS [ 0.021s] (2963/3424) oximeter-types-versions impls::histogram::tests::test_span_decades
89912026-09-11T19:48:23.446Z PASS [ 0.042s] (2964/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
89922026-09-11T19:48:23.446Z PASS [ 0.030s] (2965/3424) oximeter-types-versions impls::quantile::tests::test_default_percentiles
89932026-09-11T19:48:23.446Z PASS [ 0.044s] (2966/3424) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
89942026-09-11T19:48:23.450Z PASS [ 0.029s] (2967/3424) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
89952026-09-11T19:48:23.453Z PASS [ 0.034s] (2968/3424) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
89962026-09-11T19:48:23.453Z PASS [ 0.023s] (2969/3424) oximeter-types-versions impls::quantile::tests::test_empty_observations
89972026-09-11T19:48:23.456Z PASS [ 0.023s] (2970/3424) oximeter-types-versions impls::quantile::tests::test_max_p
89982026-09-11T19:48:23.456Z PASS [ 0.024s] (2971/3424) oximeter-types-versions impls::quantile::tests::test_find_cells
89992026-09-11T19:48:23.456Z PASS [ 0.024s] (2972/3424) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
90002026-09-11T19:48:23.456Z PASS [ 0.022s] (2973/3424) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
90012026-09-11T19:48:23.459Z PASS [ 0.039s] (2974/3424) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
90022026-09-11T19:48:23.459Z PASS [ 0.023s] (2975/3424) oximeter-types-versions impls::quantile::tests::test_min_p
90032026-09-11T19:48:23.463Z PASS [ 0.027s] (2976/3424) oximeter-types-versions impls::quantile::tests::test_float_observations
90042026-09-11T19:48:23.466Z PASS [ 0.034s] (2977/3424) oximeter-types-versions impls::quantile::tests::test_integer_observations
90052026-09-11T19:48:23.469Z PASS [ 0.030s] (2978/3424) oximeter-types-versions impls::quantile::tests::test_rounding
90062026-09-11T19:48:23.472Z PASS [ 0.023s] (2979/3424) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
90072026-09-11T19:48:23.473Z PASS [ 0.025s] (2980/3424) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
90082026-09-11T19:48:23.476Z PASS [ 0.026s] (2981/3424) oximeter-types-versions impls::types::tests::test_cumulative_f64
90092026-09-11T19:48:23.476Z PASS [ 0.023s] (2982/3424) oximeter-types-versions impls::types::tests::test_cumulative_i64
90102026-09-11T19:48:23.476Z PASS [ 0.028s] (2983/3424) oximeter-types-versions impls::schema::tests::test_timeseries_name
90112026-09-11T19:48:23.476Z PASS [ 0.023s] (2984/3424) oximeter-types-versions impls::types::tests::test_datum
90122026-09-11T19:48:23.480Z PASS [ 0.025s] (2985/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
90132026-09-11T19:48:23.483Z PASS [ 0.025s] (2986/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
90142026-09-11T19:48:23.483Z PASS [ 0.026s] (2987/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
90152026-09-11T19:48:23.483Z PASS [ 0.025s] (2988/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
90162026-09-11T19:48:23.483Z PASS [ 0.026s] (2989/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
90172026-09-11T19:48:23.486Z PASS [ 0.025s] (2990/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
90182026-09-11T19:48:23.486Z PASS [ 0.024s] (2991/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
90192026-09-11T19:48:23.490Z PASS [ 0.023s] (2992/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
90202026-09-11T19:48:23.494Z PASS [ 0.022s] (2993/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
90212026-09-11T19:48:23.494Z PASS [ 0.025s] (2994/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
90222026-09-11T19:48:23.494Z PASS [ 0.023s] (2995/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
90232026-09-11T19:48:23.494Z PASS [ 0.026s] (2996/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
90242026-09-11T19:48:23.498Z PASS [ 0.022s] (2997/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
90252026-09-11T19:48:23.498Z PASS [ 0.023s] (2998/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
90262026-09-11T19:48:23.501Z PASS [ 0.023s] (2999/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
90272026-09-11T19:48:23.504Z PASS [ 0.020s] (3000/3424) oxlog illumos_tests::test_crtime_of_new_file
90282026-09-11T19:48:23.505Z PASS [ 0.021s] (3001/3424) oxlog tests::test_created_lookup_gating
90292026-09-11T19:48:23.509Z PASS [ 0.026s] (3002/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
90302026-09-11T19:48:23.509Z PASS [ 0.022s] (3003/3424) oxlog tests::test_daterange_filter
90312026-09-11T19:48:23.509Z PASS [ 0.026s] (3004/3424) oximeter-types-versions impls::types::tests::test_measurement
90322026-09-11T19:48:23.509Z PASS [ 0.027s] (3005/3424) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
90332026-09-11T19:48:23.509Z PASS [ 0.025s] (3006/3424) oximeter-types-versions impls::types::tests::test_verify_field_names
90342026-09-11T19:48:23.513Z PASS [ 0.023s] (3007/3424) oxlog tests::test_daterange_filter_content_span
90352026-09-11T19:48:23.516Z PASS [ 0.022s] (3008/3424) oxlog tests::test_is_oxide_smf_log_file
90362026-09-11T19:48:23.521Z PASS [ 0.027s] (3009/3424) oxlog tests::test_sort_logs
90372026-09-11T19:48:23.521Z PASS [ 0.024s] (3010/3424) oxql-types point::tests::test_cast_points_from_bool
90382026-09-11T19:48:23.525Z PASS [ 0.025s] (3011/3424) oxql-types point::tests::test_cast_points_from_double_distribution
90392026-09-11T19:48:23.525Z PASS [ 0.027s] (3012/3424) oxql-types point::tests::test_cast_points_from_double
90402026-09-11T19:48:23.525Z PASS [ 0.029s] (3013/3424) oxlog tests::test_oxide_smf_service_name_from_log_file_name
90412026-09-11T19:48:23.528Z PASS [ 0.024s] (3014/3424) oxql-types point::tests::test_cast_points_from_int_distribution
90422026-09-11T19:48:23.531Z PASS [ 0.022s] (3015/3424) oxql-types point::tests::test_join_point_arrays
90432026-09-11T19:48:23.531Z PASS [ 0.024s] (3016/3424) oxql-types point::tests::test_cast_points_from_integer
90442026-09-11T19:48:23.531Z PASS [ 0.022s] (3017/3424) oxql-types point::tests::test_point_delta_between
90452026-09-11T19:48:23.534Z PASS [ 0.025s] (3018/3424) oxql-types point::tests::test_cast_points_from_string
90462026-09-11T19:48:23.534Z PASS [ 0.024s] (3019/3424) oxql-types point::tests::test_point_delta_between_with_new_epoch
90472026-09-11T19:48:23.534Z PASS [ 0.025s] (3020/3424) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
90482026-09-11T19:48:23.534Z PASS [ 0.038s] (3021/3424) oxlog::bin/oxlog tests::test_parse_timestamp
90492026-09-11T19:48:23.538Z PASS [ 0.024s] (3022/3424) oxql-types point::tests::test_push_concrete_values
90502026-09-11T19:48:23.544Z PASS [ 0.028s] (3023/3424) oxql-types point::tests::test_sub_between_histogram_distributions
90512026-09-11T19:48:23.566Z PASS [ 0.035s] (3024/3424) range-requests test::invalid_ranges
90522026-09-11T19:48:23.569Z PASS [ 0.037s] (3025/3424) range-requests test::parse_range_valid
90532026-09-11T19:48:23.569Z PASS [ 0.035s] (3026/3424) range-requests test::range_into_str
90542026-09-11T19:48:23.569Z PASS [ 0.037s] (3027/3424) range-requests test::parse_range_invalid
90552026-09-11T19:48:23.569Z PASS [ 0.044s] (3028/3424) range-requests test::get_response_no_range
90562026-09-11T19:48:23.569Z PASS [ 0.035s] (3029/3424) range-requests test::single_range_parsing_does_not_crash
90572026-09-11T19:48:23.573Z PASS [ 0.038s] (3030/3424) range-requests test::potential_range_parsing_does_not_crash
90582026-09-11T19:48:23.573Z PASS [ 0.044s] (3031/3424) range-requests test::get_response_with_range
90592026-09-11T19:48:23.573Z PASS [ 0.051s] (3032/3424) rack-init-config tests::bgp_request_round_trips_through_sled_agent
90602026-09-11T19:48:23.582Z PASS [ 0.058s] (3033/3424) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
90612026-09-11T19:48:23.586Z PASS [ 0.062s] (3034/3424) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
90622026-09-11T19:48:23.602Z PASS [ 0.080s] (3035/3424) parallel-task-set test::test_spawn_many
90632026-09-11T19:48:23.696Z PASS [ 0.131s] (3036/3424) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
90642026-09-11T19:48:23.734Z PASS [ 0.200s] (3037/3424) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
90652026-09-11T19:48:23.738Z PASS [ 0.191s] (3038/3424) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
90662026-09-11T19:48:23.743Z PASS [ 0.207s] (3039/3424) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
90672026-09-11T19:48:23.767Z PASS [ 0.200s] (3040/3424) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
90682026-09-11T19:48:23.776Z PASS [ 0.204s] (3041/3424) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
90692026-09-11T19:48:23.779Z PASS [ 0.209s] (3042/3424) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
90702026-09-11T19:48:23.788Z PASS [ 0.220s] (3043/3424) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
90712026-09-11T19:48:23.792Z PASS [ 0.223s] (3044/3424) reconfigurator-cli::test-scripts script::cmds-example.txt
90722026-09-11T19:48:23.795Z PASS [ 0.226s] (3045/3424) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
90732026-09-11T19:48:23.795Z PASS [ 0.223s] (3046/3424) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
90742026-09-11T19:48:23.878Z PASS [ 0.295s] (3047/3424) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
90752026-09-11T19:48:23.878Z PASS [ 0.306s] (3048/3424) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
90762026-09-11T19:48:23.882Z PASS [ 0.296s] (3049/3424) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
90772026-09-11T19:48:23.898Z PASS [ 0.122s] (3050/3424) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
90782026-09-11T19:48:23.908Z PASS [ 0.119s] (3051/3424) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
90792026-09-11T19:48:23.920Z PASS [ 0.127s] (3052/3424) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
90802026-09-11T19:48:23.981Z PASS [ 0.284s] (3053/3424) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
90812026-09-11T19:48:23.992Z PASS [ 0.199s] (3054/3424) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
90822026-09-11T19:48:24.006Z PASS [ 0.128s] (3055/3424) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
90832026-09-11T19:48:24.017Z PASS [ 0.415s] (3056/3424) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
90842026-09-11T19:48:24.017Z PASS [ 0.025s] (3057/3424) sled-agent-bootstrap-common sprockets::tests::json_serialization_round_trips
90852026-09-11T19:48:24.024Z PASS [ 0.288s] (3058/3424) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
90862026-09-11T19:48:24.024Z PASS [ 0.289s] (3059/3424) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
90872026-09-11T19:48:24.030Z PASS [ 0.132s] (3060/3424) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
90882026-09-11T19:48:24.064Z PASS [ 0.286s] (3061/3424) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
90892026-09-11T19:48:24.074Z PASS [ 0.196s] (3062/3424) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
90902026-09-11T19:48:24.085Z PASS [ 0.296s] (3063/3424) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
90912026-09-11T19:48:24.174Z PASS [ 0.407s] (3064/3424) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
90922026-09-11T19:48:24.180Z PASS [ 0.199s] (3065/3424) reconfigurator-cli::test-scripts script::cmds.txt
90932026-09-11T19:48:24.210Z PASS [ 0.302s] (3066/3424) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
90942026-09-11T19:48:24.250Z PASS [ 0.507s] (3067/3424) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
90952026-09-11T19:48:24.280Z PASS [ 0.069s] (3068/3424) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_entry_type_confusion
90962026-09-11T19:48:24.321Z PASS [ 0.071s] (3069/3424) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
90972026-09-11T19:48:24.327Z PASS [ 0.407s] (3070/3424) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
90982026-09-11T19:48:24.327Z PASS [ 0.047s] (3071/3424) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_exists
90992026-09-11T19:48:24.367Z PASS [ 0.039s] (3072/3424) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
91002026-09-11T19:48:24.370Z PASS [ 0.049s] (3073/3424) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_mtime
91012026-09-11T19:48:24.377Z PASS [ 0.049s] (3074/3424) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_directories_type_filtering
91022026-09-11T19:48:24.415Z PASS [ 0.048s] (3075/3424) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_files_type_filtering
91032026-09-11T19:48:24.418Z PASS [ 0.048s] (3076/3424) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_nonexistent_dir
91042026-09-11T19:48:24.449Z PASS [ 0.072s] (3077/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
91052026-09-11T19:48:24.482Z PASS [ 0.067s] (3078/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
91062026-09-11T19:48:24.482Z PASS [ 0.063s] (3079/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
91072026-09-11T19:48:24.492Z PASS [ 1.357s] (3080/3424) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
91082026-09-11T19:48:24.514Z PASS [ 0.065s] (3081/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
91092026-09-11T19:48:24.530Z PASS [ 0.048s] (3082/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_dropbox
91102026-09-11T19:48:24.541Z PASS [ 0.049s] (3083/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
91112026-09-11T19:48:24.556Z PASS [ 0.074s] (3084/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
91122026-09-11T19:48:24.589Z PASS [ 0.059s] (3085/3424) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
91132026-09-11T19:48:24.597Z PASS [ 0.082s] (3086/3424) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_nested_archival_errors
91142026-09-11T19:48:24.613Z PASS [ 0.057s] (3087/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
91152026-09-11T19:48:24.622Z PASS [ 0.080s] (3088/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
91162026-09-11T19:48:24.649Z PASS [ 0.059s] (3089/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
91172026-09-11T19:48:24.661Z PASS [ 0.065s] (3090/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
91182026-09-11T19:48:24.683Z PASS [ 0.069s] (3091/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
91192026-09-11T19:48:24.683Z PASS [ 0.061s] (3092/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
91202026-09-11T19:48:24.720Z PASS [ 0.072s] (3093/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
91212026-09-11T19:48:24.731Z PASS [ 0.069s] (3094/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
91222026-09-11T19:48:24.749Z PASS [ 0.067s] (3095/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
91232026-09-11T19:48:24.767Z PASS [ 0.084s] (3096/3424) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
91242026-09-11T19:48:24.800Z PASS [ 0.068s] (3097/3424) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
91252026-09-11T19:48:24.817Z PASS [ 0.067s] (3098/3424) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
91262026-09-11T19:48:24.853Z PASS [ 0.679s] (3099/3424) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
91272026-09-11T19:48:24.874Z PASS [ 0.057s] (3100/3424) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
91282026-09-11T19:48:24.912Z PASS [ 0.058s] (3101/3424) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
91292026-09-11T19:48:24.938Z PASS [ 0.063s] (3102/3424) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
91302026-09-11T19:48:24.950Z PASS [ 0.183s] (3103/3424) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
91312026-09-11T19:48:24.956Z PASS [ 1.074s] (3104/3424) reconfigurator-cli::test-scripts script::cmds-target-release.txt
91322026-09-11T19:48:24.988Z PASS [ 0.076s] (3105/3424) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::can_convert_v4_to_newer_versions
91332026-09-11T19:48:24.992Z PASS [ 0.054s] (3106/3424) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::read_artifact_config_converts_from_older_versions
91342026-09-11T19:48:25.017Z PASS [ 0.060s] (3107/3424) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
91352026-09-11T19:48:25.044Z PASS [ 0.056s] (3108/3424) sled-agent-config-reconciler ledger::tests::read_existing_config
91362026-09-11T19:48:25.050Z PASS [ 0.100s] (3109/3424) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::read_config_converts_from_older_versions
91372026-09-11T19:48:25.053Z PASS [ 0.060s] (3110/3424) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
91382026-09-11T19:48:25.074Z PASS [ 0.057s] (3111/3424) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
91392026-09-11T19:48:25.098Z PASS [ 0.054s] (3112/3424) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
91402026-09-11T19:48:25.106Z PASS [ 0.055s] (3113/3424) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
91412026-09-11T19:48:25.110Z PASS [ 0.060s] (3114/3424) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
91422026-09-11T19:48:25.125Z PASS [ 0.944s] (3115/3424) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
91432026-09-11T19:48:25.128Z PASS [ 0.053s] (3116/3424) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
91442026-09-11T19:48:25.153Z PASS [ 0.046s] (3117/3424) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
91452026-09-11T19:48:25.170Z PASS [ 1.164s] (3118/3424) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
91462026-09-11T19:48:25.220Z PASS [ 0.050s] (3119/3424) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
91472026-09-11T19:48:25.280Z PASS [ 0.060s] (3120/3424) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
91482026-09-11T19:48:25.344Z PASS [ 0.064s] (3121/3424) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
91492026-09-11T19:48:25.363Z PASS [ 1.345s] (3122/3424) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
91502026-09-11T19:48:25.402Z PASS [ 0.058s] (3123/3424) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
91512026-09-11T19:48:25.406Z PASS [ 1.372s] (3124/3424) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
91522026-09-11T19:48:25.415Z PASS [ 0.053s] (3125/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
91532026-09-11T19:48:25.455Z PASS [ 0.053s] (3126/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
91542026-09-11T19:48:25.458Z PASS [ 0.054s] (3127/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
91552026-09-11T19:48:25.467Z PASS [ 0.052s] (3128/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
91562026-09-11T19:48:25.508Z PASS [ 0.052s] (3129/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
91572026-09-11T19:48:25.517Z PASS [ 7.058s] (3130/3424) omicron-test-utils dev::db::test::test_setup_database_default_dir
91582026-09-11T19:48:25.521Z PASS [ 0.063s] (3131/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
91592026-09-11T19:48:25.525Z PASS [ 0.056s] (3132/3424) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
91602026-09-11T19:48:25.532Z PASS [ 0.025s] (3133/3424) sled-agent-multirack-join tests::new_start_sled_agent_status
91612026-09-11T19:48:25.546Z PASS [ 0.028s] (3134/3424) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
91622026-09-11T19:48:25.553Z PASS [ 0.029s] (3135/3424) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
91632026-09-11T19:48:25.565Z PASS [ 0.032s] (3136/3424) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
91642026-09-11T19:48:25.575Z PASS [ 0.029s] (3137/3424) sled-agent-rack-setup plan::service::tests::single_u2_sled_is_admitted
91652026-09-11T19:48:25.593Z PASS [ 0.040s] (3138/3424) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
91662026-09-11T19:48:25.601Z PASS [ 0.036s] (3139/3424) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
91672026-09-11T19:48:25.616Z PASS [ 0.817s] (3140/3424) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
91682026-09-11T19:48:25.620Z PASS [ 0.045s] (3141/3424) sled-agent-rack-setup plan::service::tests::test_plan_with_heterogeneous_u2_counts
91692026-09-11T19:48:25.634Z PASS [ 1.603s] (3142/3424) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
91702026-09-11T19:48:25.634Z PASS [ 0.037s] (3143/3424) sled-agent-rack-setup plan::service::tests::test_plan_with_one_u2_per_sled
91712026-09-11T19:48:25.639Z PASS [ 0.035s] (3144/3424) sled-agent-rack-setup service::test::parse_rack_initialization
91722026-09-11T19:48:25.653Z PASS [ 0.037s] (3145/3424) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
91732026-09-11T19:48:25.667Z PASS [ 0.031s] (3146/3424) sled-agent-rack-setup service::test::test_subnets
91742026-09-11T19:48:25.670Z PASS [ 0.048s] (3147/3424) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
91752026-09-11T19:48:25.673Z PASS [ 0.040s] (3148/3424) sled-agent-rack-setup service::test::test_omicron_zone_configs
91762026-09-11T19:48:25.684Z PASS [ 0.031s] (3149/3424) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
91772026-09-11T19:48:25.687Z PASS [ 0.066s] (3150/3424) sled-agent-rack-setup service::test::test_extra_certs
91782026-09-11T19:48:25.703Z PASS [ 0.037s] (3151/3424) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
91792026-09-11T19:48:25.710Z PASS [ 0.042s] (3152/3424) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
91802026-09-11T19:48:25.713Z PASS [ 0.043s] (3153/3424) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
91812026-09-11T19:48:25.716Z PASS [ 0.028s] (3154/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
91822026-09-11T19:48:25.719Z PASS [ 0.035s] (3155/3424) sled-agent-resolvable-files manifest::tests::read_success
91832026-09-11T19:48:25.731Z PASS [ 0.028s] (3156/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
91842026-09-11T19:48:25.738Z PASS [ 0.028s] (3157/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
91852026-09-11T19:48:25.742Z PASS [ 0.028s] (3158/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
91862026-09-11T19:48:25.746Z PASS [ 0.031s] (3159/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
91872026-09-11T19:48:25.749Z PASS [ 0.029s] (3160/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
91882026-09-11T19:48:25.758Z PASS [ 0.027s] (3161/3424) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
91892026-09-11T19:48:25.766Z PASS [ 0.028s] (3162/3424) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
91902026-09-11T19:48:25.772Z PASS [ 0.029s] (3163/3424) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
91912026-09-11T19:48:25.775Z PASS [ 0.030s] (3164/3424) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
91922026-09-11T19:48:25.779Z PASS [ 0.029s] (3165/3424) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
91932026-09-11T19:48:25.785Z PASS [ 0.026s] (3166/3424) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
91942026-09-11T19:48:25.792Z PASS [ 0.026s] (3167/3424) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
91952026-09-11T19:48:25.799Z PASS [ 0.027s] (3168/3424) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
91962026-09-11T19:48:25.804Z PASS [ 0.030s] (3169/3424) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
91972026-09-11T19:48:25.807Z PASS [ 0.027s] (3170/3424) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
91982026-09-11T19:48:25.807Z PASS [ 1.782s] (3171/3424) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
91992026-09-11T19:48:25.810Z PASS [ 0.025s] (3172/3424) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
92002026-09-11T19:48:25.821Z PASS [ 0.029s] (3173/3424) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
92012026-09-11T19:48:25.828Z PASS [ 0.029s] (3174/3424) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
92022026-09-11T19:48:25.832Z PASS [ 0.029s] (3175/3424) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
92032026-09-11T19:48:25.836Z PASS [ 0.029s] (3176/3424) sled-agent-resolvable-files mupdate_override::tests::read_different_values
92042026-09-11T19:48:25.836Z PASS [ 0.030s] (3177/3424) sled-agent-resolvable-files mupdate_override::tests::read_both_present
92052026-09-11T19:48:25.836Z PASS [ 0.026s] (3178/3424) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
92062026-09-11T19:48:25.845Z PASS [ 0.326s] (3179/3424) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
92072026-09-11T19:48:25.854Z PASS [ 0.033s] (3180/3424) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
92082026-09-11T19:48:25.861Z PASS [ 0.033s] (3181/3424) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
92092026-09-11T19:48:25.868Z PASS [ 0.034s] (3182/3424) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
92102026-09-11T19:48:25.874Z PASS [ 0.039s] (3183/3424) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
92112026-09-11T19:48:25.877Z PASS [ 0.042s] (3184/3424) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
92122026-09-11T19:48:25.904Z PASS [ 0.036s] (3185/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
92132026-09-11T19:48:25.910Z PASS [ 0.036s] (3186/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
92142026-09-11T19:48:25.913Z PASS [ 0.036s] (3187/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
92152026-09-11T19:48:25.941Z PASS [ 0.037s] (3188/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
92162026-09-11T19:48:25.946Z PASS [ 0.036s] (3189/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
92172026-09-11T19:48:25.949Z PASS [ 0.035s] (3190/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
92182026-09-11T19:48:25.962Z PASS [ 2.717s] (3191/3424) oximeter-producer tests::test_producer_registration_task
92192026-09-11T19:48:25.981Z PASS [ 0.041s] (3192/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
92202026-09-11T19:48:25.985Z PASS [ 1.907s] (3193/3424) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
92212026-09-11T19:48:25.985Z PASS [ 0.037s] (3194/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
92222026-09-11T19:48:26.070Z PASS [ 0.088s] (3195/3424) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
92232026-09-11T19:48:26.221Z PASS [ 0.237s] (3196/3424) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
92242026-09-11T19:48:26.254Z PASS [ 0.184s] (3197/3424) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
92252026-09-11T19:48:26.298Z PASS [ 0.317s] (3198/3424) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
92262026-09-11T19:48:26.376Z PASS [ 1.277s] (3199/3424) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
92272026-09-11T19:48:26.536Z PASS [ 2.471s] (3200/3424) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
92282026-09-11T19:48:26.540Z PASS [ 0.578s] (3201/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
92292026-09-11T19:48:26.557Z PASS [ 0.335s] (3202/3424) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
92302026-09-11T19:48:26.577Z PASS [ 0.036s] (3203/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
92312026-09-11T19:48:26.580Z PASS [ 0.042s] (3204/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
92322026-09-11T19:48:26.592Z PASS [ 0.036s] (3205/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
92332026-09-11T19:48:26.596Z PASS [ 0.341s] (3206/3424) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
92342026-09-11T19:48:26.616Z PASS [ 0.039s] (3207/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
92352026-09-11T19:48:26.616Z PASS [ 0.038s] (3208/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
92362026-09-11T19:48:26.631Z PASS [ 0.038s] (3209/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
92372026-09-11T19:48:26.635Z PASS [ 0.038s] (3210/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
92382026-09-11T19:48:26.651Z PASS [ 0.035s] (3211/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
92392026-09-11T19:48:26.655Z PASS [ 0.037s] (3212/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
92402026-09-11T19:48:26.694Z PASS [ 0.039s] (3213/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
92412026-09-11T19:48:26.697Z PASS [ 0.042s] (3214/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
92422026-09-11T19:48:26.715Z PASS [ 1.604s] (3215/3424) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
92432026-09-11T19:48:26.719Z PASS [ 1.591s] (3216/3424) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
92442026-09-11T19:48:26.728Z PASS [ 0.035s] (3217/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
92452026-09-11T19:48:26.732Z PASS [ 0.037s] (3218/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
92462026-09-11T19:48:26.751Z PASS [ 0.036s] (3219/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
92472026-09-11T19:48:26.755Z PASS [ 0.037s] (3220/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
92482026-09-11T19:48:26.772Z PASS [ 0.044s] (3221/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
92492026-09-11T19:48:26.777Z PASS [ 0.044s] (3222/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
92502026-09-11T19:48:26.789Z PASS [ 0.038s] (3223/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
92512026-09-11T19:48:26.793Z PASS [ 0.035s] (3224/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
92522026-09-11T19:48:26.809Z PASS [ 0.035s] (3225/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
92532026-09-11T19:48:26.812Z PASS [ 0.037s] (3226/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
92542026-09-11T19:48:26.827Z PASS [ 0.038s] (3227/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
92552026-09-11T19:48:26.830Z PASS [ 0.037s] (3228/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
92562026-09-11T19:48:26.845Z PASS [ 0.037s] (3229/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
92572026-09-11T19:48:26.870Z PASS [ 0.043s] (3230/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
92582026-09-11T19:48:26.885Z PASS [ 0.039s] (3231/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
92592026-09-11T19:48:26.910Z PASS [ 0.039s] (3232/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
92602026-09-11T19:48:26.926Z PASS [ 0.042s] (3233/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
92612026-09-11T19:48:26.950Z PASS [ 0.040s] (3234/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
92622026-09-11T19:48:26.966Z PASS [ 0.040s] (3235/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
92632026-09-11T19:48:26.974Z PASS [ 1.821s] (3236/3424) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
92642026-09-11T19:48:26.978Z PASS [ 0.342s] (3237/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
92652026-09-11T19:48:26.988Z PASS [ 0.038s] (3238/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
92662026-09-11T19:48:27.006Z PASS [ 0.039s] (3239/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
92672026-09-11T19:48:27.012Z PASS [ 0.038s] (3240/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
92682026-09-11T19:48:27.016Z PASS [ 0.040s] (3241/3424) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
92692026-09-11T19:48:27.019Z PASS [ 0.031s] (3242/3424) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
92702026-09-11T19:48:27.034Z PASS [ 0.018s] (3243/3424) sled-agent-types zone_bundle::tests::test_compare_bundles
92712026-09-11T19:48:27.039Z PASS [ 0.019s] (3244/3424) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
92722026-09-11T19:48:27.061Z PASS [ 0.027s] (3245/3424) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
92732026-09-11T19:48:27.069Z PASS [ 0.030s] (3246/3424) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
92742026-09-11T19:48:27.077Z PASS [ 0.016s] (3247/3424) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
92752026-09-11T19:48:27.089Z PASS [ 0.020s] (3248/3424) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
92762026-09-11T19:48:27.095Z PASS [ 0.018s] (3249/3424) sled-agent-types-versions impls::inventory::tests::test_zone_snat_config_as_ip_types
92772026-09-11T19:48:27.108Z PASS [ 0.019s] (3250/3424) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
92782026-09-11T19:48:27.114Z PASS [ 0.019s] (3251/3424) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
92792026-09-11T19:48:27.126Z PASS [ 0.018s] (3252/3424) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
92802026-09-11T19:48:27.132Z PASS [ 0.018s] (3253/3424) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
92812026-09-11T19:48:27.146Z PASS [ 0.020s] (3254/3424) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
92822026-09-11T19:48:27.151Z PASS [ 0.019s] (3255/3424) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
92832026-09-11T19:48:27.155Z PASS [ 0.327s] (3256/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
92842026-09-11T19:48:27.170Z PASS [ 0.018s] (3257/3424) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
92852026-09-11T19:48:27.173Z PASS [ 0.017s] (3258/3424) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
92862026-09-11T19:48:27.297Z PASS [ 0.150s] (3259/3424) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
92872026-09-11T19:48:27.357Z PASS [ 2.233s] (3260/3424) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
92882026-09-11T19:48:27.649Z PASS [ 15.965s] (3261/3424) omicron-passwords test::test_smoke
92892026-09-11T19:48:27.680Z PASS [ 0.031s] (3262/3424) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
92902026-09-11T19:48:27.711Z PASS [ 0.031s] (3263/3424) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
92912026-09-11T19:48:27.756Z PASS [ 0.045s] (3264/3424) sled-diagnostics queries::test::test_command_stderr_is_correct
92922026-09-11T19:48:27.797Z PASS [ 0.041s] (3265/3424) sled-diagnostics queries::test::test_command_stdout_is_correct
92932026-09-11T19:48:27.843Z PASS [ 0.046s] (3266/3424) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
92942026-09-11T19:48:28.115Z PASS [ 0.944s] (3267/3424) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
92952026-09-11T19:48:28.119Z PASS [ 2.270s] (3268/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
92962026-09-11T19:48:28.142Z PASS [ 0.027s] (3269/3424) sled-hardware disk::test::test_disk_paths
92972026-09-11T19:48:28.147Z PASS [ 0.031s] (3270/3424) sled-hardware disk::test::test_partition_device_paths
92982026-09-11T19:48:28.176Z PASS [ 0.033s] (3271/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
92992026-09-11T19:48:28.180Z PASS [ 0.033s] (3272/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
93002026-09-11T19:48:28.207Z PASS [ 0.032s] (3273/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
93012026-09-11T19:48:28.216Z PASS [ 0.036s] (3274/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
93022026-09-11T19:48:28.240Z PASS [ 0.032s] (3275/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
93032026-09-11T19:48:28.250Z PASS [ 0.034s] (3276/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
93042026-09-11T19:48:28.271Z PASS [ 0.031s] (3277/3424) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
93052026-09-11T19:48:28.279Z PASS [ 4.194s] (3278/3424) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
93062026-09-11T19:48:28.283Z PASS [ 0.031s] (3279/3424) sled-hardware illumos::tests::parse_smbios_invalid
93072026-09-11T19:48:28.301Z PASS [ 0.030s] (3280/3424) sled-hardware illumos::tests::parse_smbios_valid
93082026-09-11T19:48:28.307Z PASS [ 0.028s] (3281/3424) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
93092026-09-11T19:48:28.340Z PASS [ 0.059s] (3282/3424) sled-storage dataset::test::serialize_dataset_name
93102026-09-11T19:48:28.344Z PASS [ 0.040s] (3283/3424) support-bundle-collection zip::test::test_bundle_to_stream
93112026-09-11T19:48:28.354Z PASS [ 0.048s] (3284/3424) support-bundle-collection zip::test::test_bundle_to_writer
93122026-09-11T19:48:28.376Z PASS [ 0.533s] (3285/3424) sled-diagnostics queries::test::test_long_running_command_is_aborted
93132026-09-11T19:48:28.383Z PASS [ 0.043s] (3286/3424) support-bundle-collection zip::test::test_bundle_to_zipfile
93142026-09-11T19:48:28.386Z PASS [ 0.044s] (3287/3424) trust-quorum proxy::tests::proxy_roundtrip_concurrent
93152026-09-11T19:48:28.401Z PASS [ 0.047s] (3288/3424) trust-quorum proxy::tests::proxy_roundtrip_disconnected
93162026-09-11T19:48:28.418Z PASS [ 0.042s] (3289/3424) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
93172026-09-11T19:48:28.425Z PASS [ 1.256s] (3290/3424) sled-diagnostics logs::illumos_tests::collect_current_logs
93182026-09-11T19:48:28.462Z PASS [ 2.607s] (3291/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
93192026-09-11T19:48:28.508Z PASS [ 18.105s] (3292/3424) omicron-omdb::test_all_output test_omdb_env_settings
93202026-09-11T19:48:28.608Z PASS [ 1.310s] (3293/3424) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
93212026-09-11T19:48:28.984Z PASS [ 1.626s] (3294/3424) sled-diagnostics logs::illumos_tests::log_snapshots_work
93222026-09-11T19:48:29.398Z PASS [ 0.997s] (3295/3424) trust-quorum task::tests::tq_initial_config
93232026-09-11T19:48:29.425Z PASS [ 1.006s] (3296/3424) trust-quorum task::tests::tq_initial_config_prepare_and_commit
93242026-09-11T19:48:29.430Z PASS [ 0.030s] (3297/3424) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
93252026-09-11T19:48:29.453Z PASS [ 0.028s] (3298/3424) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
93262026-09-11T19:48:29.478Z PASS [ 3.616s] (3299/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
93272026-09-11T19:48:29.487Z PASS [ 0.034s] (3300/3424) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
93282026-09-11T19:48:29.576Z PASS [ 0.148s] (3301/3424) trust-quorum-protocol node::tests::initial_configuration
93292026-09-11T19:48:29.580Z PASS [ 0.100s] (3302/3424) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
93302026-09-11T19:48:29.583Z PASS [ 0.093s] (3303/3424) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
93312026-09-11T19:48:29.583Z PASS [ 0.600s] (3304/3424) trust-quorum-protocol crypto::tests::rack_secret_test
93322026-09-11T19:48:29.600Z PASS [ 0.022s] (3305/3424) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
93332026-09-11T19:48:29.603Z PASS [ 0.018s] (3306/3424) wicket state::inventory::tests::component_id_display
93342026-09-11T19:48:29.607Z PASS [ 0.027s] (3307/3424) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
93352026-09-11T19:48:29.611Z PASS [ 1.003s] (3308/3424) trust-quorum task::tests::tq_upgrade_from_lrtq
93362026-09-11T19:48:29.622Z PASS [ 0.022s] (3309/3424) wicket state::rack::tests::prev_next_are_opposites
93372026-09-11T19:48:29.625Z PASS [ 0.022s] (3310/3424) wicket state::rack::tests::up_down_are_opposites
93382026-09-11T19:48:29.629Z PASS [ 0.018s] (3311/3424) wicket-common rack_update::tests::test_rollup_update_state
93392026-09-11T19:48:29.683Z PASS [ 0.076s] (3312/3424) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
93402026-09-11T19:48:29.705Z PASS [ 0.076s] (3313/3424) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
93412026-09-11T19:48:29.708Z PASS [ 0.082s] (3314/3424) wicketd commission::conversions::tests::caboose_projects_every_field
93422026-09-11T19:48:29.713Z PASS [ 0.091s] (3315/3424) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
93432026-09-11T19:48:29.722Z PASS [ 0.039s] (3316/3424) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
93442026-09-11T19:48:29.734Z PASS [ 0.029s] (3317/3424) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
93452026-09-11T19:48:29.738Z PASS [ 0.032s] (3318/3424) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
93462026-09-11T19:48:29.742Z PASS [ 0.029s] (3319/3424) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
93472026-09-11T19:48:29.756Z PASS [ 0.034s] (3320/3424) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
93482026-09-11T19:48:29.761Z PASS [ 0.027s] (3321/3424) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
93492026-09-11T19:48:29.767Z PASS [ 0.028s] (3322/3424) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
93502026-09-11T19:48:29.770Z PASS [ 0.027s] (3323/3424) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
93512026-09-11T19:48:29.780Z PASS [ 0.024s] (3324/3424) wicketd commission::conversions::tests::rss_step_projects_one_based_index
93522026-09-11T19:48:29.783Z PASS [ 1.396s] (3325/3424) trust-quorum task::tests::test_network_config
93532026-09-11T19:48:29.787Z PASS [ 0.026s] (3326/3424) wicketd commission::conversions::tests::slot_caboose_projects_all_states
93542026-09-11T19:48:29.792Z PASS [ 0.025s] (3327/3424) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
93552026-09-11T19:48:29.795Z PASS [ 0.026s] (3328/3424) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
93562026-09-11T19:48:29.810Z PASS [ 0.029s] (3329/3424) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
93572026-09-11T19:48:29.814Z PASS [ 0.033s] (3330/3424) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
93582026-09-11T19:48:29.817Z PASS [ 0.030s] (3331/3424) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
93592026-09-11T19:48:29.820Z PASS [ 0.026s] (3332/3424) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
93602026-09-11T19:48:29.823Z PASS [ 0.026s] (3333/3424) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
93612026-09-11T19:48:29.838Z PASS [ 0.027s] (3334/3424) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
93622026-09-11T19:48:29.845Z PASS [ 0.028s] (3335/3424) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
93632026-09-11T19:48:29.849Z PASS [ 0.033s] (3336/3424) wicketd commission::conversions::tests::transceiver_monitors_projects_power
93642026-09-11T19:48:29.849Z PASS [ 0.029s] (3337/3424) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
93652026-09-11T19:48:29.852Z PASS [ 0.029s] (3338/3424) wicketd commission::conversions::tests::transceiver_power_projects_modes
93662026-09-11T19:48:29.859Z PASS [ 1.398s] (3339/3424) trust-quorum task::tests::tq_proxy
93672026-09-11T19:48:29.862Z PASS [ 1.480s] (3340/3424) trust-quorum task::tests::full_mesh_connectivity
93682026-09-11T19:48:29.866Z PASS [ 0.028s] (3341/3424) wicketd commission::conversions::tests::transceiver_status_projects_flags
93692026-09-11T19:48:29.874Z PASS [ 0.029s] (3342/3424) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
93702026-09-11T19:48:29.882Z PASS [ 0.032s] (3343/3424) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
93712026-09-11T19:48:29.888Z PASS [ 0.034s] (3344/3424) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
93722026-09-11T19:48:29.888Z PASS [ 0.033s] (3345/3424) wicketd commission::progress::tests::counter_projects_to_step_progress
93732026-09-11T19:48:29.895Z PASS [ 0.029s] (3346/3424) wicketd commission::progress::tests::empty_report_projects_waiting
93742026-09-11T19:48:29.898Z PASS [ 0.031s] (3347/3424) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
93752026-09-11T19:48:29.898Z PASS [ 0.029s] (3348/3424) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
93762026-09-11T19:48:29.902Z PASS [ 0.027s] (3349/3424) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
93772026-09-11T19:48:29.909Z PASS [ 0.029s] (3350/3424) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
93782026-09-11T19:48:29.933Z PASS [ 0.052s] (3351/3424) wicketd installinator_progress::tests::test_states
93792026-09-11T19:48:29.937Z PASS [ 0.028s] (3352/3424) wicketd mgs::tests::rot_communication_failure_projects_to_none
93802026-09-11T19:48:29.977Z PASS [ 0.094s] (3353/3424) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
93812026-09-11T19:48:29.980Z PASS [ 0.085s] (3354/3424) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
93822026-09-11T19:48:29.980Z PASS [ 0.084s] (3355/3424) wicketd mgs::tests::ignition_update_does_not_clear_errors
93832026-09-11T19:48:29.981Z PASS [ 0.091s] (3356/3424) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
93842026-09-11T19:48:29.984Z PASS [ 0.082s] (3357/3424) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
93852026-09-11T19:48:29.996Z PASS [ 1.488s] (3358/3424) trust-quorum task::tests::tq_reconfig_with_commit_advance
93862026-09-11T19:48:30.006Z PASS [ 0.029s] (3359/3424) wicketd mgs::tests::stage0_fetch_projection_table
93872026-09-11T19:48:30.010Z PASS [ 0.073s] (3360/3424) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
93882026-09-11T19:48:30.014Z PASS [ 0.079s] (3361/3424) wicketd mgs::tests::sp_state_fetch_error_lifecycle
93892026-09-11T19:48:30.017Z PASS [ 5.295s] (3362/3424) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
93902026-09-11T19:48:30.017Z PASS [ 0.039s] (3363/3424) wicketd mgs::tests::sub_fetch_error_projects_to_none
93912026-09-11T19:48:30.027Z PASS [ 0.043s] (3364/3424) wicketd rss_config::tests::test_bgp_auth_key_states
93922026-09-11T19:48:30.031Z PASS [ 0.050s] (3365/3424) wicketd rss_config::tests::rejected_update_is_all_or_nothing
93932026-09-11T19:48:30.036Z PASS [ 0.035s] (3366/3424) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
93942026-09-11T19:48:30.054Z PASS [ 0.022s] (3367/3424) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
93952026-09-11T19:48:30.074Z PASS [ 3.265s] (3368/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
93962026-09-11T19:48:30.078Z PASS [ 0.022s] (3369/3424) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
93972026-09-11T19:48:30.096Z PASS [ 0.019s] (3370/3424) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
93982026-09-11T19:48:30.099Z PASS [ 0.025s] (3371/3424) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
93992026-09-11T19:48:30.103Z PASS [ 0.123s] (3372/3424) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
94002026-09-11T19:48:30.114Z PASS [ 0.018s] (3373/3424) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
94012026-09-11T19:48:30.119Z PASS [ 0.020s] (3374/3424) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
94022026-09-11T19:48:30.122Z PASS [ 0.019s] (3375/3424) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
94032026-09-11T19:48:30.138Z PASS [ 0.024s] (3376/3424) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
94042026-09-11T19:48:30.142Z PASS [ 0.021s] (3377/3424) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
94052026-09-11T19:48:30.145Z PASS [ 0.020s] (3378/3424) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
94062026-09-11T19:48:30.156Z PASS [ 0.018s] (3379/3424) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
94072026-09-11T19:48:30.159Z PASS [ 0.018s] (3380/3424) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
94082026-09-11T19:48:30.163Z PASS [ 0.019s] (3381/3424) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
94092026-09-11T19:48:30.175Z PASS [ 0.018s] (3382/3424) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
94102026-09-11T19:48:30.178Z PASS [ 0.020s] (3383/3424) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
94112026-09-11T19:48:30.181Z PASS [ 0.019s] (3384/3424) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
94122026-09-11T19:48:30.194Z PASS [ 0.019s] (3385/3424) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
94132026-09-11T19:48:30.197Z PASS [ 1.769s] (3386/3424) trust-quorum task::tests::tq_persistent_state
94142026-09-11T19:48:30.197Z PASS [ 0.016s] (3387/3424) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
94152026-09-11T19:48:30.204Z PASS [ 0.026s] (3388/3424) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
94162026-09-11T19:48:30.211Z PASS [ 0.017s] (3389/3424) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
94172026-09-11T19:48:30.214Z PASS [ 0.020s] (3390/3424) wicketd-commission-types-versions impls::update::tests::new_accepts_single
94182026-09-11T19:48:30.220Z PASS [ 0.025s] (3391/3424) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
94192026-09-11T19:48:30.223Z PASS [ 0.019s] (3392/3424) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
94202026-09-11T19:48:30.227Z PASS [ 0.016s] (3393/3424) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
94212026-09-11T19:48:30.231Z PASS [ 0.017s] (3394/3424) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
94222026-09-11T19:48:30.239Z PASS [ 0.019s] (3395/3424) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
94232026-09-11T19:48:30.243Z PASS [ 0.017s] (3396/3424) zone-setup::bin/zone-setup tests::test_check_opte_config
94242026-09-11T19:48:30.245Z PASS [ 0.017s] (3397/3424) zone-setup::bin/zone-setup tests::test_maybe_ipv4_addr_from_str
94252026-09-11T19:48:30.249Z PASS [ 0.018s] (3398/3424) zone-setup::bin/zone-setup tests::test_opte_interface_args_parsing
94262026-09-11T19:48:30.713Z PASS [ 0.707s] (3399/3424) wicketd::mod integration_tests::commission::test_commission_inventory
94272026-09-11T19:48:30.751Z PASS [ 0.724s] (3400/3424) wicketd::mod integration_tests::updates::test_update_races
94282026-09-11T19:48:30.760Z PASS [ 4.129s] (3401/3424) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
94292026-09-11T19:48:30.764Z PASS [ 0.747s] (3402/3424) wicketd::mod integration_tests::inventory::test_inventory
94302026-09-11T19:48:30.764Z PASS [ 0.752s] (3403/3424) wicketd::mod integration_tests::commission::test_commission_rss_config
94312026-09-11T19:48:30.799Z PASS [ 0.786s] (3404/3424) wicketd::mod integration_tests::commission::test_commission_start_update
94322026-09-11T19:48:31.372Z PASS [ 1.355s] (3405/3424) wicketd::mod integration_tests::updates::test_installinator_fetch
94332026-09-11T19:48:32.170Z PASS [ 2.141s] (3406/3424) wicketd::mod integration_tests::updates::test_updates
94342026-09-11T19:48:32.570Z PASS [ 8.546s] (3407/3424) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
94352026-09-11T19:48:35.341Z PASS [ 8.965s] (3408/3424) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
94362026-09-11T19:48:35.825Z PASS [ 8.813s] (3409/3424) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
94372026-09-11T19:48:36.324Z PASS [ 10.025s] (3410/3424) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
94382026-09-11T19:48:37.432Z PASS [ 14.310s] (3411/3424) oximeter-db::integration_test test_schemas_disjoint
94392026-09-11T19:48:37.753Z PASS [ 10.748s] (3412/3424) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
94402026-09-11T19:48:37.818Z PASS [ 11.869s] (3413/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
94412026-09-11T19:48:38.654Z PASS [ 12.818s] (3414/3424) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
94422026-09-11T19:48:42.546Z PASS [ 43.172s] (3415/3424) omicron-nexus::test_all integration_tests::webhooks::test_probe
94432026-09-11T19:48:43.516Z PASS [ 112.974s] (3416/3424) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
94442026-09-11T19:48:43.947Z PASS [ 48.560s] (3417/3424) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
94452026-09-11T19:48:45.973Z PASS [ 22.859s] (3418/3424) oximeter-db::integration_test test_cluster
94462026-09-11T19:48:46.104Z PASS [ 32.097s] (3419/3424) omicron-sled-agent nexus::test::nexus_self_notification_test
94472026-09-11T19:48:47.562Z PASS [ 46.660s] (3420/3424) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
94482026-09-11T19:48:49.418Z PASS [ 30.046s] (3421/3424) oximeter-db client::tests::cannot_ping_nonexistent_server
94492026-09-11T19:48:49.421Z PASS [ 48.276s] (3422/3424) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
94502026-09-11T19:48:51.399Z PASS [ 40.983s] (3423/3424) omicron-omdb::test_all_output test_omdb_success_cases
94512026-09-11T19:49:21.569Z PASS [ 51.991s] (3424/3424) trust-quorum-protocol::cluster test_trust_quorum_protocol
94522026-09-11T19:49:21.573Z────────────
94532026-09-11T19:49:21.573Z Summary [ 957.474s] 3424 tests run: 3424 passed (49 slow), 8 skipped
94542026-09-11T19:49:21.670Z
94552026-09-11T19:49:21.673Zreal 16:12.750722267
94562026-09-11T19:49:21.673Zuser 5:35:19.905911098
94572026-09-11T19:49:21.673Zsys 1:17:17.291621497
94582026-09-11T19:49:21.674Ztrap 3:49.015711188
94592026-09-11T19:49:21.674Ztflt 7.328402131
94602026-09-11T19:49:21.674Zdflt 42.013644436
94612026-09-11T19:49:21.674Zkflt 0.709901418
94622026-09-11T19:49:21.674Zlock 2166:19:53.350137180
94632026-09-11T19:49:21.674Zslp 132:46:19.673556831
94642026-09-11T19:49:21.674Zlat 5:27:18.135124121
94652026-09-11T19:49:21.674Zstop 16:02.856734127
94662026-09-11T19:49:21.674Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
94672026-09-11T19:49:21.835Zinfo: exported run 159b5175-f9e2-43d9-a6cd-0a611cd6d029 to /tmp/nextest-run-archive.zip (3266220 bytes)
94682026-09-11T19:49:21.840Z
94692026-09-11T19:49:21.840Zreal 0.161462299
94702026-09-11T19:49:21.840Zuser 0.114032770
94712026-09-11T19:49:21.840Zsys 0.041784224
94722026-09-11T19:49:21.840Ztrap 0.000009870
94732026-09-11T19:49:21.840Ztflt 0.000023270
94742026-09-11T19:49:21.840Zdflt 0.000041400
94752026-09-11T19:49:21.840Zkflt 0.000000000
94762026-09-11T19:49:21.840Zlock 0.041002114
94772026-09-11T19:49:21.840Zslp 0.219841099
94782026-09-11T19:49:21.840Zlat 0.000779610
94792026-09-11T19:49:21.841Zstop 0.000379230
94802026-09-11T19:49:21.841Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
94812026-09-11T19:49:22.044Zinfo: wrote Chrome trace for run 159b5175-f9e2-43d9-a6cd-0a611cd6d029 to /tmp/nextest-chrome-trace.json
94822026-09-11T19:49:22.049Z
94832026-09-11T19:49:22.052Zreal 0.204528295
94842026-09-11T19:49:22.052Zuser 0.150696854
94852026-09-11T19:49:22.052Zsys 0.048293166
94862026-09-11T19:49:22.052Ztrap 0.000009590
94872026-09-11T19:49:22.052Ztflt 0.000012560
94882026-09-11T19:49:22.053Zdflt 0.000028250
94892026-09-11T19:49:22.053Zkflt 0.000000000
94902026-09-11T19:49:22.053Zlock 0.036131187
94912026-09-11T19:49:22.053Zslp 0.215681727
94922026-09-11T19:49:22.053Zlat 0.000821840
94932026-09-11T19:49:22.053Zstop 0.000357880
94942026-09-11T19:49:22.053Z+ [[ 0 -ne 0 ]]
94952026-09-11T19:49:22.053Z+ banner doctest
94962026-09-11T19:49:22.053Z
94972026-09-11T19:49:22.053Z ##### #### #### ##### ###### #### #####
94982026-09-11T19:49:22.053Z # # # # # # # # # #
94992026-09-11T19:49:22.053Z # # # # # # ##### #### #
95002026-09-11T19:49:22.053Z # # # # # # # # #
95012026-09-11T19:49:22.053Z # # # # # # # # # # #
95022026-09-11T19:49:22.053Z ##### #### #### # ###### #### #
95032026-09-11T19:49:22.053Z
95042026-09-11T19:49:22.053Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
95052026-09-11T19:49:23.301Z Fresh unicode-ident v1.0.24
95062026-09-11T19:49:23.307Z Fresh cfg-if v1.0.4
95072026-09-11T19:49:23.307Z Fresh memchr v2.8.0
95082026-09-11T19:49:23.307Z Fresh smallvec v1.15.1
95092026-09-11T19:49:23.307Z Fresh rand_core v0.10.0
95102026-09-11T19:49:23.307Z Fresh itoa v1.0.17
95112026-09-11T19:49:23.307Z Fresh log v0.4.33
95122026-09-11T19:49:23.307Z Fresh autocfg v1.5.0
95132026-09-11T19:49:23.307Z Fresh subtle v2.6.1
95142026-09-11T19:49:23.307Z Fresh version_check v0.9.5
95152026-09-11T19:49:23.307Z Fresh typenum v1.20.1
95162026-09-11T19:49:23.307Z Fresh scopeguard v1.2.0
95172026-09-11T19:49:23.307Z Fresh stable_deref_trait v1.2.1
95182026-09-11T19:49:23.307Z Fresh percent-encoding v2.3.2
95192026-09-11T19:49:23.307Z Fresh writeable v0.6.2
95202026-09-11T19:49:23.307Z Fresh litemap v0.8.1
95212026-09-11T19:49:23.308Z Fresh utf8_iter v1.0.4
95222026-09-11T19:49:23.308Z Fresh critical-section v1.2.0
95232026-09-11T19:49:23.308Z Fresh proc-macro2 v1.0.106
95242026-09-11T19:49:23.308Z Fresh lock_api v0.4.14
95252026-09-11T19:49:23.308Z Fresh form_urlencoded v1.2.2
95262026-09-11T19:49:23.308Z Fresh allocator-api2 v0.2.21
95272026-09-11T19:49:23.308Z Fresh pin-project-lite v0.2.17
95282026-09-11T19:49:23.308Z Fresh heck v0.5.0
95292026-09-11T19:49:23.308Z Fresh equivalent v1.0.2
95302026-09-11T19:49:23.308Z Fresh iana-time-zone v0.1.65
95312026-09-11T19:49:23.308Z Fresh shlex v1.3.0
95322026-09-11T19:49:23.308Z Fresh find-msvc-tools v0.1.9
95332026-09-11T19:49:23.308Z Fresh foldhash v0.2.0
95342026-09-11T19:49:23.308Z Fresh regex-syntax v0.8.10
95352026-09-11T19:49:23.308Z Fresh dyn-clone v1.0.20
95362026-09-11T19:49:23.308Z Fresh fnv v1.0.7
95372026-09-11T19:49:23.308Z Fresh quote v1.0.45
95382026-09-11T19:49:23.308Z Fresh serde_core v1.0.228
95392026-09-11T19:49:23.308Z Fresh libc v0.2.185
95402026-09-11T19:49:23.308Z Fresh libm v0.2.16
95412026-09-11T19:49:23.308Z Fresh zmij v1.0.21
95422026-09-11T19:49:23.309Z Fresh icu_properties_data v2.1.2
95432026-09-11T19:49:23.309Z Fresh icu_normalizer_data v2.1.1
95442026-09-11T19:49:23.309Z Fresh portable-atomic v1.13.1
95452026-09-11T19:49:23.309Z Fresh hashbrown v0.17.0
95462026-09-11T19:49:23.309Z Fresh strsim v0.11.1
95472026-09-11T19:49:23.309Z Fresh futures-core v0.3.32
95482026-09-11T19:49:23.309Z Fresh cmov v0.5.4
95492026-09-11T19:49:23.309Z Fresh aho-corasick v1.1.4
95502026-09-11T19:49:23.309Z Fresh byteorder v1.5.0
95512026-09-11T19:49:23.309Z Fresh futures-sink v0.3.32
95522026-09-11T19:49:23.309Z Fresh futures-task v0.3.32
95532026-09-11T19:49:23.315Z Fresh slab v0.4.12
95542026-09-11T19:49:23.315Z Fresh futures-io v0.3.32
95552026-09-11T19:49:23.315Z Fresh base64ct v1.8.3
95562026-09-11T19:49:23.315Z Fresh const-oid v0.9.6
95572026-09-11T19:49:23.315Z Fresh base64 v0.22.1
95582026-09-11T19:49:23.315Z Fresh const-oid v0.10.2
95592026-09-11T19:49:23.315Z Fresh syn v2.0.117
95602026-09-11T19:49:23.315Z Fresh getrandom v0.4.3
95612026-09-11T19:49:23.315Z Fresh errno v0.3.14
95622026-09-11T19:49:23.315Z Fresh num-traits v0.2.19
95632026-09-11T19:49:23.315Z Fresh bitflags v2.11.0
95642026-09-11T19:49:23.315Z Fresh serde_json v1.0.151
95652026-09-11T19:49:23.315Z Fresh semver v1.0.28
95662026-09-11T19:49:23.315Z Fresh once_cell v1.21.3
95672026-09-11T19:49:23.315Z Fresh parking_lot_core v0.9.12
95682026-09-11T19:49:23.315Z Fresh mio v1.2.0
95692026-09-11T19:49:23.315Z Fresh rustversion v1.0.22
95702026-09-11T19:49:23.315Z Fresh jobserver v0.1.34
95712026-09-11T19:49:23.316Z Fresh socket2 v0.6.3
95722026-09-11T19:49:23.316Z Fresh indexmap v2.14.0
95732026-09-11T19:49:23.316Z Fresh getrandom v0.2.17
95742026-09-11T19:49:23.316Z Fresh ctutils v0.4.2
95752026-09-11T19:49:23.316Z Fresh regex-automata v0.4.14
95762026-09-11T19:49:23.316Z Fresh futures-channel v0.3.32
95772026-09-11T19:49:23.316Z Fresh ident_case v1.0.1
95782026-09-11T19:49:23.316Z Fresh utf8parse v0.2.2
95792026-09-11T19:49:23.316Z Fresh anstyle v1.0.14
95802026-09-11T19:49:23.316Z Fresh colorchoice v1.0.4
95812026-09-11T19:49:23.316Z Fresh is_terminal_polyfill v1.70.2
95822026-09-11T19:49:23.316Z Fresh pkg-config v0.3.32
95832026-09-11T19:49:23.316Z Fresh anstyle-query v1.1.5
95842026-09-11T19:49:23.316Z Fresh either v1.15.0
95852026-09-11T19:49:23.316Z Fresh powerfmt v0.2.0
95862026-09-11T19:49:23.316Z Fresh serde_derive v1.0.228
95872026-09-11T19:49:23.316Z Fresh zeroize_derive v1.5.0
95882026-09-11T19:49:23.316Z Fresh synstructure v0.13.2
95892026-09-11T19:49:23.316Z Fresh zerovec-derive v0.11.2
95902026-09-11T19:49:23.316Z Fresh displaydoc v0.2.5
95912026-09-11T19:49:23.316Z Fresh zerocopy-derive v0.8.55
95922026-09-11T19:49:23.316Z Fresh thiserror-impl v2.0.18
95932026-09-11T19:49:23.316Z Fresh parking_lot v0.12.5
95942026-09-11T19:49:23.316Z Fresh signal-hook-registry v1.4.8
95952026-09-11T19:49:23.316Z Fresh cc v1.2.56
95962026-09-11T19:49:23.317Z Fresh uuid v1.23.4
95972026-09-11T19:49:23.317Z Fresh tokio-macros v2.7.0
95982026-09-11T19:49:23.317Z Fresh serde_derive_internals v0.29.1
95992026-09-11T19:49:23.317Z Fresh rustix v1.1.4
96002026-09-11T19:49:23.317Z Fresh rand_core v0.6.4
96012026-09-11T19:49:23.317Z Fresh getrandom v0.3.4
96022026-09-11T19:49:23.317Z Fresh futures-macro v0.3.32
96032026-09-11T19:49:23.317Z Fresh thiserror-impl v1.0.69
96042026-09-11T19:49:23.317Z Fresh syn v1.0.109
96052026-09-11T19:49:23.317Z Fresh regex v1.12.3
96062026-09-11T19:49:23.317Z Fresh anyhow v1.0.104
96072026-09-11T19:49:23.317Z Fresh anstyle-parse v1.0.0
96082026-09-11T19:49:23.317Z Fresh tracing-attributes v0.1.31
96092026-09-11T19:49:23.317Z Fresh tracing-core v0.1.36
96102026-09-11T19:49:23.317Z Fresh time-core v0.1.8
96112026-09-11T19:49:23.317Z Fresh num-conv v0.2.0
96122026-09-11T19:49:23.317Z Fresh deranged v0.5.8
96132026-09-11T19:49:23.317Z Fresh num_threads v0.1.7
96142026-09-11T19:49:23.317Z Fresh cpufeatures v0.2.17
96152026-09-11T19:49:23.317Z Fresh cpufeatures v0.3.0
96162026-09-11T19:49:23.317Z Fresh clap_lex v1.0.0
96172026-09-11T19:49:23.317Z Fresh serde v1.0.228
96182026-09-11T19:49:23.317Z Fresh zerofrom-derive v0.1.6
96192026-09-11T19:49:23.317Z Fresh yoke-derive v0.8.1
96202026-09-11T19:49:23.317Z Fresh zerocopy v0.8.55
96212026-09-11T19:49:23.317Z Fresh thiserror v2.0.18
96222026-09-11T19:49:23.317Z Fresh schemars_derive v0.8.22
96232026-09-11T19:49:23.317Z Fresh futures-util v0.3.32
96242026-09-11T19:49:23.318Z Fresh thiserror v1.0.69
96252026-09-11T19:49:23.318Z Fresh terminal_size v0.4.3
96262026-09-11T19:49:23.318Z Fresh rand_core v0.9.5
96272026-09-11T19:49:23.318Z Fresh tracing v0.1.44
96282026-09-11T19:49:23.318Z Fresh time-macros v0.2.27
96292026-09-11T19:49:23.318Z Fresh anstream v1.0.0
96302026-09-11T19:49:23.318Z Fresh clap_derive v4.6.1
96312026-09-11T19:49:23.318Z Fresh fastrand v2.3.0
96322026-09-11T19:49:23.318Z Fresh cmake v0.1.57
96332026-09-11T19:49:23.318Z Fresh rustc_version v0.4.1
96342026-09-11T19:49:23.318Z Fresh pem-rfc7468 v0.7.0
96352026-09-11T19:49:23.318Z Fresh dunce v1.0.5
96362026-09-11T19:49:23.318Z Fresh fs_extra v1.3.0
96372026-09-11T19:49:23.318Z Fresh der_derive v0.7.3
96382026-09-11T19:49:23.327Z Fresh spin v0.9.8
96392026-09-11T19:49:23.327Z Fresh flagset v0.4.7
96402026-09-11T19:49:23.327Z Fresh untrusted v0.7.1
96412026-09-11T19:49:23.327Z Fresh unicode-width v0.2.0
96422026-09-11T19:49:23.327Z Fresh atomic-waker v1.1.2
96432026-09-11T19:49:23.327Z Fresh simd-adler32 v0.3.8
96442026-09-11T19:49:23.327Z Fresh zeroize v1.9.0
96452026-09-11T19:49:23.327Z Fresh bytes v1.11.1
96462026-09-11T19:49:23.327Z Fresh zerofrom v0.1.6
96472026-09-11T19:49:23.327Z Fresh chrono v0.4.45
96482026-09-11T19:49:23.327Z Fresh ppv-lite86 v0.2.21
96492026-09-11T19:49:23.328Z Fresh erased-serde v0.3.31
96502026-09-11T19:49:23.328Z Fresh ipnet v2.12.0
96512026-09-11T19:49:23.328Z Fresh time v0.3.47
96522026-09-11T19:49:23.328Z Fresh serde_tokenstream v0.2.3
96532026-09-11T19:49:23.328Z Fresh clap_builder v4.6.0
96542026-09-11T19:49:23.328Z Fresh tempfile v3.27.0
96552026-09-11T19:49:23.328Z Fresh hex v0.4.3
96562026-09-11T19:49:23.328Z Fresh ryu v1.0.23
96572026-09-11T19:49:23.328Z Fresh try-lock v0.2.5
96582026-09-11T19:49:23.328Z Fresh httpdate v1.0.3
96592026-09-11T19:49:23.328Z Fresh ucd-trie v0.1.7
96602026-09-11T19:49:23.328Z Fresh adler2 v2.0.1
96612026-09-11T19:49:23.328Z Fresh async-trait v0.1.89
96622026-09-11T19:49:23.328Z Fresh pretty-hex v0.4.1
96632026-09-11T19:49:23.328Z Fresh tower-service v0.3.3
96642026-09-11T19:49:23.328Z Fresh tower-layer v0.3.3
96652026-09-11T19:49:23.328Z Fresh untrusted v0.9.0
96662026-09-11T19:49:23.328Z Fresh plain v0.2.3
96672026-09-11T19:49:23.328Z Fresh is-terminal v0.4.17
96682026-09-11T19:49:23.328Z Fresh socket2 v0.5.10
96692026-09-11T19:49:23.328Z Fresh mime v0.3.17
96702026-09-11T19:49:23.328Z Fresh unicode-segmentation v1.12.0
96712026-09-11T19:49:23.328Z Fresh yoke v0.8.1
96722026-09-11T19:49:23.329Z Fresh tokio v1.52.1
96732026-09-11T19:49:23.329Z Fresh hybrid-array v0.4.13
96742026-09-11T19:49:23.329Z Fresh generic-array v0.14.7
96752026-09-11T19:49:23.329Z Fresh http v1.4.2
96762026-09-11T19:49:23.329Z Fresh slog v2.8.2
96772026-09-11T19:49:23.329Z Fresh rand_chacha v0.9.0
96782026-09-11T19:49:23.329Z Fresh clap v4.6.1
96792026-09-11T19:49:23.329Z Fresh crossbeam-utils v0.8.21
96802026-09-11T19:49:23.329Z Fresh camino v1.2.5
96812026-09-11T19:49:23.329Z Fresh httparse v1.10.1
96822026-09-11T19:49:23.329Z Fresh der v0.7.10
96832026-09-11T19:49:23.329Z Fresh rand_chacha v0.3.1
96842026-09-11T19:49:23.329Z Fresh rustls-pki-types v1.14.0
96852026-09-11T19:49:23.329Z Fresh miniz_oxide v0.8.9
96862026-09-11T19:49:23.329Z Fresh pest v2.8.6
96872026-09-11T19:49:23.329Z Fresh want v0.3.1
96882026-09-11T19:49:23.329Z Fresh openssl-probe v0.2.1
96892026-09-11T19:49:23.329Z Fresh lazy_static v1.5.0
96902026-09-11T19:49:23.329Z Fresh serde_urlencoded v0.7.1
96912026-09-11T19:49:23.329Z Fresh futures-executor v0.3.32
96922026-09-11T19:49:23.329Z Fresh hashbrown v0.16.1
96932026-09-11T19:49:23.329Z Fresh encoding_rs v0.8.35
96942026-09-11T19:49:23.329Z Fresh static_assertions v1.1.0
96952026-09-11T19:49:23.330Z Fresh bit-vec v0.8.0
96962026-09-11T19:49:23.330Z Fresh vcpkg v0.2.15
96972026-09-11T19:49:23.330Z Fresh num-integer v0.1.46
96982026-09-11T19:49:23.330Z Fresh darling_core v0.23.0
96992026-09-11T19:49:23.330Z Fresh wait-timeout v0.2.1
97002026-09-11T19:49:23.330Z Fresh zerovec v0.11.5
97012026-09-11T19:49:23.330Z Fresh zerotrie v0.2.3
97022026-09-11T19:49:23.330Z Fresh crypto-common v0.2.2
97032026-09-11T19:49:23.330Z Fresh crypto-common v0.1.7
97042026-09-11T19:49:23.330Z Fresh block-buffer v0.12.1
97052026-09-11T19:49:23.330Z Fresh block-buffer v0.10.4
97062026-09-11T19:49:23.330Z Fresh rand v0.9.2
97072026-09-11T19:49:23.330Z Fresh tokio-util v0.7.18
97082026-09-11T19:49:23.330Z Fresh aws-lc-sys v0.40.0
97092026-09-11T19:49:23.330Z Fresh block-padding v0.4.2
97102026-09-11T19:49:23.330Z Fresh http-body v1.0.1
97112026-09-11T19:49:23.330Z Fresh rand v0.8.6
97122026-09-11T19:49:23.330Z Fresh spki v0.7.3
97132026-09-11T19:49:23.330Z Fresh pest_meta v2.8.6
97142026-09-11T19:49:23.330Z Fresh futures v0.3.32
97152026-09-11T19:49:23.330Z Fresh bit-set v0.8.0
97162026-09-11T19:49:23.330Z Fresh darling_macro v0.23.0
97172026-09-11T19:49:23.330Z Fresh sync_wrapper v1.0.2
97182026-09-11T19:49:23.330Z Fresh quick-error v1.2.3
97192026-09-11T19:49:23.330Z Fresh winnow v1.0.3
97202026-09-11T19:49:23.331Z Fresh openapiv3 v2.2.0
97212026-09-11T19:49:23.331Z Fresh rand_xorshift v0.4.0
97222026-09-11T19:49:23.331Z Fresh hubpack_derive v0.1.1
97232026-09-11T19:49:23.331Z Fresh unarray v0.1.4
97242026-09-11T19:49:23.331Z Fresh iri-string v0.7.10
97252026-09-11T19:49:23.331Z Fresh litrs v1.0.0
97262026-09-11T19:49:23.331Z Fresh tinystr v0.8.2
97272026-09-11T19:49:23.331Z Fresh potential_utf v0.1.4
97282026-09-11T19:49:23.331Z Fresh digest v0.10.7
97292026-09-11T19:49:23.331Z Fresh digest v0.11.3
97302026-09-11T19:49:23.331Z Fresh inout v0.2.2
97312026-09-11T19:49:23.331Z Fresh aws-lc-rs v1.16.3
97322026-09-11T19:49:23.331Z Fresh h2 v0.4.15
97332026-09-11T19:49:23.331Z Fresh pest_generator v2.8.6
97342026-09-11T19:49:23.331Z Fresh pkcs8 v0.10.2
97352026-09-11T19:49:23.331Z Fresh http-body-util v0.1.3
97362026-09-11T19:49:23.331Z Fresh crc32fast v1.5.0
97372026-09-11T19:49:23.331Z Fresh paste v1.0.15
97382026-09-11T19:49:23.337Z Fresh toml_parser v1.1.2+spec-1.1.0
97392026-09-11T19:49:23.337Z Fresh tower v0.5.3
97402026-09-11T19:49:23.337Z Fresh rusty-fork v0.3.1
97412026-09-11T19:49:23.337Z Fresh darling v0.23.0
97422026-09-11T19:49:23.337Z Fresh hubpack v0.1.2
97432026-09-11T19:49:23.337Z Fresh tinyvec_macros v0.1.1
97442026-09-11T19:49:23.337Z Fresh document-features v0.2.12
97452026-09-11T19:49:23.337Z Fresh rustls-native-certs v0.8.3
97462026-09-11T19:49:23.337Z Fresh crossbeam-channel v0.5.15
97472026-09-11T19:49:23.337Z Fresh scroll_derive v0.13.1
97482026-09-11T19:49:23.337Z Fresh unicode-width v0.1.14
97492026-09-11T19:49:23.337Z Fresh psl-types v2.0.11
97502026-09-11T19:49:23.337Z Fresh num-iter v0.1.45
97512026-09-11T19:49:23.337Z Fresh syn v3.0.3
97522026-09-11T19:49:23.337Z Fresh data-encoding v2.10.0
97532026-09-11T19:49:23.337Z Fresh icu_locale_core v2.1.1
97542026-09-11T19:49:23.338Z Fresh icu_collections v2.1.1
97552026-09-11T19:49:23.338Z Fresh cipher v0.5.2
97562026-09-11T19:49:23.338Z Fresh rustls-webpki v0.103.13
97572026-09-11T19:49:23.338Z Fresh hyper v1.10.1
97582026-09-11T19:49:23.338Z Fresh pest_derive v2.8.6
97592026-09-11T19:49:23.338Z Fresh sha2 v0.10.9
97602026-09-11T19:49:23.338Z Fresh signature v2.2.0
97612026-09-11T19:49:23.338Z Fresh object v0.37.3
97622026-09-11T19:49:23.338Z Fresh hmac v0.13.0
97632026-09-11T19:49:23.338Z Fresh proptest v1.11.0
97642026-09-11T19:49:23.338Z Fresh tower-http v0.6.8
97652026-09-11T19:49:23.338Z Fresh ahash v0.8.12
97662026-09-11T19:49:23.338Z Fresh sha2 v0.11.0
97672026-09-11T19:49:23.338Z Fresh tinyvec v1.11.0
97682026-09-11T19:49:23.338Z Fresh cookie v0.18.1
97692026-09-11T19:49:23.338Z Fresh scroll v0.13.0
97702026-09-11T19:49:23.339Z Fresh sha1 v0.10.6
97712026-09-11T19:49:23.339Z Fresh hmac v0.12.1
97722026-09-11T19:49:23.339Z Fresh x509-cert v0.2.5
97732026-09-11T19:49:23.339Z Fresh thread_local v1.1.9
97742026-09-11T19:49:23.339Z Fresh pkcs1 v0.7.5
97752026-09-11T19:49:23.339Z Fresh ff v0.13.1
97762026-09-11T19:49:23.339Z Fresh darling_core v0.20.11
97772026-09-11T19:49:23.339Z Fresh curve25519-dalek-derive v0.1.1
97782026-09-11T19:49:23.339Z Fresh thread-id v5.1.0
97792026-09-11T19:49:23.339Z Fresh zlib-rs v0.6.2
97802026-09-11T19:49:23.339Z Fresh base16ct v0.2.0
97812026-09-11T19:49:23.339Z Fresh take_mut v0.2.2
97822026-09-11T19:49:23.339Z Fresh icu_provider v2.1.1
97832026-09-11T19:49:23.339Z Fresh rustls v0.23.41
97842026-09-11T19:49:23.339Z Fresh hyper-util v0.1.20
97852026-09-11T19:49:23.339Z Fresh goblin v0.10.5
97862026-09-11T19:49:23.339Z Fresh num-bigint-dig v0.8.6
97872026-09-11T19:49:23.339Z Fresh dtrace-parser v0.3.0
97882026-09-11T19:49:23.339Z Fresh term v1.2.1
97892026-09-11T19:49:23.339Z Fresh group v0.13.0
97902026-09-11T19:49:23.339Z Fresh sec1 v0.7.3
97912026-09-11T19:49:23.340Z Fresh flate2 v1.1.9
97922026-09-11T19:49:23.340Z Fresh hkdf v0.12.4
97932026-09-11T19:49:23.340Z Fresh darling_macro v0.20.11
97942026-09-11T19:49:23.340Z Fresh daft-derive v0.1.8
97952026-09-11T19:49:23.340Z Fresh crypto-bigint v0.5.5
97962026-09-11T19:49:23.340Z Fresh serde_spanned v0.6.9
97972026-09-11T19:49:23.340Z Fresh toml_datetime v0.6.11
97982026-09-11T19:49:23.340Z Fresh strum_macros v0.26.4
97992026-09-11T19:49:23.340Z Fresh memmap2 v0.9.10
98002026-09-11T19:49:23.340Z Fresh gimli v0.32.3
98012026-09-11T19:49:23.340Z Fresh winnow v0.7.14
98022026-09-11T19:49:23.340Z Fresh base64 v0.21.7
98032026-09-11T19:49:23.340Z Fresh itertools v0.15.0
98042026-09-11T19:49:23.340Z Fresh scroll_derive v0.12.1
98052026-09-11T19:49:23.340Z Fresh is_ci v1.2.0
98062026-09-11T19:49:23.341Z Fresh unicode-linebreak v0.1.5
98072026-09-11T19:49:23.341Z Fresh smawk v0.3.2
98082026-09-11T19:49:23.341Z Fresh siphasher v1.0.2
98092026-09-11T19:49:23.341Z Fresh icu_properties v2.1.2
98102026-09-11T19:49:23.341Z Fresh icu_normalizer v2.1.1
98112026-09-11T19:49:23.341Z Fresh tokio-rustls v0.26.4
98122026-09-11T19:49:23.341Z Fresh rustls-platform-verifier v0.6.2
98132026-09-11T19:49:23.341Z Fresh dof v0.4.0
98142026-09-11T19:49:23.341Z Fresh slog-term v2.9.2
98152026-09-11T19:49:23.341Z Fresh slog-async v2.8.0
98162026-09-11T19:49:23.341Z Fresh rsa v0.9.10
98172026-09-11T19:49:23.341Z Fresh strum v0.26.3
98182026-09-11T19:49:23.341Z Fresh darling v0.20.11
98192026-09-11T19:49:23.341Z Fresh elliptic-curve v0.13.8
98202026-09-11T19:49:23.341Z Fresh addr2line v0.25.1
98212026-09-11T19:49:23.341Z Fresh rustc-demangle v0.1.27
98222026-09-11T19:49:23.341Z Fresh scroll v0.12.0
98232026-09-11T19:49:23.341Z Fresh crossbeam-epoch v0.9.18
98242026-09-11T19:49:23.341Z Fresh half v2.7.1
98252026-09-11T19:49:23.341Z Fresh bstr v1.12.1
98262026-09-11T19:49:23.341Z Fresh zerocopy-derive v0.7.35
98272026-09-11T19:49:23.341Z Fresh cfg_aliases v0.2.1
98282026-09-11T19:49:23.344Z Fresh tap v1.0.1
98292026-09-11T19:49:23.344Z Fresh ciborium-io v0.2.2
98302026-09-11T19:49:23.344Z Fresh rfc6979 v0.4.0
98312026-09-11T19:49:23.344Z Fresh env_filter v2.0.0
98322026-09-11T19:49:23.344Z Fresh winnow v0.5.40
98332026-09-11T19:49:23.344Z Fresh crc-catalog v2.4.0
98342026-09-11T19:49:23.344Z Fresh idna_adapter v1.2.1
98352026-09-11T19:49:23.344Z Fresh hyper-rustls v0.27.7
98362026-09-11T19:49:23.344Z Fresh usdt-impl v0.6.0
98372026-09-11T19:49:23.344Z Fresh derive_builder_core v0.20.2
98382026-09-11T19:49:23.350Z Fresh memoffset v0.9.1
98392026-09-11T19:49:23.351Z Fresh backtrace v0.3.76
98402026-09-11T19:49:23.351Z Fresh goblin v0.8.2
98412026-09-11T19:49:23.351Z Fresh wyz v0.5.1
98422026-09-11T19:49:23.351Z Fresh rustix v0.38.44
98432026-09-11T19:49:23.351Z Fresh radium v0.7.0
98442026-09-11T19:49:23.351Z Fresh zerocopy v0.7.35
98452026-09-11T19:49:23.351Z Fresh ciborium-ll v0.2.2
98462026-09-11T19:49:23.351Z Fresh funty v2.0.0
98472026-09-11T19:49:23.351Z Fresh keccak v0.1.6
98482026-09-11T19:49:23.351Z Fresh crc v3.4.0
98492026-09-11T19:49:23.351Z Fresh primeorder v0.13.6
98502026-09-11T19:49:23.351Z Fresh env_logger v0.11.11
98512026-09-11T19:49:23.352Z Fresh ecdsa v0.16.9
98522026-09-11T19:49:23.352Z Fresh toml_edit v0.19.15
98532026-09-11T19:49:23.352Z Fresh dtrace-parser v0.2.0
98542026-09-11T19:49:23.352Z Fresh hashbrown v0.14.5
98552026-09-11T19:49:23.352Z Fresh heck v0.4.1
98562026-09-11T19:49:23.352Z Fresh packed_struct_codegen v0.10.1
98572026-09-11T19:49:23.352Z Fresh bitfield-macros v0.19.4
98582026-09-11T19:49:23.352Z Fresh thread-id v4.2.2
98592026-09-11T19:49:23.352Z Fresh idna v1.1.0
98602026-09-11T19:49:23.352Z Fresh usdt-macro v0.6.0
98612026-09-11T19:49:23.352Z Fresh usdt-attr-macro v0.6.0
98622026-09-11T19:49:23.352Z Fresh derive_builder_macro v0.20.2
98632026-09-11T19:49:23.352Z Fresh backtrace-ext v0.2.1
98642026-09-11T19:49:23.352Z Fresh bitvec v1.0.1
98652026-09-11T19:49:23.352Z Fresh dof v0.3.0
98662026-09-11T19:49:23.352Z Fresh curve25519-dalek v4.1.3
98672026-09-11T19:49:23.352Z Fresh sha3 v0.10.8
98682026-09-11T19:49:23.352Z Fresh ciborium v0.2.2
98692026-09-11T19:49:23.352Z Fresh chumsky v0.9.3
98702026-09-11T19:49:23.352Z Fresh bitfield v0.19.4
98712026-09-11T19:49:23.352Z Fresh ed25519 v2.2.3
98722026-09-11T19:49:23.352Z Fresh chacha20 v0.10.0
98732026-09-11T19:49:23.352Z Fresh serde_with_macros v3.21.0
98742026-09-11T19:49:23.353Z Fresh itertools v0.13.0
98752026-09-11T19:49:23.353Z Fresh cargo-platform v0.3.2
98762026-09-11T19:49:23.353Z Fresh same-file v1.0.6
98772026-09-11T19:49:23.353Z Fresh nodrop v0.1.14
98782026-09-11T19:49:23.353Z Fresh unicode-normalization v0.1.25
98792026-09-11T19:49:23.353Z Fresh structmeta-derive v0.3.0
98802026-09-11T19:49:23.353Z Fresh zerocopy-derive v0.6.6
98812026-09-11T19:49:23.353Z Fresh proc-macro-error-attr2 v2.0.0
98822026-09-11T19:49:23.353Z Fresh foreign-types-shared v0.1.1
98832026-09-11T19:49:23.353Z Fresh foldhash v0.1.5
98842026-09-11T19:49:23.353Z Fresh bitflags v1.3.2
98852026-09-11T19:49:23.353Z Fresh url v2.5.8
98862026-09-11T19:49:23.353Z Fresh publicsuffix v2.3.0
98872026-09-11T19:49:23.353Z Fresh usdt v0.6.0
98882026-09-11T19:49:23.353Z Fresh derive_builder v0.20.2
98892026-09-11T19:49:23.353Z Fresh maybe-uninit v2.0.0
98902026-09-11T19:49:23.353Z Fresh packed_struct v0.10.1
98912026-09-11T19:49:23.353Z Fresh nix v0.31.2
98922026-09-11T19:49:23.353Z Fresh usdt-impl v0.5.0
98932026-09-11T19:49:23.353Z Fresh array-init v0.0.4
98942026-09-11T19:49:23.353Z Fresh walkdir v2.5.0
98952026-09-11T19:49:23.353Z Fresh owo-colors v4.3.0
98962026-09-11T19:49:23.353Z Fresh ed25519-dalek v2.2.0
98972026-09-11T19:49:23.354Z Fresh cargo_metadata v0.23.1
98982026-09-11T19:49:23.354Z Fresh debug-ignore v1.0.5
98992026-09-11T19:49:23.354Z Fresh proc-macro-error2 v2.0.1
99002026-09-11T19:49:23.354Z Fresh zerocopy v0.6.6
99012026-09-11T19:49:23.354Z Fresh hashbrown v0.15.5
99022026-09-11T19:49:23.354Z Fresh foreign-types v0.3.2
99032026-09-11T19:49:23.354Z Fresh structmeta v0.3.0
99042026-09-11T19:49:23.354Z Fresh openssl-sys v0.9.117
99052026-09-11T19:49:23.354Z Fresh p384 v0.13.1
99062026-09-11T19:49:23.354Z Fresh ron v0.8.1
99072026-09-11T19:49:23.354Z Fresh supports-color v3.0.2
99082026-09-11T19:49:23.354Z Fresh textwrap v0.16.2
99092026-09-11T19:49:23.354Z Fresh miette-derive v7.6.0
99102026-09-11T19:49:23.354Z Fresh enum-as-inner v0.6.1
99112026-09-11T19:49:23.354Z Fresh openssl-macros v0.1.1
99122026-09-11T19:49:23.354Z Fresh schemars v0.8.22
99132026-09-11T19:49:23.354Z Fresh cookie_store v0.22.1
99142026-09-11T19:49:23.354Z Fresh smallvec v0.6.14
99152026-09-11T19:49:23.354Z Fresh usdt-macro v0.5.0
99162026-09-11T19:49:23.354Z Fresh vergen-lib v9.1.0
99172026-09-11T19:49:23.354Z Fresh usdt-attr-macro v0.5.0
99182026-09-11T19:49:23.354Z Fresh memmap v0.7.0
99192026-09-11T19:49:23.354Z Fresh supports-hyperlinks v3.2.0
99202026-09-11T19:49:23.354Z Fresh managed v0.8.0
99212026-09-11T19:49:23.355Z Fresh crc-any v2.5.0
99222026-09-11T19:49:23.355Z Fresh supports-unicode v3.0.0
99232026-09-11T19:49:23.355Z Fresh knus-derive v3.4.0
99242026-09-11T19:49:23.355Z Fresh openssl v0.10.80
99252026-09-11T19:49:23.355Z Fresh rand v0.10.1
99262026-09-11T19:49:23.355Z Fresh phf_shared v0.11.3
99272026-09-11T19:49:23.355Z Fresh ref-cast-impl v1.0.25
99282026-09-11T19:49:23.355Z Fresh new_debug_unreachable v1.0.6
99292026-09-11T19:49:23.355Z Fresh fixedbitset v0.4.2
99302026-09-11T19:49:23.355Z Fresh precomputed-hash v0.1.1
99312026-09-11T19:49:23.355Z Fresh globset v0.4.18
99322026-09-11T19:49:23.355Z Fresh pin-project-internal v1.1.11
99332026-09-11T19:49:23.355Z Fresh hashbrown v0.12.3
99342026-09-11T19:49:23.355Z Fresh derive-ex v0.1.8
99352026-09-11T19:49:23.355Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
99362026-09-11T19:49:23.355Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
99372026-09-11T19:49:23.355Z Fresh ipnetwork v0.21.1
99382026-09-11T19:49:23.372Z Fresh newtype-uuid v1.3.2
99392026-09-11T19:49:23.373Z Fresh reqwest v0.13.2
99402026-09-11T19:49:23.373Z Fresh serde_with v3.21.0
99412026-09-11T19:49:23.373Z Fresh serde-hex v0.1.0
99422026-09-11T19:49:23.373Z Fresh usdt v0.5.0
99432026-09-11T19:49:23.373Z Fresh vergen v9.1.0
99442026-09-11T19:49:23.373Z Fresh miette v7.6.0
99452026-09-11T19:49:23.373Z Fresh signal-hook v0.3.18
99462026-09-11T19:49:23.373Z Fresh string_cache v0.8.9
99472026-09-11T19:49:23.373Z Fresh bzip2-sys v0.1.13+1.0.8
99482026-09-11T19:49:23.373Z Fresh petgraph v0.6.5
99492026-09-11T19:49:23.373Z Fresh pin-project v1.1.11
99502026-09-11T19:49:23.373Z Fresh toml v0.7.8
99512026-09-11T19:49:23.373Z Fresh hashbrown v0.13.2
99522026-09-11T19:49:23.373Z Fresh inout v0.1.4
99532026-09-11T19:49:23.373Z Fresh libbz2-rs-sys v0.2.2
99542026-09-11T19:49:23.373Z Fresh fixedbitset v0.5.7
99552026-09-11T19:49:23.373Z Fresh lalrpop-util v0.19.12
99562026-09-11T19:49:23.373Z Fresh bumpalo v3.20.2
99572026-09-11T19:49:23.373Z Fresh test-strategy v0.4.5
99582026-09-11T19:49:23.373Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
99592026-09-11T19:49:23.373Z Fresh convert_case v0.10.0
99602026-09-11T19:49:23.373Z Fresh serde-big-array v0.5.1
99612026-09-11T19:49:23.373Z Fresh oxnet v0.1.6
99622026-09-11T19:49:23.373Z Fresh knus v3.4.0
99632026-09-11T19:49:23.374Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
99642026-09-11T19:49:23.374Z Fresh salty v0.3.0
99652026-09-11T19:49:23.374Z Fresh ref-cast v1.0.25
99662026-09-11T19:49:23.374Z Fresh indexmap v1.9.3
99672026-09-11T19:49:23.374Z Fresh native-tls v0.2.18
99682026-09-11T19:49:23.374Z Fresh signal-hook-mio v0.2.5
99692026-09-11T19:49:23.374Z Fresh bzip2 v0.4.4
99702026-09-11T19:49:23.374Z Fresh zopfli v0.8.3
99712026-09-11T19:49:23.374Z Fresh cipher v0.4.4
99722026-09-11T19:49:23.374Z Fresh petgraph v0.8.3
99732026-09-11T19:49:23.374Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
99742026-09-11T19:49:23.374Z Fresh bzip2 v0.6.1
99752026-09-11T19:49:23.374Z Fresh snafu-derive v0.8.9
99762026-09-11T19:49:23.374Z Fresh derive-where v1.6.0
99772026-09-11T19:49:23.374Z Fresh serde_repr v0.1.20
99782026-09-11T19:49:23.374Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99792026-09-11T19:49:23.374Z Fresh pem v3.0.6
99802026-09-11T19:49:23.374Z Fresh hash32 v0.2.1
99812026-09-11T19:49:23.374Z Fresh unicode-bidi v0.3.18
99822026-09-11T19:49:23.374Z Fresh unicode-properties v0.1.4
99832026-09-11T19:49:23.374Z Fresh jiff-core v0.1.0
99842026-09-11T19:49:23.374Z Fresh path-slash v0.1.5
99852026-09-11T19:49:23.374Z Fresh predicates-core v1.0.10
99862026-09-11T19:49:23.374Z Fresh linked-hash-map v0.5.6
99872026-09-11T19:49:23.374Z Fresh derive_more-impl v2.1.1
99882026-09-11T19:49:23.374Z Fresh daft v0.1.8
99892026-09-11T19:49:23.374Z Fresh tokio-native-tls v0.3.1
99902026-09-11T19:49:23.375Z Fresh zip v0.6.6
99912026-09-11T19:49:23.375Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
99922026-09-11T19:49:23.375Z Fresh object v0.30.4
99932026-09-11T19:49:23.375Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99942026-09-11T19:49:23.375Z Fresh stringprep v0.1.5
99952026-09-11T19:49:23.375Z Fresh heapless v0.7.17
99962026-09-11T19:49:23.375Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
99972026-09-11T19:49:23.375Z Fresh crossterm v0.28.1
99982026-09-11T19:49:23.375Z Fresh lru-cache v0.1.2
99992026-09-11T19:49:23.375Z Fresh fs-err v3.3.0
100002026-09-11T19:49:23.375Z Fresh snafu v0.8.9
100012026-09-11T19:49:23.375Z Fresh jiff v0.2.34
100022026-09-11T19:49:23.375Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
100032026-09-11T19:49:23.375Z Fresh zstd-sys v2.0.16+zstd.1.5.7
100042026-09-11T19:49:23.375Z Fresh byte-wrapper v0.1.0
100052026-09-11T19:49:23.375Z Fresh hickory-proto v0.25.2
100062026-09-11T19:49:23.375Z Fresh hickory-proto v0.24.4
100072026-09-11T19:49:23.375Z Fresh similar v2.7.0
100082026-09-11T19:49:23.375Z Fresh md-5 v0.11.0
100092026-09-11T19:49:23.375Z Fresh tokio-stream v0.1.18
100102026-09-11T19:49:23.375Z Fresh serde_plain v1.0.2
100112026-09-11T19:49:23.375Z Fresh float-cmp v0.10.0
100122026-09-11T19:49:23.375Z Fresh async-recursion v1.1.1
100132026-09-11T19:49:23.375Z Fresh strum_macros v0.27.2
100142026-09-11T19:49:23.376Z Fresh resolv-conf v0.7.6
100152026-09-11T19:49:23.376Z Fresh fallible-iterator v0.2.0
100162026-09-11T19:49:23.376Z Fresh typed-path v0.9.3
100172026-09-11T19:49:23.376Z Fresh typed-path v0.12.3
100182026-09-11T19:49:23.376Z Fresh hyper-tls v0.6.0
100192026-09-11T19:49:23.376Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
100202026-09-11T19:49:23.376Z Fresh normalize-line-endings v0.3.0
100212026-09-11T19:49:23.376Z Fresh difflib v0.4.0
100222026-09-11T19:49:23.376Z Fresh toml_write v0.1.2
100232026-09-11T19:49:23.376Z Fresh strum v0.27.2
100242026-09-11T19:49:23.376Z Fresh zstd-safe v7.2.4
100252026-09-11T19:49:23.376Z Fresh iddqd v0.4.2
100262026-09-11T19:49:23.376Z Fresh zip v8.6.0
100272026-09-11T19:49:23.376Z Fresh smoltcp v0.9.1
100282026-09-11T19:49:23.376Z Fresh postgres-protocol v0.6.12
100292026-09-11T19:49:23.376Z Fresh derive_more v2.1.1
100302026-09-11T19:49:23.376Z Fresh phf_shared v0.13.1
100312026-09-11T19:49:23.376Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
100322026-09-11T19:49:23.376Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
100332026-09-11T19:49:23.376Z Fresh peg-runtime v0.8.5
100342026-09-11T19:49:23.376Z Fresh corncobs v0.1.4
100352026-09-11T19:49:23.376Z Fresh hickory-resolver v0.24.4
100362026-09-11T19:49:23.376Z Fresh olpc-cjson v0.1.4
100372026-09-11T19:49:23.376Z Fresh secrecy v0.8.0
100382026-09-11T19:49:23.383Z Fresh whoami v2.1.0
100392026-09-11T19:49:23.383Z Fresh buf-list v1.1.2
100402026-09-11T19:49:23.384Z Fresh newtype-uuid-macros v0.1.0
100412026-09-11T19:49:23.384Z Fresh match_cfg v0.1.0
100422026-09-11T19:49:23.384Z Fresh slog-json v2.6.1
100432026-09-11T19:49:23.384Z Fresh serde_spanned v1.1.1
100442026-09-11T19:49:23.384Z Fresh toml_datetime v1.1.1+spec-1.1.0
100452026-09-11T19:49:23.384Z Fresh toml_writer v1.1.1+spec-1.1.0
100462026-09-11T19:49:23.384Z Fresh sha1 v0.11.0
100472026-09-11T19:49:23.384Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
100482026-09-11T19:49:23.384Z Fresh toml_edit v0.22.27
100492026-09-11T19:49:23.384Z Fresh reqwest v0.12.28
100502026-09-11T19:49:23.384Z Fresh predicates v3.1.4
100512026-09-11T19:49:23.384Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
100522026-09-11T19:49:23.384Z Fresh postgres-types v0.2.14
100532026-09-11T19:49:23.384Z Fresh zstd v0.13.3
100542026-09-11T19:49:23.384Z Fresh phf v0.13.1
100552026-09-11T19:49:23.384Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
100562026-09-11T19:49:23.384Z Fresh qorb v0.4.1
100572026-09-11T19:49:23.384Z Fresh hostname v0.3.1
100582026-09-11T19:49:23.384Z Fresh toml v1.1.2+spec-1.1.0
100592026-09-11T19:49:23.384Z Fresh async-stream-impl v0.3.6
100602026-09-11T19:49:23.385Z Fresh compression-core v0.4.31
100612026-09-11T19:49:23.385Z Fresh rustls-pemfile v2.2.0
100622026-09-11T19:49:23.385Z Fresh dropshot_endpoint v0.17.1
100632026-09-11T19:49:23.385Z Fresh waitgroup v0.1.2
100642026-09-11T19:49:23.385Z Fresh hostname v0.4.2
100652026-09-11T19:49:23.385Z Fresh serde_path_to_error v0.1.20
100662026-09-11T19:49:23.385Z Fresh progenitor-client v0.14.0
100672026-09-11T19:49:23.385Z Fresh atomicwrites v0.4.4
100682026-09-11T19:49:23.385Z Fresh serde_tokenstream v0.3.0
100692026-09-11T19:49:23.385Z Fresh regress v0.10.5
100702026-09-11T19:49:23.385Z Fresh macaddr v1.0.1
100712026-09-11T19:49:23.385Z Fresh instant v0.1.13
100722026-09-11T19:49:23.385Z Fresh itertools v0.14.0
100732026-09-11T19:49:23.385Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
100742026-09-11T19:49:23.385Z Fresh toml v0.8.23
100752026-09-11T19:49:23.385Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
100762026-09-11T19:49:23.385Z Fresh tokio-postgres v0.7.18
100772026-09-11T19:49:23.385Z Fresh tough v0.22.0
100782026-09-11T19:49:23.385Z Fresh zip v4.6.1
100792026-09-11T19:49:23.385Z Fresh slog-bunyan v2.5.0
100802026-09-11T19:49:23.385Z Fresh compression-codecs v0.4.37
100812026-09-11T19:49:23.385Z Fresh async-stream v0.3.6
100822026-09-11T19:49:23.385Z Fresh oxide-generation-macros v0.2.0
100832026-09-11T19:49:23.386Z Fresh parse-display-derive v0.10.0
100842026-09-11T19:49:23.386Z Fresh backoff v0.4.0
100852026-09-11T19:49:23.386Z Fresh backon v1.6.0
100862026-09-11T19:49:23.386Z Fresh humantime v2.3.0
100872026-09-11T19:49:23.386Z Fresh convert_case v0.4.0
100882026-09-11T19:49:23.386Z Fresh secrecy v0.10.3
100892026-09-11T19:49:23.386Z Fresh regress v0.11.1
100902026-09-11T19:49:23.386Z Fresh indent_write v2.2.0
100912026-09-11T19:49:23.386Z Fresh unsafe-libyaml v0.2.11
100922026-09-11T19:49:23.386Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100932026-09-11T19:49:23.386Z Fresh universal-hash v0.5.1
100942026-09-11T19:49:23.386Z Fresh thiserror-impl-no-std v2.0.2
100952026-09-11T19:49:23.386Z Fresh opaque-debug v0.3.1
100962026-09-11T19:49:23.386Z Fresh chacha20 v0.9.1
100972026-09-11T19:49:23.386Z Fresh blake2 v0.10.6
100982026-09-11T19:49:23.386Z Fresh aead v0.5.2
100992026-09-11T19:49:23.386Z Fresh password-hash v0.5.0
101002026-09-11T19:49:23.386Z Fresh camino-tempfile v1.4.1
101012026-09-11T19:49:23.386Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
101022026-09-11T19:49:23.386Z Fresh multer v3.1.0
101032026-09-11T19:49:23.386Z Fresh async-compression v0.4.41
101042026-09-11T19:49:23.386Z Fresh parse-display v0.10.0
101052026-09-11T19:49:23.386Z Fresh progenitor-extras v0.2.0
101062026-09-11T19:49:23.387Z Fresh derive_more v0.99.20
101072026-09-11T19:49:23.387Z Fresh typify-impl v0.6.2
101082026-09-11T19:49:23.387Z Fresh serde_yaml v0.9.34+deprecated
101092026-09-11T19:49:23.387Z Fresh poly1305 v0.8.0
101102026-09-11T19:49:23.387Z Fresh thiserror-no-std v2.0.2
101112026-09-11T19:49:23.387Z Fresh argon2 v0.5.3
101122026-09-11T19:49:23.387Z Fresh swrite v0.1.0
101132026-09-11T19:49:23.387Z Fresh toml_datetime v0.7.5+spec-1.1.0
101142026-09-11T19:49:23.387Z Fresh num-derive v0.4.2
101152026-09-11T19:49:23.387Z Fresh glob v0.3.3
101162026-09-11T19:49:23.387Z Fresh crossbeam-deque v0.8.6
101172026-09-11T19:49:23.387Z Fresh tabwriter v1.4.1
101182026-09-11T19:49:23.387Z Fresh ingot-macros v0.2.0
101192026-09-11T19:49:23.387Z Fresh hash32 v0.3.1
101202026-09-11T19:49:23.387Z Fresh colored v3.1.1
101212026-09-11T19:49:23.387Z Fresh cobs v0.3.0
101222026-09-11T19:49:23.387Z Fresh proc-macro-crate v1.3.1
101232026-09-11T19:49:23.387Z Fresh dropshot v0.17.1
101242026-09-11T19:49:23.387Z Fresh crucible-workspace-hack v0.1.0
101252026-09-11T19:49:23.387Z Fresh typify-macro v0.6.2
101262026-09-11T19:49:23.387Z Fresh vsss-rs v3.3.4
101272026-09-11T19:49:23.388Z Fresh chacha20poly1305 v0.10.1
101282026-09-11T19:49:23.388Z Fresh toml_edit v0.23.10+spec-1.0.0
101292026-09-11T19:49:23.388Z Fresh ingot-types v0.2.0
101302026-09-11T19:49:23.388Z Fresh postcard v1.1.3
101312026-09-11T19:49:23.388Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101322026-09-11T19:49:23.388Z Fresh foreign-types-macros v0.2.3
101332026-09-11T19:49:23.388Z Fresh foreign-types-shared v0.3.1
101342026-09-11T19:49:23.388Z Fresh num_enum_derive v0.5.11
101352026-09-11T19:49:23.388Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101362026-09-11T19:49:23.388Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101372026-09-11T19:49:23.388Z Fresh cstr-argument v0.1.2
101382026-09-11T19:49:23.395Z Fresh sigpipe v0.1.3
101392026-09-11T19:49:23.395Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101402026-09-11T19:49:23.395Z Fresh itertools v0.12.1
101412026-09-11T19:49:23.395Z Fresh smf v0.2.3
101422026-09-11T19:49:23.395Z Fresh typify v0.6.2
101432026-09-11T19:49:23.395Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
101442026-09-11T19:49:23.395Z Fresh proc-macro-crate v3.4.0
101452026-09-11T19:49:23.395Z Fresh proc-macro-error-attr v1.0.4
101462026-09-11T19:49:23.395Z Fresh rayon-core v1.13.0
101472026-09-11T19:49:23.395Z Fresh heapless v0.8.0
101482026-09-11T19:49:23.395Z Fresh ingot v0.2.1
101492026-09-11T19:49:23.395Z Fresh illumos-nvpair-sys v0.2.0
101502026-09-11T19:49:23.395Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101512026-09-11T19:49:23.395Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
101522026-09-11T19:49:23.395Z Fresh foreign-types v0.5.0
101532026-09-11T19:49:23.395Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101542026-09-11T19:49:23.395Z Fresh num_enum v0.5.11
101552026-09-11T19:49:23.395Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
101562026-09-11T19:49:23.396Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101572026-09-11T19:49:23.396Z Fresh whoami v1.6.1
101582026-09-11T19:49:23.396Z Fresh console v0.15.11
101592026-09-11T19:49:23.396Z Fresh newline-converter v0.3.0
101602026-09-11T19:49:23.396Z Fresh oxide-update-engine-types v0.1.2
101612026-09-11T19:49:23.396Z Fresh num-rational v0.4.2
101622026-09-11T19:49:23.396Z Fresh num-complex v0.4.6
101632026-09-11T19:49:23.396Z Fresh float-ord v0.3.2
101642026-09-11T19:49:23.396Z Fresh gethostname v0.5.0
101652026-09-11T19:49:23.396Z Fresh bytecount v0.6.9
101662026-09-11T19:49:23.396Z Fresh linear-map v1.2.0
101672026-09-11T19:49:23.396Z Fresh tokio-dtrace v0.1.1
101682026-09-11T19:49:23.396Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101692026-09-11T19:49:23.396Z Fresh progenitor-impl v0.14.0
101702026-09-11T19:49:23.396Z Fresh num_enum_derive v0.7.6
101712026-09-11T19:49:23.396Z Fresh proc-macro-error v1.0.4
101722026-09-11T19:49:23.396Z Fresh rayon v1.11.0
101732026-09-11T19:49:23.396Z Fresh smoltcp v0.11.0
101742026-09-11T19:49:23.396Z Fresh illumos-nvpair v0.3.0
101752026-09-11T19:49:23.396Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101762026-09-11T19:49:23.396Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
101772026-09-11T19:49:23.396Z Fresh expectorate v1.2.0
101782026-09-11T19:49:23.396Z Fresh num v0.4.3
101792026-09-11T19:49:23.397Z Fresh oxide-tokio-rt v0.1.4
101802026-09-11T19:49:23.397Z Fresh oxide-generation v0.1.3
101812026-09-11T19:49:23.397Z Fresh csv-core v0.1.13
101822026-09-11T19:49:23.397Z Fresh minimal-lexical v0.2.1
101832026-09-11T19:49:23.397Z Fresh termtree v0.5.1
101842026-09-11T19:49:23.397Z Fresh unicode-xid v0.2.6
101852026-09-11T19:49:23.397Z Fresh ar_archive_writer v0.5.1
101862026-09-11T19:49:23.397Z Fresh fd-lock v4.0.4
101872026-09-11T19:49:23.397Z Fresh vte v0.14.1
101882026-09-11T19:49:23.397Z Fresh semver v0.1.20
101892026-09-11T19:49:23.397Z Fresh papergrid v0.11.0
101902026-09-11T19:49:23.397Z Fresh nu-ansi-term v0.50.3
101912026-09-11T19:49:23.397Z Fresh crossterm v0.29.0
101922026-09-11T19:49:23.397Z Fresh nom v8.0.0
101932026-09-11T19:49:23.397Z Fresh cfg_aliases v0.1.1
101942026-09-11T19:49:23.397Z Fresh highway v1.3.0
101952026-09-11T19:49:23.397Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101962026-09-11T19:49:23.397Z Fresh progenitor-macro v0.14.0
101972026-09-11T19:49:23.397Z Fresh num_enum v0.7.6
101982026-09-11T19:49:23.397Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
101992026-09-11T19:49:23.397Z Fresh zone_cfg_derive v0.3.1
102002026-09-11T19:49:23.397Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
102012026-09-11T19:49:23.397Z Fresh cancel-safe-futures v0.1.5
102022026-09-11T19:49:23.398Z Fresh nom v7.1.3
102032026-09-11T19:49:23.398Z Fresh csv v1.4.0
102042026-09-11T19:49:23.398Z Fresh rustc_version v0.1.7
102052026-09-11T19:49:23.398Z Fresh strip-ansi-escapes v0.2.1
102062026-09-11T19:49:23.398Z Fresh tabled_derive v0.7.0
102072026-09-11T19:49:23.398Z Fresh nibble_vec v0.1.0
102082026-09-11T19:49:23.398Z Fresh display-error-chain v0.2.2
102092026-09-11T19:49:23.398Z Fresh endian-type v0.1.2
102102026-09-11T19:49:23.398Z Fresh progenitor v0.14.0
102112026-09-11T19:49:23.398Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
102122026-09-11T19:49:23.398Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
102132026-09-11T19:49:23.398Z Fresh zone v0.3.1
102142026-09-11T19:49:23.398Z Fresh oxide-update-engine v0.1.2
102152026-09-11T19:49:23.398Z Fresh prettyplease v0.2.37
102162026-09-11T19:49:23.398Z Fresh slog-dtrace v0.3.0
102172026-09-11T19:49:23.398Z Fresh tabled v0.15.0
102182026-09-11T19:49:23.398Z Fresh reedline v0.40.0
102192026-09-11T19:49:23.398Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102202026-09-11T19:49:23.398Z Fresh radix_trie v0.2.1
102212026-09-11T19:49:23.398Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
102222026-09-11T19:49:23.398Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
102232026-09-11T19:49:23.398Z Fresh phf_shared v0.12.1
102242026-09-11T19:49:23.398Z Fresh recursive-proc-macro-impl v0.1.1
102252026-09-11T19:49:23.399Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102262026-09-11T19:49:23.399Z Fresh const_format_proc_macros v0.2.34
102272026-09-11T19:49:23.399Z Fresh peg-macros v0.8.5
102282026-09-11T19:49:23.399Z Fresh sqlparser_derive v0.5.0
102292026-09-11T19:49:23.399Z Fresh winnow v0.6.26
102302026-09-11T19:49:23.399Z Fresh unicode_categories v0.1.1
102312026-09-11T19:49:23.399Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
102322026-09-11T19:49:23.399Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
102332026-09-11T19:49:23.399Z Fresh psm v0.1.30
102342026-09-11T19:49:23.399Z Fresh phf v0.12.1
102352026-09-11T19:49:23.399Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102362026-09-11T19:49:23.399Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102372026-09-11T19:49:23.399Z Fresh nix v0.28.0
102382026-09-11T19:49:23.407Z Fresh home v0.5.12
102392026-09-11T19:49:23.407Z Fresh const_format v0.2.35
102402026-09-11T19:49:23.407Z Fresh peg v0.8.5
102412026-09-11T19:49:23.407Z Fresh sqlformat v0.3.5
102422026-09-11T19:49:23.408Z Fresh bcs v0.1.6
102432026-09-11T19:49:23.408Z Fresh filetime v0.2.27
102442026-09-11T19:49:23.408Z Fresh xattr v1.6.1
102452026-09-11T19:49:23.408Z Fresh omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
102462026-09-11T19:49:23.408Z Fresh bitfield-struct v0.6.2
102472026-09-11T19:49:23.408Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102482026-09-11T19:49:23.408Z Fresh utf-8 v0.7.6
102492026-09-11T19:49:23.408Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
102502026-09-11T19:49:23.408Z Fresh stacker v0.1.23
102512026-09-11T19:49:23.408Z Fresh newtype_derive v0.1.6
102522026-09-11T19:49:23.408Z Fresh rustyline v14.0.0
102532026-09-11T19:49:23.408Z Fresh chrono-tz v0.10.4
102542026-09-11T19:49:23.408Z Fresh tar v0.4.46
102552026-09-11T19:49:23.408Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102562026-09-11T19:49:23.408Z Fresh headers-core v0.3.0
102572026-09-11T19:49:23.408Z Fresh dropshot-api-manager-types v0.8.0
102582026-09-11T19:49:23.408Z Fresh xshell-macros v0.2.7
102592026-09-11T19:49:23.408Z Fresh subprocess v0.2.15
102602026-09-11T19:49:23.408Z Fresh yasna v0.5.2
102612026-09-11T19:49:23.408Z Fresh port-file v0.1.0
102622026-09-11T19:49:23.408Z Fresh tagptr v0.2.0
102632026-09-11T19:49:23.409Z Fresh tungstenite v0.21.0
102642026-09-11T19:49:23.409Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
102652026-09-11T19:49:23.409Z Fresh tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
102662026-09-11T19:49:23.409Z Fresh half v1.8.3
102672026-09-11T19:49:23.409Z Fresh path-slash v0.2.1
102682026-09-11T19:49:23.409Z Fresh anstyle-parse v0.2.7
102692026-09-11T19:49:23.409Z Fresh recursive v0.1.1
102702026-09-11T19:49:23.409Z Fresh steno v0.4.1
102712026-09-11T19:49:23.409Z Fresh libefi-sys v0.1.0
102722026-09-11T19:49:23.409Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102732026-09-11T19:49:23.409Z Fresh headers v0.4.1
102742026-09-11T19:49:23.409Z Fresh xshell v0.2.7
102752026-09-11T19:49:23.409Z Fresh rcgen v0.12.1
102762026-09-11T19:49:23.410Z Fresh moka v0.12.13
102772026-09-11T19:49:23.410Z Fresh tokio-tungstenite v0.21.0
102782026-09-11T19:49:23.410Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
102792026-09-11T19:49:23.410Z Fresh tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
102802026-09-11T19:49:23.410Z Fresh serde_cbor v0.11.2
102812026-09-11T19:49:23.410Z Fresh anstream v0.6.21
102822026-09-11T19:49:23.410Z Fresh predicates-tree v1.0.13
102832026-09-11T19:49:23.410Z Fresh darling_core v0.21.3
102842026-09-11T19:49:23.410Z Fresh ignore v0.4.25
102852026-09-11T19:49:23.410Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
102862026-09-11T19:49:23.410Z Fresh maplit v1.0.2
102872026-09-11T19:49:23.410Z Fresh scheduled-thread-pool v0.2.7
102882026-09-11T19:49:23.410Z Fresh sqlparser v0.61.0
102892026-09-11T19:49:23.410Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
102902026-09-11T19:49:23.410Z Fresh hickory-resolver v0.25.2
102912026-09-11T19:49:23.410Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
102922026-09-11T19:49:23.410Z Fresh object v0.39.1
102932026-09-11T19:49:23.410Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
102942026-09-11T19:49:23.410Z Fresh darling_macro v0.21.3
102952026-09-11T19:49:23.410Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
102962026-09-11T19:49:23.410Z Fresh globwalk v0.9.1
102972026-09-11T19:49:23.410Z Fresh diesel_table_macro_syntax v0.3.0
102982026-09-11T19:49:23.410Z Fresh r2d2 v0.8.10
102992026-09-11T19:49:23.411Z Fresh downcast-rs v2.0.2
103002026-09-11T19:49:23.411Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
103012026-09-11T19:49:23.411Z Fresh rand_seeder v0.4.0
103022026-09-11T19:49:23.411Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
103032026-09-11T19:49:23.411Z Fresh digest-io v0.1.0
103042026-09-11T19:49:23.411Z Fresh diff v0.1.13
103052026-09-11T19:49:23.411Z Fresh rawzip v0.4.4
103062026-09-11T19:49:23.411Z Fresh hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
103072026-09-11T19:49:23.411Z Fresh darling v0.21.3
103082026-09-11T19:49:23.411Z Fresh camino-tempfile-ext v0.3.3
103092026-09-11T19:49:23.411Z Fresh vergen-lib v0.1.6
103102026-09-11T19:49:23.411Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
103112026-09-11T19:49:23.411Z Fresh dirs-sys-next v0.1.2
103122026-09-11T19:49:23.411Z Fresh unicase v2.9.0
103132026-09-11T19:49:23.411Z Fresh bit-vec v0.6.3
103142026-09-11T19:49:23.411Z Fresh libscf-sys v1.2.0
103152026-09-11T19:49:23.411Z Fresh itertools v0.10.5
103162026-09-11T19:49:23.411Z Fresh libloading v0.8.9
103172026-09-11T19:49:23.411Z Fresh ena v0.14.4
103182026-09-11T19:49:23.411Z Fresh regex-syntax v0.6.29
103192026-09-11T19:49:23.411Z Fresh cexpr v0.6.0
103202026-09-11T19:49:23.411Z Fresh papergrid v0.18.0
103212026-09-11T19:49:23.411Z Fresh rustc-hash v2.1.1
103222026-09-11T19:49:23.412Z Fresh dsl_auto_type v0.2.0
103232026-09-11T19:49:23.412Z Fresh vergen-gitcl v1.0.8
103242026-09-11T19:49:23.412Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
103252026-09-11T19:49:23.412Z Fresh dirs-next v2.0.0
103262026-09-11T19:49:23.412Z Fresh bit-set v0.5.3
103272026-09-11T19:49:23.412Z Fresh tabled v0.21.0
103282026-09-11T19:49:23.412Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
103292026-09-11T19:49:23.412Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
103302026-09-11T19:49:23.412Z Fresh strum_macros v0.24.3
103312026-09-11T19:49:23.412Z Fresh indoc v1.0.9
103322026-09-11T19:49:23.412Z Fresh quick-xml v0.37.5
103332026-09-11T19:49:23.412Z Fresh oso-derive v0.27.3
103342026-09-11T19:49:23.412Z Fresh impl-trait-for-tuples v0.2.3
103352026-09-11T19:49:23.412Z Fresh openssl-probe v0.1.6
103362026-09-11T19:49:23.412Z Fresh crc8 v0.1.1
103372026-09-11T19:49:23.412Z Fresh trait-variant v0.1.2
103382026-09-11T19:49:23.418Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
103392026-09-11T19:49:23.418Z Fresh bb8 v0.8.6
103402026-09-11T19:49:23.418Z Fresh fxhash v0.2.1
103412026-09-11T19:49:23.418Z Fresh nonempty v0.12.0
103422026-09-11T19:49:23.418Z Fresh diesel_derives v2.3.7
103432026-09-11T19:49:23.418Z Fresh crunchy v0.2.4
103442026-09-11T19:49:23.418Z Fresh term v0.7.0
103452026-09-11T19:49:23.418Z Fresh clang-sys v1.8.1
103462026-09-11T19:49:23.418Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
103472026-09-11T19:49:23.418Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
103482026-09-11T19:49:23.418Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
103492026-09-11T19:49:23.418Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
103502026-09-11T19:49:23.419Z Fresh cpubits v0.1.1
103512026-09-11T19:49:23.419Z Fresh kstat-rs v0.2.5
103522026-09-11T19:49:23.419Z Fresh keccak v0.2.0
103532026-09-11T19:49:23.419Z Fresh git-stub v1.0.0
103542026-09-11T19:49:23.419Z Fresh pem-rfc7468 v1.0.0
103552026-09-11T19:49:23.419Z Fresh sponge-cursor v0.1.0
103562026-09-11T19:49:23.419Z Fresh ssh-encoding v0.2.0
103572026-09-11T19:49:23.419Z Fresh prefix-trie v0.7.0
103582026-09-11T19:49:23.419Z Fresh diesel v2.3.7
103592026-09-11T19:49:23.419Z Fresh ascii-canvas v3.0.0
103602026-09-11T19:49:23.419Z Fresh tiny-keccak v2.0.2
103612026-09-11T19:49:23.419Z Fresh bindgen v0.71.1
103622026-09-11T19:49:23.419Z Fresh libxml v0.3.3
103632026-09-11T19:49:23.419Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
103642026-09-11T19:49:23.419Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
103652026-09-11T19:49:23.419Z Fresh git-stub-vcs v0.1.0
103662026-09-11T19:49:23.419Z Fresh sha3 v0.12.0
103672026-09-11T19:49:23.419Z Fresh num-modular v0.6.5
103682026-09-11T19:49:23.419Z Fresh dashu-base v0.5.1
103692026-09-11T19:49:23.419Z Fresh ssh-cipher v0.2.0
103702026-09-11T19:49:23.420Z Fresh hickory-server v0.25.2
103712026-09-11T19:49:23.420Z Fresh tungstenite v0.28.0
103722026-09-11T19:49:23.420Z Fresh p256 v0.13.2
103732026-09-11T19:49:23.420Z Fresh universal-hash v0.6.1
103742026-09-11T19:49:23.420Z Fresh num-primitive v0.2.1
103752026-09-11T19:49:23.420Z Fresh lalrpop v0.19.12
103762026-09-11T19:49:23.420Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
103772026-09-11T19:49:23.420Z Fresh async-bb8-diesel v0.2.1
103782026-09-11T19:49:23.420Z Fresh diesel-dtrace v0.5.0
103792026-09-11T19:49:23.420Z Fresh parking_lot_core v0.8.6
103802026-09-11T19:49:23.420Z Fresh dashu-int v0.5.1
103812026-09-11T19:49:23.420Z Fresh dsi-bitstream v0.10.1
103822026-09-11T19:49:23.420Z Fresh ssh-key v0.6.7
103832026-09-11T19:49:23.420Z Fresh tokio-tungstenite v0.28.0
103842026-09-11T19:49:23.420Z Fresh rlimit v0.10.2
103852026-09-11T19:49:23.420Z Fresh nanorand v0.7.0
103862026-09-11T19:49:23.420Z Fresh http-range-header v0.4.2
103872026-09-11T19:49:23.420Z Fresh seq-macro v0.3.6
103882026-09-11T19:49:23.420Z Fresh bytesize v2.7.0
103892026-09-11T19:49:23.420Z Fresh void v1.0.2
103902026-09-11T19:49:23.420Z Fresh polyval v0.7.1
103912026-09-11T19:49:23.420Z Fresh der v0.8.0
103922026-09-11T19:49:23.420Z Fresh tungstenite v0.23.0
103932026-09-11T19:49:23.421Z Fresh parking_lot v0.11.2
103942026-09-11T19:49:23.421Z Fresh suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
103952026-09-11T19:49:23.421Z Fresh sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
103962026-09-11T19:49:23.421Z Fresh flume v0.11.1
103972026-09-11T19:49:23.421Z Fresh lzss v0.8.2
103982026-09-11T19:49:23.421Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
103992026-09-11T19:49:23.421Z Fresh nix v0.27.1
104002026-09-11T19:49:23.421Z Fresh serde_bytes v0.11.19
104012026-09-11T19:49:23.421Z Fresh assert_matches v1.5.0
104022026-09-11T19:49:23.421Z Fresh http-range v0.1.5
104032026-09-11T19:49:23.421Z Fresh tokio-tungstenite v0.23.1
104042026-09-11T19:49:23.421Z Fresh ghash v0.6.0
104052026-09-11T19:49:23.421Z Fresh aes v0.9.1
104062026-09-11T19:49:23.421Z Fresh crypto-bigint v0.7.5
104072026-09-11T19:49:23.421Z Fresh signal-hook-tokio v0.3.1
104082026-09-11T19:49:23.421Z Fresh pbkdf2 v0.13.0
104092026-09-11T19:49:23.421Z Fresh ctr v0.10.1
104102026-09-11T19:49:23.421Z Fresh aead v0.6.1
104112026-09-11T19:49:23.421Z Fresh pwd v1.4.0
104122026-09-11T19:49:23.421Z Fresh lru v0.18.3
104132026-09-11T19:49:23.422Z Fresh spki v0.8.0
104142026-09-11T19:49:23.422Z Fresh scuffle v0.1.0
104152026-09-11T19:49:23.422Z Fresh salsa20 v0.11.0
104162026-09-11T19:49:23.422Z Fresh samael v0.0.19
104172026-09-11T19:49:23.422Z Fresh sled v0.34.7
104182026-09-11T19:49:23.422Z Fresh before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
104192026-09-11T19:49:23.422Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089)
104202026-09-11T19:49:23.422Z Fresh sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
104212026-09-11T19:49:23.422Z Fresh aes-gcm v0.11.0
104222026-09-11T19:49:23.422Z Fresh mime_guess v2.0.5
104232026-09-11T19:49:23.422Z Fresh scrypt v0.12.0
104242026-09-11T19:49:23.422Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
104252026-09-11T19:49:23.422Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
104262026-09-11T19:49:23.422Z Fresh cbc v0.2.1
104272026-09-11T19:49:23.422Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
104282026-09-11T19:49:23.422Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
104292026-09-11T19:49:23.422Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
104302026-09-11T19:49:23.422Z Fresh ff v0.14.0
104312026-09-11T19:49:23.422Z Fresh yansi v1.0.1
104322026-09-11T19:49:23.422Z Fresh signature v3.0.0
104332026-09-11T19:49:23.422Z Fresh base16ct v1.0.0
104342026-09-11T19:49:23.423Z Fresh polar-core v0.27.3
104352026-09-11T19:49:23.423Z Fresh rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=90e4509dc66330affb38afa74813a8dd500edd93#90e4509d)
104362026-09-11T19:49:23.423Z Fresh hyper-staticfile v0.10.1
104372026-09-11T19:49:23.423Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
104382026-09-11T19:49:23.437Z Fresh pkcs5 v0.8.1
104392026-09-11T19:49:23.437Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
104402026-09-11T19:49:23.437Z Fresh pretty_assertions v1.4.1
104412026-09-11T19:49:23.437Z Fresh group v0.14.0
104422026-09-11T19:49:23.437Z Fresh sec1 v0.8.1
104432026-09-11T19:49:23.437Z Fresh hkdf v0.13.0
104442026-09-11T19:49:23.437Z Fresh castaway v0.2.4
104452026-09-11T19:49:23.437Z Fresh arc-swap v1.8.2
104462026-09-11T19:49:23.437Z Fresh indoc v2.0.7
104472026-09-11T19:49:23.437Z Fresh lru v0.12.5
104482026-09-11T19:49:23.437Z Fresh unicode-truncate v1.1.0
104492026-09-11T19:49:23.437Z Fresh concurrent-queue v2.5.0
104502026-09-11T19:49:23.437Z Fresh parking v2.2.1
104512026-09-11T19:49:23.437Z Fresh oso v0.27.3
104522026-09-11T19:49:23.437Z Fresh sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c2a70e3b579046c3d15cbdbf385c4f3aa9267577#c2a70e3b)
104532026-09-11T19:49:23.437Z Fresh pkcs8 v0.11.0
104542026-09-11T19:49:23.437Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
104552026-09-11T19:49:23.437Z Fresh compact_str v0.8.1
104562026-09-11T19:49:23.437Z Fresh slog-scope v4.4.1
104572026-09-11T19:49:23.437Z Fresh libz-sys v1.1.24
104582026-09-11T19:49:23.437Z Fresh instability v0.3.11
104592026-09-11T19:49:23.437Z Fresh constant_time_eq v0.4.2
104602026-09-11T19:49:23.438Z Fresh cassowary v0.3.0
104612026-09-11T19:49:23.438Z Fresh arrayvec v0.7.6
104622026-09-11T19:49:23.438Z Fresh arrayref v0.3.9
104632026-09-11T19:49:23.438Z Fresh event-listener v5.4.1
104642026-09-11T19:49:23.438Z Fresh wnaf v0.14.0
104652026-09-11T19:49:23.438Z Fresh primefield v0.14.0
104662026-09-11T19:49:23.438Z Fresh rfc6979 v0.6.0
104672026-09-11T19:49:23.438Z Fresh progenitor-impl v0.13.0
104682026-09-11T19:49:23.438Z Fresh console v0.16.2
104692026-09-11T19:49:23.438Z Fresh plotters-backend v0.3.7
104702026-09-11T19:49:23.438Z Fresh unit-prefix v0.5.2
104712026-09-11T19:49:23.438Z Fresh elliptic-curve v0.14.1
104722026-09-11T19:49:23.438Z Fresh ratatui v0.29.0
104732026-09-11T19:49:23.438Z Fresh libgit2-sys v0.18.3+1.9.2
104742026-09-11T19:49:23.438Z Fresh slog-stdlog v4.1.1
104752026-09-11T19:49:23.438Z Fresh plotters-svg v0.3.7
104762026-09-11T19:49:23.438Z Fresh progenitor-macro v0.13.0
104772026-09-11T19:49:23.438Z Fresh event-listener-strategy v0.5.4
104782026-09-11T19:49:23.438Z Fresh petname v2.0.2
104792026-09-11T19:49:23.439Z Fresh indicatif v0.18.4
104802026-09-11T19:49:23.439Z Fresh progenitor-client v0.13.0
104812026-09-11T19:49:23.439Z Fresh colored v2.2.0
104822026-09-11T19:49:23.439Z Fresh libsw-core v0.3.2
104832026-09-11T19:49:23.439Z Fresh sapling-renderdag v0.1.0
104842026-09-11T19:49:23.439Z Fresh cast v0.3.0
104852026-09-11T19:49:23.439Z Fresh futures-timer v3.0.3
104862026-09-11T19:49:23.439Z Fresh sync-ptr v0.1.4
104872026-09-11T19:49:23.439Z Fresh shell-words v1.1.1
104882026-09-11T19:49:23.439Z Fresh ssh-encoding v0.3.0
104892026-09-11T19:49:23.439Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
104902026-09-11T19:49:23.439Z Fresh slog-envlogger v2.2.0
104912026-09-11T19:49:23.439Z Fresh git2 v0.20.4
104922026-09-11T19:49:23.439Z Fresh ecdsa v0.17.0
104932026-09-11T19:49:23.439Z Fresh primeorder v0.14.0
104942026-09-11T19:49:23.439Z Fresh libsw v3.5.0
104952026-09-11T19:49:23.439Z Fresh criterion-plot v0.6.0
104962026-09-11T19:49:23.439Z Fresh async-lock v3.4.2
104972026-09-11T19:49:23.439Z Fresh progenitor v0.13.0
104982026-09-11T19:49:23.439Z Fresh plotters v0.3.7
104992026-09-11T19:49:23.439Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
105002026-09-11T19:49:23.439Z Fresh tinytemplate v1.2.1
105012026-09-11T19:49:23.439Z Fresh rtoolbox v0.0.3
105022026-09-11T19:49:23.439Z Fresh anes v0.1.6
105032026-09-11T19:49:23.439Z Fresh oorandom v11.1.5
105042026-09-11T19:49:23.439Z Fresh tui-tree-widget v0.23.1
105052026-09-11T19:49:23.439Z Fresh ed25519 v3.0.0
105062026-09-11T19:49:23.439Z Fresh pkcs1 v0.8.0-rc.4
105072026-09-11T19:49:23.439Z Fresh vergen-git2 v9.1.0
105082026-09-11T19:49:23.439Z Fresh rpassword v7.5.4
105092026-09-11T19:49:23.439Z Fresh oxide-update-engine-display v0.1.2
105102026-09-11T19:49:23.440Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
105112026-09-11T19:49:23.440Z Fresh blake3 v1.8.5
105122026-09-11T19:49:23.440Z Fresh async-object-pool v0.2.0
105132026-09-11T19:49:23.440Z Fresh curve25519-dalek v5.0.0
105142026-09-11T19:49:23.440Z Fresh criterion v0.7.0
105152026-09-11T19:49:23.440Z Fresh crypto-primes v0.7.2
105162026-09-11T19:49:23.440Z Fresh poly1305 v0.9.0
105172026-09-11T19:49:23.440Z Fresh tokio-test v0.4.5
105182026-09-11T19:49:23.440Z Fresh supports-color v2.1.0
105192026-09-11T19:49:23.440Z Fresh textwrap v0.15.2
105202026-09-11T19:49:23.440Z Fresh blowfish v0.10.0
105212026-09-11T19:49:23.440Z Fresh blake2 v0.11.0-rc.6
105222026-09-11T19:49:23.440Z Fresh supports-unicode v2.1.0
105232026-09-11T19:49:23.440Z Fresh supports-hyperlinks v2.1.0
105242026-09-11T19:49:23.440Z Fresh assert-json-diff v2.0.2
105252026-09-11T19:49:23.440Z Fresh serde_regex v1.1.0
105262026-09-11T19:49:23.440Z Fresh miette-derive v5.10.0
105272026-09-11T19:49:23.440Z Fresh terminal_size v0.1.17
105282026-09-11T19:49:23.440Z Fresh path-tree v0.8.3
105292026-09-11T19:49:23.440Z Fresh stringmetrics v2.2.2
105302026-09-11T19:49:23.440Z Fresh topological-sort v0.2.2
105312026-09-11T19:49:23.440Z Fresh owo-colors v3.5.0
105322026-09-11T19:49:23.440Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
105332026-09-11T19:49:23.440Z Fresh bcrypt-pbkdf v0.11.0
105342026-09-11T19:49:23.440Z Fresh argon2 v0.6.0-rc.8
105352026-09-11T19:49:23.440Z Fresh target-lexicon v0.13.3
105362026-09-11T19:49:23.440Z Fresh ssh-cipher v0.3.0
105372026-09-11T19:49:23.440Z Fresh rsa v0.10.0-rc.18
105382026-09-11T19:49:23.446Z Fresh ed25519-dalek v3.0.0
105392026-09-11T19:49:23.446Z Fresh p384 v0.14.0
105402026-09-11T19:49:23.446Z Fresh p521 v0.14.0
105412026-09-11T19:49:23.446Z Fresh p256 v0.14.0
105422026-09-11T19:49:23.446Z Fresh sha3 v0.11.0
105432026-09-11T19:49:23.446Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
105442026-09-11T19:49:23.446Z Fresh omicron-zone-package v0.12.3
105452026-09-11T19:49:23.446Z Fresh httpmock v0.8.3
105462026-09-11T19:49:23.446Z Fresh miette v5.10.0
105472026-09-11T19:49:23.446Z Fresh knuffel-derive v3.2.0
105482026-09-11T19:49:23.446Z Fresh twox-hash v2.1.2
105492026-09-11T19:49:23.447Z Fresh kem v0.3.0
105502026-09-11T19:49:23.447Z Fresh module-lattice v0.2.3
105512026-09-11T19:49:23.447Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
105522026-09-11T19:49:23.447Z Fresh atty v0.2.14
105532026-09-11T19:49:23.447Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
105542026-09-11T19:49:23.447Z Fresh ssh-key v0.7.0-rc.11
105552026-09-11T19:49:23.447Z Fresh cfg-expr v0.20.6
105562026-09-11T19:49:23.447Z Fresh russh-cryptovec v0.62.0
105572026-09-11T19:49:23.447Z Fresh guppy-workspace-hack v0.1.0
105582026-09-11T19:49:23.447Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
105592026-09-11T19:49:23.447Z Fresh knuffel v3.2.0
105602026-09-11T19:49:23.447Z Fresh ml-kem v0.3.2
105612026-09-11T19:49:23.447Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
105622026-09-11T19:49:23.447Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
105632026-09-11T19:49:23.447Z Fresh internal-russh-num-bigint v0.5.0
105642026-09-11T19:49:23.447Z Fresh fatfs v0.3.6
105652026-09-11T19:49:23.447Z Fresh httptest v0.16.4
105662026-09-11T19:49:23.447Z Fresh num-bigint v0.4.6
105672026-09-11T19:49:23.447Z Fresh generic-array v1.4.3
105682026-09-11T19:49:23.447Z Fresh russh-util v0.52.0
105692026-09-11T19:49:23.448Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
105702026-09-11T19:49:23.448Z Fresh enum_dispatch v0.3.13
105712026-09-11T19:49:23.448Z Fresh delegate v0.13.5
105722026-09-11T19:49:23.448Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105732026-09-11T19:49:23.448Z Fresh relative-path v1.9.3
105742026-09-11T19:49:23.448Z Fresh hex-literal v1.1.0
105752026-09-11T19:49:23.448Z Fresh hex-literal v0.4.1
105762026-09-11T19:49:23.448Z Fresh escape8259 v0.5.3
105772026-09-11T19:49:23.448Z Fresh md5 v0.8.0
105782026-09-11T19:49:23.448Z Fresh target-triple v1.0.0
105792026-09-11T19:49:23.448Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105802026-09-11T19:49:23.448Z Fresh rstest_macros v0.25.0
105812026-09-11T19:49:23.448Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
105822026-09-11T19:49:23.448Z Fresh target-spec v3.5.7
105832026-09-11T19:49:23.448Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
105842026-09-11T19:49:23.448Z Fresh linkme-impl v0.3.35
105852026-09-11T19:49:23.448Z Fresh blake2b_simd v1.0.4
105862026-09-11T19:49:23.448Z Fresh similar-asserts v1.7.0
105872026-09-11T19:49:23.448Z Fresh fancy-regex v0.14.0
105882026-09-11T19:49:23.448Z Fresh pathdiff v0.2.3
105892026-09-11T19:49:23.448Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
105902026-09-11T19:49:23.448Z Fresh approx v0.5.1
105912026-09-11T19:49:23.448Z Fresh uzers v0.12.2
105922026-09-11T19:49:23.449Z Fresh termcolor v1.4.1
105932026-09-11T19:49:23.449Z Fresh nested v0.1.1
105942026-09-11T19:49:23.449Z Fresh constant_time_eq v0.3.1
105952026-09-11T19:49:23.449Z Fresh internet-checksum v0.2.1
105962026-09-11T19:49:23.449Z Fresh russh v0.62.4
105972026-09-11T19:49:23.449Z Fresh libtest-mimic v0.8.1
105982026-09-11T19:49:23.449Z Fresh rstest v0.25.0
105992026-09-11T19:49:23.449Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
106002026-09-11T19:49:23.449Z Fresh guppy v0.17.25
106012026-09-11T19:49:23.449Z Fresh trybuild v1.0.116
106022026-09-11T19:49:23.449Z Fresh assert_cmd v2.1.2
106032026-09-11T19:49:23.449Z Fresh rust-argon2 v2.1.0
106042026-09-11T19:49:23.449Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
106052026-09-11T19:49:23.449Z Fresh hickory-client v0.25.2
106062026-09-11T19:49:23.449Z Fresh partial-io v0.5.4
106072026-09-11T19:49:23.449Z Fresh rand_distr v0.5.1
106082026-09-11T19:49:23.449Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
106092026-09-11T19:49:23.449Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
106102026-09-11T19:49:23.449Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
106112026-09-11T19:49:23.449Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
106122026-09-11T19:49:23.449Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
106132026-09-11T19:49:23.449Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
106142026-09-11T19:49:23.450Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
106152026-09-11T19:49:23.450Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
106162026-09-11T19:49:23.450Z Fresh linkme v0.3.35
106172026-09-11T19:49:23.450Z Fresh datatest-stable v0.3.3
106182026-09-11T19:49:23.450Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
106192026-09-11T19:49:23.450Z Fresh sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
106202026-09-11T19:49:23.450Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
106212026-09-11T19:49:23.450Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
106222026-09-11T19:49:23.450Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
106232026-09-11T19:49:23.450Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
106242026-09-11T19:49:23.450Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
106252026-09-11T19:49:23.450Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
106262026-09-11T19:49:23.450Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
106272026-09-11T19:49:23.450Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
106282026-09-11T19:49:23.450Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
106292026-09-11T19:49:23.450Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
106302026-09-11T19:49:23.450Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
106312026-09-11T19:49:23.450Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
106322026-09-11T19:49:23.450Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
106332026-09-11T19:49:23.450Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
106342026-09-11T19:49:23.450Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
106352026-09-11T19:49:23.450Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
106362026-09-11T19:49:23.451Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
106372026-09-11T19:49:23.451Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
106382026-09-11T19:49:23.458Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
106392026-09-11T19:49:23.458Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
106402026-09-11T19:49:23.458Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
106412026-09-11T19:49:23.458Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
106422026-09-11T19:49:23.458Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
106432026-09-11T19:49:23.458Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
106442026-09-11T19:49:23.458Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
106452026-09-11T19:49:23.458Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
106462026-09-11T19:49:23.458Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
106472026-09-11T19:49:23.459Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
106482026-09-11T19:49:23.459Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
106492026-09-11T19:49:23.459Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
106502026-09-11T19:49:23.459Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
106512026-09-11T19:49:23.459Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
106522026-09-11T19:49:23.459Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
106532026-09-11T19:49:23.459Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
106542026-09-11T19:49:23.459Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
106552026-09-11T19:49:23.459Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
106562026-09-11T19:49:23.459Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
106572026-09-11T19:49:23.459Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
106582026-09-11T19:49:23.459Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
106592026-09-11T19:49:23.459Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
106602026-09-11T19:49:23.459Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
106612026-09-11T19:49:23.459Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
106622026-09-11T19:49:23.459Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
106632026-09-11T19:49:23.459Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
106642026-09-11T19:49:23.459Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
106652026-09-11T19:49:23.459Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
106662026-09-11T19:49:23.460Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
106672026-09-11T19:49:23.460Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
106682026-09-11T19:49:23.460Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
106692026-09-11T19:49:23.460Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
106702026-09-11T19:49:23.460Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
106712026-09-11T19:49:23.460Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
106722026-09-11T19:49:23.460Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
106732026-09-11T19:49:23.460Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
106742026-09-11T19:49:23.460Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
106752026-09-11T19:49:23.460Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
106762026-09-11T19:49:23.460Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
106772026-09-11T19:49:23.460Z Fresh sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
106782026-09-11T19:49:23.460Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
106792026-09-11T19:49:23.460Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
106802026-09-11T19:49:23.460Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
106812026-09-11T19:49:23.460Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
106822026-09-11T19:49:23.460Z Fresh nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
106832026-09-11T19:49:23.460Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106842026-09-11T19:49:23.460Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
106852026-09-11T19:49:23.460Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
106862026-09-11T19:49:23.460Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
106872026-09-11T19:49:23.460Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
106882026-09-11T19:49:23.460Z Fresh sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
106892026-09-11T19:49:23.460Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
106902026-09-11T19:49:23.460Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
106912026-09-11T19:49:23.460Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
106922026-09-11T19:49:23.460Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
106932026-09-11T19:49:23.460Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
106942026-09-11T19:49:23.460Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
106952026-09-11T19:49:23.460Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
106962026-09-11T19:49:23.460Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
106972026-09-11T19:49:23.460Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
106982026-09-11T19:49:23.460Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
106992026-09-11T19:49:23.460Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107002026-09-11T19:49:23.460Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
107012026-09-11T19:49:23.461Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
107022026-09-11T19:49:23.461Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
107032026-09-11T19:49:23.461Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
107042026-09-11T19:49:23.461Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
107052026-09-11T19:49:23.461Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107062026-09-11T19:49:23.461Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
107072026-09-11T19:49:23.461Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
107082026-09-11T19:49:23.461Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
107092026-09-11T19:49:23.461Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
107102026-09-11T19:49:23.461Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
107112026-09-11T19:49:23.461Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
107122026-09-11T19:49:23.461Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
107132026-09-11T19:49:23.461Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
107142026-09-11T19:49:23.461Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
107152026-09-11T19:49:23.461Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
107162026-09-11T19:49:23.461Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
107172026-09-11T19:49:23.461Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
107182026-09-11T19:49:23.461Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
107192026-09-11T19:49:23.461Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
107202026-09-11T19:49:23.461Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
107212026-09-11T19:49:23.461Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
107222026-09-11T19:49:23.461Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
107232026-09-11T19:49:23.461Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
107242026-09-11T19:49:23.461Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
107252026-09-11T19:49:23.461Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
107262026-09-11T19:49:23.461Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
107272026-09-11T19:49:23.461Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
107282026-09-11T19:49:23.461Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
107292026-09-11T19:49:23.461Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
107302026-09-11T19:49:23.461Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
107312026-09-11T19:49:23.461Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
107322026-09-11T19:49:23.461Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
107332026-09-11T19:49:23.461Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107342026-09-11T19:49:23.461Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
107352026-09-11T19:49:23.461Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
107362026-09-11T19:49:23.461Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
107372026-09-11T19:49:23.461Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
107382026-09-11T19:49:23.466Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
107392026-09-11T19:49:23.466Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
107402026-09-11T19:49:23.466Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
107412026-09-11T19:49:23.466Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
107422026-09-11T19:49:23.466Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
107432026-09-11T19:49:23.466Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
107442026-09-11T19:49:23.466Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
107452026-09-11T19:49:23.466Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
107462026-09-11T19:49:23.466Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
107472026-09-11T19:49:23.466Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
107482026-09-11T19:49:23.466Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
107492026-09-11T19:49:23.466Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
107502026-09-11T19:49:23.466Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
107512026-09-11T19:49:23.466Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
107522026-09-11T19:49:23.467Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
107532026-09-11T19:49:23.467Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
107542026-09-11T19:49:23.467Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
107552026-09-11T19:49:23.467Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
107562026-09-11T19:49:23.467Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
107572026-09-11T19:49:23.467Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
107582026-09-11T19:49:23.467Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
107592026-09-11T19:49:23.467Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
107602026-09-11T19:49:23.467Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
107612026-09-11T19:49:23.467Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
107622026-09-11T19:49:23.467Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
107632026-09-11T19:49:23.467Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
107642026-09-11T19:49:23.467Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
107652026-09-11T19:49:23.467Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
107662026-09-11T19:49:23.467Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
107672026-09-11T19:49:23.467Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
107682026-09-11T19:49:23.467Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
107692026-09-11T19:49:23.467Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
107702026-09-11T19:49:23.467Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
107712026-09-11T19:49:23.467Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
107722026-09-11T19:49:23.467Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
107732026-09-11T19:49:23.467Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
107742026-09-11T19:49:23.467Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
107752026-09-11T19:49:23.467Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
107762026-09-11T19:49:23.467Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
107772026-09-11T19:49:23.467Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
107782026-09-11T19:49:23.467Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
107792026-09-11T19:49:23.467Z Fresh omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
107802026-09-11T19:49:23.467Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
107812026-09-11T19:49:23.467Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.32s
107822026-09-11T19:49:23.467Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
107832026-09-11T19:49:23.467Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
107842026-09-11T19:49:23.467Z Doc-tests api_identity
107852026-09-11T19:49:23.467Z 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-6af61f4d2f8e8c6c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
107862026-09-11T19:49:23.521Z
107872026-09-11T19:49:23.521Zrunning 0 tests
107882026-09-11T19:49:23.521Z
107892026-09-11T19:49:23.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107902026-09-11T19:49:23.521Z
107912026-09-11T19:49:23.534Z Doc-tests authz_macros
107922026-09-11T19:49:23.534Z 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-b35fdaf93b5098a6.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
107932026-09-11T19:49:24.007Z
107942026-09-11T19:49:24.007Zrunning 7 tests
107952026-09-11T19:49:24.007Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
107962026-09-11T19:49:24.007Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
107972026-09-11T19:49:24.007Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
107982026-09-11T19:49:24.007Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
107992026-09-11T19:49:24.007Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
108002026-09-11T19:49:24.009Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
108012026-09-11T19:49:24.009Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
108022026-09-11T19:49:24.009Z
108032026-09-11T19:49:24.009Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
108042026-09-11T19:49:24.009Z
108052026-09-11T19:49:24.014Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
108062026-09-11T19:49:24.025Z Doc-tests bootstore
108072026-09-11T19:49:24.029Z 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-99d4b6478584aec3.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-d5a1adc36d1a2e36.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-6eb026821a97bca7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-93fd4ff2baf18ae8.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`
108082026-09-11T19:49:24.287Z
108092026-09-11T19:49:24.287Zrunning 0 tests
108102026-09-11T19:49:24.287Z
108112026-09-11T19:49:24.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108122026-09-11T19:49:24.287Z
108132026-09-11T19:49:24.314Z Doc-tests bootstrap_agent_lockstep_api
108142026-09-11T19:49:24.314Z 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-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
108152026-09-11T19:49:24.947Z
108162026-09-11T19:49:24.947Zrunning 2 tests
108172026-09-11T19:49:24.947Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 32) ... ignored
108182026-09-11T19:49:24.947Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 38) ... ignored
108192026-09-11T19:49:24.947Z
108202026-09-11T19:49:24.947Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108212026-09-11T19:49:24.947Z
108222026-09-11T19:49:24.954Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
108232026-09-11T19:49:24.978Z Doc-tests bootstrap_agent_lockstep_client
108242026-09-11T19:49:24.983Z 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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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`
108252026-09-11T19:49:25.677Z
108262026-09-11T19:49:25.677Zrunning 0 tests
108272026-09-11T19:49:25.677Z
108282026-09-11T19:49:25.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108292026-09-11T19:49:25.677Z
108302026-09-11T19:49:25.721Z Doc-tests bootstrap_agent_lockstep_types
108312026-09-11T19:49:25.721Z 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-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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`
108322026-09-11T19:49:26.132Z
108332026-09-11T19:49:26.132Zrunning 0 tests
108342026-09-11T19:49:26.133Z
108352026-09-11T19:49:26.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108362026-09-11T19:49:26.133Z
108372026-09-11T19:49:26.165Z Doc-tests clickana
108382026-09-11T19:49:26.171Z 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-212ada304539612d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-fa8a7ce6dcdb7673.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.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`
108392026-09-11T19:49:26.395Z
108402026-09-11T19:49:26.395Zrunning 0 tests
108412026-09-11T19:49:26.395Z
108422026-09-11T19:49:26.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108432026-09-11T19:49:26.395Z
108442026-09-11T19:49:26.419Z Doc-tests clickhouse_admin_api
108452026-09-11T19:49:26.419Z 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-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-1975e850136ce7e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
108462026-09-11T19:49:27.010Z
108472026-09-11T19:49:27.010Zrunning 6 tests
108482026-09-11T19:49:27.010Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
108492026-09-11T19:49:27.010Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
108502026-09-11T19:49:27.010Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
108512026-09-11T19:49:27.011Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
108522026-09-11T19:49:27.011Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
108532026-09-11T19:49:27.011Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
108542026-09-11T19:49:27.011Z
108552026-09-11T19:49:27.011Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
108562026-09-11T19:49:27.011Z
108572026-09-11T19:49:27.015Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
108582026-09-11T19:49:27.040Z Doc-tests clickhouse_admin_keeper_client
108592026-09-11T19:49:27.040Z 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-b27e07e35d3c19dc.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
108602026-09-11T19:49:27.415Z
108612026-09-11T19:49:27.415Zrunning 0 tests
108622026-09-11T19:49:27.415Z
108632026-09-11T19:49:27.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108642026-09-11T19:49:27.415Z
108652026-09-11T19:49:27.449Z Doc-tests clickhouse_admin_server_client
108662026-09-11T19:49:27.450Z 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-54e1d2ef295a114e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
108672026-09-11T19:49:27.850Z
108682026-09-11T19:49:27.851Zrunning 0 tests
108692026-09-11T19:49:27.851Z
108702026-09-11T19:49:27.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108712026-09-11T19:49:27.851Z
108722026-09-11T19:49:27.886Z Doc-tests clickhouse_admin_single_client
108732026-09-11T19:49:27.886Z 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-3a6882a083d5ec4f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
108742026-09-11T19:49:28.081Z
108752026-09-11T19:49:28.082Zrunning 0 tests
108762026-09-11T19:49:28.082Z
108772026-09-11T19:49:28.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108782026-09-11T19:49:28.082Z
108792026-09-11T19:49:28.101Z Doc-tests clickhouse_admin_test_utils
108802026-09-11T19:49:28.105Z 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-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-11T19:49:28.284Z
108822026-09-11T19:49:28.284Zrunning 0 tests
108832026-09-11T19:49:28.284Z
108842026-09-11T19:49:28.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108852026-09-11T19:49:28.284Z
108862026-09-11T19:49:28.308Z Doc-tests clickhouse_admin_types
108872026-09-11T19:49:28.308Z 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-eb8aef6dba4a8c65.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-1975e850136ce7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
108882026-09-11T19:49:28.486Z
108892026-09-11T19:49:28.486Zrunning 0 tests
108902026-09-11T19:49:28.486Z
108912026-09-11T19:49:28.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108922026-09-11T19:49:28.486Z
108932026-09-11T19:49:28.507Z Doc-tests clickhouse_admin_types_versions
108942026-09-11T19:49:28.507Z 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-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.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-1975e850136ce7e1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
108952026-09-11T19:49:29.327Z
108962026-09-11T19:49:29.327Zrunning 1 test
108972026-09-11T19:49:29.327Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
108982026-09-11T19:49:29.327Z
108992026-09-11T19:49:29.327Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109002026-09-11T19:49:29.327Z
109012026-09-11T19:49:29.332Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
109022026-09-11T19:49:29.367Z Doc-tests cockroach_admin_api
109032026-09-11T19:49:29.367Z 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-958671d0482c50c2.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-338382de7381296f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-41e36d854dd22af6.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`
109042026-09-11T19:49:29.885Z
109052026-09-11T19:49:29.885Zrunning 2 tests
109062026-09-11T19:49:29.885Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
109072026-09-11T19:49:29.885Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
109082026-09-11T19:49:29.885Z
109092026-09-11T19:49:29.885Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109102026-09-11T19:49:29.885Z
109112026-09-11T19:49:29.890Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
109122026-09-11T19:49:29.909Z Doc-tests cockroach_admin_client
109132026-09-11T19:49:29.909Z 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-d28f188c47923cb6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
109142026-09-11T19:49:30.113Z
109152026-09-11T19:49:30.113Zrunning 0 tests
109162026-09-11T19:49:30.113Z
109172026-09-11T19:49:30.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109182026-09-11T19:49:30.113Z
109192026-09-11T19:49:30.133Z Doc-tests cockroach_admin_types
109202026-09-11T19:49:30.134Z 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-f35808dccae79d59.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-338382de7381296f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
109212026-09-11T19:49:30.215Z
109222026-09-11T19:49:30.215Zrunning 0 tests
109232026-09-11T19:49:30.215Z
109242026-09-11T19:49:30.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109252026-09-11T19:49:30.215Z
109262026-09-11T19:49:30.226Z Doc-tests cockroach_admin_types_versions
109272026-09-11T19:49:30.226Z 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-338382de7381296f.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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
109282026-09-11T19:49:30.746Z
109292026-09-11T19:49:30.746Zrunning 1 test
109302026-09-11T19:49:30.746Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
109312026-09-11T19:49:30.746Z
109322026-09-11T19:49:30.746Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109332026-09-11T19:49:30.746Z
109342026-09-11T19:49:30.750Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
109352026-09-11T19:49:30.767Z Doc-tests db_macros
109362026-09-11T19:49:30.767Z 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-cdaf707e6d8ed6c4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
109372026-09-11T19:49:31.303Z
109382026-09-11T19:49:31.303Zrunning 3 tests
109392026-09-11T19:49:31.303Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
109402026-09-11T19:49:31.303Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
109412026-09-11T19:49:31.303Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
109422026-09-11T19:49:31.304Z
109432026-09-11T19:49:31.304Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
109442026-09-11T19:49:31.304Z
109452026-09-11T19:49:31.312Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
109462026-09-11T19:49:31.325Z Doc-tests dev_tools_common
109472026-09-11T19:49:31.336Z 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`
109482026-09-11T19:49:31.380Z
109492026-09-11T19:49:31.380Zrunning 0 tests
109502026-09-11T19:49:31.381Z
109512026-09-11T19:49:31.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109522026-09-11T19:49:31.381Z
109532026-09-11T19:49:31.390Z Doc-tests dns_server
109542026-09-11T19:49:31.390Z 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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-189a0f0c176f02f9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-8d85058f8a08b4a7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-0bf4643a83114837.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
109552026-09-11T19:49:31.625Z
109562026-09-11T19:49:31.625Zrunning 0 tests
109572026-09-11T19:49:31.625Z
109582026-09-11T19:49:31.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109592026-09-11T19:49:31.625Z
109602026-09-11T19:49:31.652Z Doc-tests dns_server_api
109612026-09-11T19:49:31.652Z 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-76eddd687117ef35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-3ae1a709400ec003.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
109622026-09-11T19:49:32.171Z
109632026-09-11T19:49:32.171Zrunning 2 tests
109642026-09-11T19:49:32.171Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
109652026-09-11T19:49:32.171Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
109662026-09-11T19:49:32.171Z
109672026-09-11T19:49:32.171Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109682026-09-11T19:49:32.171Z
109692026-09-11T19:49:32.187Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
109702026-09-11T19:49:32.194Z Doc-tests dns_service_client
109712026-09-11T19:49:32.194Z 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-02a6d2fa66c9f520.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-3ae1a709400ec003.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
109722026-09-11T19:49:32.350Z
109732026-09-11T19:49:32.350Zrunning 0 tests
109742026-09-11T19:49:32.350Z
109752026-09-11T19:49:32.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109762026-09-11T19:49:32.350Z
109772026-09-11T19:49:32.369Z Doc-tests end_to_end_tests
109782026-09-11T19:49:32.391Z 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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-999a9ad43c52dc0a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-da188d0f5b7940d8.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-528e0ca2a9703278.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-f7b31a4691f6199e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4171bd1fd1e89d30.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
109792026-09-11T19:49:32.750Z
109802026-09-11T19:49:32.751Zrunning 0 tests
109812026-09-11T19:49:32.751Z
109822026-09-11T19:49:32.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832026-09-11T19:49:32.751Z
109842026-09-11T19:49:32.781Z Doc-tests ereport_types
109852026-09-11T19:49:32.781Z 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-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
109862026-09-11T19:49:32.909Z
109872026-09-11T19:49:32.909Zrunning 0 tests
109882026-09-11T19:49:32.909Z
109892026-09-11T19:49:32.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109902026-09-11T19:49:32.909Z
109912026-09-11T19:49:32.927Z Doc-tests gateway_api
109922026-09-11T19:49:32.927Z 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-4f460236f1fd8f53.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-b18d50abd9522dd5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
109932026-09-11T19:49:33.502Z
109942026-09-11T19:49:33.502Zrunning 2 tests
109952026-09-11T19:49:33.502Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
109962026-09-11T19:49:33.502Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
109972026-09-11T19:49:33.502Z
109982026-09-11T19:49:33.502Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109992026-09-11T19:49:33.502Z
110002026-09-11T19:49:33.508Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
110012026-09-11T19:49:33.537Z Doc-tests gateway_client
110022026-09-11T19:49:33.542Z 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-cec375fe56ae7184.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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`
110032026-09-11T19:49:34.094Z
110042026-09-11T19:49:34.095Zrunning 0 tests
110052026-09-11T19:49:34.095Z
110062026-09-11T19:49:34.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110072026-09-11T19:49:34.095Z
110082026-09-11T19:49:34.130Z Doc-tests gateway_test_utils
110092026-09-11T19:49:34.130Z 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-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-901e60bfbee300f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
110102026-09-11T19:49:34.519Z
110112026-09-11T19:49:34.519Zrunning 0 tests
110122026-09-11T19:49:34.519Z
110132026-09-11T19:49:34.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110142026-09-11T19:49:34.520Z
110152026-09-11T19:49:34.561Z Doc-tests gateway_types
110162026-09-11T19:49:34.561Z 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-e8bea1efb6834ea1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
110172026-09-11T19:49:34.706Z
110182026-09-11T19:49:34.706Zrunning 0 tests
110192026-09-11T19:49:34.706Z
110202026-09-11T19:49:34.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110212026-09-11T19:49:34.707Z
110222026-09-11T19:49:34.723Z Doc-tests gateway_types_versions
110232026-09-11T19:49:34.740Z 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-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-6df36d0a6afa7796.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`
110242026-09-11T19:49:35.537Z
110252026-09-11T19:49:35.537Zrunning 1 test
110262026-09-11T19:49:35.537Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
110272026-09-11T19:49:35.537Z
110282026-09-11T19:49:35.537Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110292026-09-11T19:49:35.537Z
110302026-09-11T19:49:35.551Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
110312026-09-11T19:49:35.581Z Doc-tests gfss
110322026-09-11T19:49:35.581Z 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-47129d58ef71643b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
110332026-09-11T19:49:35.675Z
110342026-09-11T19:49:35.675Zrunning 0 tests
110352026-09-11T19:49:35.675Z
110362026-09-11T19:49:35.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110372026-09-11T19:49:35.675Z
110382026-09-11T19:49:35.689Z Doc-tests illumos_utils
110392026-09-11T19:49:35.689Z 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-d5a1adc36d1a2e36.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-4f460236f1fd8f53.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-5a8afe9529079364.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc562e9f37ac60.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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-d821df216a945d0a.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`
110402026-09-11T19:49:37.015Z
110412026-09-11T19:49:37.015Zrunning 0 tests
110422026-09-11T19:49:37.015Z
110432026-09-11T19:49:37.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110442026-09-11T19:49:37.016Z
110452026-09-11T19:49:37.043Z Doc-tests installinator
110462026-09-11T19:49:37.043Z 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-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d5d012bb440e4f1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.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-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c60c58b562438251.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
110472026-09-11T19:49:37.043Z
110482026-09-11T19:49:37.043Zrunning 0 tests
110492026-09-11T19:49:37.044Z
110502026-09-11T19:49:37.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110512026-09-11T19:49:37.044Z
110522026-09-11T19:49:37.044Z Doc-tests installinator_api
110532026-09-11T19:49:37.044Z 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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-c7ef5aba9f0bf232.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-6df36d0a6afa7796.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`
110542026-09-11T19:49:37.118Z
110552026-09-11T19:49:37.118Zrunning 2 tests
110562026-09-11T19:49:37.118Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
110572026-09-11T19:49:37.118Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
110582026-09-11T19:49:37.118Z
110592026-09-11T19:49:37.118Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110602026-09-11T19:49:37.118Z
110612026-09-11T19:49:37.151Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
110622026-09-11T19:49:37.152Z Doc-tests installinator_client
110632026-09-11T19:49:37.152Z 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-4959597c477b05aa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
110642026-09-11T19:49:37.397Z
110652026-09-11T19:49:37.397Zrunning 0 tests
110662026-09-11T19:49:37.397Z
110672026-09-11T19:49:37.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110682026-09-11T19:49:37.397Z
110692026-09-11T19:49:37.420Z Doc-tests installinator_common
110702026-09-11T19:49:37.420Z 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-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-c7ef5aba9f0bf232.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-41e36d854dd22af6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.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`
110712026-09-11T19:49:37.694Z
110722026-09-11T19:49:37.694Zrunning 0 tests
110732026-09-11T19:49:37.694Z
110742026-09-11T19:49:37.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110752026-09-11T19:49:37.694Z
110762026-09-11T19:49:37.720Z Doc-tests installinator_common_versions
110772026-09-11T19:49:37.720Z 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-c7ef5aba9f0bf232.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
110782026-09-11T19:49:38.193Z
110792026-09-11T19:49:38.193Zrunning 1 test
110802026-09-11T19:49:38.193Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
110812026-09-11T19:49:38.193Z
110822026-09-11T19:49:38.193Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110832026-09-11T19:49:38.193Z
110842026-09-11T19:49:38.197Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
110852026-09-11T19:49:38.211Z Doc-tests internal_dns_resolver
110862026-09-11T19:49:38.216Z 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-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-76eddd687117ef35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-0bf4643a83114837.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-14ee0969c84fd393.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`
110872026-09-11T19:49:38.430Z
110882026-09-11T19:49:38.431Zrunning 0 tests
110892026-09-11T19:49:38.431Z
110902026-09-11T19:49:38.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-09-11T19:49:38.431Z
110922026-09-11T19:49:38.454Z Doc-tests internal_dns_types
110932026-09-11T19:49:38.454Z 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-4506cdb5ecbeb1b9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-3ae1a709400ec003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
110942026-09-11T19:49:38.653Z
110952026-09-11T19:49:38.653Zrunning 0 tests
110962026-09-11T19:49:38.653Z
110972026-09-11T19:49:38.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110982026-09-11T19:49:38.653Z
110992026-09-11T19:49:38.676Z Doc-tests internal_dns_types_versions
111002026-09-11T19:49:38.676Z 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-3ae1a709400ec003.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
111012026-09-11T19:49:39.183Z
111022026-09-11T19:49:39.183Zrunning 1 test
111032026-09-11T19:49:39.183Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
111042026-09-11T19:49:39.183Z
111052026-09-11T19:49:39.183Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111062026-09-11T19:49:39.183Z
111072026-09-11T19:49:39.190Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
111082026-09-11T19:49:39.204Z Doc-tests ipcc
111092026-09-11T19:49:39.204Z 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-b318e39813060238.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-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-6df36d0a6afa7796.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`
111102026-09-11T19:49:39.325Z
111112026-09-11T19:49:39.325Zrunning 0 tests
111122026-09-11T19:49:39.325Z
111132026-09-11T19:49:39.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111142026-09-11T19:49:39.325Z
111152026-09-11T19:49:39.339Z Doc-tests key_manager
111162026-09-11T19:49:39.339Z 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-dcde8255c07e36b9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5a8afe9529079364.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.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-14ee0969c84fd393.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`
111172026-09-11T19:49:39.541Z
111182026-09-11T19:49:39.541Zrunning 0 tests
111192026-09-11T19:49:39.541Z
111202026-09-11T19:49:39.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111212026-09-11T19:49:39.541Z
111222026-09-11T19:49:39.562Z Doc-tests key_manager_types
111232026-09-11T19:49:39.562Z 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-5a8afe9529079364.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
111242026-09-11T19:49:39.605Z
111252026-09-11T19:49:39.605Zrunning 0 tests
111262026-09-11T19:49:39.605Z
111272026-09-11T19:49:39.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111282026-09-11T19:49:39.606Z
111292026-09-11T19:49:39.612Z Doc-tests live_tests_macros
111302026-09-11T19:49:39.612Z 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-934c309e04974e38.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
111312026-09-11T19:49:40.048Z
111322026-09-11T19:49:40.048Zrunning 1 test
111332026-09-11T19:49:40.048Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
111342026-09-11T19:49:40.048Z
111352026-09-11T19:49:40.048Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111362026-09-11T19:49:40.048Z
111372026-09-11T19:49:40.052Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
111382026-09-11T19:49:40.064Z Doc-tests nexus_auth
111392026-09-11T19:49:40.068Z 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-b35fdaf93b5098a6.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-4f460236f1fd8f53.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-2c06026f00ddcab8.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-f51e6767350d3099.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cc07df2f19e6696b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1c456a62dde965af.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-14ee0969c84fd393.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`
111402026-09-11T19:49:40.707Z
111412026-09-11T19:49:40.707Zrunning 0 tests
111422026-09-11T19:49:40.707Z
111432026-09-11T19:49:40.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111442026-09-11T19:49:40.707Z
111452026-09-11T19:49:40.756Z Doc-tests nexus_background_task_interface
111462026-09-11T19:49:40.756Z 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-e2433ba2b3c2d10f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-d95b50b5c6c84a13.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`
111472026-09-11T19:49:40.818Z
111482026-09-11T19:49:40.818Zrunning 0 tests
111492026-09-11T19:49:40.818Z
111502026-09-11T19:49:40.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111512026-09-11T19:49:40.818Z
111522026-09-11T19:49:40.827Z Doc-tests nexus_client
111532026-09-11T19:49:40.827Z 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-741a433666908766.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.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`
111542026-09-11T19:49:41.379Z
111552026-09-11T19:49:41.379Zrunning 0 tests
111562026-09-11T19:49:41.379Z
111572026-09-11T19:49:41.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111582026-09-11T19:49:41.380Z
111592026-09-11T19:49:41.419Z Doc-tests nexus_config
111602026-09-11T19:49:41.419Z 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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-d3b79a660b956266.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
111612026-09-11T19:49:41.944Z
111622026-09-11T19:49:41.944Zrunning 0 tests
111632026-09-11T19:49:41.944Z
111642026-09-11T19:49:41.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111652026-09-11T19:49:41.944Z
111662026-09-11T19:49:41.983Z Doc-tests nexus_db_errors
111672026-09-11T19:49:41.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_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-8c8f948d36433cfb.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
111682026-09-11T19:49:42.321Z
111692026-09-11T19:49:42.321Zrunning 0 tests
111702026-09-11T19:49:42.321Z
111712026-09-11T19:49:42.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111722026-09-11T19:49:42.325Z
111732026-09-11T19:49:42.355Z Doc-tests nexus_db_fixed_data
111742026-09-11T19:49:42.355Z 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-cc07df2f19e6696b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
111752026-09-11T19:49:42.646Z
111762026-09-11T19:49:42.646Zrunning 0 tests
111772026-09-11T19:49:42.646Z
111782026-09-11T19:49:42.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111792026-09-11T19:49:42.646Z
111802026-09-11T19:49:42.679Z Doc-tests nexus_db_lookup
111812026-09-11T19:49:42.679Z 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-4beddd32bb8045d9.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-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
111822026-09-11T19:49:43.183Z
111832026-09-11T19:49:43.183Zrunning 0 tests
111842026-09-11T19:49:43.183Z
111852026-09-11T19:49:43.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111862026-09-11T19:49:43.183Z
111872026-09-11T19:49:43.227Z Doc-tests nexus_db_model
111882026-09-11T19:49:43.233Z 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-d5a1adc36d1a2e36.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-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cdaf707e6d8ed6c4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-d3b79a660b956266.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-f033ced05f94eb30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-247c01bdd5a432f8.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-a860071c032350b4.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
111892026-09-11T19:49:59.365Z
111902026-09-11T19:49:59.365Zrunning 4 tests
111912026-09-11T19:49:59.411Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
111922026-09-11T19:49:59.411Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
111932026-09-11T19:49:59.479Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
111942026-09-11T19:49:59.479Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
111952026-09-11T19:49:59.479Z
111962026-09-11T19:49:59.479Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
111972026-09-11T19:49:59.479Z
111982026-09-11T19:49:59.479Zall doctests ran in 13.36s; merged doctests compilation took 13.30s
111992026-09-11T19:49:59.561Z Doc-tests nexus_db_queries
112002026-09-11T19:49:59.609Z 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-4beddd32bb8045d9.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-d5a1adc36d1a2e36.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-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cdaf707e6d8ed6c4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ddc4b6561ad576f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-f51e6767350d3099.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-4f9e6f4aaf08b1c0.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-cc07df2f19e6696b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f885e55652ba5105.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-e5e6672e5c6fdd9f.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-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-14ee0969c84fd393.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
112012026-09-11T19:50:07.427Z
112022026-09-11T19:50:07.427Zrunning 3 tests
112032026-09-11T19:50:07.430Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
112042026-09-11T19:50:07.430Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
112052026-09-11T19:50:07.435Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
112062026-09-11T19:50:07.435Z
112072026-09-11T19:50:07.435Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
112082026-09-11T19:50:07.435Z
112092026-09-11T19:50:07.450Zall doctests ran in 6.31s; merged doctests compilation took 6.28s
112102026-09-11T19:50:07.562Z Doc-tests nexus_db_schema
112112026-09-11T19:50:07.562Z 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-8c8f948d36433cfb.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-515e7bfa98126ac0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.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`
112122026-09-11T19:50:12.772Z
112132026-09-11T19:50:12.772Zrunning 0 tests
112142026-09-11T19:50:12.772Z
112152026-09-11T19:50:12.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112162026-09-11T19:50:12.772Z
112172026-09-11T19:50:13.008Z Doc-tests nexus_defaults
112182026-09-11T19:50:13.008Z 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-aea237dd1abc5aa3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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`
112192026-09-11T19:50:13.186Z
112202026-09-11T19:50:13.186Zrunning 0 tests
112212026-09-11T19:50:13.186Z
112222026-09-11T19:50:13.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112232026-09-11T19:50:13.187Z
112242026-09-11T19:50:13.207Z Doc-tests nexus_external_api
112252026-09-11T19:50:13.207Z 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-6af61f4d2f8e8c6c.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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-474ccde005647ff9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.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-5c4c5faf3ec44301.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`
112262026-09-11T19:50:14.279Z
112272026-09-11T19:50:14.280Zrunning 2 tests
112282026-09-11T19:50:14.280Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 217) ... ignored
112292026-09-11T19:50:14.280Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 223) ... ignored
112302026-09-11T19:50:14.280Z
112312026-09-11T19:50:14.280Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112322026-09-11T19:50:14.280Z
112332026-09-11T19:50:14.283Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
112342026-09-11T19:50:14.333Z Doc-tests nexus_fm
112352026-09-11T19:50:14.333Z 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-b18d50abd9522dd5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d130e563fffe7aa6.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-e1d306816b8122da.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`
112362026-09-11T19:50:14.700Z
112372026-09-11T19:50:14.701Zrunning 0 tests
112382026-09-11T19:50:14.701Z
112392026-09-11T19:50:14.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112402026-09-11T19:50:14.701Z
112412026-09-11T19:50:14.737Z Doc-tests nexus_fm_slippy
112422026-09-11T19:50:14.737Z 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-1ac4ed27bb4e160e.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-1cf0088c3ee11273.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
112432026-09-11T19:50:15.018Z
112442026-09-11T19:50:15.018Zrunning 0 tests
112452026-09-11T19:50:15.018Z
112462026-09-11T19:50:15.018Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112472026-09-11T19:50:15.018Z
112482026-09-11T19:50:15.047Z Doc-tests nexus_internal_api
112492026-09-11T19:50:15.047Z 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-4f460236f1fd8f53.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-68ed5e47857b3dfb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.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`
112502026-09-11T19:50:15.752Z
112512026-09-11T19:50:15.752Zrunning 2 tests
112522026-09-11T19:50:15.752Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
112532026-09-11T19:50:15.752Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
112542026-09-11T19:50:15.752Z
112552026-09-11T19:50:15.756Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112562026-09-11T19:50:15.756Z
112572026-09-11T19:50:15.756Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
112582026-09-11T19:50:15.792Z Doc-tests nexus_inventory
112592026-09-11T19:50:15.796Z 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-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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`
112602026-09-11T19:50:16.105Z
112612026-09-11T19:50:16.105Zrunning 0 tests
112622026-09-11T19:50:16.105Z
112632026-09-11T19:50:16.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112642026-09-11T19:50:16.105Z
112652026-09-11T19:50:16.136Z Doc-tests nexus_lockstep_api
112662026-09-11T19:50:16.136Z 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-4f460236f1fd8f53.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-f2b8ede6c4f8e204.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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`
112672026-09-11T19:50:16.850Z
112682026-09-11T19:50:16.851Zrunning 2 tests
112692026-09-11T19:50:16.851Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
112702026-09-11T19:50:16.851Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
112712026-09-11T19:50:16.851Z
112722026-09-11T19:50:16.851Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112732026-09-11T19:50:16.851Z
112742026-09-11T19:50:16.854Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
112752026-09-11T19:50:16.886Z Doc-tests nexus_lockstep_client
112762026-09-11T19:50:16.886Z 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-023dc6c1be7ea1aa.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-741a433666908766.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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`
112772026-09-11T19:50:18.562Z
112782026-09-11T19:50:18.563Zrunning 0 tests
112792026-09-11T19:50:18.563Z
112802026-09-11T19:50:18.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112812026-09-11T19:50:18.563Z
112822026-09-11T19:50:18.634Z Doc-tests nexus_macros_common
112832026-09-11T19:50:18.634Z 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-5618aaff4303497a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
112842026-09-11T19:50:18.678Z
112852026-09-11T19:50:18.678Zrunning 0 tests
112862026-09-11T19:50:18.678Z
112872026-09-11T19:50:18.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112882026-09-11T19:50:18.679Z
112892026-09-11T19:50:18.686Z Doc-tests nexus_metrics_producer_gc
112902026-09-11T19:50:18.686Z 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-4beddd32bb8045d9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-22616cc65df1c44f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.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-14ee0969c84fd393.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`
112912026-09-11T19:50:19.078Z
112922026-09-11T19:50:19.078Zrunning 0 tests
112932026-09-11T19:50:19.078Z
112942026-09-11T19:50:19.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112952026-09-11T19:50:19.078Z
112962026-09-11T19:50:19.118Z Doc-tests nexus_mgs_updates
112972026-09-11T19:50:19.118Z 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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-7f318bee7c26ffcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
112982026-09-11T19:50:19.482Z
112992026-09-11T19:50:19.482Zrunning 0 tests
113002026-09-11T19:50:19.482Z
113012026-09-11T19:50:19.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113022026-09-11T19:50:19.483Z
113032026-09-11T19:50:19.517Z Doc-tests nexus_networking
113042026-09-11T19:50:19.517Z 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-6a0dd5d661f78bb4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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`
113052026-09-11T19:50:19.926Z
113062026-09-11T19:50:19.926Zrunning 0 tests
113072026-09-11T19:50:19.926Z
113082026-09-11T19:50:19.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113092026-09-11T19:50:19.926Z
113102026-09-11T19:50:19.965Z Doc-tests nexus_reconfigurator_blippy
113112026-09-11T19:50:19.966Z 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-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
113122026-09-11T19:50:20.260Z
113132026-09-11T19:50:20.260Zrunning 0 tests
113142026-09-11T19:50:20.260Z
113152026-09-11T19:50:20.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113162026-09-11T19:50:20.260Z
113172026-09-11T19:50:20.293Z Doc-tests nexus_reconfigurator_execution
113182026-09-11T19:50:20.297Z 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-4beddd32bb8045d9.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-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-22616cc65df1c44f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
113192026-09-11T19:50:20.717Z
113202026-09-11T19:50:20.717Zrunning 0 tests
113212026-09-11T19:50:20.717Z
113222026-09-11T19:50:20.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113232026-09-11T19:50:20.717Z
113242026-09-11T19:50:20.756Z Doc-tests nexus_reconfigurator_planning
113252026-09-11T19:50:20.760Z 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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-d3b79a660b956266.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-74b130ce72ffaab5.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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`
113262026-09-11T19:50:21.220Z
113272026-09-11T19:50:21.220Zrunning 0 tests
113282026-09-11T19:50:21.220Z
113292026-09-11T19:50:21.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113302026-09-11T19:50:21.220Z
113312026-09-11T19:50:21.258Z Doc-tests nexus_reconfigurator_preparation
113322026-09-11T19:50:21.261Z 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-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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`
113332026-09-11T19:50:21.648Z
113342026-09-11T19:50:21.648Zrunning 0 tests
113352026-09-11T19:50:21.648Z
113362026-09-11T19:50:21.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113372026-09-11T19:50:21.648Z
113382026-09-11T19:50:21.683Z Doc-tests nexus_reconfigurator_rendezvous
113392026-09-11T19:50:21.687Z 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-4beddd32bb8045d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-b6dbe153cb5967cf.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-14ee0969c84fd393.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`
113402026-09-11T19:50:22.078Z
113412026-09-11T19:50:22.078Zrunning 0 tests
113422026-09-11T19:50:22.078Z
113432026-09-11T19:50:22.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113442026-09-11T19:50:22.078Z
113452026-09-11T19:50:22.113Z Doc-tests nexus_reconfigurator_simulation
113462026-09-11T19:50:22.117Z 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-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-54f639a9b1b00ba2.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-b6dbe153cb5967cf.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-6df36d0a6afa7796.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-e1d306816b8122da.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`
113472026-09-11T19:50:22.460Z
113482026-09-11T19:50:22.460Zrunning 0 tests
113492026-09-11T19:50:22.460Z
113502026-09-11T19:50:22.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113512026-09-11T19:50:22.460Z
113522026-09-11T19:50:22.491Z Doc-tests nexus_saga_recovery
113532026-09-11T19:50:22.495Z 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-f51e6767350d3099.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d130e563fffe7aa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
113542026-09-11T19:50:22.805Z
113552026-09-11T19:50:22.805Zrunning 0 tests
113562026-09-11T19:50:22.805Z
113572026-09-11T19:50:22.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113582026-09-11T19:50:22.805Z
113592026-09-11T19:50:22.834Z Doc-tests nexus_switch_config
113602026-09-11T19:50:22.834Z 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-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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`
113612026-09-11T19:50:23.110Z
113622026-09-11T19:50:23.111Zrunning 0 tests
113632026-09-11T19:50:23.111Z
113642026-09-11T19:50:23.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113652026-09-11T19:50:23.111Z
113662026-09-11T19:50:23.137Z Doc-tests nexus_switch_config_preparation
113672026-09-11T19:50:23.137Z 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-aea237dd1abc5aa3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.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`
113682026-09-11T19:50:23.521Z
113692026-09-11T19:50:23.521Zrunning 0 tests
113702026-09-11T19:50:23.521Z
113712026-09-11T19:50:23.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722026-09-11T19:50:23.521Z
113732026-09-11T19:50:23.556Z Doc-tests nexus_test_interface
113742026-09-11T19:50:23.556Z 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-023dc6c1be7ea1aa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
113752026-09-11T19:50:23.941Z
113762026-09-11T19:50:23.941Zrunning 0 tests
113772026-09-11T19:50:23.941Z
113782026-09-11T19:50:23.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792026-09-11T19:50:23.941Z
113802026-09-11T19:50:23.976Z Doc-tests nexus_test_utils
113812026-09-11T19:50:23.980Z 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-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.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-4c7ae385e89a39a2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b0a55d5906ebbb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.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`
113822026-09-11T19:50:24.496Z
113832026-09-11T19:50:24.496Zrunning 0 tests
113842026-09-11T19:50:24.496Z
113852026-09-11T19:50:24.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-09-11T19:50:24.496Z
113872026-09-11T19:50:24.539Z Doc-tests nexus_test_utils_macros
113882026-09-11T19:50:24.540Z 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-c7cc5a93ab662de5.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
113892026-09-11T19:50:24.587Z
113902026-09-11T19:50:24.587Zrunning 1 test
113912026-09-11T19:50:24.591Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 62) ... ignored
113922026-09-11T19:50:24.591Z
113932026-09-11T19:50:24.591Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113942026-09-11T19:50:24.591Z
113952026-09-11T19:50:24.596Z Doc-tests nexus_types
113962026-09-11T19:50:24.600Z 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-6af61f4d2f8e8c6c.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-023dc6c1be7ea1aa.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.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-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-bc11d150cd0a3425.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-d130e563fffe7aa6.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-36ffbe0b5fefef1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
113972026-09-11T19:50:36.885Z
113982026-09-11T19:50:36.885Zrunning 4 tests
113992026-09-11T19:50:36.889Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3331) ... ignored
114002026-09-11T19:50:36.889Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3203) ... ignored
114012026-09-11T19:50:36.889Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2041) ... ignored
114022026-09-11T19:50:36.893Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
114032026-09-11T19:50:36.893Z
114042026-09-11T19:50:36.893Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
114052026-09-11T19:50:36.893Z
114062026-09-11T19:50:36.921Zall doctests ran in 10.34s; merged doctests compilation took 10.29s
114072026-09-11T19:50:37.022Z Doc-tests nexus_types_versions
114082026-09-11T19:50:37.022Z 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-6af61f4d2f8e8c6c.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-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d76a3e937c32c801.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-54d15447be195a72.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
114092026-09-11T19:50:40.055Z
114102026-09-11T19:50:40.055Zrunning 1 test
114112026-09-11T19:50:40.055Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
114122026-09-11T19:50:40.055Z
114132026-09-11T19:50:40.055Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114142026-09-11T19:50:40.055Z
114152026-09-11T19:50:40.059Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
114162026-09-11T19:50:40.168Z Doc-tests ntp_admin_api
114172026-09-11T19:50:40.168Z 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-4f460236f1fd8f53.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-433036f768778b60.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-bc0d61fd59a10e31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
114182026-09-11T19:50:40.683Z
114192026-09-11T19:50:40.683Zrunning 2 tests
114202026-09-11T19:50:40.683Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
114212026-09-11T19:50:40.683Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
114222026-09-11T19:50:40.683Z
114232026-09-11T19:50:40.683Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114242026-09-11T19:50:40.683Z
114252026-09-11T19:50:40.687Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
114262026-09-11T19:50:40.707Z Doc-tests ntp_admin_client
114272026-09-11T19:50:40.707Z 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-832a07aaa9948382.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
114282026-09-11T19:50:40.855Z
114292026-09-11T19:50:40.855Zrunning 0 tests
114302026-09-11T19:50:40.855Z
114312026-09-11T19:50:40.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114322026-09-11T19:50:40.855Z
114332026-09-11T19:50:40.874Z Doc-tests ntp_admin_types
114342026-09-11T19:50:40.874Z 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-f378136a82363e75.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-bc0d61fd59a10e31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
114352026-09-11T19:50:40.929Z
114362026-09-11T19:50:40.929Zrunning 0 tests
114372026-09-11T19:50:40.929Z
114382026-09-11T19:50:40.929Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114392026-09-11T19:50:40.929Z
114402026-09-11T19:50:40.938Z Doc-tests ntp_admin_types_versions
114412026-09-11T19:50:40.938Z 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-bc0d61fd59a10e31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
114422026-09-11T19:50:41.397Z
114432026-09-11T19:50:41.397Zrunning 1 test
114442026-09-11T19:50:41.397Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
114452026-09-11T19:50:41.397Z
114462026-09-11T19:50:41.397Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114472026-09-11T19:50:41.397Z
114482026-09-11T19:50:41.401Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
114492026-09-11T19:50:41.416Z Doc-tests omicron_certificates
114502026-09-11T19:50:41.417Z 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-3f31171069be93f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
114512026-09-11T19:50:41.615Z
114522026-09-11T19:50:41.615Zrunning 0 tests
114532026-09-11T19:50:41.615Z
114542026-09-11T19:50:41.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114552026-09-11T19:50:41.615Z
114562026-09-11T19:50:41.639Z Doc-tests omicron_clickhouse_admin
114572026-09-11T19:50:41.639Z 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-212ada304539612d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-3c5f66f1b6b0cfc8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-492a594994280b2c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1a68daced4d2c423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
114582026-09-11T19:50:41.979Z
114592026-09-11T19:50:41.979Zrunning 0 tests
114602026-09-11T19:50:41.979Z
114612026-09-11T19:50:41.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114622026-09-11T19:50:41.979Z
114632026-09-11T19:50:42.014Z Doc-tests omicron_cockroach_admin
114642026-09-11T19:50:42.014Z 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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-958671d0482c50c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-338382de7381296f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b0a55d5906ebbb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
114652026-09-11T19:50:42.280Z
114662026-09-11T19:50:42.280Zrunning 0 tests
114672026-09-11T19:50:42.280Z
114682026-09-11T19:50:42.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-09-11T19:50:42.280Z
114702026-09-11T19:50:42.308Z Doc-tests omicron_cockroach_metrics
114712026-09-11T19:50:42.312Z 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-d28f188c47923cb6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f35808dccae79d59.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-03a910e064e5cdf1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.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`
114722026-09-11T19:50:44.309Z
114732026-09-11T19:50:44.309Zrunning 1 test
114742026-09-11T19:50:44.313Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
114752026-09-11T19:50:44.313Z
114762026-09-11T19:50:44.313Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114772026-09-11T19:50:44.313Z
114782026-09-11T19:50:44.317Zall doctests ran in 1.85s; merged doctests compilation took 1.84s
114792026-09-11T19:50:44.344Z Doc-tests omicron_common
114802026-09-11T19:50:44.347Z 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-6af61f4d2f8e8c6c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383dc14e3c76d3eb.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
114812026-09-11T19:50:49.718Z
114822026-09-11T19:50:49.718Zrunning 3 tests
114832026-09-11T19:50:49.722Ztest common/src/lib.rs - FileKv (line 36) ... ignored
114842026-09-11T19:50:49.725Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
114852026-09-11T19:50:49.725Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
114862026-09-11T19:50:49.725Z
114872026-09-11T19:50:49.725Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
114882026-09-11T19:50:49.725Z
114892026-09-11T19:50:49.737Zall doctests ran in 4.66s; merged doctests compilation took 4.64s
114902026-09-11T19:50:49.791Z Doc-tests omicron_ddm_admin_client
114912026-09-11T19:50:49.791Z 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-4eacd590ea2a1149.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-c8667e15847e80cd.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-14ee0969c84fd393.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`
114922026-09-11T19:50:50.001Z
114932026-09-11T19:50:50.001Zrunning 0 tests
114942026-09-11T19:50:50.002Z
114952026-09-11T19:50:50.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114962026-09-11T19:50:50.002Z
114972026-09-11T19:50:50.028Z Doc-tests omicron_deployment_graph
114982026-09-11T19:50:50.028Z 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-74b130ce72ffaab5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
114992026-09-11T19:50:50.083Z
115002026-09-11T19:50:50.083Zrunning 0 tests
115012026-09-11T19:50:50.083Z
115022026-09-11T19:50:50.083Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115032026-09-11T19:50:50.083Z
115042026-09-11T19:50:50.092Z Doc-tests omicron_dev_lib
115052026-09-11T19:50:50.092Z 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-74ff2c8816f9bbd6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
115062026-09-11T19:50:50.394Z
115072026-09-11T19:50:50.394Zrunning 0 tests
115082026-09-11T19:50:50.394Z
115092026-09-11T19:50:50.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115102026-09-11T19:50:50.394Z
115112026-09-11T19:50:50.430Z Doc-tests omicron_gateway
115122026-09-11T19:50:50.434Z 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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0d4fc10857dd1f95.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ffe677081e2c55a8.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-04b8bffe5eabc20b.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b318e39813060238.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-a1267513ea58d254.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-e00a276b687dea77.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-de19e9a5ea601779.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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`
115132026-09-11T19:50:50.936Z
115142026-09-11T19:50:50.936Zrunning 0 tests
115152026-09-11T19:50:50.936Z
115162026-09-11T19:50:50.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115172026-09-11T19:50:50.936Z
115182026-09-11T19:50:50.983Z Doc-tests omicron_generation_kinds
115192026-09-11T19:50:50.983Z 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-0b6bbcca0acc4404.rlib --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-375bea1ce7e3a24f.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`
115202026-09-11T19:50:51.069Z
115212026-09-11T19:50:51.069Zrunning 0 tests
115222026-09-11T19:50:51.069Z
115232026-09-11T19:50:51.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115242026-09-11T19:50:51.069Z
115252026-09-11T19:50:51.081Z Doc-tests omicron_git_version
115262026-09-11T19:50:51.081Z 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-f033ced05f94eb30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.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`
115272026-09-11T19:50:51.150Z
115282026-09-11T19:50:51.151Zrunning 0 tests
115292026-09-11T19:50:51.151Z
115302026-09-11T19:50:51.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115312026-09-11T19:50:51.151Z
115322026-09-11T19:50:51.161Z Doc-tests omicron_ledger
115332026-09-11T19:50:51.165Z 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-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-14ee0969c84fd393.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`
115342026-09-11T19:50:51.241Z
115352026-09-11T19:50:51.241Zrunning 0 tests
115362026-09-11T19:50:51.241Z
115372026-09-11T19:50:51.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115382026-09-11T19:50:51.241Z
115392026-09-11T19:50:51.253Z Doc-tests omicron_ls_apis
115402026-09-11T19:50:51.253Z 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-212ada304539612d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.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-74b130ce72ffaab5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-3d0a1dabeed8950e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-8cc9eec1e74c1b89.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`
115412026-09-11T19:50:51.444Z
115422026-09-11T19:50:51.444Zrunning 0 tests
115432026-09-11T19:50:51.444Z
115442026-09-11T19:50:51.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115452026-09-11T19:50:51.444Z
115462026-09-11T19:50:51.463Z Doc-tests omicron_nexus
115472026-09-11T19:50:51.467Z 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-4beddd32bb8045d9.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-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b27e07e35d3c19dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-54e1d2ef295a114e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-3a6882a083d5ec4f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d28f188c47923cb6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-df02982e5d997778.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4d6001267efd8c5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8c8f948d36433cfb.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-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-b18d50abd9522dd5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-528e0ca2a9703278.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-89353339c82c45fd.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-22616cc65df1c44f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.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-15e6f9a03eb832c7.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f51e6767350d3099.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-e2433ba2b3c2d10f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0fb55b71cf358997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-515e7bfa98126ac0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f43cbd6d7d5b939d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-474ccde005647ff9.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-1ac4ed27bb4e160e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-68ed5e47857b3dfb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-f2b8ede6c4f8e204.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-1e103f44eeea2cc1.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-72275d4be26a2d66.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6b6dc3fcfe0fa118.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-15f14dcc3d47a1cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-82786d1268f39b46.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-b351cc87d6efdd7b.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-506bda7b7113c0fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7e5e1e98fc7ba52a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-82c6fc38cf5c0031.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c7cc5a93ab662de5.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e969d6a0f98ab4ac.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.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-03a910e064e5cdf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b4474a1f4efb588f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-e5e6672e5c6fdd9f.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-970a81154da54b10.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-d253f4890b0044a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-bc11d150cd0a3425.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-f7b31a4691f6199e.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.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-1c456a62dde965af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-8cac9f35818bc5e0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-883429196f811345.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-8703345717947861.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-901e60bfbee300f7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d130e563fffe7aa6.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-2937b562606a70c7.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.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`
115482026-09-11T19:51:00.293Z
115492026-09-11T19:51:00.293Zrunning 6 tests
115502026-09-11T19:51:00.297Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
115512026-09-11T19:51:00.297Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
115522026-09-11T19:51:00.300Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1111) ... ok
115532026-09-11T19:51:00.300Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1081) ... ok
115542026-09-11T19:51:00.301Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1039) ... ok
115552026-09-11T19:51:00.304Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1017) ... ok
115562026-09-11T19:51:00.304Z
115572026-09-11T19:51:00.304Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
115582026-09-11T19:51:00.304Z
115592026-09-11T19:51:00.312Zall doctests ran in 6.81s; merged doctests compilation took 6.79s
115602026-09-11T19:51:00.437Z Doc-tests omicron_ntp_admin
115612026-09-11T19:51:00.440Z 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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-82c6fc38cf5c0031.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-433036f768778b60.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f378136a82363e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-13d96413e51be91b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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`
115622026-09-11T19:51:00.661Z
115632026-09-11T19:51:00.661Zrunning 1 test
115642026-09-11T19:51:00.665Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
115652026-09-11T19:51:00.665Z
115662026-09-11T19:51:00.665Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115672026-09-11T19:51:00.665Z
115682026-09-11T19:51:00.687Z Doc-tests omicron_package
115692026-09-11T19:51:00.688Z 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-212ada304539612d.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-4506cdb5ecbeb1b9.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-c7cf8ce125b0aaeb.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-1ebf2e24da755f3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc58f9231e7aed88.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-8e6a3aa2e194f292.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
115702026-09-11T19:51:00.840Z
115712026-09-11T19:51:00.840Zrunning 0 tests
115722026-09-11T19:51:00.840Z
115732026-09-11T19:51:00.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115742026-09-11T19:51:00.840Z
115752026-09-11T19:51:00.855Z Doc-tests omicron_passwords
115762026-09-11T19:51:00.855Z 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-212ada304539612d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-a860071c032350b4.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-8703345717947861.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`
115772026-09-11T19:51:00.946Z
115782026-09-11T19:51:00.946Zrunning 0 tests
115792026-09-11T19:51:00.946Z
115802026-09-11T19:51:00.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115812026-09-11T19:51:00.946Z
115822026-09-11T19:51:00.958Z Doc-tests omicron_pins
115832026-09-11T19:51:00.958Z 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-730d11fe6574c1ba.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-5d933d7af43359ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.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`
115842026-09-11T19:51:01.024Z
115852026-09-11T19:51:01.025Zrunning 0 tests
115862026-09-11T19:51:01.025Z
115872026-09-11T19:51:01.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115882026-09-11T19:51:01.025Z
115892026-09-11T19:51:01.035Z Doc-tests omicron_repl_utils
115902026-09-11T19:51:01.035Z 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-212ada304539612d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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`
115912026-09-11T19:51:01.093Z
115922026-09-11T19:51:01.093Zrunning 0 tests
115932026-09-11T19:51:01.093Z
115942026-09-11T19:51:01.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115952026-09-11T19:51:01.093Z
115962026-09-11T19:51:01.102Z Doc-tests omicron_rpaths
115972026-09-11T19:51:01.102Z 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-d58a65c94ee9929e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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`
115982026-09-11T19:51:01.140Z
115992026-09-11T19:51:01.140Zrunning 0 tests
116002026-09-11T19:51:01.140Z
116012026-09-11T19:51:01.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116022026-09-11T19:51:01.140Z
116032026-09-11T19:51:01.147Z Doc-tests omicron_sled_agent
116042026-09-11T19:51:01.150Z 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-9f8f2645df36cc4c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-e17cb04d029cdcd8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.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-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c7ae385e89a39a2.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-311eacce34781988.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-c7977695271320c4.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c9bcf97e607b3ef7.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-2c06026f00ddcab8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-966a2e66b26629e3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.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-6eec2d67352e95dd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d3b79a660b956266.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-806a30c924638ba7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3bfe0bb34be4831c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-4c796119c538f4d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d4c23b52fbd8abae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.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-3340b242b04d0d8f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern sush_api=/work/oxidecomputer/omicron/target/debug/deps/libsush_api-f6ed61cf4265f2c7.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-490252174973582d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-d2a30ee7e6d33e5e.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-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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`
116052026-09-11T19:51:02.151Z
116062026-09-11T19:51:02.152Zrunning 0 tests
116072026-09-11T19:51:02.152Z
116082026-09-11T19:51:02.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116092026-09-11T19:51:02.152Z
116102026-09-11T19:51:02.218Z Doc-tests omicron_test_utils
116112026-09-11T19:51:02.222Z 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-9f8f2645df36cc4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-d3b79a660b956266.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-a9ce85e1cc0663af.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-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.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`
116122026-09-11T19:51:13.393Z
116132026-09-11T19:51:13.393Zrunning 2 tests
116142026-09-11T19:51:13.410Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
116152026-09-11T19:51:13.413Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
116162026-09-11T19:51:13.413Z
116172026-09-11T19:51:13.413Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
116182026-09-11T19:51:13.413Z
116192026-09-11T19:51:13.441Z
116202026-09-11T19:51:13.442Zrunning 1 test
116212026-09-11T19:51:13.445Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
116222026-09-11T19:51:13.445Z
116232026-09-11T19:51:13.445Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116242026-09-11T19:51:13.445Z
116252026-09-11T19:51:13.445Zall doctests ran in 10.85s; merged doctests compilation took 10.79s
116262026-09-11T19:51:13.493Z Doc-tests omicron_uuid_kinds
116272026-09-11T19:51:13.497Z 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-cec375fe56ae7184.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.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-32f232a1793a325b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
116282026-09-11T19:51:13.628Z
116292026-09-11T19:51:13.628Zrunning 0 tests
116302026-09-11T19:51:13.628Z
116312026-09-11T19:51:13.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116322026-09-11T19:51:13.628Z
116332026-09-11T19:51:13.644Z Doc-tests omicron_workspace_hack
116342026-09-11T19:51:13.648Z 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-63f81254ca42a035.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rlib --extern cipher_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-fa4fb00ebebcf463.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-787924a301230b23.rlib --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-bd5d6c28322af6ad.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-cec375fe56ae7184.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 dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb2746ee1fe697c3.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-1ddb02a3288ea216.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-730d11fe6574c1ba.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-82626a232e683a4d.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_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-db2c9870c4b2b56b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.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-2c06026f00ddcab8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b55cc54efd3f8546.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc005497caaa8092.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-059c2757b06868c4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-aea237dd1abc5aa3.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.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-6d6c58d99ec6aa2e.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-c6a4a62171fb5249.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-2a1262ab6b9fbdde.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-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.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-6324502ac22b92e6.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5e6672e5c6fdd9f.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-ce237fbd739d64ab.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha=/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-48c1f50a5b70e371.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a7ecbd92a5d6f0c6.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-9f2a07a9c04136a1.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-42d369e13ef719c7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9dfcf3399f83a64c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e91abaf8b893a3e1.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-36ffbe0b5fefef1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-75cdedf3a7302a99.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bcbaed8db7f44c0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-52def44da63a9d7a.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-1453aaee161363d5.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-26d4ba25b0a38a06.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-a900c8d31ced7811.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-76422ea7f47856ed.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`
116352026-09-11T19:51:13.680Z
116362026-09-11T19:51:13.680Zrunning 0 tests
116372026-09-11T19:51:13.680Z
116382026-09-11T19:51:13.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116392026-09-11T19:51:13.680Z
116402026-09-11T19:51:13.686Z Doc-tests oxide_client
116412026-09-11T19:51:13.687Z 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-528e0ca2a9703278.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c06026f00ddcab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c265947db8e19def.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-970a81154da54b10.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-f7b31a4691f6199e.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-14ee0969c84fd393.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`
116422026-09-11T19:51:18.006Z
116432026-09-11T19:51:18.006Zrunning 317 tests
116442026-09-11T19:51:18.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
116452026-09-11T19:51:18.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
116462026-09-11T19:51:18.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
116472026-09-11T19:51:18.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
116482026-09-11T19:51:18.006Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
116492026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
116502026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
116512026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
116522026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
116532026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
116542026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
116552026-09-11T19:51:18.007Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
116562026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
116572026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
116582026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
116592026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
116602026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
116612026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
116622026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
116632026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
116642026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
116652026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
116662026-09-11T19:51:18.014Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
116672026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
116682026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
116692026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
116702026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
116712026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
116722026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
116732026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
116742026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
116752026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
116762026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
116772026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
116782026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
116792026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
116802026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
116812026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
116822026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
116832026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
116842026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
116852026-09-11T19:51:18.015Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
116862026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
116872026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
116882026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
116892026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
116902026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
116912026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
116922026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
116932026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
116942026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
116952026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
116962026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
116972026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
116982026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
116992026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
117002026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
117012026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
117022026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
117032026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
117042026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
117052026-09-11T19:51:18.016Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
117062026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
117072026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
117082026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
117092026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
117102026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
117112026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
117122026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
117132026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
117142026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
117152026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
117162026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
117172026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
117182026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
117192026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
117202026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
117212026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
117222026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
117232026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
117242026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
117252026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
117262026-09-11T19:51:18.017Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
117272026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
117282026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
117292026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
117302026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
117312026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
117322026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
117332026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
117342026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
117352026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
117362026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
117372026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
117382026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
117392026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
117402026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
117412026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
117422026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
117432026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
117442026-09-11T19:51:18.018Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
117452026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
117462026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
117472026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
117482026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
117492026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
117502026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
117512026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
117522026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
117532026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
117542026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
117552026-09-11T19:51:18.019Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
117562026-09-11T19:51:18.025Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
117572026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
117582026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
117592026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
117602026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
117612026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
117622026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
117632026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
117642026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
117652026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
117662026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
117672026-09-11T19:51:18.026Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
117682026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
117692026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
117702026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
117712026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
117722026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
117732026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
117742026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
117752026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
117762026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
117772026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
117782026-09-11T19:51:18.027Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
117792026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
117802026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
117812026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
117822026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
117832026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
117842026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
117852026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
117862026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
117872026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
117882026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
117892026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
117902026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
117912026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
117922026-09-11T19:51:18.028Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
117932026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
117942026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
117952026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
117962026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
117972026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
117982026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
117992026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
118002026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
118012026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
118022026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
118032026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
118042026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
118052026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
118062026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
118072026-09-11T19:51:18.029Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
118082026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
118092026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
118102026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
118112026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
118122026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
118132026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
118142026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
118152026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
118162026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
118172026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
118182026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
118192026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
118202026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
118212026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
118222026-09-11T19:51:18.030Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
118232026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
118242026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
118252026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
118262026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
118272026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
118282026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
118292026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
118302026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
118312026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
118322026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
118332026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
118342026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
118352026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
118362026-09-11T19:51:18.031Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
118372026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
118382026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
118392026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
118402026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
118412026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
118422026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
118432026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
118442026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
118452026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
118462026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
118472026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
118482026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
118492026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
118502026-09-11T19:51:18.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
118512026-09-11T19:51:18.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
118522026-09-11T19:51:18.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
118532026-09-11T19:51:18.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
118542026-09-11T19:51:18.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
118552026-09-11T19:51:18.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
118562026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
118572026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
118582026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
118592026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
118602026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
118612026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
118622026-09-11T19:51:18.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
118632026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
118642026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
118652026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
118662026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
118672026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
118682026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
118692026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
118702026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
118712026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
118722026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
118732026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
118742026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
118752026-09-11T19:51:18.040Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
118762026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
118772026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
118782026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
118792026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
118802026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
118812026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
118822026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
118832026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
118842026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
118852026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
118862026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
118872026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
118882026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
118892026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
118902026-09-11T19:51:18.041Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
118912026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
118922026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
118932026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
118942026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
118952026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
118962026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
118972026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
118982026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
118992026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
119002026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
119012026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
119022026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
119032026-09-11T19:51:18.042Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
119042026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
119052026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
119062026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_create (line 23) ... ignored
119072026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_delete (line 27) ... ignored
119082026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download (line 28) ... ignored
119092026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download_file (line 29) ... ignored
119102026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head (line 28) ... ignored
119112026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head_file (line 29) ... ignored
119122026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_index (line 28) ... ignored
119132026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_list (line 27) ... ignored
119142026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_update (line 26) ... ignored
119152026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_view (line 25) ... ignored
119162026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
119172026-09-11T19:51:18.043Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
119182026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
119192026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
119202026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
119212026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
119222026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
119232026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
119242026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
119252026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
119262026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
119272026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
119282026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
119292026-09-11T19:51:18.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
119302026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
119312026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
119322026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
119332026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
119342026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
119352026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
119362026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
119372026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
119382026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
119392026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
119402026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
119412026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
119422026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
119432026-09-11T19:51:18.045Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
119442026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
119452026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
119462026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
119472026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
119482026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
119492026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
119502026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
119512026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
119522026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
119532026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
119542026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
119552026-09-11T19:51:18.046Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
119562026-09-11T19:51:18.051Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
119572026-09-11T19:51:18.051Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
119582026-09-11T19:51:18.051Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
119592026-09-11T19:51:18.051Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
119602026-09-11T19:51:18.051Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
119612026-09-11T19:51:18.051Z
119622026-09-11T19:51:18.051Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
119632026-09-11T19:51:18.052Z
119642026-09-11T19:51:18.052Zall doctests ran in 0.64s; merged doctests compilation took 0.64s
119652026-09-11T19:51:18.131Z Doc-tests oximeter
119662026-09-11T19:51:18.131Z 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-212ada304539612d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-229b1d57b6fdcf9b.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-acb67d2c52be72b6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-8cc9eec1e74c1b89.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`
119672026-09-11T19:51:23.699Z
119682026-09-11T19:51:23.699Zrunning 2 tests
119692026-09-11T19:51:23.702Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
119702026-09-11T19:51:23.705Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
119712026-09-11T19:51:23.705Z
119722026-09-11T19:51:23.705Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119732026-09-11T19:51:23.705Z
119742026-09-11T19:51:23.717Zall doctests ran in 5.37s; merged doctests compilation took 5.35s
119752026-09-11T19:51:23.756Z Doc-tests oximeter_api
119762026-09-11T19:51:23.756Z 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-4f460236f1fd8f53.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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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`
119772026-09-11T19:51:24.334Z
119782026-09-11T19:51:24.334Zrunning 2 tests
119792026-09-11T19:51:24.334Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
119802026-09-11T19:51:24.334Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
119812026-09-11T19:51:24.334Z
119822026-09-11T19:51:24.334Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119832026-09-11T19:51:24.334Z
119842026-09-11T19:51:24.338Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
119852026-09-11T19:51:24.363Z Doc-tests oximeter_client
119862026-09-11T19:51:24.363Z 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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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`
119872026-09-11T19:51:24.646Z
119882026-09-11T19:51:24.646Zrunning 0 tests
119892026-09-11T19:51:24.647Z
119902026-09-11T19:51:24.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119912026-09-11T19:51:24.647Z
119922026-09-11T19:51:24.677Z Doc-tests oximeter_collector
119932026-09-11T19:51:24.677Z 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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5534e9efafae5222.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ca007ecfa1d45361.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-06befd637091e26a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
119942026-09-11T19:51:25.150Z
119952026-09-11T19:51:25.150Zrunning 0 tests
119962026-09-11T19:51:25.150Z
119972026-09-11T19:51:25.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119982026-09-11T19:51:25.150Z
119992026-09-11T19:51:25.197Z Doc-tests oximeter_db
120002026-09-11T19:51:25.201Z 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-d5a1adc36d1a2e36.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-212ada304539612d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-eb8aef6dba4a8c65.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-98b374db15ad4c57.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0a5c82c1a010f6c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.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-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.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-4413f88dc47ec03e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3ae1cba820bf4bd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
120012026-09-11T19:51:26.279Z
120022026-09-11T19:51:26.279Zrunning 3 tests
120032026-09-11T19:51:26.279Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
120042026-09-11T19:51:26.280Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
120052026-09-11T19:51:26.280Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
120062026-09-11T19:51:26.280Z
120072026-09-11T19:51:26.280Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
120082026-09-11T19:51:26.280Z
120092026-09-11T19:51:26.285Z
120102026-09-11T19:51:26.285Zrunning 2 tests
120112026-09-11T19:51:26.285Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
120122026-09-11T19:51:26.285Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
120132026-09-11T19:51:26.285Z
120142026-09-11T19:51:26.285Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120152026-09-11T19:51:26.285Z
120162026-09-11T19:51:26.285Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
120172026-09-11T19:51:26.336Z Doc-tests oximeter_instruments
120182026-09-11T19:51:26.336Z 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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fb8d787bbd53146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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`
120192026-09-11T19:51:26.719Z
120202026-09-11T19:51:26.719Zrunning 0 tests
120212026-09-11T19:51:26.719Z
120222026-09-11T19:51:26.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120232026-09-11T19:51:26.719Z
120242026-09-11T19:51:26.757Z Doc-tests oximeter_macro_impl
120252026-09-11T19:51:26.757Z 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-41e36d854dd22af6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.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`
120262026-09-11T19:51:26.810Z
120272026-09-11T19:51:26.810Zrunning 0 tests
120282026-09-11T19:51:26.810Z
120292026-09-11T19:51:26.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120302026-09-11T19:51:26.810Z
120312026-09-11T19:51:26.819Z Doc-tests oximeter_producer
120322026-09-11T19:51:26.820Z 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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6eec2d67352e95dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-fd169ceb96c24be0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-27fe3eb277d22421.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1e94a609605d3193.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-14ee0969c84fd393.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`
120332026-09-11T19:51:27.163Z
120342026-09-11T19:51:27.163Zrunning 0 tests
120352026-09-11T19:51:27.163Z
120362026-09-11T19:51:27.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120372026-09-11T19:51:27.164Z
120382026-09-11T19:51:27.201Z Doc-tests oximeter_producer_api
120392026-09-11T19:51:27.201Z 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-4f460236f1fd8f53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1e94a609605d3193.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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`
120402026-09-11T19:51:27.767Z
120412026-09-11T19:51:27.767Zrunning 2 tests
120422026-09-11T19:51:27.767Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
120432026-09-11T19:51:27.767Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
120442026-09-11T19:51:27.767Z
120452026-09-11T19:51:27.771Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120462026-09-11T19:51:27.771Z
120472026-09-11T19:51:27.771Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
120482026-09-11T19:51:27.796Z Doc-tests oximeter_schema
120492026-09-11T19:51:27.800Z 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-212ada304539612d.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-41e36d854dd22af6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-229b1d57b6fdcf9b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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-a860071c032350b4.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-8cc9eec1e74c1b89.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`
120502026-09-11T19:51:28.025Z
120512026-09-11T19:51:28.025Zrunning 0 tests
120522026-09-11T19:51:28.025Z
120532026-09-11T19:51:28.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120542026-09-11T19:51:28.025Z
120552026-09-11T19:51:28.051Z Doc-tests oximeter_test_utils
120562026-09-11T19:51:28.051Z 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-98b374db15ad4c57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1dd23035fb8d9d31.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b40a9d8a1a320681.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.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`
120572026-09-11T19:51:28.412Z
120582026-09-11T19:51:28.412Zrunning 0 tests
120592026-09-11T19:51:28.412Z
120602026-09-11T19:51:28.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120612026-09-11T19:51:28.412Z
120622026-09-11T19:51:28.451Z Doc-tests oximeter_timeseries_macro
120632026-09-11T19:51:28.451Z 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-41e36d854dd22af6.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-538d62d7b78a74ee.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-acb67d2c52be72b6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cbc676e26d99192e.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`
120642026-09-11T19:51:28.631Z
120652026-09-11T19:51:28.631Zrunning 0 tests
120662026-09-11T19:51:28.631Z
120672026-09-11T19:51:28.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120682026-09-11T19:51:28.631Z
120692026-09-11T19:51:28.652Z Doc-tests oximeter_types
120702026-09-11T19:51:28.652Z 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-0a5c82c1a010f6c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-c234118be59d8e60.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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`
120712026-09-11T19:51:29.325Z
120722026-09-11T19:51:29.325Zrunning 11 tests
120732026-09-11T19:51:29.735Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
120742026-09-11T19:51:29.738Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
120752026-09-11T19:51:34.808Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
120762026-09-11T19:51:34.887Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
120772026-09-11T19:51:35.009Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
120782026-09-11T19:51:35.088Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
120792026-09-11T19:51:35.088Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
120802026-09-11T19:51:35.088Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
120812026-09-11T19:51:35.168Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
120822026-09-11T19:51:39.414Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
120832026-09-11T19:51:39.417Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
120842026-09-11T19:51:39.418Z
120852026-09-11T19:51:39.418Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.09s
120862026-09-11T19:51:39.418Z
120872026-09-11T19:51:39.418Zall doctests ran in 10.57s; merged doctests compilation took 0.48s
120882026-09-11T19:51:39.446Z Doc-tests oximeter_types_versions
120892026-09-11T19:51:39.450Z 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-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b7907bf1d0f90f7.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-171fcd5148727c91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
120902026-09-11T19:51:40.248Z
120912026-09-11T19:51:40.248Zrunning 1 test
120922026-09-11T19:51:40.248Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
120932026-09-11T19:51:40.248Z
120942026-09-11T19:51:40.249Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120952026-09-11T19:51:40.249Z
120962026-09-11T19:51:40.254Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
120972026-09-11T19:51:40.293Z Doc-tests oxlog
120982026-09-11T19:51:40.305Z 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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.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`
120992026-09-11T19:51:40.340Z
121002026-09-11T19:51:40.340Zrunning 0 tests
121012026-09-11T19:51:40.340Z
121022026-09-11T19:51:40.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121032026-09-11T19:51:40.340Z
121042026-09-11T19:51:40.349Z Doc-tests oxql_types
121052026-09-11T19:51:40.349Z 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-41e36d854dd22af6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-5de89c2c32946dba.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7b46e6275c9159fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
121062026-09-11T19:51:40.610Z
121072026-09-11T19:51:40.610Zrunning 0 tests
121082026-09-11T19:51:40.610Z
121092026-09-11T19:51:40.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121102026-09-11T19:51:40.610Z
121112026-09-11T19:51:40.636Z Doc-tests parallel_task_set
121122026-09-11T19:51:40.636Z 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-41e36d854dd22af6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.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`
121132026-09-11T19:51:40.685Z
121142026-09-11T19:51:40.685Zrunning 0 tests
121152026-09-11T19:51:40.685Z
121162026-09-11T19:51:40.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121172026-09-11T19:51:40.685Z
121182026-09-11T19:51:40.694Z Doc-tests rack_init_config
121192026-09-11T19:51:40.694Z 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-023dc6c1be7ea1aa.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-8b45635ff951d953.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
121202026-09-11T19:51:40.898Z
121212026-09-11T19:51:40.898Zrunning 0 tests
121222026-09-11T19:51:40.898Z
121232026-09-11T19:51:40.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121242026-09-11T19:51:40.898Z
121252026-09-11T19:51:40.922Z Doc-tests range_requests
121262026-09-11T19:51:40.922Z 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-4f460236f1fd8f53.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-2c06026f00ddcab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-86f42e5ce1d508d0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
121272026-09-11T19:51:41.050Z
121282026-09-11T19:51:41.050Zrunning 0 tests
121292026-09-11T19:51:41.050Z
121302026-09-11T19:51:41.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121312026-09-11T19:51:41.051Z
121322026-09-11T19:51:41.068Z Doc-tests reconfigurator_cli
121332026-09-11T19:51:41.068Z 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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ada8640dbdaa22a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.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-741a433666908766.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-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-c6a4a62171fb5249.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3a86069a0859dfe9.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-771f4accdc8428f4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-446eb94ca2fb1dc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-6aadd871fda5ba14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-bc11d150cd0a3425.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-b6dbe153cb5967cf.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
121342026-09-11T19:51:41.546Z
121352026-09-11T19:51:41.546Zrunning 0 tests
121362026-09-11T19:51:41.546Z
121372026-09-11T19:51:41.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121382026-09-11T19:51:41.546Z
121392026-09-11T19:51:41.586Z Doc-tests repo_depot_api
121402026-09-11T19:51:41.587Z 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-4f460236f1fd8f53.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-41e36d854dd22af6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3340b242b04d0d8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
121412026-09-11T19:51:42.142Z
121422026-09-11T19:51:42.142Zrunning 2 tests
121432026-09-11T19:51:42.142Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
121442026-09-11T19:51:42.142Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
121452026-09-11T19:51:42.142Z
121462026-09-11T19:51:42.142Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121472026-09-11T19:51:42.142Z
121482026-09-11T19:51:42.146Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
121492026-09-11T19:51:42.171Z Doc-tests repo_depot_client
121502026-09-11T19:51:42.171Z 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-41e36d854dd22af6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b9d6df89c0e6fdb6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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`
121512026-09-11T19:51:42.309Z
121522026-09-11T19:51:42.309Zrunning 0 tests
121532026-09-11T19:51:42.310Z
121542026-09-11T19:51:42.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121552026-09-11T19:51:42.310Z
121562026-09-11T19:51:42.330Z Doc-tests sled_agent_api
121572026-09-11T19:51:42.334Z 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-4f460236f1fd8f53.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-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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`
121582026-09-11T19:51:43.030Z
121592026-09-11T19:51:43.030Zrunning 2 tests
121602026-09-11T19:51:43.030Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 128) ... ignored
121612026-09-11T19:51:43.030Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 134) ... ignored
121622026-09-11T19:51:43.030Z
121632026-09-11T19:51:43.030Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121642026-09-11T19:51:43.030Z
121652026-09-11T19:51:43.033Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
121662026-09-11T19:51:43.065Z Doc-tests sled_agent_bootstrap_common
121672026-09-11T19:51:43.065Z 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-99d4b6478584aec3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-43e3b400584bfdd9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-9dfcf3399f83a64c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.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`
121682026-09-11T19:51:43.358Z
121692026-09-11T19:51:43.358Zrunning 0 tests
121702026-09-11T19:51:43.358Z
121712026-09-11T19:51:43.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121722026-09-11T19:51:43.358Z
121732026-09-11T19:51:43.389Z Doc-tests sled_agent_client
121742026-09-11T19:51:43.389Z 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-f7b6f999387b6320.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-04e90413ff668331.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b704cfce9f147c78.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5c4c5faf3ec44301.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`
121752026-09-11T19:51:44.841Z
121762026-09-11T19:51:44.841Zrunning 0 tests
121772026-09-11T19:51:44.841Z
121782026-09-11T19:51:44.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121792026-09-11T19:51:44.841Z
121802026-09-11T19:51:44.902Z Doc-tests sled_agent_config_reconciler
121812026-09-11T19:51:44.902Z 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-d5a1adc36d1a2e36.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bd4832b531ef3368.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-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5a8afe9529079364.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-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-42e64341170af970.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-a860071c032350b4.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-7f318bee7c26ffcd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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-d821df216a945d0a.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`
121822026-09-11T19:51:45.379Z
121832026-09-11T19:51:45.379Zrunning 0 tests
121842026-09-11T19:51:45.379Z
121852026-09-11T19:51:45.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121862026-09-11T19:51:45.379Z
121872026-09-11T19:51:45.419Z Doc-tests sled_agent_health_monitor
121882026-09-11T19:51:45.419Z 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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-7f318bee7c26ffcd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09becba809c91c3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.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`
121892026-09-11T19:51:45.636Z
121902026-09-11T19:51:45.636Zrunning 0 tests
121912026-09-11T19:51:45.636Z
121922026-09-11T19:51:45.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121932026-09-11T19:51:45.636Z
121942026-09-11T19:51:45.660Z Doc-tests sled_agent_measurements
121952026-09-11T19:51:45.660Z 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-741a433666908766.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b6a294b3c471c696.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.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-14ee0969c84fd393.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`
121962026-09-11T19:51:45.930Z
121972026-09-11T19:51:45.930Zrunning 0 tests
121982026-09-11T19:51:45.930Z
121992026-09-11T19:51:45.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122002026-09-11T19:51:45.930Z
122012026-09-11T19:51:45.960Z Doc-tests sled_agent_multirack_join
122022026-09-11T19:51:45.960Z 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-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-43e3b400584bfdd9.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-b6b452217764f3ec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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`
122032026-09-11T19:51:46.278Z
122042026-09-11T19:51:46.278Zrunning 0 tests
122052026-09-11T19:51:46.278Z
122062026-09-11T19:51:46.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122072026-09-11T19:51:46.278Z
122082026-09-11T19:51:46.314Z Doc-tests sled_agent_rack_setup
122092026-09-11T19:51:46.317Z 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-99d4b6478584aec3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-ca2da5c6ca258a32.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-d28f188c47923cb6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-806a30c924638ba7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-80e36569e98321dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-832a07aaa9948382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-43e3b400584bfdd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b704cfce9f147c78.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-b5dc10f6386ebbdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-e2fd9367190ac939.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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`
122102026-09-11T19:51:46.700Z
122112026-09-11T19:51:46.700Zrunning 0 tests
122122026-09-11T19:51:46.700Z
122132026-09-11T19:51:46.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122142026-09-11T19:51:46.700Z
122152026-09-11T19:51:46.736Z Doc-tests sled_agent_resolvable_files
122162026-09-11T19:51:46.739Z 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-bd4832b531ef3368.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-6df36d0a6afa7796.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`
122172026-09-11T19:51:47.014Z
122182026-09-11T19:51:47.014Zrunning 0 tests
122192026-09-11T19:51:47.014Z
122202026-09-11T19:51:47.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122212026-09-11T19:51:47.014Z
122222026-09-11T19:51:47.044Z Doc-tests sled_agent_resolvable_files_examples
122232026-09-11T19:51:47.048Z 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-bd4832b531ef3368.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
122242026-09-11T19:51:47.241Z
122252026-09-11T19:51:47.241Zrunning 0 tests
122262026-09-11T19:51:47.241Z
122272026-09-11T19:51:47.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122282026-09-11T19:51:47.241Z
122292026-09-11T19:51:47.269Z Doc-tests sled_agent_scrimlet_reconcilers
122302026-09-11T19:51:47.270Z 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-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-89353339c82c45fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-b2cabacce2747ab2.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-ab265b02c013a9e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0d27ab7294fdee59.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-82074f9e7d54638f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.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-14ee0969c84fd393.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`
122312026-09-11T19:51:47.607Z
122322026-09-11T19:51:47.607Zrunning 0 tests
122332026-09-11T19:51:47.607Z
122342026-09-11T19:51:47.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122352026-09-11T19:51:47.607Z
122362026-09-11T19:51:47.640Z Doc-tests sled_agent_types
122372026-09-11T19:51:47.641Z 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-99d4b6478584aec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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-cec375fe56ae7184.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-6df36d0a6afa7796.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`
122382026-09-11T19:51:47.907Z
122392026-09-11T19:51:47.907Zrunning 0 tests
122402026-09-11T19:51:47.908Z
122412026-09-11T19:51:47.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122422026-09-11T19:51:47.908Z
122432026-09-11T19:51:47.934Z Doc-tests sled_agent_types_versions
122442026-09-11T19:51:47.934Z 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-99d4b6478584aec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-f7b6f999387b6320.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-cec375fe56ae7184.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-aea237dd1abc5aa3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-0b6bbcca0acc4404.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-e3412516c678486c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cc6cec072a3852f6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-8703345717947861.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-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-8cc9eec1e74c1b89.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5eaa534fdca26038.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.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`
122452026-09-11T19:51:50.463Z
122462026-09-11T19:51:50.463Zrunning 1 test
122472026-09-11T19:51:50.463Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
122482026-09-11T19:51:50.463Z
122492026-09-11T19:51:50.463Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122502026-09-11T19:51:50.463Z
122512026-09-11T19:51:50.467Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
122522026-09-11T19:51:50.559Z Doc-tests sled_diagnostics
122532026-09-11T19:51:50.559Z 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-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-59c49aeb81dd15ba.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-aba5272e1d5d51be.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-ae78acd1e51c9753.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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`
122542026-09-11T19:51:50.824Z
122552026-09-11T19:51:50.825Zrunning 0 tests
122562026-09-11T19:51:50.825Z
122572026-09-11T19:51:50.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122582026-09-11T19:51:50.825Z
122592026-09-11T19:51:50.853Z Doc-tests sled_hardware
122602026-09-11T19:51:50.853Z 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-25cae5acaa8bdd94.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.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-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-7b145fd4b01d1a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.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`
122612026-09-11T19:51:51.156Z
122622026-09-11T19:51:51.156Zrunning 0 tests
122632026-09-11T19:51:51.156Z
122642026-09-11T19:51:51.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122652026-09-11T19:51:51.156Z
122662026-09-11T19:51:51.186Z Doc-tests sled_hardware_types
122672026-09-11T19:51:51.186Z 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-cec375fe56ae7184.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.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`
122682026-09-11T19:51:51.288Z
122692026-09-11T19:51:51.289Zrunning 0 tests
122702026-09-11T19:51:51.289Z
122712026-09-11T19:51:51.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122722026-09-11T19:51:51.289Z
122732026-09-11T19:51:51.300Z Doc-tests sled_storage
122742026-09-11T19:51:51.300Z 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-d5a1adc36d1a2e36.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-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8e6a3aa2e194f292.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.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`
122752026-09-11T19:51:51.562Z
122762026-09-11T19:51:51.562Zrunning 0 tests
122772026-09-11T19:51:51.562Z
122782026-09-11T19:51:51.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122792026-09-11T19:51:51.562Z
122802026-09-11T19:51:51.589Z Doc-tests sp_sim
122812026-09-11T19:51:51.589Z 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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.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-61734671ba791185.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-421b47671bc67234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.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-b6dbe153cb5967cf.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-901e60bfbee300f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.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`
122822026-09-11T19:51:52.051Z
122832026-09-11T19:51:52.051Zrunning 0 tests
122842026-09-11T19:51:52.051Z
122852026-09-11T19:51:52.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122862026-09-11T19:51:52.051Z
122872026-09-11T19:51:52.090Z Doc-tests support_bundle_collection
122882026-09-11T19:51:52.090Z 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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.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-6cd56bfdf6b4d007.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bd028a9b4563b29e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-83dde482c1e6a88f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-d554092c602cc626.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8222deb0407da56.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-89d02f7368638d87.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-b704cfce9f147c78.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-2937b562606a70c7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a900c8d31ced7811.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`
122892026-09-11T19:51:52.534Z
122902026-09-11T19:51:52.534Zrunning 0 tests
122912026-09-11T19:51:52.534Z
122922026-09-11T19:51:52.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122932026-09-11T19:51:52.534Z
122942026-09-11T19:51:52.575Z Doc-tests sush_proxy
122952026-09-11T19:51:52.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sush_proxy --test sush-proxy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sush-proxy -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-212ada304539612d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sush_common=/work/oxidecomputer/omicron/target/debug/deps/libsush_common-d0e9cacbe864f625.rlib --extern sush_proxy=/work/oxidecomputer/omicron/target/debug/deps/libsush_proxy-940a63f2e6fb596f.rlib --extern sush_server=/work/oxidecomputer/omicron/target/debug/deps/libsush_server-ad020fba302200d3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.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`
122962026-09-11T19:51:52.832Z
122972026-09-11T19:51:52.832Zrunning 0 tests
122982026-09-11T19:51:52.833Z
122992026-09-11T19:51:52.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123002026-09-11T19:51:52.833Z
123012026-09-11T19:51:52.861Z Doc-tests transient_dns_server
123022026-09-11T19:51:52.861Z 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-d5a1adc36d1a2e36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1833ac0a49023d05.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02a6d2fa66c9f520.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-10edf0d828782d1e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-490252174973582d.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`
123032026-09-11T19:51:53.066Z
123042026-09-11T19:51:53.066Zrunning 0 tests
123052026-09-11T19:51:53.066Z
123062026-09-11T19:51:53.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123072026-09-11T19:51:53.066Z
123082026-09-11T19:51:53.089Z Doc-tests trust_quorum
123092026-09-11T19:51:53.089Z 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-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.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-cec375fe56ae7184.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-4f460236f1fd8f53.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.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-741a433666908766.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-6eb026821a97bca7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-b6a294b3c471c696.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-9dfcf3399f83a64c.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-47b0ce69945cb641.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-14ee0969c84fd393.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6e761c5d78c08726.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-15812deeb63ed73d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-823a090cb1e2532b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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`
123102026-09-11T19:51:53.438Z
123112026-09-11T19:51:53.438Zrunning 0 tests
123122026-09-11T19:51:53.438Z
123132026-09-11T19:51:53.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123142026-09-11T19:51:53.438Z
123152026-09-11T19:51:53.473Z Doc-tests trust_quorum_protocol
123162026-09-11T19:51:53.477Z 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-63ad5e1c6a734750.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-99d4b6478584aec3.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-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.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-741a433666908766.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.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-8703345717947861.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-15812deeb63ed73d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-823a090cb1e2532b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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`
123172026-09-11T19:51:53.711Z
123182026-09-11T19:51:53.711Zrunning 0 tests
123192026-09-11T19:51:53.711Z
123202026-09-11T19:51:53.711Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123212026-09-11T19:51:53.711Z
123222026-09-11T19:51:53.733Z Doc-tests trust_quorum_test_utils
123232026-09-11T19:51:53.733Z 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-99d4b6478584aec3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-15812deeb63ed73d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-823a090cb1e2532b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.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`
123242026-09-11T19:51:53.896Z
123252026-09-11T19:51:53.896Zrunning 0 tests
123262026-09-11T19:51:53.896Z
123272026-09-11T19:51:53.896Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123282026-09-11T19:51:53.896Z
123292026-09-11T19:51:53.916Z Doc-tests trust_quorum_types
123302026-09-11T19:51:53.916Z 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-41e36d854dd22af6.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-5c4c5faf3ec44301.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5eaa534fdca26038.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`
123312026-09-11T19:51:54.011Z
123322026-09-11T19:51:54.011Zrunning 0 tests
123332026-09-11T19:51:54.011Z
123342026-09-11T19:51:54.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123352026-09-11T19:51:54.011Z
123362026-09-11T19:51:54.025Z Doc-tests trust_quorum_types_versions
123372026-09-11T19:51:54.026Z 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-f7b6f999387b6320.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-cec375fe56ae7184.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-47129d58ef71643b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8703345717947861.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-5eaa534fdca26038.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`
123382026-09-11T19:51:54.608Z
123392026-09-11T19:51:54.609Zrunning 1 test
123402026-09-11T19:51:54.609Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
123412026-09-11T19:51:54.609Z
123422026-09-11T19:51:54.609Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123432026-09-11T19:51:54.609Z
123442026-09-11T19:51:54.612Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
123452026-09-11T19:51:54.635Z Doc-tests typed_rng
123462026-09-11T19:51:54.636Z 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-c6a4a62171fb5249.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-e1d306816b8122da.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`
123472026-09-11T19:51:54.706Z
123482026-09-11T19:51:54.706Zrunning 0 tests
123492026-09-11T19:51:54.706Z
123502026-09-11T19:51:54.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123512026-09-11T19:51:54.706Z
123522026-09-11T19:51:54.718Z Doc-tests wicket
123532026-09-11T19:51:54.718Z 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-63f81254ca42a035.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5a1adc36d1a2e36.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-741a433666908766.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6742a619450b5c82.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-7694aefd29b9fdb8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d3322986ffb49ea4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4a185f6523ee863c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-36ffbe0b5fefef1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dbf464cace64d1b9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8c3a1cc61376d89e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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`
123542026-09-11T19:51:55.219Z
123552026-09-11T19:51:55.219Zrunning 0 tests
123562026-09-11T19:51:55.219Z
123572026-09-11T19:51:55.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123582026-09-11T19:51:55.219Z
123592026-09-11T19:51:55.262Z Doc-tests wicket_common
123602026-09-11T19:51:55.262Z 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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.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-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-14ee0969c84fd393.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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`
123612026-09-11T19:51:55.646Z
123622026-09-11T19:51:55.646Zrunning 0 tests
123632026-09-11T19:51:55.646Z
123642026-09-11T19:51:55.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123652026-09-11T19:51:55.646Z
123662026-09-11T19:51:55.679Z Doc-tests wicket_dbg
123672026-09-11T19:51:55.680Z 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-212ada304539612d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-b26326f7bec4830f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4bb54c5bcd132974.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-14ee0969c84fd393.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-379b8740999aa7a4.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`
123682026-09-11T19:51:55.958Z
123692026-09-11T19:51:55.958Zrunning 0 tests
123702026-09-11T19:51:55.958Z
123712026-09-11T19:51:55.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123722026-09-11T19:51:55.959Z
123732026-09-11T19:51:55.990Z Doc-tests wicketd
123742026-09-11T19:51:55.993Z 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-d6add3c9b4f0f9ca.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-023dc6c1be7ea1aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-63f81254ca42a035.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-d5a1adc36d1a2e36.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-b0606a425094db36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4506cdb5ecbeb1b9.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-730d11fe6574c1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-82626a232e683a4d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-595d8522b9689469.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e8bea1efb6834ea1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-528e0ca2a9703278.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-2c06026f00ddcab8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d5d012bb440e4f1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f7c59908cf41912d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-4959597c477b05aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4dab9a7a87864929.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e6ac18b28b37982c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a3f4af9fb7adc7dd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3f31171069be93f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-48645a3702fbf946.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e98af32826b1374.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-b46c1f3f3fe3b4c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-5a8e3892e90775e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b7d245b0064f8782.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-d2820eaae94048f8.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b5dc10f6386ebbdf.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-e5b614b5c6b3d8a0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-61587f155fda81fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-901e60bfbee300f7.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-14ee0969c84fd393.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-f1173c6658f3d555.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-dff7b73424f652a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cc9eec1e74c1b89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-54d15447be195a72.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-419b9c0e2ea621d2.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-37a75e26bb93f746.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-6df36d0a6afa7796.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2b97d185c6acc950.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a52c05cb062b05ae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-953e41cf9f65ebbf.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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`
123752026-09-11T19:51:56.456Z
123762026-09-11T19:51:56.456Zrunning 0 tests
123772026-09-11T19:51:56.456Z
123782026-09-11T19:51:56.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123792026-09-11T19:51:56.457Z
123802026-09-11T19:51:56.499Z Doc-tests wicketd_api
123812026-09-11T19:51:56.499Z 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-023dc6c1be7ea1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6a0dd5d661f78bb4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-c8667e15847e80cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9a075f419634c850.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d5383654dcdc53fb.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.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`
123822026-09-11T19:51:57.175Z
123832026-09-11T19:51:57.175Zrunning 2 tests
123842026-09-11T19:51:57.175Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 48) ... ignored
123852026-09-11T19:51:57.175Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 54) ... ignored
123862026-09-11T19:51:57.175Z
123872026-09-11T19:51:57.175Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123882026-09-11T19:51:57.175Z
123892026-09-11T19:51:57.179Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
123902026-09-11T19:51:57.211Z Doc-tests wicketd_client
123912026-09-11T19:51:57.211Z 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-023dc6c1be7ea1aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-c8040428fa33d29a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3332ca2266e0f1e3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-9a075f419634c850.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9b945a1b507007ab.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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`
123922026-09-11T19:51:58.373Z
123932026-09-11T19:51:58.373Zrunning 0 tests
123942026-09-11T19:51:58.373Z
123952026-09-11T19:51:58.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123962026-09-11T19:51:58.373Z
123972026-09-11T19:51:58.426Z Doc-tests wicketd_commission_api
123982026-09-11T19:51:58.426Z 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-4f460236f1fd8f53.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-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-f0a87cc0512dc414.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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`
123992026-09-11T19:51:59.024Z
124002026-09-11T19:51:59.024Zrunning 2 tests
124012026-09-11T19:51:59.024Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 62) ... ignored
124022026-09-11T19:51:59.024Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 68) ... ignored
124032026-09-11T19:51:59.024Z
124042026-09-11T19:51:59.024Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124052026-09-11T19:51:59.024Z
124062026-09-11T19:51:59.028Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
124072026-09-11T19:51:59.054Z Doc-tests wicketd_commission_client
124082026-09-11T19:51:59.054Z 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-741a433666908766.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2a706f0f10dcda16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-953e41cf9f65ebbf.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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`
124092026-09-11T19:51:59.412Z
124102026-09-11T19:51:59.412Zrunning 0 tests
124112026-09-11T19:51:59.412Z
124122026-09-11T19:51:59.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124132026-09-11T19:51:59.413Z
124142026-09-11T19:51:59.445Z Doc-tests wicketd_commission_types
124152026-09-11T19:51:59.445Z 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-41e36d854dd22af6.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-69c6a2c433b63c6f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-ef4e33eaeb20526b.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`
124162026-09-11T19:51:59.637Z
124172026-09-11T19:51:59.637Zrunning 0 tests
124182026-09-11T19:51:59.637Z
124192026-09-11T19:51:59.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124202026-09-11T19:51:59.637Z
124212026-09-11T19:51:59.660Z Doc-tests wicketd_commission_types_versions
124222026-09-11T19:51:59.660Z 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-04b8bffe5eabc20b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-741a433666908766.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-247c01bdd5a432f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a860071c032350b4.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-265873ff61265650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.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-8cc9eec1e74c1b89.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-ef4e33eaeb20526b.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`
124232026-09-11T19:52:00.629Z
124242026-09-11T19:52:00.629Zrunning 1 test
124252026-09-11T19:52:00.629Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
124262026-09-11T19:52:00.629Z
124272026-09-11T19:52:00.630Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
124282026-09-11T19:52:00.630Z
124292026-09-11T19:52:00.633Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
124302026-09-11T19:52:00.744Z Doc-tests xtask_downloader
124312026-09-11T19:52:00.744Z 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-d5a1adc36d1a2e36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-212ada304539612d.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-41e36d854dd22af6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f7b31a4691f6199e.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-14ee0969c84fd393.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-1a41ec0eb5d2f7a9.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`
124322026-09-11T19:52:00.790Z
124332026-09-11T19:52:00.790Zrunning 1 test
124342026-09-11T19:52:00.794Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
124352026-09-11T19:52:00.794Z
124362026-09-11T19:52:00.794Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
124372026-09-11T19:52:00.794Z
124382026-09-11T19:52:00.807Z Doc-tests zfs_test_harness
124392026-09-11T19:52:00.807Z 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-d5a1adc36d1a2e36.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-dcde8255c07e36b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-32f232a1793a325b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b6dbe153cb5967cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-f5d699b36284d2d6.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-14ee0969c84fd393.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-ae78acd1e51c9753.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`
124402026-09-11T19:52:01.048Z
124412026-09-11T19:52:01.048Zrunning 0 tests
124422026-09-11T19:52:01.048Z
124432026-09-11T19:52:01.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124442026-09-11T19:52:01.052Z
124452026-09-11T19:52:01.076Z Doc-tests zone_setup
124462026-09-11T19:52:01.081Z 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-212ada304539612d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f460236f1fd8f53.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c7cf8ce125b0aaeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7694aefd29b9fdb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-41e36d854dd22af6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-0f7281dcd2f169f4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8060d56960a9df22.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-b6dbe153cb5967cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c8667e15847e80cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-14ee0969c84fd393.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d821df216a945d0a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f86facd01a310de9.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`
124472026-09-11T19:52:01.299Z
124482026-09-11T19:52:01.299Zrunning 0 tests
124492026-09-11T19:52:01.299Z
124502026-09-11T19:52:01.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124512026-09-11T19:52:01.299Z
124522026-09-11T19:52:01.406Z
124532026-09-11T19:52:01.406Zreal 2:39.349311102
124542026-09-11T19:52:01.406Zuser 2:06.308311477
124552026-09-11T19:52:01.406Zsys 1:02.131104547
124562026-09-11T19:52:01.406Ztrap 0.015265860
124572026-09-11T19:52:01.406Ztflt 0.815546008
124582026-09-11T19:52:01.410Zdflt 0.251212906
124592026-09-11T19:52:01.410Zkflt 0.000092110
124602026-09-11T19:52:01.410Zlock 12:54.693765345
124612026-09-11T19:52:01.411Zslp 15:29.182016422
124622026-09-11T19:52:01.411Zlat 0.303247140
124632026-09-11T19:52:01.411Zstop 4.257834104
124642026-09-11T19:52:01.411Z+ banner 'check schema migration cleanup'
124652026-09-11T19:52:01.411Z
124662026-09-11T19:52:01.411Z #### # # ###### #### # # #### #### # # ######
124672026-09-11T19:52:01.411Z # # # # # # # # # # # # # # #
124682026-09-11T19:52:01.411Z # ###### ##### # #### #### # ###### #####
124692026-09-11T19:52:01.411Z # # # # # # # # # # # #
124702026-09-11T19:52:01.411Z # # # # # # # # # # # # # # # #
124712026-09-11T19:52:01.411Z #### # # ###### #### # # #### #### # # ######
124722026-09-11T19:52:01.411Z
124732026-09-11T19:52:01.411Z+ ptime -m cargo xtask schema old-migrations
124742026-09-11T19:52:01.932Z Compiling serde_core v1.0.228
124752026-09-11T19:52:01.932Z Compiling libc v0.2.185
124762026-09-11T19:52:01.936Z Compiling serde v1.0.228
124772026-09-11T19:52:01.936Z Compiling rustix v1.1.4
124782026-09-11T19:52:01.936Z Compiling serde_json v1.0.151
124792026-09-11T19:52:01.936Z Compiling bitflags v2.11.0
124802026-09-11T19:52:02.030Z Compiling syn v1.0.109
124812026-09-11T19:52:02.053Z Compiling getrandom v0.4.3
124822026-09-11T19:52:02.057Z Compiling hashbrown v0.17.0
124832026-09-11T19:52:02.057Z Compiling log v0.4.33
124842026-09-11T19:52:02.152Z Compiling usdt-impl v0.5.0
124852026-09-11T19:52:02.169Z Compiling heck v0.4.1
124862026-09-11T19:52:02.183Z Compiling fs-err v3.3.0
124872026-09-11T19:52:02.198Z Compiling anyhow v1.0.104
124882026-09-11T19:52:02.202Z Compiling once_cell v1.21.3
124892026-09-11T19:52:02.213Z Compiling syn v2.0.117
124902026-09-11T19:52:02.622Z Compiling indexmap v2.14.0
124912026-09-11T19:52:02.944Z Compiling errno v0.3.14
124922026-09-11T19:52:02.944Z Compiling thread-id v4.2.2
124932026-09-11T19:52:02.948Z Compiling memmap v0.7.0
124942026-09-11T19:52:03.608Z Compiling proc-macro-error v1.0.4
124952026-09-11T19:52:03.821Z Compiling terminal_size v0.4.3
124962026-09-11T19:52:03.821Z Compiling tempfile v3.27.0
124972026-09-11T19:52:03.926Z Compiling clap_builder v4.6.0
124982026-09-11T19:52:03.926Z Compiling textwrap v0.16.2
124992026-09-11T19:52:03.947Z Compiling tabled_derive v0.7.0
125002026-09-11T19:52:04.130Z Compiling camino v1.2.5
125012026-09-11T19:52:04.130Z Compiling cargo-platform v0.3.2
125022026-09-11T19:52:04.130Z Compiling semver v1.0.28
125032026-09-11T19:52:04.288Z Compiling pest_generator v2.8.6
125042026-09-11T19:52:04.414Z Compiling camino-tempfile v1.4.1
125052026-09-11T19:52:04.816Z Compiling tabled v0.15.0
125062026-09-11T19:52:04.844Z Compiling serde_derive v1.0.228
125072026-09-11T19:52:04.847Z Compiling thiserror-impl v1.0.69
125082026-09-11T19:52:04.847Z Compiling zerocopy-derive v0.7.35
125092026-09-11T19:52:04.847Z Compiling pest_derive v2.8.6
125102026-09-11T19:52:04.847Z Compiling scroll_derive v0.12.1
125112026-09-11T19:52:04.847Z Compiling thiserror-impl v2.0.18
125122026-09-11T19:52:04.847Z Compiling clap_derive v4.6.1
125132026-09-11T19:52:05.667Z Compiling scroll v0.12.0
125142026-09-11T19:52:05.720Z Compiling zerocopy v0.7.35
125152026-09-11T19:52:05.881Z Compiling goblin v0.8.2
125162026-09-11T19:52:05.927Z Compiling thiserror v1.0.69
125172026-09-11T19:52:06.002Z Compiling thiserror v2.0.18
125182026-09-11T19:52:06.016Z Compiling dtrace-parser v0.2.0
125192026-09-11T19:52:06.323Z Compiling clap v4.6.1
125202026-09-11T19:52:07.362Z Compiling serde_spanned v0.6.9
125212026-09-11T19:52:07.362Z Compiling toml_datetime v0.6.11
125222026-09-11T19:52:07.366Z Compiling cargo_metadata v0.23.1
125232026-09-11T19:52:07.366Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
125242026-09-11T19:52:07.366Z Compiling macaddr v1.0.1
125252026-09-11T19:52:07.366Z Compiling dof v0.3.0
125262026-09-11T19:52:07.366Z Compiling serde_tokenstream v0.2.3
125272026-09-11T19:52:07.588Z Compiling toml_edit v0.22.27
125282026-09-11T19:52:08.093Z Compiling usdt-macro v0.5.0
125292026-09-11T19:52:08.093Z Compiling usdt-attr-macro v0.5.0
125302026-09-11T19:52:08.803Z Compiling toml v0.8.23
125312026-09-11T19:52:08.880Z Compiling usdt v0.5.0
125322026-09-11T19:52:09.132Z Compiling cargo_toml v0.21.0
125332026-09-11T19:52:10.473Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
125342026-09-11T19:52:12.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
125352026-09-11T19:52:12.917Z Running `target/debug/xtask schema old-migrations`
125362026-09-11T19:52:13.905Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
125372026-09-11T19:52:14.084Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
125382026-09-11T19:52:14.088Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
125392026-09-11T19:52:14.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
125402026-09-11T19:52:14.634Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
125412026-09-11T19:52:14.634Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
125422026-09-11T19:52:23.329Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
125432026-09-11T19:52:23.329Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
125442026-09-11T19:52:23.329Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
125452026-09-11T19:52:24.246Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
125462026-09-11T19:52:24.246Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
125472026-09-11T19:52:24.249Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
125482026-09-11T19:52:25.583Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
125492026-09-11T19:52:25.820Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
125502026-09-11T19:52:33.273Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
125512026-09-11T19:52:42.087Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
125522026-09-11T19:52:43.731Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
125532026-09-11T19:53:18.979Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
125542026-09-11T19:53:31.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
125552026-09-11T19:53:31.505Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
125562026-09-11T19:53:31.505Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
125572026-09-11T19:53:31.654Z Running `target/debug/schema old-migrations`
125582026-09-11T19:53:31.717ZIdentifying old migrations that can be removed
125592026-09-11T19:53:31.826ZBase schema version: 231.0.0
125602026-09-11T19:53:31.830ZOK: No old migrations found
125612026-09-11T19:53:31.830Z
125622026-09-11T19:53:31.830Zreal 1:30.414426402
125632026-09-11T19:53:31.830Zuser 2:48.226511299
125642026-09-11T19:53:31.830Zsys 28.412673321
125652026-09-11T19:53:31.830Ztrap 0.024645331
125662026-09-11T19:53:31.830Ztflt 0.692861491
125672026-09-11T19:53:31.830Zdflt 1.412560441
125682026-09-11T19:53:31.830Zkflt 0.000177660
125692026-09-11T19:53:31.830Zlock 12:47.667301200
125702026-09-11T19:53:31.830Zslp 5:52.891556230
125712026-09-11T19:53:31.830Zlat 0.342487711
125722026-09-11T19:53:31.830Zstop 18.015389120
125732026-09-11T19:53:31.831Z+ [[ illumos == \i\l\l\u\m\o\s ]]
125742026-09-11T19:53:31.831Z+ banner live-test
125752026-09-11T19:53:31.834Z
125762026-09-11T19:53:31.834Z # # # # ###### ##### ###### #### #####
125772026-09-11T19:53:31.834Z # # # # # # # # #
125782026-09-11T19:53:31.834Z # # # # ##### ##### # ##### #### #
125792026-09-11T19:53:31.835Z # # # # # # # # #
125802026-09-11T19:53:31.835Z # # # # # # # # # #
125812026-09-11T19:53:31.835Z ###### # ## ###### # ###### #### #
125822026-09-11T19:53:31.835Z
125832026-09-11T19:53:31.835Z+ ptime -m cargo xtask live-tests
125842026-09-11T19:53:32.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
125852026-09-11T19:53:32.366Z Running `target/debug/xtask live-tests`
125862026-09-11T19:53:32.407Zusing temporary directory: /var/tmp/omicron_tmp/.tmpLVimc8
125872026-09-11T19:53:32.407Zwill create archive file: /var/tmp/omicron_tmp/.tmpLVimc8/live-tests-archive/omicron-live-tests.tar.zst
125882026-09-11T19:53:32.407Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
125892026-09-11T19:53:32.407Z
125902026-09-11T19:53:32.410Zrunning: /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/.tmpLVimc8/live-tests-archive/omicron-live-tests.tar.zst"
125912026-09-11T19:53:34.447Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
125922026-09-11T19:53:34.576Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
125932026-09-11T19:53:34.595Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
125942026-09-11T19:53:34.618Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
125952026-09-11T19:53:34.621Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
125962026-09-11T19:53:34.673Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
125972026-09-11T19:53:34.696Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
125982026-09-11T19:53:34.699Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
125992026-09-11T19:53:34.730Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
126002026-09-11T19:53:34.734Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
126012026-09-11T19:53:34.734Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
126022026-09-11T19:53:35.783Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
126032026-09-11T19:53:36.491Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
126042026-09-11T19:53:39.965Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
126052026-09-11T19:53:39.965Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
126062026-09-11T19:53:41.031Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
126072026-09-11T19:54:12.483Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
126082026-09-11T19:54:13.052Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
126092026-09-11T19:54:15.451Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
126102026-09-11T19:54:16.055Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
126112026-09-11T19:54:45.028Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
126122026-09-11T19:54:52.877Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
126132026-09-11T19:55:16.441Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s
126142026-09-11T19:55:16.444Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
126152026-09-11T19:55:16.444Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
126162026-09-11T19:55:16.648Zinfo: experimental features enabled: setup-scripts, benchmarks
126172026-09-11T19:55:16.654Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpLVimc8/live-tests-archive/omicron-live-tests.tar.zst
126182026-09-11T19:55:17.357Z Archived 402 files to /var/tmp/omicron_tmp/.tmpLVimc8/live-tests-archive/omicron-live-tests.tar.zst in 0.70s
126192026-09-11T19:55:17.449Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpLVimc8/live-tests-archive\""
126202026-09-11T19:55:17.459Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpLVimc8" "live-tests-archive"
126212026-09-11T19:55:17.633Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
126222026-09-11T19:55:17.633Zcreated:
126232026-09-11T19:55:17.633ZTo use this:
126242026-09-11T19:55:17.633Z
126252026-09-11T19:55:17.633Z1. Copy the tarball to the switch zone in a deployed Omicron system.
126262026-09-11T19:55:17.633Z
126272026-09-11T19:55:17.637Z e.g., scp \
126282026-09-11T19:55:17.638Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
126292026-09-11T19:55:17.638Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
126302026-09-11T19:55:17.638Z
126312026-09-11T19:55:17.638Z2. Copy the `cargo-nextest` binary to the same place.
126322026-09-11T19:55:17.638Z
126332026-09-11T19:55:17.638Z e.g., scp \
126342026-09-11T19:55:17.638Z $(which cargo-nextest) \
126352026-09-11T19:55:17.638Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
126362026-09-11T19:55:17.638Z
126372026-09-11T19:55:17.638Z3. From the switch zone on that system, unpack the tarball with:
126382026-09-11T19:55:17.638Z
126392026-09-11T19:55:17.638Z tar xzf live-tests-archive.tgz
126402026-09-11T19:55:17.638Z
126412026-09-11T19:55:17.638Z4. From the switch zone on that system, run tests with:
126422026-09-11T19:55:17.638Z
126432026-09-11T19:55:17.638Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
126442026-09-11T19:55:17.638Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
126452026-09-11T19:55:17.638Z --workspace-remap live-tests-archive
126462026-09-11T19:55:17.638Z
126472026-09-11T19:55:17.638Z
126482026-09-11T19:55:17.638Zreal 1:45.798091022
126492026-09-11T19:55:17.638Zuser 2:47.955427354
126502026-09-11T19:55:17.638Zsys 27.294395802
126512026-09-11T19:55:17.638Ztrap 0.022809042
126522026-09-11T19:55:17.638Ztflt 0.285303336
126532026-09-11T19:55:17.638Zdflt 1.133905563
126542026-09-11T19:55:17.638Zkflt 0.000013640
126552026-09-11T19:55:17.638Zlock 14:49.712766536
126562026-09-11T19:55:17.638Zslp 10:35.431395468
126572026-09-11T19:55:17.639Zlat 0.222292691
126582026-09-11T19:55:17.639Zstop 5.171379689
126592026-09-11T19:55:17.639Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
126602026-09-11T19:55:17.642Z+ unset TMPDIR
126612026-09-11T19:55:17.642Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
126622026-09-11T19:55:17.642Zfiles in /var/tmp/omicron_tmp (none expected on success):
126632026-09-11T19:55:17.642Z+ find /var/tmp/omicron_tmp -ls
126642026-09-11T19:55:17.645Z137734 39 drwxr-xr-x 2 build build 2 Sep 11 19:55 /var/tmp/omicron_tmp
126652026-09-11T19:55:17.646Z+ rmdir /var/tmp/omicron_tmp
126662026-09-11T19:55:17.651Zprocess exited: duration 2040369 ms, exit code 0
 
126672026-09-11T19:55:17.665Zfound 6 output files
126682026-09-11T19:55:17.665Zuploading: /work/cargo-build-analysis.jsonl (1866748 bytes)
126692026-09-11T19:55:18.694Zuploaded: /work/cargo-build-analysis.jsonl
126702026-09-11T19:55:18.694Zuploading: /work/environment.json (108 bytes)
126712026-09-11T19:55:19.703Zuploaded: /work/environment.json
126722026-09-11T19:55:19.703Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (683060 bytes)
126732026-09-11T19:55:20.721Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
126742026-09-11T19:55:20.721Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (291977216 bytes)
126752026-09-11T19:55:25.584Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
126762026-09-11T19:55:25.584Zuploading: /tmp/nextest-run-archive.zip (3266220 bytes)
126772026-09-11T19:55:26.639Zuploaded: /tmp/nextest-run-archive.zip
126782026-09-11T19:55:26.639Zuploading: /tmp/nextest-chrome-trace.json (4350750 bytes)
126792026-09-11T19:55:27.750Zuploaded: /tmp/nextest-chrome-trace.json