01KNJVNKXR40P9MFPBN0ZVQNY4: 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-2.0-32c256gb",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        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: 01KNJVNWCM8D5VY86E7TDJ53EF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T02:18:12.159Zjob assigned to worker 01KNJVNZQJNKQ7YFKMX1FM0RBM [factory aws, i-04b4bc6a3e42b2287] (queued for 48 s)
 
22026-04-07T02:18:20.274Zstarting task 0: "setup"
32026-04-07T02:18:20.280Z++ uname -s
42026-04-07T02:18:20.283Z+ kern=SunOS
52026-04-07T02:18:20.283Z+ build_user=build
62026-04-07T02:18:20.283Z+ build_uid=12345
72026-04-07T02:18:20.283Z+ work_dir=/work
82026-04-07T02:18:20.283Z+ input_dir=/input
92026-04-07T02:18:20.283Z+ [[ 0 == 12345 ]]
102026-04-07T02:18:20.283Z+ case "$kern" in
112026-04-07T02:18:20.283Z+ groupadd -g 12345 build
122026-04-07T02:18:20.286Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T02:18:22.294Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T02:18:22.417Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T02:18:22.421Z+ home_fs=zfs
162026-04-07T02:18:22.421Z+ [[ zfs == autofs ]]
172026-04-07T02:18:22.421Z+ mkdir -p /home/build
182026-04-07T02:18:22.424Z+ chown build:build /home/build /work
192026-04-07T02:18:24.425Z+ chmod 0700 /home/build /work
202026-04-07T02:18:24.429Zprocess exited: duration 4159 ms, exit code 0
 
212026-04-07T02:18:24.435Zstarting task 1: "rust-toolchain"
222026-04-07T02:18:24.443Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T02:18:24.443Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-07T02:18:24.443Z * rust toolchain channel = "1.94.0"
252026-04-07T02:18:24.443Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-07T02:18:24.443Z * rust toolchain profile = "default"
272026-04-07T02:18:24.443Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T02:18:24.446Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T02:18:24.446Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T02:18:24.607Zinfo: downloading installer
312026-04-07T02:18:26.199Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T02:18:26.199Zwarn: /opt/ooce/bin
332026-04-07T02:18:26.199Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T02:18:26.199Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T02:18:26.199Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T02:18:26.199Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T02:18:26.199Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T02:18:26.199Zerror: cannot install while Rust is installed
392026-04-07T02:18:26.199Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T02:18:26.199Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T02:18:26.199Zwarn: /home/build/.rustup/settings.toml
422026-04-07T02:18:26.199Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T02:18:26.199Zwarn: instead of the one inferred from the default host triple.
442026-04-07T02:18:26.212Zinfo: profile set to default
452026-04-07T02:18:26.212Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T02:18:26.216Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T02:18:26.382Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T02:18:26.382Zinfo: downloading 6 components
492026-04-07T02:18:43.998Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-07T02:18:43.998Z
512026-04-07T02:18:44.026Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T02:18:44.026Z
532026-04-07T02:18:44.026Z
542026-04-07T02:18:44.026ZRust is installed now. Great!
552026-04-07T02:18:44.026Z
562026-04-07T02:18:44.026ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T02:18:44.026Zenvironment variable. This has not been done automatically.
582026-04-07T02:18:44.026Z
592026-04-07T02:18:44.026ZTo configure your current shell, you need to source
602026-04-07T02:18:44.026Zthe corresponding env file under $HOME/.cargo.
612026-04-07T02:18:44.030Z
622026-04-07T02:18:44.030ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T02:18:44.030Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T02:18:44.030Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T02:18:44.030Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T02:18:44.030Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T02:18:44.030Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T02:18:44.030Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T02:18:44.030Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T02:18:44.030Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T02:18:44.141Z+ rustup --version
722026-04-07T02:18:44.146Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T02:18:44.150Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T02:18:44.168Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T02:18:44.171Z+ cargo --version
762026-04-07T02:18:44.181Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T02:18:44.186Z+ rustc --version
782026-04-07T02:18:44.206Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T02:18:44.210Zprocess exited: duration 19771 ms, exit code 0
 
802026-04-07T02:18:44.228Zstarting task 2: "authentication"
812026-04-07T02:18:44.246Zprocess exited: duration 24 ms, exit code 0
 
822026-04-07T02:18:44.259Zstarting task 3: "clone repository"
832026-04-07T02:18:44.263Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T02:18:44.275Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T02:18:44.315ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T02:18:54.534Z+ cd /work/oxidecomputer/omicron
872026-04-07T02:18:54.534Z+ git fetch origin 50642c7a3908023cccc3cc5d83e0eefc14f84159
882026-04-07T02:18:54.821ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T02:18:54.821Z * branch 50642c7a3908023cccc3cc5d83e0eefc14f84159 -> FETCH_HEAD
902026-04-07T02:18:54.835Z+ [[ -n jhendricks/r19-propolis-bump ]]
912026-04-07T02:18:54.838Z++ git branch --show-current
922026-04-07T02:18:54.841Z+ current=main
932026-04-07T02:18:54.841Z+ [[ main != jhendricks/r19-propolis-bump ]]
942026-04-07T02:18:54.841Z+ git branch -f jhendricks/r19-propolis-bump 50642c7a3908023cccc3cc5d83e0eefc14f84159
952026-04-07T02:18:54.844Z+ git checkout -f jhendricks/r19-propolis-bump
962026-04-07T02:18:55.078ZSwitched to branch 'jhendricks/r19-propolis-bump'
972026-04-07T02:18:55.082Z+ git reset --hard 50642c7a3908023cccc3cc5d83e0eefc14f84159
982026-04-07T02:18:55.096ZHEAD is now at 50642c7a3 and ls-apis has a test
992026-04-07T02:18:55.099Zprocess exited: duration 10841 ms, exit code 0
 
1002026-04-07T02:18:55.105Zstarting task 4: "build"
1012026-04-07T02:18:55.115Z+ source ./env.sh
1022026-04-07T02:18:55.115Z++ OLD_SHELL_OPTS=ehxB
1032026-04-07T02:18:55.115Z++ set -o xtrace
1042026-04-07T02:18:55.119Z++++ dirname ./env.sh
1052026-04-07T02:18:55.122Z+++ readlink -f .
1062026-04-07T02:18:55.125Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-07T02:18:55.125Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-07T02:18:55.125Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-07T02:18:55.125Z++ 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
1102026-04-07T02:18:55.125Z++ 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
1112026-04-07T02:18:55.125Z++ 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
1122026-04-07T02:18:55.125Z++ 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
1132026-04-07T02:18:55.125Z++ 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
1142026-04-07T02:18:55.125Z++ 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
1152026-04-07T02:18:55.125Z++ case $OLD_SHELL_OPTS in
1162026-04-07T02:18:55.126Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-07T02:18:55.126Z+ source .github/buildomat/ci-env.sh
1182026-04-07T02:18:55.126Z++ export CARGO_TERM_COLOR=always
1192026-04-07T02:18:55.126Z++ CARGO_TERM_COLOR=always
1202026-04-07T02:18:55.126Z+ target_os=illumos
1212026-04-07T02:18:55.126Z+ NEXTEST_VERSION=0.9.131
1222026-04-07T02:18:55.126Z+ cargo --version
1232026-04-07T02:18:55.134Zcargo 1.94.0 (85eff7c80 2026-01-15)
1242026-04-07T02:18:55.137Z+ rustc --version
1252026-04-07T02:18:55.160Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1262026-04-07T02:18:55.163Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-04-07T02:18:55.166Z+ gunzip
1282026-04-07T02:18:55.166Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-04-07T02:18:56.327Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-04-07T02:18:56.330Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1312026-04-07T02:18:56.330Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1322026-04-07T02:18:56.330Ztests will store ephemeral output in /var/tmp/omicron_tmp
1332026-04-07T02:18:56.330Z+ mkdir /var/tmp/omicron_tmp
1342026-04-07T02:18:56.330Z+ OUTPUT_DIR=/work
1352026-04-07T02:18:56.330Z+ echo 'tests will store non-ephemeral output in /work'
1362026-04-07T02:18:56.330Ztests will store non-ephemeral output in /work
1372026-04-07T02:18:56.330Z+ mkdir -p /work
1382026-04-07T02:18:56.333Z+ banner prerequisites
1392026-04-07T02:18:56.336Z
1402026-04-07T02:18:56.336Z ##### ##### ###### ##### ###### #### # # # #### #
1412026-04-07T02:18:56.336Z # # # # # # # # # # # # # # #
1422026-04-07T02:18:56.336Z # # # # ##### # # ##### # # # # # #### #
1432026-04-07T02:18:56.336Z ##### ##### # ##### # # # # # # # # #
1442026-04-07T02:18:56.336Z # # # # # # # # # # # # # # #
1452026-04-07T02:18:56.336Z # # # ###### # # ###### ### # #### # #### #
1462026-04-07T02:18:56.336Z
1472026-04-07T02:18:56.336Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1482026-04-07T02:19:04.939Z Startup: Refreshing catalog 'helios-dev' ... Done
1492026-04-07T02:19:11.811Z Startup: Caching catalogs ... Done
1502026-04-07T02:19:16.587ZPlanning: Solver setup ... Done (3.236s)
1512026-04-07T02:19:16.608ZPlanning: Running solver ... Done (0.021s)
1522026-04-07T02:19:16.727ZPlanning: Finding local manifests ... Done (0.003s)
1532026-04-07T02:19:16.740ZPlanning: Fetching manifests: 0/4 0% complete
1542026-04-07T02:19:16.832ZPlanning: Fetching manifests: 4/4 100% complete
1552026-04-07T02:19:16.865ZPlanning: Package planning ... Done (0.032s)
1562026-04-07T02:19:16.893ZPlanning: Merging actions ... Done (0.028s)
1572026-04-07T02:19:17.078ZPlanning: Checking for conflicting actions ... Done (0.184s)
1582026-04-07T02:19:17.085ZPlanning: Consolidating action changes ... Done (0.007s)
1592026-04-07T02:19:17.942ZPlanning: Evaluating mediators ... Done (0.857s)
1602026-04-07T02:19:17.948ZPlanning: Planning completed in 5.98 seconds
1612026-04-07T02:19:17.960Z Packages to install: 4
1622026-04-07T02:19:17.960Z Mediators to change: 2
1632026-04-07T02:19:17.960Z Services to change: 1
1642026-04-07T02:19:17.960Z Estimated space available: 155.34 GB
1652026-04-07T02:19:17.960ZEstimated space to be consumed: 1.84 GB
1662026-04-07T02:19:17.963Z Create boot environment: No
1672026-04-07T02:19:17.963ZCreate backup boot environment: No
1682026-04-07T02:19:17.963Z Rebuild boot archive: No
1692026-04-07T02:19:17.963Z
1702026-04-07T02:19:17.963ZChanged mediators:
1712026-04-07T02:19:17.963Z mediator clang:
1722026-04-07T02:19:17.963Z version: None -> 15 (system default)
1732026-04-07T02:19:17.963Z
1742026-04-07T02:19:17.963Z mediator llvm:
1752026-04-07T02:19:17.964Z version: 14 (system default) -> 15 (system default)
1762026-04-07T02:19:17.964Z
1772026-04-07T02:19:17.964ZChanged packages:
1782026-04-07T02:19:17.964Zhelios-dev
1792026-04-07T02:19:17.964Z developer/build-essential
1802026-04-07T02:19:17.964Z None -> 11-2.0
1812026-04-07T02:19:17.964Z library/libxmlsec1
1822026-04-07T02:19:17.964Z None -> 1.2.35-2.0
1832026-04-07T02:19:17.964Z ooce/developer/clang-15
1842026-04-07T02:19:17.964Z None -> 15.0.7-2.0
1852026-04-07T02:19:17.964Z ooce/developer/llvm-15
1862026-04-07T02:19:17.964Z None -> 15.0.7-2.0
1872026-04-07T02:19:17.964Z
1882026-04-07T02:19:17.964ZServices:
1892026-04-07T02:19:17.964Z restart_fmri:
1902026-04-07T02:19:17.964Z svc:/system/update-man-index:default
1912026-04-07T02:19:18.006Z
1922026-04-07T02:19:18.006ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1932026-04-07T02:19:23.006ZDownload: 2803/3290 items 121.0/212.6MB 56% complete (24.4M/s)
1942026-04-07T02:19:24.465ZDownload: Completed 212.60 MB in 6.46 seconds (32.9M/s)
1952026-04-07T02:19:24.787Z Actions: 1/3689 actions (Installing new actions)
1962026-04-07T02:19:28.066Z Actions: Completed 3689 actions in 3.28 seconds.
1972026-04-07T02:19:28.335Z Done (0.265s)
1982026-04-07T02:19:28.335Z Done (0.000s)
1992026-04-07T02:19:28.966Z Done (0.630s)
2002026-04-07T02:19:32.383Z Done (3.081s)
2012026-04-07T02:19:32.458Z Done (0.014s)
2022026-04-07T02:19:32.461Z Done (0.000s)
2032026-04-07T02:19:32.735Z Done (0.000s)
2042026-04-07T02:19:33.572ZPlanning: Evaluating mediator changes ... Done
2052026-04-07T02:19:33.676ZPlanning: Checking for conflicting actions ... Done
2062026-04-07T02:19:33.680ZPlanning: Consolidating action changes ... Done
2072026-04-07T02:19:33.836ZPlanning: Evaluating mediators ... Done
2082026-04-07T02:19:33.840ZPlanning: Planning completed in 0.27 seconds
2092026-04-07T02:19:33.858Z Mediators to change: 2
2102026-04-07T02:19:33.858Z Create boot environment: No
2112026-04-07T02:19:33.858ZCreate backup boot environment: No
2122026-04-07T02:19:33.903Z Done
2132026-04-07T02:19:33.903Z Done
2142026-04-07T02:19:34.493Z Done
2152026-04-07T02:19:37.023Z Done
2162026-04-07T02:19:37.095Z Done
2172026-04-07T02:19:37.099Z Done
2182026-04-07T02:19:37.182Z Done
2192026-04-07T02:19:37.579ZPlanning: Evaluating mediator changes ... Done
2202026-04-07T02:19:37.582ZPlanning: Merging actions ... Done
2212026-04-07T02:19:37.717ZPlanning: Checking for conflicting actions ... Done
2222026-04-07T02:19:37.720ZPlanning: Consolidating action changes ... Done
2232026-04-07T02:19:37.857ZPlanning: Evaluating mediators ... Done
2242026-04-07T02:19:37.885ZPlanning: Planning completed in 0.45 seconds
2252026-04-07T02:19:37.907Z Packages to change: 1
2262026-04-07T02:19:37.907Z Mediators to change: 1
2272026-04-07T02:19:37.907Z Services to change: 1
2282026-04-07T02:19:37.907Z Create boot environment: No
2292026-04-07T02:19:37.907ZCreate backup boot environment: Yes
2302026-04-07T02:19:40.093Z Actions: 1/6 actions (Updating modified actions)
2312026-04-07T02:19:40.096Z Actions: Completed 6 actions in 0.00 seconds.
2322026-04-07T02:19:40.096Z Done
2332026-04-07T02:19:40.096Z Done
2342026-04-07T02:19:40.231Z Done
2352026-04-07T02:19:42.694Z Done
2362026-04-07T02:19:42.770Z Done
2372026-04-07T02:19:42.776Z Done
2382026-04-07T02:19:42.932Z Done
2392026-04-07T02:19:43.222ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2402026-04-07T02:19:43.222Zclang system 15 system
2412026-04-07T02:19:43.222Zcsh system system illumos
2422026-04-07T02:19:43.222Zctags system system illumos
2432026-04-07T02:19:43.222Zfile system system illumos
2442026-04-07T02:19:43.222Zgcc vendor 12 vendor
2452026-04-07T02:19:43.222Zgcc system 14 system
2462026-04-07T02:19:43.222Zgcc system 10 system
2472026-04-07T02:19:43.222Zgo system 1.20 system
2482026-04-07T02:19:43.222Zgo system 1.19 system
2492026-04-07T02:19:43.222Zllvm system 15 system
2502026-04-07T02:19:43.222Zllvm system 14 system
2512026-04-07T02:19:43.222Zmariadb system 10.6 system
2522026-04-07T02:19:43.222Zmta vendor vendor dma
2532026-04-07T02:19:43.222Zopenjdk system 17 system
2542026-04-07T02:19:43.222Zopenjdk system 11 system
2552026-04-07T02:19:43.222Zopenjdk system 1.8 system
2562026-04-07T02:19:43.222Zopenssl vendor 3 vendor
2572026-04-07T02:19:43.222Zperl system 5.36 system
2582026-04-07T02:19:43.222Zpostgresql system 15 system
2592026-04-07T02:19:43.222Zpostgresql system 13 system
2602026-04-07T02:19:43.222Zpython vendor 3 vendor
2612026-04-07T02:19:43.222Zpython system 2 system
2622026-04-07T02:19:43.223Zpython3 system 3.11 system
2632026-04-07T02:19:43.223Zruby system 3.0 system
2642026-04-07T02:19:43.223Zwords vendor vendor american-english
2652026-04-07T02:19:43.223Zwords system system australian-english
2662026-04-07T02:19:43.223Zwords system system british-english
2672026-04-07T02:19:43.223Zwords system system canadian-english
2682026-04-07T02:19:43.223Zwords system system french
2692026-04-07T02:19:43.223Zwords system system italian
2702026-04-07T02:19:43.223Zwords system system ngerman
2712026-04-07T02:19:43.223Zwords system system ogerman
2722026-04-07T02:19:43.223Zwords system system spanish
2732026-04-07T02:19:43.457ZPUBLISHER TYPE STATUS P LOCATION
2742026-04-07T02:19:43.458Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2752026-04-07T02:19:47.822ZFMRI IFO
2762026-04-07T02:19:47.822Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2772026-04-07T02:19:47.822Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2782026-04-07T02:19:47.822Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2792026-04-07T02:19:47.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2802026-04-07T02:19:47.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2812026-04-07T02:19:47.822Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2822026-04-07T02:19:47.822Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2832026-04-07T02:19:47.822Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2842026-04-07T02:19:47.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2852026-04-07T02:19:47.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2862026-04-07T02:19:47.822Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2872026-04-07T02:19:47.822Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2882026-04-07T02:19:47.822Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2892026-04-07T02:19:47.822Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2902026-04-07T02:19:47.822Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2912026-04-07T02:19:47.822Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2922026-04-07T02:19:48.905Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2932026-04-07T02:19:49.165Z Updating crates.io index
2942026-04-07T02:19:49.204Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952026-04-07T02:19:49.933Z Updating git repository `https://github.com/oxidecomputer/lldp`
2962026-04-07T02:19:50.354Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2972026-04-07T02:19:51.020Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982026-04-07T02:19:51.532Z Updating git repository `https://github.com/oxidecomputer/propolis`
2992026-04-07T02:19:53.012Z Updating git repository `https://github.com/oxidecomputer/crucible`
3002026-04-07T02:19:54.442Z Updating git repository `https://github.com/oxidecomputer/opte`
3012026-04-07T02:19:55.207Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022026-04-07T02:19:55.583Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3032026-04-07T02:19:56.398Z Updating git repository `https://github.com/oxidecomputer/clickward`
3042026-04-07T02:19:56.771Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-07T02:19:57.110Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3062026-04-07T02:19:57.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3072026-04-07T02:19:58.401Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3082026-04-07T02:19:58.982Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3092026-04-07T02:19:59.389Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3102026-04-07T02:19:59.765Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3112026-04-07T02:20:00.191Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3122026-04-07T02:20:00.458Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3132026-04-07T02:20:00.684Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3142026-04-07T02:20:00.982Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152026-04-07T02:20:01.510Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3162026-04-07T02:20:02.221Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3172026-04-07T02:20:02.651Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3182026-04-07T02:20:03.050Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3192026-04-07T02:20:03.589Z Updating git repository `https://github.com/oxidecomputer/ispf`
3202026-04-07T02:20:04.724Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3212026-04-07T02:20:04.995Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3222026-04-07T02:20:05.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
3232026-04-07T02:20:06.377Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3242026-04-07T02:20:06.688Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3252026-04-07T02:20:07.077Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3262026-04-07T02:20:07.501Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3272026-04-07T02:20:08.206Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3282026-04-07T02:20:08.449Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3292026-04-07T02:20:08.706Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3302026-04-07T02:20:08.982Z Updating git repository `https://github.com/illumos/smf-rs`
3312026-04-07T02:20:09.407Z Updating git repository `https://github.com/oxidecomputer/omicron`
3322026-04-07T02:20:21.132Z Downloading crates ...
3332026-04-07T02:20:21.202Z Downloaded memmap v0.7.0
3342026-04-07T02:20:21.205Z Downloaded proc-macro-error-attr v1.0.4
3352026-04-07T02:20:21.205Z Downloaded thiserror v1.0.69
3362026-04-07T02:20:21.209Z Downloaded utf8_iter v1.0.4
3372026-04-07T02:20:21.209Z Downloaded tinystr v0.8.2
3382026-04-07T02:20:21.213Z Downloaded thiserror-impl v2.0.18
3392026-04-07T02:20:21.213Z Downloaded camino-tempfile v1.4.1
3402026-04-07T02:20:21.216Z Downloaded bytecount v0.6.9
3412026-04-07T02:20:21.216Z Downloaded erased-serde v0.4.9
3422026-04-07T02:20:21.219Z Downloaded zerotrie v0.2.3
3432026-04-07T02:20:21.222Z Downloaded fnv v1.0.7
3442026-04-07T02:20:21.222Z Downloaded anstyle-parse v0.2.7
3452026-04-07T02:20:21.225Z Downloaded toml_edit v0.22.27
3462026-04-07T02:20:21.228Z Downloaded bitflags v2.11.0
3472026-04-07T02:20:21.231Z Downloaded yoke v0.8.1
3482026-04-07T02:20:21.234Z Downloaded proc-macro2 v1.0.106
3492026-04-07T02:20:21.237Z Downloaded stable_deref_trait v1.2.1
3502026-04-07T02:20:21.237Z Downloaded byteorder v1.5.0
3512026-04-07T02:20:21.240Z Downloaded crypto-common v0.1.7
3522026-04-07T02:20:21.243Z Downloaded strsim v0.11.1
3532026-04-07T02:20:21.243Z Downloaded sha2 v0.10.9
3542026-04-07T02:20:21.246Z Downloaded icu_locale_core v2.1.1
3552026-04-07T02:20:21.249Z Downloaded cargo-util-schemas v0.8.2
3562026-04-07T02:20:21.249Z Downloaded macaddr v1.0.1
3572026-04-07T02:20:21.252Z Downloaded usdt-impl v0.5.0
3582026-04-07T02:20:21.252Z Downloaded ordered-float v2.10.1
3592026-04-07T02:20:21.255Z Downloaded cargo_toml v0.21.0
3602026-04-07T02:20:21.255Z Downloaded clap v4.5.60
3612026-04-07T02:20:21.259Z Downloaded zerovec-derive v0.11.2
3622026-04-07T02:20:21.262Z Downloaded usdt v0.5.0
3632026-04-07T02:20:21.262Z Downloaded typenum v1.19.0
3642026-04-07T02:20:21.265Z Downloaded anstream v0.6.21
3652026-04-07T02:20:21.265Z Downloaded thiserror-impl v1.0.69
3662026-04-07T02:20:21.265Z Downloaded log v0.4.29
3672026-04-07T02:20:21.268Z Downloaded zerofrom-derive v0.1.6
3682026-04-07T02:20:21.268Z Downloaded usdt-macro v0.5.0
3692026-04-07T02:20:21.268Z Downloaded unicode-xid v0.2.6
3702026-04-07T02:20:21.268Z Downloaded colorchoice v1.0.4
3712026-04-07T02:20:21.268Z Downloaded zerocopy v0.7.35
3722026-04-07T02:20:21.276Z Downloaded toml v0.8.23
3732026-04-07T02:20:21.279Z Downloaded clap_lex v1.0.0
3742026-04-07T02:20:21.279Z Downloaded zmij v1.0.21
3752026-04-07T02:20:21.282Z Downloaded potential_utf v0.1.4
3762026-04-07T02:20:21.302Z Downloaded getrandom v0.3.4
3772026-04-07T02:20:21.309Z Downloaded tabled_derive v0.7.0
3782026-04-07T02:20:21.312Z Downloaded rustix v1.1.3
3792026-04-07T02:20:21.322Z Downloaded proc-macro-error v1.0.4
3802026-04-07T02:20:21.324Z Downloaded heck v0.5.0
3812026-04-07T02:20:21.331Z Downloaded smawk v0.3.2
3822026-04-07T02:20:21.334Z Downloaded goblin v0.8.2
3832026-04-07T02:20:21.337Z Downloaded once_cell v1.21.3
3842026-04-07T02:20:21.340Z Downloaded yoke-derive v0.8.1
3852026-04-07T02:20:21.340Z Downloaded unicode-ident v1.0.24
3862026-04-07T02:20:21.343Z Downloaded thiserror v2.0.18
3872026-04-07T02:20:21.346Z Downloaded pretty-hex v0.4.1
3882026-04-07T02:20:21.346Z Downloaded percent-encoding v2.3.2
3892026-04-07T02:20:21.346Z Downloaded equivalent v1.0.2
3902026-04-07T02:20:21.346Z Downloaded utf8parse v0.2.2
3912026-04-07T02:20:21.349Z Downloaded typeid v1.0.3
3922026-04-07T02:20:21.349Z Downloaded textwrap v0.16.2
3932026-04-07T02:20:21.349Z Downloaded serde_spanned v0.6.9
3942026-04-07T02:20:21.352Z Downloaded plain v0.2.3
3952026-04-07T02:20:21.355Z Downloaded usdt-attr-macro v0.5.0
3962026-04-07T02:20:21.355Z Downloaded heck v0.4.1
3972026-04-07T02:20:21.358Z Downloaded cargo-platform v0.2.0
3982026-04-07T02:20:21.361Z Downloaded anstyle v1.0.13
3992026-04-07T02:20:21.361Z Downloaded cfg-if v1.0.4
4002026-04-07T02:20:21.366Z Downloaded unicode-width v0.2.0
4012026-04-07T02:20:21.370Z Downloaded dtrace-parser v0.2.0
4022026-04-07T02:20:21.373Z Downloaded winnow v0.7.14
4032026-04-07T02:20:21.378Z Downloaded toml_write v0.1.2
4042026-04-07T02:20:21.381Z Downloaded terminal_size v0.4.3
4052026-04-07T02:20:21.384Z Downloaded autocfg v1.5.0
4062026-04-07T02:20:21.388Z Downloaded tempfile v3.25.0
4072026-04-07T02:20:21.388Z Downloaded serde-untagged v0.1.9
4082026-04-07T02:20:21.388Z Downloaded fs-err v3.3.0
4092026-04-07T02:20:21.390Z Downloaded fastrand v2.3.0
4102026-04-07T02:20:21.390Z Downloaded displaydoc v0.2.5
4112026-04-07T02:20:21.391Z Downloaded digest v0.10.7
4122026-04-07T02:20:21.394Z Downloaded anyhow v1.0.102
4132026-04-07T02:20:21.397Z Downloaded zerocopy-derive v0.7.35
4142026-04-07T02:20:21.400Z Downloaded smallvec v1.15.1
4152026-04-07T02:20:21.403Z Downloaded scroll v0.12.0
4162026-04-07T02:20:21.406Z Downloaded serde_derive v1.0.228
4172026-04-07T02:20:21.409Z Downloaded dof v0.3.0
4182026-04-07T02:20:21.413Z Downloaded camino v1.2.2
4192026-04-07T02:20:21.416Z Downloaded pest_meta v2.8.6
4202026-04-07T02:20:21.420Z Downloaded serde v1.0.228
4212026-04-07T02:20:21.425Z Downloaded icu_normalizer_data v2.1.1
4222026-04-07T02:20:21.428Z Downloaded icu_properties v2.1.2
4232026-04-07T02:20:21.428Z Downloaded icu_normalizer v2.1.1
4242026-04-07T02:20:21.431Z Downloaded serde-value v0.7.0
4252026-04-07T02:20:21.431Z Downloaded hashbrown v0.16.1
4262026-04-07T02:20:21.434Z Downloaded generic-array v0.14.7
4272026-04-07T02:20:21.437Z Downloaded icu_provider v2.1.1
4282026-04-07T02:20:21.440Z Downloaded icu_properties_data v2.1.2
4292026-04-07T02:20:21.449Z Downloaded papergrid v0.11.0
4302026-04-07T02:20:21.467Z Downloaded syn v1.0.109
4312026-04-07T02:20:21.476Z Downloaded clap_builder v4.5.60
4322026-04-07T02:20:21.484Z Downloaded tabled v0.15.0
4332026-04-07T02:20:21.492Z Downloaded memchr v2.8.0
4342026-04-07T02:20:21.495Z Downloaded errno v0.3.14
4352026-04-07T02:20:21.498Z Downloaded icu_collections v2.1.1
4362026-04-07T02:20:21.501Z Downloaded pest_generator v2.8.6
4372026-04-07T02:20:21.501Z Downloaded block-buffer v0.10.4
4382026-04-07T02:20:21.507Z Downloaded serde_core v1.0.228
4392026-04-07T02:20:21.510Z Downloaded synstructure v0.13.2
4402026-04-07T02:20:21.513Z Downloaded cpufeatures v0.2.17
4412026-04-07T02:20:21.517Z Downloaded scroll_derive v0.12.1
4422026-04-07T02:20:21.528Z Downloaded semver v1.0.27
4432026-04-07T02:20:21.536Z Downloaded quote v1.0.44
4442026-04-07T02:20:21.545Z Downloaded idna_adapter v1.2.1
4452026-04-07T02:20:21.550Z Downloaded swrite v0.1.0
4462026-04-07T02:20:21.553Z Downloaded clap_derive v4.5.55
4472026-04-07T02:20:21.563Z Downloaded syn v2.0.117
4482026-04-07T02:20:21.569Z Downloaded is_terminal_polyfill v1.70.2
4492026-04-07T02:20:21.571Z Downloaded idna v1.1.0
4502026-04-07T02:20:21.571Z Downloaded num-traits v0.2.19
4512026-04-07T02:20:21.575Z Downloaded indexmap v2.13.0
4522026-04-07T02:20:21.580Z Downloaded serde_json v1.0.149
4532026-04-07T02:20:21.584Z Downloaded litemap v0.8.1
4542026-04-07T02:20:21.587Z Downloaded libc v0.2.180
4552026-04-07T02:20:21.603Z Downloaded pest_derive v2.8.6
4562026-04-07T02:20:21.606Z Downloaded form_urlencoded v1.2.2
4572026-04-07T02:20:21.621Z Downloaded ucd-trie v0.1.7
4582026-04-07T02:20:21.624Z Downloaded zerofrom v0.1.6
4592026-04-07T02:20:21.628Z Downloaded serde_tokenstream v0.2.3
4602026-04-07T02:20:21.638Z Downloaded version_check v0.9.5
4612026-04-07T02:20:21.647Z Downloaded toml_datetime v0.6.11
4622026-04-07T02:20:21.662Z Downloaded unicode-width v0.1.14
4632026-04-07T02:20:21.668Z Downloaded url v2.5.8
4642026-04-07T02:20:21.670Z Downloaded zerovec v0.11.5
4652026-04-07T02:20:21.673Z Downloaded writeable v0.6.2
4662026-04-07T02:20:21.673Z Downloaded thread-id v4.2.2
4672026-04-07T02:20:21.783Z Downloaded pest v2.8.6
4682026-04-07T02:20:21.875Z Downloaded itoa v1.0.17
4692026-04-07T02:20:22.054Z Downloaded unicode-linebreak v0.1.5
4702026-04-07T02:20:22.787Z Downloaded cargo_metadata v0.21.0
4712026-04-07T02:20:22.790Z Downloaded anstyle-query v1.1.5
4722026-04-07T02:20:22.844Z Compiling proc-macro2 v1.0.106
4732026-04-07T02:20:22.844Z Compiling quote v1.0.44
4742026-04-07T02:20:22.848Z Compiling unicode-ident v1.0.24
4752026-04-07T02:20:22.848Z Compiling serde_core v1.0.228
4762026-04-07T02:20:22.848Z Compiling libc v0.2.180
4772026-04-07T02:20:22.848Z Compiling version_check v0.9.5
4782026-04-07T02:20:22.848Z Compiling serde v1.0.228
4792026-04-07T02:20:22.848Z Compiling memchr v2.8.0
4802026-04-07T02:20:22.848Z Compiling stable_deref_trait v1.2.1
4812026-04-07T02:20:22.848Z Compiling zmij v1.0.21
4822026-04-07T02:20:22.848Z Compiling thiserror v1.0.69
4832026-04-07T02:20:23.032Z Compiling ucd-trie v0.1.7
4842026-04-07T02:20:23.035Z Compiling autocfg v1.5.0
4852026-04-07T02:20:23.035Z Compiling itoa v1.0.17
4862026-04-07T02:20:23.035Z Compiling writeable v0.6.2
4872026-04-07T02:20:23.035Z Compiling litemap v0.8.1
4882026-04-07T02:20:23.035Z Compiling icu_properties_data v2.1.2
4892026-04-07T02:20:23.035Z Compiling rustix v1.1.3
4902026-04-07T02:20:23.035Z Compiling icu_normalizer_data v2.1.1
4912026-04-07T02:20:23.035Z Compiling byteorder v1.5.0
4922026-04-07T02:20:23.035Z Compiling serde_json v1.0.149
4932026-04-07T02:20:23.035Z Compiling bitflags v2.11.0
4942026-04-07T02:20:23.035Z Compiling smallvec v1.15.1
4952026-04-07T02:20:23.035Z Compiling typeid v1.0.3
4962026-04-07T02:20:23.035Z Compiling hashbrown v0.16.1
4972026-04-07T02:20:23.035Z Compiling equivalent v1.0.2
4982026-04-07T02:20:23.086Z Compiling syn v1.0.109
4992026-04-07T02:20:23.089Z Compiling erased-serde v0.4.9
5002026-04-07T02:20:23.103Z Compiling toml_write v0.1.2
5012026-04-07T02:20:23.404Z Compiling winnow v0.7.14
5022026-04-07T02:20:23.454Z Compiling camino v1.2.2
5032026-04-07T02:20:23.476Z Compiling thiserror v2.0.18
5042026-04-07T02:20:23.504Z Compiling log v0.4.29
5052026-04-07T02:20:23.530Z Compiling utf8_iter v1.0.4
5062026-04-07T02:20:23.554Z Compiling plain v0.2.3
5072026-04-07T02:20:23.650Z Compiling utf8parse v0.2.2
5082026-04-07T02:20:23.751Z Compiling pest v2.8.6
5092026-04-07T02:20:23.852Z Compiling percent-encoding v2.3.2
5102026-04-07T02:20:23.855Z Compiling getrandom v0.3.4
5112026-04-07T02:20:23.962Z Compiling usdt-impl v0.5.0
5122026-04-07T02:20:23.985Z Compiling num-traits v0.2.19
5132026-04-07T02:20:24.010Z Compiling proc-macro-error-attr v1.0.4
5142026-04-07T02:20:24.013Z Compiling proc-macro-error v1.0.4
5152026-04-07T02:20:24.056Z Compiling colorchoice v1.0.4
5162026-04-07T02:20:24.059Z Compiling anstyle-query v1.1.5
5172026-04-07T02:20:24.079Z Compiling cfg-if v1.0.4
5182026-04-07T02:20:24.105Z Compiling anstyle v1.0.13
5192026-04-07T02:20:24.108Z Compiling pretty-hex v0.4.1
5202026-04-07T02:20:24.232Z Compiling form_urlencoded v1.2.2
5212026-04-07T02:20:24.235Z Compiling is_terminal_polyfill v1.70.2
5222026-04-07T02:20:24.312Z Compiling anstyle-parse v0.2.7
5232026-04-07T02:20:24.334Z Compiling fs-err v3.3.0
5242026-04-07T02:20:24.375Z Compiling unicode-xid v0.2.6
5252026-04-07T02:20:24.416Z Compiling indexmap v2.13.0
5262026-04-07T02:20:24.496Z Compiling unicode-width v0.1.14
5272026-04-07T02:20:24.537Z Compiling fnv v1.0.7
5282026-04-07T02:20:24.540Z Compiling fastrand v2.3.0
5292026-04-07T02:20:24.597Z Compiling heck v0.4.1
5302026-04-07T02:20:24.642Z Compiling once_cell v1.21.3
5312026-04-07T02:20:24.645Z Compiling strsim v0.11.1
5322026-04-07T02:20:24.664Z Compiling heck v0.5.0
5332026-04-07T02:20:24.686Z Compiling clap_lex v1.0.0
5342026-04-07T02:20:24.689Z Compiling anyhow v1.0.102
5352026-04-07T02:20:24.707Z Compiling bytecount v0.6.9
5362026-04-07T02:20:24.766Z Compiling unicode-linebreak v0.1.5
5372026-04-07T02:20:24.769Z Compiling smawk v0.3.2
5382026-04-07T02:20:24.828Z Compiling unicode-width v0.2.0
5392026-04-07T02:20:24.890Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5402026-04-07T02:20:24.911Z Compiling swrite v0.1.0
5412026-04-07T02:20:24.990Z Compiling anstream v0.6.21
5422026-04-07T02:20:25.134Z Compiling errno v0.3.14
5432026-04-07T02:20:25.138Z Compiling thread-id v4.2.2
5442026-04-07T02:20:25.138Z Compiling memmap v0.7.0
5452026-04-07T02:20:25.238Z Compiling pest_meta v2.8.6
5462026-04-07T02:20:25.435Z Compiling papergrid v0.11.0
5472026-04-07T02:20:25.598Z Compiling syn v2.0.117
5482026-04-07T02:20:25.950Z Compiling semver v1.0.27
5492026-04-07T02:20:26.056Z Compiling ordered-float v2.10.1
5502026-04-07T02:20:26.366Z Compiling serde-untagged v0.1.9
5512026-04-07T02:20:26.384Z Compiling terminal_size v0.4.3
5522026-04-07T02:20:26.386Z Compiling tempfile v3.25.0
5532026-04-07T02:20:26.491Z Compiling clap_builder v4.5.60
5542026-04-07T02:20:26.491Z Compiling textwrap v0.16.2
5552026-04-07T02:20:26.619Z Compiling camino-tempfile v1.4.1
5562026-04-07T02:20:26.977Z Compiling tabled_derive v0.7.0
5572026-04-07T02:20:27.621Z Compiling tabled v0.15.0
5582026-04-07T02:20:27.969Z Compiling synstructure v0.13.2
5592026-04-07T02:20:27.969Z Compiling pest_generator v2.8.6
5602026-04-07T02:20:28.478Z Compiling serde_derive v1.0.228
5612026-04-07T02:20:28.478Z Compiling zerofrom-derive v0.1.6
5622026-04-07T02:20:28.481Z Compiling yoke-derive v0.8.1
5632026-04-07T02:20:28.481Z Compiling zerovec-derive v0.11.2
5642026-04-07T02:20:28.481Z Compiling displaydoc v0.2.5
5652026-04-07T02:20:28.481Z Compiling thiserror-impl v1.0.69
5662026-04-07T02:20:28.481Z Compiling zerocopy-derive v0.7.35
5672026-04-07T02:20:28.482Z Compiling scroll_derive v0.12.1
5682026-04-07T02:20:28.482Z Compiling thiserror-impl v2.0.18
5692026-04-07T02:20:28.482Z Compiling clap_derive v4.5.55
5702026-04-07T02:20:28.556Z Compiling pest_derive v2.8.6
5712026-04-07T02:20:29.331Z Compiling scroll v0.12.0
5722026-04-07T02:20:29.334Z Compiling zerocopy v0.7.35
5732026-04-07T02:20:29.555Z Compiling goblin v0.8.2
5742026-04-07T02:20:29.692Z Compiling zerofrom v0.1.6
5752026-04-07T02:20:29.740Z Compiling dtrace-parser v0.2.0
5762026-04-07T02:20:29.794Z Compiling yoke v0.8.1
5772026-04-07T02:20:29.889Z Compiling clap v4.5.60
5782026-04-07T02:20:29.948Z Compiling zerovec v0.11.5
5792026-04-07T02:20:29.948Z Compiling zerotrie v0.2.3
5802026-04-07T02:20:30.383Z Compiling tinystr v0.8.2
5812026-04-07T02:20:30.384Z Compiling potential_utf v0.1.4
5822026-04-07T02:20:30.521Z Compiling icu_collections v2.1.1
5832026-04-07T02:20:30.540Z Compiling icu_locale_core v2.1.1
5842026-04-07T02:20:30.944Z Compiling toml_datetime v0.6.11
5852026-04-07T02:20:30.944Z Compiling serde_spanned v0.6.9
5862026-04-07T02:20:30.944Z Compiling serde-value v0.7.0
5872026-04-07T02:20:30.947Z Compiling cargo-platform v0.2.0
5882026-04-07T02:20:30.947Z Compiling macaddr v1.0.1
5892026-04-07T02:20:30.964Z Compiling dof v0.3.0
5902026-04-07T02:20:30.967Z Compiling serde_tokenstream v0.2.3
5912026-04-07T02:20:31.079Z Compiling icu_provider v2.1.1
5922026-04-07T02:20:31.127Z Compiling toml_edit v0.22.27
5932026-04-07T02:20:31.331Z Compiling icu_properties v2.1.2
5942026-04-07T02:20:31.335Z Compiling icu_normalizer v2.1.1
5952026-04-07T02:20:31.744Z Compiling usdt-macro v0.5.0
5962026-04-07T02:20:31.747Z Compiling usdt-attr-macro v0.5.0
5972026-04-07T02:20:32.126Z Compiling idna_adapter v1.2.1
5982026-04-07T02:20:32.240Z Compiling idna v1.1.0
5992026-04-07T02:20:32.320Z Compiling toml v0.8.23
6002026-04-07T02:20:32.348Z Compiling usdt v0.5.0
6012026-04-07T02:20:32.504Z Compiling url v2.5.8
6022026-04-07T02:20:32.652Z Compiling cargo_toml v0.21.0
6032026-04-07T02:20:32.893Z Compiling cargo-util-schemas v0.8.2
6042026-04-07T02:20:33.671Z Compiling cargo_metadata v0.21.0
6052026-04-07T02:20:34.563Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6062026-04-07T02:20:36.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s
6072026-04-07T02:20:36.951Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6082026-04-07T02:20:37.512Z Downloading crates ...
6092026-04-07T02:20:37.614Z Downloaded aead v0.5.2
6102026-04-07T02:20:37.617Z Downloaded atty v0.2.14
6112026-04-07T02:20:37.620Z Downloaded byte-wrapper v0.1.0
6122026-04-07T02:20:37.625Z Downloaded console v0.16.2
6132026-04-07T02:20:37.628Z Downloaded curve25519-dalek-derive v0.1.1
6142026-04-07T02:20:37.632Z Downloaded async-recursion v1.1.1
6152026-04-07T02:20:37.638Z Downloaded flagset v0.4.7
6162026-04-07T02:20:37.647Z Downloaded bstr v1.12.1
6172026-04-07T02:20:37.654Z Downloaded ciborium v0.2.2
6182026-04-07T02:20:37.657Z Downloaded erased-serde v0.3.31
6192026-04-07T02:20:37.657Z Downloaded expectorate v1.2.0
6202026-04-07T02:20:37.657Z Downloaded ascii-canvas v3.0.0
6212026-04-07T02:20:37.660Z Downloaded atomic-waker v1.1.2
6222026-04-07T02:20:37.663Z Downloaded cancel-safe-futures v0.1.5
6232026-04-07T02:20:37.663Z Downloaded cipher v0.4.4
6242026-04-07T02:20:37.666Z Downloaded cookie_store v0.22.1
6252026-04-07T02:20:37.666Z Downloaded critical-section v1.2.0
6262026-04-07T02:20:37.666Z Downloaded cfg_aliases v0.1.1
6272026-04-07T02:20:37.670Z Downloaded async-stream v0.3.6
6282026-04-07T02:20:37.670Z Downloaded derive_more v2.1.1
6292026-04-07T02:20:37.675Z Downloaded fixedbitset v0.5.7
6302026-04-07T02:20:37.678Z Downloaded crc v3.4.0
6312026-04-07T02:20:37.678Z Downloaded base16ct v0.2.0
6322026-04-07T02:20:37.681Z Downloaded convert_case v0.4.0
6332026-04-07T02:20:37.681Z Downloaded compression-core v0.4.31
6342026-04-07T02:20:37.681Z Downloaded constant_time_eq v0.4.2
6352026-04-07T02:20:37.682Z Downloaded bzip2 v0.4.4
6362026-04-07T02:20:37.685Z Downloaded ed25519 v2.2.3
6372026-04-07T02:20:37.685Z Downloaded bb8 v0.8.6
6382026-04-07T02:20:37.685Z Downloaded atomicwrites v0.4.4
6392026-04-07T02:20:37.688Z Downloaded array-init v0.0.4
6402026-04-07T02:20:37.688Z Downloaded async-bb8-diesel v0.2.1
6412026-04-07T02:20:37.691Z Downloaded deranged v0.5.8
6422026-04-07T02:20:37.691Z Downloaded difflib v0.4.0
6432026-04-07T02:20:37.691Z Downloaded darling_macro v0.20.11
6442026-04-07T02:20:37.694Z Downloaded bzip2 v0.6.1
6452026-04-07T02:20:37.694Z Downloaded darling v0.23.0
6462026-04-07T02:20:37.697Z Downloaded ff v0.13.1
6472026-04-07T02:20:37.697Z Downloaded adler2 v2.0.1
6482026-04-07T02:20:37.700Z Downloaded arrayref v0.3.9
6492026-04-07T02:20:37.700Z Downloaded bit-vec v0.6.3
6502026-04-07T02:20:37.704Z Downloaded ctr v0.9.2
6512026-04-07T02:20:37.704Z Downloaded fatfs v0.3.6
6522026-04-07T02:20:37.707Z Downloaded defmt-macros v1.0.1
6532026-04-07T02:20:37.707Z Downloaded ciborium-ll v0.2.2
6542026-04-07T02:20:37.711Z Downloaded async-stream-impl v0.3.6
6552026-04-07T02:20:37.711Z Downloaded cargo_metadata v0.19.2
6562026-04-07T02:20:37.714Z Downloaded float-ord v0.3.2
6572026-04-07T02:20:37.714Z Downloaded fixedbitset v0.4.2
6582026-04-07T02:20:37.714Z Downloaded assert_matches v1.5.0
6592026-04-07T02:20:37.717Z Downloaded find-msvc-tools v0.1.9
6602026-04-07T02:20:37.721Z Downloaded dyn-clone v1.0.20
6612026-04-07T02:20:37.721Z Downloaded darling_core v0.23.0
6622026-04-07T02:20:37.724Z Downloaded dunce v1.0.5
6632026-04-07T02:20:37.724Z Downloaded downcast-rs v2.0.2
6642026-04-07T02:20:37.724Z Downloaded bcrypt-pbkdf v0.10.0
6652026-04-07T02:20:37.728Z Downloaded daft-derive v0.1.5
6662026-04-07T02:20:37.732Z Downloaded derive-where v1.6.0
6672026-04-07T02:20:37.732Z Downloaded bitfield-macros v0.19.4
6682026-04-07T02:20:37.732Z Downloaded bit-set v0.8.0
6692026-04-07T02:20:37.736Z Downloaded crunchy v0.2.4
6702026-04-07T02:20:37.737Z Downloaded dirs-sys-next v0.1.2
6712026-04-07T02:20:37.737Z Downloaded dtrace-parser v0.3.0
6722026-04-07T02:20:37.737Z Downloaded crossbeam-epoch v0.9.18
6732026-04-07T02:20:37.740Z Downloaded base64ct v1.8.3
6742026-04-07T02:20:37.740Z Downloaded backoff v0.4.0
6752026-04-07T02:20:37.740Z Downloaded cfg_aliases v0.2.1
6762026-04-07T02:20:37.740Z Downloaded cexpr v0.6.0
6772026-04-07T02:20:37.743Z Downloaded ed25519-dalek v2.2.0
6782026-04-07T02:20:37.743Z Downloaded data-encoding v2.10.0
6792026-04-07T02:20:37.746Z Downloaded crc-catalog v2.4.0
6802026-04-07T02:20:37.746Z Downloaded cobs v0.3.0
6812026-04-07T02:20:37.746Z Downloaded ciborium-io v0.2.2
6822026-04-07T02:20:37.747Z Downloaded arrayvec v0.7.6
6832026-04-07T02:20:37.750Z Downloaded git-stub v1.0.0
6842026-04-07T02:20:37.750Z Downloaded bit-set v0.5.3
6852026-04-07T02:20:37.750Z Downloaded endian-type v0.1.2
6862026-04-07T02:20:37.753Z Downloaded cstr-argument v0.1.2
6872026-04-07T02:20:37.753Z Downloaded bitfield-struct v0.6.2
6882026-04-07T02:20:37.758Z Downloaded foreign-types-macros v0.2.3
6892026-04-07T02:20:37.761Z Downloaded foreign-types v0.5.0
6902026-04-07T02:20:37.762Z Downloaded futures-task v0.3.32
6912026-04-07T02:20:37.762Z Downloaded env_filter v1.0.0
6922026-04-07T02:20:37.765Z Downloaded foreign-types-shared v0.1.1
6932026-04-07T02:20:37.765Z Downloaded globwalk v0.9.1
6942026-04-07T02:20:37.765Z Downloaded cpufeatures v0.3.0
6952026-04-07T02:20:37.768Z Downloaded ena v0.14.4
6962026-04-07T02:20:37.768Z Downloaded castaway v0.2.4
6972026-04-07T02:20:37.769Z Downloaded crc8 v0.1.1
6982026-04-07T02:20:37.769Z Downloaded cargo-platform v0.1.9
6992026-04-07T02:20:37.772Z Downloaded block-padding v0.3.3
7002026-04-07T02:20:37.772Z Downloaded float-cmp v0.10.0
7012026-04-07T02:20:37.772Z Downloaded dirs-next v2.0.0
7022026-04-07T02:20:37.772Z Downloaded cbc v0.1.2
7032026-04-07T02:20:37.776Z Downloaded fd-lock v4.0.4
7042026-04-07T02:20:37.776Z Downloaded embedded-io v0.6.1
7052026-04-07T02:20:37.776Z Downloaded derive_builder_macro v0.20.2
7062026-04-07T02:20:37.780Z Downloaded crucible-workspace-hack v0.1.0
7072026-04-07T02:20:37.780Z Downloaded base64 v0.22.1
7082026-04-07T02:20:37.783Z Downloaded derive_builder_core v0.20.2
7092026-04-07T02:20:37.783Z Downloaded bcs v0.1.6
7102026-04-07T02:20:37.783Z Downloaded foreign-types v0.3.2
7112026-04-07T02:20:37.783Z Downloaded derive_builder v0.20.2
7122026-04-07T02:20:37.786Z Downloaded csv-core v0.1.13
7132026-04-07T02:20:37.789Z Downloaded futures-sink v0.3.32
7142026-04-07T02:20:37.789Z Downloaded allocator-api2 v0.2.21
7152026-04-07T02:20:37.789Z Downloaded async-trait v0.1.89
7162026-04-07T02:20:37.794Z Downloaded dof v0.4.0
7172026-04-07T02:20:37.798Z Downloaded funty v2.0.0
7182026-04-07T02:20:37.798Z Downloaded defmt v1.0.1
7192026-04-07T02:20:37.801Z Downloaded futures-core v0.3.32
7202026-04-07T02:20:37.804Z Downloaded document-features v0.2.12
7212026-04-07T02:20:37.804Z Downloaded gethostname v0.5.0
7222026-04-07T02:20:37.804Z Downloaded fxhash v0.2.1
7232026-04-07T02:20:37.804Z Downloaded futures-macro v0.3.32
7242026-04-07T02:20:37.807Z Downloaded corncobs v0.1.4
7252026-04-07T02:20:37.807Z Downloaded defmt-parser v1.0.0
7262026-04-07T02:20:37.810Z Downloaded daft v0.1.5
7272026-04-07T02:20:37.810Z Downloaded convert_case v0.10.0
7282026-04-07T02:20:37.810Z Downloaded const_format_proc_macros v0.2.34
7292026-04-07T02:20:37.814Z Downloaded camino-tempfile-ext v0.3.3
7302026-04-07T02:20:37.814Z Downloaded env_logger v0.11.9
7312026-04-07T02:20:37.817Z Downloaded futures-executor v0.3.32
7322026-04-07T02:20:37.817Z Downloaded fs-err v2.11.0
7332026-04-07T02:20:37.821Z Downloaded bit-vec v0.8.0
7342026-04-07T02:20:37.822Z Downloaded drift v0.1.3
7352026-04-07T02:20:37.825Z Downloaded hex v0.4.3
7362026-04-07T02:20:37.829Z Downloaded dropshot_endpoint v0.17.0
7372026-04-07T02:20:37.829Z Downloaded git-stub-vcs v0.1.0
7382026-04-07T02:20:37.833Z Downloaded debug-ignore v1.0.5
7392026-04-07T02:20:37.833Z Downloaded hex-literal v0.4.1
7402026-04-07T02:20:37.833Z Downloaded hash32 v0.2.1
7412026-04-07T02:20:37.838Z Downloaded crossbeam-channel v0.5.15
7422026-04-07T02:20:37.838Z Downloaded dropshot-api-manager-types v0.6.0
7432026-04-07T02:20:37.841Z Downloaded crossbeam-utils v0.8.21
7442026-04-07T02:20:37.841Z Downloaded const-oid v0.9.6
7452026-04-07T02:20:37.841Z Downloaded colored v2.2.0
7462026-04-07T02:20:37.845Z Downloaded console v0.15.11
7472026-04-07T02:20:37.848Z Downloaded hyper-tls v0.6.0
7482026-04-07T02:20:37.848Z Downloaded hostname v0.3.1
7492026-04-07T02:20:37.848Z Downloaded chacha20 v0.9.1
7502026-04-07T02:20:37.851Z Downloaded diesel_derives v2.3.7
7512026-04-07T02:20:37.854Z Downloaded ident_case v1.0.1
7522026-04-07T02:20:37.854Z Downloaded hostname v0.4.2
7532026-04-07T02:20:37.857Z Downloaded darling v0.21.3
7542026-04-07T02:20:37.861Z Downloaded indoc v1.0.9
7552026-04-07T02:20:37.864Z Downloaded indent_write v2.2.0
7562026-04-07T02:20:37.864Z Downloaded bitfield v0.19.4
7572026-04-07T02:20:37.864Z Downloaded hubpack_derive v0.1.1
7582026-04-07T02:20:37.864Z Downloaded hash32 v0.3.1
7592026-04-07T02:20:37.867Z Downloaded globset v0.4.18
7602026-04-07T02:20:37.867Z Downloaded instant v0.1.13
7612026-04-07T02:20:37.870Z Downloaded http-body v1.0.1
7622026-04-07T02:20:37.870Z Downloaded glob v0.3.3
7632026-04-07T02:20:37.870Z Downloaded crc-any v2.5.0
7642026-04-07T02:20:37.873Z Downloaded blake2 v0.10.6
7652026-04-07T02:20:37.873Z Downloaded jobserver v0.1.34
7662026-04-07T02:20:37.876Z Downloaded http-body-util v0.1.3
7672026-04-07T02:20:37.877Z Downloaded inout v0.1.4
7682026-04-07T02:20:37.880Z Downloaded getrandom v0.4.1
7692026-04-07T02:20:37.880Z Downloaded darling_core v0.21.3
7702026-04-07T02:20:37.883Z Downloaded maybe-uninit v2.0.0
7712026-04-07T02:20:37.886Z Downloaded hubpack v0.1.2
7722026-04-07T02:20:37.886Z Downloaded hashbrown v0.15.5
7732026-04-07T02:20:37.889Z Downloaded impl-trait-for-tuples v0.2.3
7742026-04-07T02:20:37.892Z Downloaded lazy_static v1.5.0
7752026-04-07T02:20:37.894Z Downloaded lalrpop-util v0.19.12
7762026-04-07T02:20:37.895Z Downloaded hyper-staticfile v0.10.1
7772026-04-07T02:20:37.897Z Downloaded lock_api v0.4.14
7782026-04-07T02:20:37.897Z Downloaded highway v1.3.0
7792026-04-07T02:20:37.897Z Downloaded indoc v2.0.7
7802026-04-07T02:20:37.901Z Downloaded linear-map v1.2.0
7812026-04-07T02:20:37.901Z Downloaded hyper-rustls v0.27.7
7822026-04-07T02:20:37.904Z Downloaded instability v0.3.11
7832026-04-07T02:20:37.904Z Downloaded hmac v0.12.1
7842026-04-07T02:20:37.907Z Downloaded elliptic-curve v0.13.8
7852026-04-07T02:20:37.911Z Downloaded colored v3.1.1
7862026-04-07T02:20:37.914Z Downloaded hickory-server v0.25.2
7872026-04-07T02:20:37.914Z Downloaded libscf-sys v1.1.0
7882026-04-07T02:20:37.917Z Downloaded ahash v0.8.12
7892026-04-07T02:20:37.917Z Downloaded linked-hash-map v0.5.6
7902026-04-07T02:20:37.917Z Downloaded lru-slab v0.1.2
7912026-04-07T02:20:37.920Z Downloaded hickory-resolver v0.25.2
7922026-04-07T02:20:37.923Z Downloaded lzss v0.8.2
7932026-04-07T02:20:37.923Z Downloaded lru-cache v0.1.2
7942026-04-07T02:20:37.925Z Downloaded ecdsa v0.16.9
7952026-04-07T02:20:37.926Z Downloaded md-5 v0.10.6
7962026-04-07T02:20:37.926Z Downloaded managed v0.8.0
7972026-04-07T02:20:37.929Z Downloaded is_ci v1.2.0
7982026-04-07T02:20:37.929Z Downloaded cookie v0.18.1
7992026-04-07T02:20:37.933Z Downloaded hashbrown v0.13.2
8002026-04-07T02:20:37.936Z Downloaded ingot-types v0.1.2
8012026-04-07T02:20:37.936Z Downloaded filetime v0.2.27
8022026-04-07T02:20:37.936Z Downloaded internet-checksum v0.2.1
8032026-04-07T02:20:37.936Z Downloaded ingot v0.1.1
8042026-04-07T02:20:37.941Z Downloaded derive-ex v0.1.8
8052026-04-07T02:20:37.941Z Downloaded chacha20 v0.10.0
8062026-04-07T02:20:37.941Z Downloaded multimap v0.10.1
8072026-04-07T02:20:37.944Z Downloaded mime v0.3.17
8082026-04-07T02:20:37.944Z Downloaded memoffset v0.9.1
8092026-04-07T02:20:37.944Z Downloaded md5 v0.7.0
8102026-04-07T02:20:37.944Z Downloaded crypto-bigint v0.5.5
8112026-04-07T02:20:37.947Z Downloaded new_debug_unreachable v1.0.6
8122026-04-07T02:20:37.950Z Downloaded libefi-sys v0.1.0
8132026-04-07T02:20:37.950Z Downloaded ipnet v2.11.0
8142026-04-07T02:20:37.953Z Downloaded ignore v0.4.25
8152026-04-07T02:20:37.953Z Downloaded diff v0.1.13
8162026-04-07T02:20:37.956Z Downloaded http v1.4.0
8172026-04-07T02:20:37.959Z Downloaded group v0.13.0
8182026-04-07T02:20:37.959Z Downloaded futures-channel v0.3.32
8192026-04-07T02:20:37.962Z Downloaded nanorand v0.7.0
8202026-04-07T02:20:37.964Z Downloaded foldhash v0.2.0
8212026-04-07T02:20:37.965Z Downloaded aes v0.8.4
8222026-04-07T02:20:37.968Z Downloaded num v0.4.3
8232026-04-07T02:20:37.968Z Downloaded nodrop v0.1.14
8242026-04-07T02:20:37.970Z Downloaded keccak v0.1.6
8252026-04-07T02:20:37.971Z Downloaded foreign-types-shared v0.3.1
8262026-04-07T02:20:37.971Z Downloaded defmt v0.3.100
8272026-04-07T02:20:37.971Z Downloaded half v1.8.3
8282026-04-07T02:20:37.974Z Downloaded getrandom v0.2.17
8292026-04-07T02:20:37.977Z Downloaded flate2 v1.1.9
8302026-04-07T02:20:37.980Z Downloaded diesel_table_macro_syntax v0.3.0
8312026-04-07T02:20:37.980Z Downloaded clang-sys v1.8.1
8322026-04-07T02:20:37.980Z Downloaded newtype_derive v0.1.6
8332026-04-07T02:20:37.983Z Downloaded newline-converter v0.3.0
8342026-04-07T02:20:37.983Z Downloaded omicron-zone-package v0.12.2
8352026-04-07T02:20:37.986Z Downloaded num-conv v0.2.0
8362026-04-07T02:20:37.986Z Downloaded nonempty v0.12.0
8372026-04-07T02:20:37.986Z Downloaded darling_macro v0.21.3
8382026-04-07T02:20:37.989Z Downloaded nibble_vec v0.1.0
8392026-04-07T02:20:37.989Z Downloaded libsw-core v0.3.2
8402026-04-07T02:20:37.993Z Downloaded newtype-uuid-macros v0.1.0
8412026-04-07T02:20:37.993Z Downloaded crossbeam-deque v0.8.6
8422026-04-07T02:20:37.993Z Downloaded darling_core v0.20.11
8432026-04-07T02:20:37.996Z Downloaded lru v0.12.5
8442026-04-07T02:20:37.996Z Downloaded dsl_auto_type v0.2.0
8452026-04-07T02:20:37.999Z Downloaded ipnetwork v0.21.1
8462026-04-07T02:20:37.999Z Downloaded num-iter v0.1.45
8472026-04-07T02:20:38.002Z Downloaded cassowary v0.3.0
8482026-04-07T02:20:38.002Z Downloaded buf-list v1.1.2
8492026-04-07T02:20:38.002Z Downloaded futures v0.3.32
8502026-04-07T02:20:38.006Z Downloaded iana-time-zone v0.1.65
8512026-04-07T02:20:38.009Z Downloaded flume v0.11.1
8522026-04-07T02:20:38.012Z Downloaded oso-derive v0.27.3
8532026-04-07T02:20:38.012Z Downloaded num-derive v0.4.2
8542026-04-07T02:20:38.016Z Downloaded embedded-io v0.4.0
8552026-04-07T02:20:38.016Z Downloaded ingot-macros v0.1.1
8562026-04-07T02:20:38.019Z Downloaded der_derive v0.7.3
8572026-04-07T02:20:38.019Z Downloaded mime_guess v2.0.5
8582026-04-07T02:20:38.019Z Downloaded chacha20poly1305 v0.10.1
8592026-04-07T02:20:38.022Z Downloaded display-error-chain v0.2.2
8602026-04-07T02:20:38.022Z Downloaded owo-colors v4.3.0
8612026-04-07T02:20:38.022Z Downloaded foldhash v0.1.5
8622026-04-07T02:20:38.025Z Downloaded diesel-dtrace v0.5.0
8632026-04-07T02:20:38.025Z Downloaded backon v1.6.0
8642026-04-07T02:20:38.030Z Downloaded humantime v2.3.0
8652026-04-07T02:20:38.043Z Downloaded packed_struct v0.10.1
8662026-04-07T02:20:38.046Z Downloaded crc32fast v1.5.0
8672026-04-07T02:20:38.046Z Downloaded oxide-tokio-rt v0.1.3
8682026-04-07T02:20:38.049Z Downloaded compact_str v0.8.1
8692026-04-07T02:20:38.052Z Downloaded compression-codecs v0.4.37
8702026-04-07T02:20:38.055Z Downloaded newtype-uuid v1.3.2
8712026-04-07T02:20:38.055Z Downloaded const_format v0.2.35
8722026-04-07T02:20:38.058Z Downloaded des v0.8.1
8732026-04-07T02:20:38.058Z Downloaded base64 v0.21.7
8742026-04-07T02:20:38.061Z Downloaded pbkdf2 v0.11.0
8752026-04-07T02:20:38.064Z Downloaded cmake v0.1.57
8762026-04-07T02:20:38.064Z Downloaded blowfish v0.9.1
8772026-04-07T02:20:38.064Z Downloaded bitflags v1.3.2
8782026-04-07T02:20:38.067Z Downloaded arc-swap v1.8.2
8792026-04-07T02:20:38.070Z Downloaded litrs v1.0.0
8802026-04-07T02:20:38.073Z Downloaded peg-runtime v0.8.5
8812026-04-07T02:20:38.073Z Downloaded num_enum_derive v0.5.11
8822026-04-07T02:20:38.073Z Downloaded enum-as-inner v0.6.1
8832026-04-07T02:20:38.076Z Downloaded phf_shared v0.12.1
8842026-04-07T02:20:38.076Z Downloaded dropshot_endpoint v0.16.7
8852026-04-07T02:20:38.079Z Downloaded phf_shared v0.13.1
8862026-04-07T02:20:38.079Z Downloaded num-complex v0.4.6
8872026-04-07T02:20:38.079Z Downloaded either v1.15.0
8882026-04-07T02:20:38.082Z Downloaded pkg-config v0.3.32
8892026-04-07T02:20:38.082Z Downloaded fallible-iterator v0.2.0
8902026-04-07T02:20:38.086Z Downloaded num_enum_derive v0.7.5
8912026-04-07T02:20:38.086Z Downloaded num-rational v0.4.2
8922026-04-07T02:20:38.086Z Downloaded num_enum v0.7.5
8932026-04-07T02:20:38.090Z Downloaded pin-utils v0.1.0
8942026-04-07T02:20:38.090Z Downloaded oxnet v0.1.4
8952026-04-07T02:20:38.093Z Downloaded powerfmt v0.2.0
8962026-04-07T02:20:38.093Z Downloaded darling v0.20.11
8972026-04-07T02:20:38.096Z Downloaded proc-macro-crate v3.4.0
8982026-04-07T02:20:38.099Z Downloaded predicates-tree v1.0.13
8992026-04-07T02:20:38.099Z Downloaded proc-macro-crate v1.3.1
9002026-04-07T02:20:38.099Z Downloaded memmap2 v0.9.10
9012026-04-07T02:20:38.102Z Downloaded predicates-core v1.0.10
9022026-04-07T02:20:38.102Z Downloaded papergrid v0.17.0
9032026-04-07T02:20:38.105Z Downloaded parking_lot v0.12.5
9042026-04-07T02:20:38.108Z Downloaded indexmap v1.9.3
9052026-04-07T02:20:38.111Z Downloaded num_enum v0.5.11
9062026-04-07T02:20:38.114Z Downloaded http-range v0.1.5
9072026-04-07T02:20:38.114Z Downloaded home v0.5.12
9082026-04-07T02:20:38.114Z Downloaded parse-display-derive v0.10.0
9092026-04-07T02:20:38.117Z Downloaded parking_lot_core v0.8.6
9102026-04-07T02:20:38.117Z Downloaded fs_extra v1.3.0
9112026-04-07T02:20:38.120Z Downloaded peg-macros v0.8.5
9122026-04-07T02:20:38.120Z Downloaded progenitor-client v0.10.0
9132026-04-07T02:20:38.123Z Downloaded nu-ansi-term v0.50.3
9142026-04-07T02:20:38.123Z Downloaded progenitor-client v0.11.2
9152026-04-07T02:20:38.126Z Downloaded num-integer v0.1.46
9162026-04-07T02:20:38.126Z Downloaded openssl-sys v0.9.111
9172026-04-07T02:20:38.129Z Downloaded postgres-protocol v0.6.10
9182026-04-07T02:20:38.132Z Downloaded libbz2-rs-sys v0.2.2
9192026-04-07T02:20:38.132Z Downloaded opaque-debug v0.3.1
9202026-04-07T02:20:38.135Z Downloaded mio v1.1.1
9212026-04-07T02:20:38.138Z Downloaded httpdate v1.0.3
9222026-04-07T02:20:38.138Z Downloaded bumpalo v3.20.2
9232026-04-07T02:20:38.141Z Downloaded ghash v0.5.1
9242026-04-07T02:20:38.141Z Downloaded crossterm v0.29.0
9252026-04-07T02:20:38.145Z Downloaded der v0.7.10
9262026-04-07T02:20:38.148Z Downloaded quick-error v1.2.3
9272026-04-07T02:20:38.151Z Downloaded progenitor-macro v0.13.0
9282026-04-07T02:20:38.151Z Downloaded progenitor-macro v0.10.0
9292026-04-07T02:20:38.151Z Downloaded phf v0.13.1
9302026-04-07T02:20:38.154Z Downloaded itertools v0.14.0
9312026-04-07T02:20:38.158Z Downloaded headers-core v0.3.0
9322026-04-07T02:20:38.161Z Downloaded phf v0.12.1
9332026-04-07T02:20:38.161Z Downloaded pem v3.0.6
9342026-04-07T02:20:38.161Z Downloaded pkcs8 v0.10.2
9352026-04-07T02:20:38.164Z Downloaded paste v1.0.15
9362026-04-07T02:20:38.167Z Downloaded ppv-lite86 v0.2.21
9372026-04-07T02:20:38.167Z Downloaded radium v0.7.0
9382026-04-07T02:20:38.167Z Downloaded polyval v0.6.2
9392026-04-07T02:20:38.170Z Downloaded phf_shared v0.11.3
9402026-04-07T02:20:38.170Z Downloaded password-hash v0.4.2
9412026-04-07T02:20:38.170Z Downloaded olpc-cjson v0.1.4
9422026-04-07T02:20:38.173Z Downloaded maplit v1.0.2
9432026-04-07T02:20:38.173Z Downloaded headers v0.4.1
9442026-04-07T02:20:38.176Z Downloaded predicates v3.1.4
9452026-04-07T02:20:38.179Z Downloaded iri-string v0.7.10
9462026-04-07T02:20:38.183Z Downloaded cc v1.2.56
9472026-04-07T02:20:38.186Z Downloaded bytes v1.11.1
9482026-04-07T02:20:38.189Z Downloaded primeorder v0.13.6
9492026-04-07T02:20:38.192Z Downloaded parking_lot_core v0.9.12
9502026-04-07T02:20:38.192Z Downloaded libsw v3.5.0
9512026-04-07T02:20:38.194Z Downloaded heapless v0.8.0
9522026-04-07T02:20:38.197Z Downloaded kstat-rs v0.2.4
9532026-04-07T02:20:38.197Z Downloaded password-hash v0.5.0
9542026-04-07T02:20:38.197Z Downloaded derive_more-impl v2.1.1
9552026-04-07T02:20:38.201Z Downloaded rand_xorshift v0.4.0
9562026-04-07T02:20:38.204Z Downloaded progenitor-client v0.13.0
9572026-04-07T02:20:38.204Z Downloaded futures-io v0.3.32
9582026-04-07T02:20:38.204Z Downloaded rfc6979 v0.4.0
9592026-04-07T02:20:38.207Z Downloaded hyper v1.8.1
9602026-04-07T02:20:38.210Z Downloaded pin-project v1.1.11
9612026-04-07T02:20:38.217Z Downloaded poly1305 v0.8.0
9622026-04-07T02:20:38.219Z Downloaded path-slash v0.1.5
9632026-04-07T02:20:38.220Z Downloaded normalize-line-endings v0.3.0
9642026-04-07T02:20:38.222Z Downloaded hickory-resolver v0.24.4
9652026-04-07T02:20:38.225Z Downloaded ref-cast-impl v1.0.25
9662026-04-07T02:20:38.225Z Downloaded ref-cast v1.0.25
9672026-04-07T02:20:38.228Z Downloaded match_cfg v0.1.0
9682026-04-07T02:20:38.228Z Downloaded openssl-probe v0.1.6
9692026-04-07T02:20:38.228Z Downloaded indicatif v0.18.4
9702026-04-07T02:20:38.231Z Downloaded p521 v0.13.3
9712026-04-07T02:20:38.234Z Downloaded oso v0.27.3
9722026-04-07T02:20:38.237Z Downloaded openssl-probe v0.2.1
9732026-04-07T02:20:38.237Z Downloaded parse-display v0.10.0
9742026-04-07T02:20:38.241Z Downloaded packed_struct_codegen v0.10.1
9752026-04-07T02:20:38.241Z Downloaded rustc_version v0.4.1
9762026-04-07T02:20:38.241Z Downloaded num_threads v0.1.7
9772026-04-07T02:20:38.244Z Downloaded rustc_version v0.1.7
9782026-04-07T02:20:38.244Z Downloaded openssl-macros v0.1.1
9792026-04-07T02:20:38.244Z Downloaded is-terminal v0.4.17
9802026-04-07T02:20:38.244Z Downloaded pbkdf2 v0.12.2
9812026-04-07T02:20:38.247Z Downloaded r2d2 v0.8.10
9822026-04-07T02:20:38.247Z Downloaded multer v3.1.0
9832026-04-07T02:20:38.250Z Downloaded libloading v0.8.9
9842026-04-07T02:20:38.250Z Downloaded jiff-static v0.2.21
9852026-04-07T02:20:38.253Z Downloaded rustversion v1.0.22
9862026-04-07T02:20:38.253Z Downloaded pretty_assertions v1.4.1
9872026-04-07T02:20:38.256Z Downloaded dropshot-api-manager v0.6.0
9882026-04-07T02:20:38.259Z Downloaded crossterm v0.28.1
9892026-04-07T02:20:38.262Z Downloaded rand_chacha v0.3.1
9902026-04-07T02:20:38.265Z Downloaded pem-rfc7468 v0.7.0
9912026-04-07T02:20:38.265Z Downloaded heapless v0.7.17
9922026-04-07T02:20:38.268Z Downloaded progenitor v0.11.2
9932026-04-07T02:20:38.268Z Downloaded rand_chacha v0.9.0
9942026-04-07T02:20:38.271Z Downloaded p256 v0.13.2
9952026-04-07T02:20:38.271Z Downloaded salsa20 v0.10.2
9962026-04-07T02:20:38.274Z Downloaded rayon-core v1.13.0
9972026-04-07T02:20:38.277Z Downloaded same-file v1.0.6
9982026-04-07T02:20:38.277Z Downloaded sapling-renderdag v0.1.0
9992026-04-07T02:20:38.277Z Downloaded precomputed-hash v0.1.1
10002026-04-07T02:20:38.277Z Downloaded russh-cryptovec v0.7.3
10012026-04-07T02:20:38.281Z Downloaded scopeguard v1.2.0
10022026-04-07T02:20:38.281Z Downloaded peg v0.8.5
10032026-04-07T02:20:38.284Z Downloaded native-tls v0.2.18
10042026-04-07T02:20:38.284Z Downloaded async-compression v0.4.41
10052026-04-07T02:20:38.287Z Downloaded secrecy v0.8.0
10062026-04-07T02:20:38.290Z Downloaded rand_seeder v0.4.0
10072026-04-07T02:20:38.290Z Downloaded rand_core v0.10.0
10082026-04-07T02:20:38.293Z Downloaded ar_archive_writer v0.5.1
10092026-04-07T02:20:38.295Z Downloaded httparse v1.10.1
10102026-04-07T02:20:38.296Z Downloaded parse-size v1.1.0
10112026-04-07T02:20:38.296Z Downloaded half v2.7.1
10122026-04-07T02:20:38.299Z Downloaded parking_lot v0.11.2
10132026-04-07T02:20:38.299Z Downloaded num-derive v0.3.3
10142026-04-07T02:20:38.302Z Downloaded pin-project-lite v0.2.17
10152026-04-07T02:20:38.305Z Downloaded semver v0.1.20
10162026-04-07T02:20:38.308Z Downloaded derive_more v0.99.20
10172026-04-07T02:20:38.311Z Downloaded pin-project-internal v1.1.11
10182026-04-07T02:20:38.311Z Downloaded argon2 v0.5.3
10192026-04-07T02:20:38.311Z Downloaded progenitor-macro v0.11.2
10202026-04-07T02:20:38.314Z Downloaded darling_macro v0.23.0
10212026-04-07T02:20:38.314Z Downloaded pkcs1 v0.7.5
10222026-04-07T02:20:38.316Z Downloaded proc-macro-error2 v2.0.1
10232026-04-07T02:20:38.319Z Downloaded hashbrown v0.12.3
10242026-04-07T02:20:38.322Z Downloaded psl-types v2.0.11
10252026-04-07T02:20:38.337Z Downloaded proc-macro-error-attr2 v2.0.0
10262026-04-07T02:20:38.337Z Downloaded rustls-native-certs v0.8.3
10272026-04-07T02:20:38.337Z Downloaded serde_plain v1.0.2
10282026-04-07T02:20:38.337Z Downloaded serde_bytes v0.11.19
10292026-04-07T02:20:38.337Z Downloaded serde-big-array v0.5.1
10302026-04-07T02:20:38.337Z Downloaded rusty-fork v0.3.1
10312026-04-07T02:20:38.340Z Downloaded postgres-types v0.2.12
10322026-04-07T02:20:38.343Z Downloaded pkcs5 v0.7.1
10332026-04-07T02:20:38.346Z Downloaded progenitor-extras v0.1.1
10342026-04-07T02:20:38.349Z Downloaded miniz_oxide v0.8.9
10352026-04-07T02:20:38.353Z Downloaded progenitor v0.10.0
10362026-04-07T02:20:38.356Z Downloaded aes-gcm v0.10.3
10372026-04-07T02:20:38.359Z Downloaded progenitor v0.13.0
10382026-04-07T02:20:38.361Z Downloaded signature v2.2.0
10392026-04-07T02:20:38.364Z Downloaded slog-bunyan v2.5.0
10402026-04-07T02:20:38.388Z Downloaded seq-macro v0.3.6
10412026-04-07T02:20:38.391Z Downloaded sec1 v0.7.3
10422026-04-07T02:20:38.391Z Downloaded sct v0.7.1
10432026-04-07T02:20:38.394Z Downloaded scheduled-thread-pool v0.2.7
10442026-04-07T02:20:38.394Z Downloaded recursive-proc-macro-impl v0.1.1
10452026-04-07T02:20:38.397Z Downloaded serde-hex v0.1.0
10462026-04-07T02:20:38.400Z Downloaded signal-hook-tokio v0.3.1
10472026-04-07T02:20:38.400Z Downloaded rtoolbox v0.0.3
10482026-04-07T02:20:38.400Z Downloaded siphasher v1.0.2
10492026-04-07T02:20:38.403Z Downloaded serde_urlencoded v0.7.1
10502026-04-07T02:20:38.406Z Downloaded rustls-pki-types v1.14.0
10512026-04-07T02:20:38.409Z Downloaded rustls-pemfile v1.0.4
10522026-04-07T02:20:38.409Z Downloaded postcard v1.1.3
10532026-04-07T02:20:38.412Z Downloaded ssh-encoding v0.2.0
10542026-04-07T02:20:38.412Z Downloaded psm v0.1.30
10552026-04-07T02:20:38.415Z Downloaded strip-ansi-escapes v0.2.1
10562026-04-07T02:20:38.415Z Downloaded serde_spanned v1.0.4
10572026-04-07T02:20:38.418Z Downloaded ssh-cipher v0.2.0
10582026-04-07T02:20:38.418Z Downloaded sqlparser_derive v0.5.0
10592026-04-07T02:20:38.421Z Downloaded prefix-trie v0.7.0
10602026-04-07T02:20:38.421Z Downloaded serde_path_to_error v0.1.20
10612026-04-07T02:20:38.424Z Downloaded progenitor-impl v0.10.0
10622026-04-07T02:20:38.424Z Downloaded itertools v0.10.5
10632026-04-07T02:20:38.428Z Downloaded prettyplease v0.2.37
10642026-04-07T02:20:38.430Z Downloaded structmeta-derive v0.3.0
10652026-04-07T02:20:38.433Z Downloaded rustc-hash v2.1.1
10662026-04-07T02:20:38.433Z Downloaded shlex v1.3.0
10672026-04-07T02:20:38.433Z Downloaded recursive v0.1.1
10682026-04-07T02:20:38.433Z Downloaded signal-hook-registry v1.4.8
10692026-04-07T02:20:38.436Z Downloaded minimal-lexical v0.2.1
10702026-04-07T02:20:38.439Z Downloaded resolv-conf v0.7.6
10712026-04-07T02:20:38.439Z Downloaded itertools v0.13.0
10722026-04-07T02:20:38.442Z Downloaded hyper-util v0.1.20
10732026-04-07T02:20:38.446Z Downloaded sync_wrapper v1.0.2
10742026-04-07T02:20:38.449Z Downloaded supports-color v3.0.2
10752026-04-07T02:20:38.449Z Downloaded subtle v2.6.1
10762026-04-07T02:20:38.449Z Downloaded strum v0.27.2
10772026-04-07T02:20:38.452Z Downloaded schemars_derive v0.8.22
10782026-04-07T02:20:38.452Z Downloaded slog-scope v4.4.1
10792026-04-07T02:20:38.452Z Downloaded rustls-pemfile v2.2.0
10802026-04-07T02:20:38.455Z Downloaded scroll v0.13.0
10812026-04-07T02:20:38.455Z Downloaded slog-term v2.9.2
10822026-04-07T02:20:38.459Z Downloaded russh-keys v0.45.0
10832026-04-07T02:20:38.459Z Downloaded rand_core v0.9.5
10842026-04-07T02:20:38.459Z Downloaded rand_core v0.6.4
10852026-04-07T02:20:38.462Z Downloaded progenitor-impl v0.13.0
10862026-04-07T02:20:38.463Z Downloaded rcgen v0.12.1
10872026-04-07T02:20:38.465Z Downloaded tagptr v0.2.0
10882026-04-07T02:20:38.469Z Downloaded slog-json v2.6.1
10892026-04-07T02:20:38.473Z Downloaded smf v0.2.3
10902026-04-07T02:20:38.473Z Downloaded snafu-derive v0.8.9
10912026-04-07T02:20:38.476Z Downloaded strum_macros v0.24.3
10922026-04-07T02:20:38.476Z Downloaded tabwriter v1.4.1
10932026-04-07T02:20:38.476Z Downloaded tabled_derive v0.11.0
10942026-04-07T02:20:38.479Z Downloaded sync-ptr v0.1.4
10952026-04-07T02:20:38.482Z Downloaded termtree v0.5.1
10962026-04-07T02:20:38.485Z Downloaded take_mut v0.2.2
10972026-04-07T02:20:38.485Z Downloaded scroll_derive v0.13.1
10982026-04-07T02:20:38.488Z Downloaded slog-async v2.8.0
10992026-04-07T02:20:38.494Z Downloaded string_cache v0.8.9
11002026-04-07T02:20:38.497Z Downloaded stacker v0.1.23
11012026-04-07T02:20:38.497Z Downloaded sqlformat v0.3.5
11022026-04-07T02:20:38.500Z Downloaded spki v0.7.3
11032026-04-07T02:20:38.500Z Downloaded itertools v0.12.1
11042026-04-07T02:20:38.505Z Downloaded testing_table v0.3.0
11052026-04-07T02:20:38.508Z Downloaded dropshot v0.17.0
11062026-04-07T02:20:38.518Z Downloaded time-core v0.1.8
11072026-04-07T02:20:38.521Z Downloaded secrecy v0.10.3
11082026-04-07T02:20:38.521Z Downloaded scrypt v0.11.0
11092026-04-07T02:20:38.521Z Downloaded ryu v1.0.23
11102026-04-07T02:20:38.524Z Downloaded sha1 v0.10.6
11112026-04-07T02:20:38.524Z Downloaded quinn-udp v0.5.14
11122026-04-07T02:20:38.527Z Downloaded rustls-platform-verifier v0.6.2
11132026-04-07T02:20:38.530Z Downloaded tinyvec_macros v0.1.1
11142026-04-07T02:20:38.530Z Downloaded shell-words v1.1.1
11152026-04-07T02:20:38.530Z Downloaded ron v0.8.1
11162026-04-07T02:20:38.535Z Downloaded qorb v0.4.1
11172026-04-07T02:20:38.539Z Downloaded progenitor-impl v0.11.2
11182026-04-07T02:20:38.542Z Downloaded libxml v0.3.3
11192026-04-07T02:20:38.547Z Downloaded serde_repr v0.1.20
11202026-04-07T02:20:38.547Z Downloaded object v0.30.4
11212026-04-07T02:20:38.550Z Downloaded thread_local v1.1.9
11222026-04-07T02:20:38.556Z Downloaded signal-hook-mio v0.2.5
11232026-04-07T02:20:38.561Z Downloaded slog-stdlog v4.1.1
11242026-04-07T02:20:38.564Z Downloaded num-bigint v0.4.6
11252026-04-07T02:20:38.567Z Downloaded tower-layer v0.3.3
11262026-04-07T02:20:38.567Z Downloaded rand v0.8.5
11272026-04-07T02:20:38.571Z Downloaded nix v0.28.0
11282026-04-07T02:20:38.576Z Downloaded quinn v0.11.9
11292026-04-07T02:20:38.578Z Downloaded publicsuffix v2.3.0
11302026-04-07T02:20:38.581Z Downloaded stringprep v0.1.5
11312026-04-07T02:20:38.581Z Downloaded tls_codec_derive v0.4.2
11322026-04-07T02:20:38.584Z Downloaded serde_yaml v0.9.34+deprecated
11332026-04-07T02:20:38.587Z Downloaded iddqd v0.3.17
11342026-04-07T02:20:38.590Z Downloaded tokio-rustls v0.25.0
11352026-04-07T02:20:38.593Z Downloaded schemars v0.9.0
11362026-04-07T02:20:38.599Z Downloaded tower-service v0.3.3
11372026-04-07T02:20:38.602Z Downloaded tls_codec v0.4.2
11382026-04-07T02:20:38.603Z Downloaded thiserror-impl-no-std v2.0.2
11392026-04-07T02:20:38.603Z Downloaded trait-variant v0.1.2
11402026-04-07T02:20:38.606Z Downloaded sigpipe v0.1.3
11412026-04-07T02:20:38.606Z Downloaded simd-adler32 v0.3.8
11422026-04-07T02:20:38.606Z Downloaded signal-hook v0.3.18
11432026-04-07T02:20:38.609Z Downloaded topological-sort v0.2.2
11442026-04-07T02:20:38.609Z Downloaded tokio-macros v2.6.0
11452026-04-07T02:20:38.609Z Downloaded tokio-dtrace v0.1.1
11462026-04-07T02:20:38.612Z Downloaded rsa v0.9.10
11472026-04-07T02:20:38.615Z Downloaded num-bigint-dig v0.8.6
11482026-04-07T02:20:38.618Z Downloaded aho-corasick v1.1.4
11492026-04-07T02:20:38.620Z Downloaded structmeta v0.3.0
11502026-04-07T02:20:38.620Z Downloaded nom v7.1.3
11512026-04-07T02:20:38.623Z Downloaded tui-tree-widget v0.23.1
11522026-04-07T02:20:38.627Z Downloaded term v0.7.0
11532026-04-07T02:20:38.630Z Downloaded schemars v0.8.22
11542026-04-07T02:20:38.634Z Downloaded untrusted v0.7.1
11552026-04-07T02:20:38.637Z Downloaded unit-prefix v0.5.2
11562026-04-07T02:20:38.637Z Downloaded unicode-truncate v1.1.0
11572026-04-07T02:20:38.637Z Downloaded tokio-rustls v0.24.1
11582026-04-07T02:20:38.640Z Downloaded typify-macro v0.6.1
11592026-04-07T02:20:38.640Z Downloaded spin v0.9.8
11602026-04-07T02:20:38.643Z Downloaded unicase v2.9.0
11612026-04-07T02:20:38.643Z Downloaded untrusted v0.9.0
11622026-04-07T02:20:38.643Z Downloaded socket2 v0.5.10
11632026-04-07T02:20:38.646Z Downloaded serde_with_macros v3.17.0
11642026-04-07T02:20:38.646Z Downloaded tokio-tungstenite v0.23.1
11652026-04-07T02:20:38.649Z Downloaded futures-util v0.3.32
11662026-04-07T02:20:38.654Z Downloaded usdt-macro v0.6.0
11672026-04-07T02:20:38.657Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11682026-04-07T02:20:38.657Z Downloaded curve25519-dalek v4.1.3
11692026-04-07T02:20:38.662Z Downloaded rand v0.9.2
11702026-04-07T02:20:38.665Z Downloaded wait-timeout v0.2.1
11712026-04-07T02:20:38.665Z Downloaded usdt v0.6.0
11722026-04-07T02:20:38.671Z Downloaded h2 v0.4.13
11732026-04-07T02:20:38.674Z Downloaded want v0.3.1
11742026-04-07T02:20:38.677Z Downloaded slog-envlogger v2.2.0
11752026-04-07T02:20:38.677Z Downloaded samael v0.0.19
11762026-04-07T02:20:38.680Z Downloaded thiserror-no-std v2.0.2
11772026-04-07T02:20:38.683Z Downloaded toml_writer v1.0.6+spec-1.1.0
11782026-04-07T02:20:38.686Z Downloaded typify-macro v0.4.3
11792026-04-07T02:20:38.686Z Downloaded smallvec v0.6.14
11802026-04-07T02:20:38.686Z Downloaded waitgroup v0.1.2
11812026-04-07T02:20:38.686Z Downloaded tokio-rustls v0.26.4
11822026-04-07T02:20:38.697Z Downloaded serde_cbor v0.11.2
11832026-04-07T02:20:38.700Z Downloaded p384 v0.13.1
11842026-04-07T02:20:38.702Z Downloaded snafu v0.8.9
11852026-04-07T02:20:38.707Z Downloaded tokio-stream v0.1.18
11862026-04-07T02:20:38.711Z Downloaded xshell-macros v0.2.7
11872026-04-07T02:20:38.711Z Downloaded xattr v1.6.1
11882026-04-07T02:20:38.712Z Downloaded tungstenite v0.21.0
11892026-04-07T02:20:38.716Z Downloaded toml v0.9.12+spec-1.1.0
11902026-04-07T02:20:38.716Z Downloaded strum v0.26.3
11912026-04-07T02:20:38.716Z Downloaded thread-id v5.1.0
11922026-04-07T02:20:38.720Z Downloaded strum_macros v0.26.4
11932026-04-07T02:20:38.723Z Downloaded hkdf v0.12.4
11942026-04-07T02:20:38.727Z Downloaded termios v0.3.3
11952026-04-07T02:20:38.730Z Downloaded slog-dtrace v0.3.0
11962026-04-07T02:20:38.730Z Downloaded void v1.0.2
11972026-04-07T02:20:38.730Z Downloaded test-strategy v0.4.5
11982026-04-07T02:20:38.733Z Downloaded serde_derive_internals v0.29.1
11992026-04-07T02:20:38.738Z Downloaded tracing-core v0.1.36
12002026-04-07T02:20:38.741Z Downloaded tiny-keccak v2.0.2
12012026-04-07T02:20:38.741Z Downloaded time-macros v0.2.27
12022026-04-07T02:20:38.741Z Downloaded support-bundle-viewer v0.1.2
12032026-04-07T02:20:38.741Z Downloaded rustyline v14.0.0
12042026-04-07T02:20:38.744Z Downloaded rustls-webpki v0.103.9
12052026-04-07T02:20:38.748Z Downloaded zone_cfg_derive v0.3.1
12062026-04-07T02:20:38.748Z Downloaded zeroize_derive v1.4.3
12072026-04-07T02:20:38.748Z Downloaded zone v0.3.1
12082026-04-07T02:20:38.748Z Downloaded hickory-proto v0.24.4
12092026-04-07T02:20:38.759Z Downloaded tokio-tungstenite v0.21.0
12102026-04-07T02:20:38.764Z Downloaded static_assertions v1.1.0
12112026-04-07T02:20:38.764Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12122026-04-07T02:20:38.764Z Downloaded schemars v1.2.1
12132026-04-07T02:20:38.767Z Downloaded twox-hash v2.1.2
12142026-04-07T02:20:38.770Z Downloaded diesel v2.3.7
12152026-04-07T02:20:38.782Z Downloaded vergen-gitcl v1.0.8
12162026-04-07T02:20:38.785Z Downloaded vsss-rs v3.3.4
12172026-04-07T02:20:38.785Z Downloaded uzers v0.12.2
12182026-04-07T02:20:38.785Z Downloaded usdt-impl v0.6.0
12192026-04-07T02:20:38.789Z Downloaded zeroize v1.8.2
12202026-04-07T02:20:38.789Z Downloaded typify v0.6.1
12212026-04-07T02:20:38.792Z Downloaded whoami v2.1.0
12222026-04-07T02:20:38.792Z Downloaded wyz v0.5.1
12232026-04-07T02:20:38.792Z Downloaded unicode-properties v0.1.4
12242026-04-07T02:20:38.792Z Downloaded similar v2.7.0
12252026-04-07T02:20:38.795Z Downloaded unicode-bidi v0.3.18
12262026-04-07T02:20:38.800Z Downloaded toml v0.7.8
12272026-04-07T02:20:38.800Z Downloaded russh v0.45.0
12282026-04-07T02:20:38.804Z Downloaded socket2 v0.6.2
12292026-04-07T02:20:38.804Z Downloaded term v1.2.1
12302026-04-07T02:20:38.809Z Downloaded strum_macros v0.27.2
12312026-04-07T02:20:38.809Z Downloaded slab v0.4.12
12322026-04-07T02:20:38.809Z Downloaded aws-lc-rs v1.16.0
12332026-04-07T02:20:38.813Z Downloaded vergen-git2 v1.0.7
12342026-04-07T02:20:38.817Z Downloaded vergen v9.0.6
12352026-04-07T02:20:38.817Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-04-07T02:20:38.817Z Downloaded chrono v0.4.44
12372026-04-07T02:20:38.822Z Downloaded slog v2.8.2
12382026-04-07T02:20:38.825Z Downloaded rand v0.10.0
12392026-04-07T02:20:38.825Z Downloaded zstd v0.13.3
12402026-04-07T02:20:38.830Z Downloaded whoami v1.6.1
12412026-04-07T02:20:38.830Z Downloaded typify v0.4.3
12422026-04-07T02:20:38.835Z Downloaded subprocess v0.2.15
12432026-04-07T02:20:38.835Z Downloaded tokio-native-tls v0.3.1
12442026-04-07T02:20:38.835Z Downloaded object v0.37.3
12452026-04-07T02:20:38.838Z Downloaded regex v1.12.3
12462026-04-07T02:20:38.843Z Downloaded libm v0.2.16
12472026-04-07T02:20:38.847Z Downloaded tungstenite v0.23.0
12482026-04-07T02:20:38.850Z Downloaded tracing-attributes v0.1.31
12492026-04-07T02:20:38.853Z Downloaded reqwest v0.13.2
12502026-04-07T02:20:38.858Z Downloaded unsafe-libyaml v0.2.11
12512026-04-07T02:20:38.858Z Downloaded tar v0.4.45
12522026-04-07T02:20:38.862Z Downloaded try-lock v0.2.5
12532026-04-07T02:20:38.862Z Downloaded steno v0.4.1
12542026-04-07T02:20:38.862Z Downloaded blake3 v1.8.3
12552026-04-07T02:20:38.865Z Downloaded bitvec v1.0.1
12562026-04-07T02:20:38.873Z Downloaded zerocopy v0.6.6
12572026-04-07T02:20:38.878Z Downloaded usdt-attr-macro v0.6.0
12582026-04-07T02:20:38.878Z Downloaded yasna v0.5.2
12592026-04-07T02:20:38.881Z Downloaded uuid v1.23.0
12602026-04-07T02:20:38.881Z Downloaded zstd-safe v7.2.4
12612026-04-07T02:20:38.881Z Downloaded hickory-proto v0.25.2
12622026-04-07T02:20:38.889Z Downloaded tap v1.0.1
12632026-04-07T02:20:38.891Z Downloaded utf-8 v0.7.6
12642026-04-07T02:20:38.891Z Downloaded universal-hash v0.5.1
12652026-04-07T02:20:38.896Z Downloaded reqwest v0.12.28
12662026-04-07T02:20:38.899Z Downloaded reedline v0.40.0
12672026-04-07T02:20:38.912Z Downloaded unarray v0.1.4
12682026-04-07T02:20:38.922Z Downloaded ssh-key v0.6.7
12692026-04-07T02:20:38.925Z Downloaded vergen-lib v0.1.6
12702026-04-07T02:20:38.928Z Downloaded git2 v0.20.4
12712026-04-07T02:20:38.936Z Downloaded xshell v0.2.7
12722026-04-07T02:20:38.944Z Downloaded tinyvec v1.10.0
12732026-04-07T02:20:38.947Z Downloaded rustls-webpki v0.101.7
12742026-04-07T02:20:38.955Z Downloaded walkdir v2.5.0
12752026-04-07T02:20:38.959Z Downloaded toml_parser v1.0.9+spec-1.1.0
12762026-04-07T02:20:38.959Z Downloaded toml v1.0.6+spec-1.1.0
12772026-04-07T02:20:38.962Z Downloaded tokio-postgres v0.7.16
12782026-04-07T02:20:38.962Z Downloaded dropshot v0.16.7
12792026-04-07T02:20:38.977Z Downloaded zip v0.6.6
12802026-04-07T02:20:38.981Z Downloaded vte v0.14.1
12812026-04-07T02:20:38.981Z Downloaded rayon v1.11.0
12822026-04-07T02:20:38.985Z Downloaded quick-xml v0.37.5
12832026-04-07T02:20:38.988Z Downloaded lalrpop v0.19.12
12842026-04-07T02:20:38.994Z Downloaded unicode_categories v0.1.1
12852026-04-07T02:20:38.998Z Downloaded openssl v0.10.75
12862026-04-07T02:20:39.001Z Downloaded rpassword v7.4.0
12872026-04-07T02:20:39.004Z Downloaded quinn-proto v0.11.13
12882026-04-07T02:20:39.007Z Downloaded tower v0.5.3
12892026-04-07T02:20:39.011Z Downloaded zopfli v0.8.3
12902026-04-07T02:20:39.014Z Downloaded portable-atomic v1.13.1
12912026-04-07T02:20:39.017Z Downloaded bindgen v0.71.1
12922026-04-07T02:20:39.022Z Downloaded serde_with v3.17.0
12932026-04-07T02:20:39.031Z Downloaded x509-cert v0.2.5
12942026-04-07T02:20:39.034Z Downloaded unicode-segmentation v1.12.0
12952026-04-07T02:20:39.037Z Downloaded tower-http v0.6.8
12962026-04-07T02:20:39.040Z Downloaded zerocopy-derive v0.8.40
12972026-04-07T02:20:39.044Z Downloaded moka v0.12.13
12982026-04-07T02:20:39.049Z Downloaded goblin v0.10.5
12992026-04-07T02:20:39.054Z Downloaded typed-path v0.9.3
13002026-04-07T02:20:39.059Z Downloaded proptest v1.10.0
13012026-04-07T02:20:39.063Z Downloaded winnow v0.6.26
13022026-04-07T02:20:39.068Z Downloaded petname v2.0.2
13032026-04-07T02:20:39.079Z Downloaded unicode-normalization v0.1.25
13042026-04-07T02:20:39.079Z Downloaded tokio-util v0.7.18
13052026-04-07T02:20:39.080Z Downloaded zip v4.6.1
13062026-04-07T02:20:39.083Z Downloaded tough v0.20.0
13072026-04-07T02:20:39.086Z Downloaded rustix v0.38.44
13082026-04-07T02:20:39.098Z Downloaded rustls v0.21.12
13092026-04-07T02:20:39.104Z Downloaded nix v0.27.1
13102026-04-07T02:20:39.110Z Downloaded smoltcp v0.9.1
13112026-04-07T02:20:39.116Z Downloaded salty v0.3.0
13122026-04-07T02:20:39.119Z Downloaded zlib-rs v0.6.2
13132026-04-07T02:20:39.123Z Downloaded rustls v0.22.4
13142026-04-07T02:20:39.130Z Downloaded smoltcp v0.11.0
13152026-04-07T02:20:39.138Z Downloaded rustls-webpki v0.102.8
13162026-04-07T02:20:39.148Z Downloaded winnow v0.5.40
13172026-04-07T02:20:39.153Z Downloaded vcpkg v0.2.15
13182026-04-07T02:20:39.176Z Downloaded polar-core v0.27.3
13192026-04-07T02:20:39.182Z Downloaded radix_trie v0.2.1
13202026-04-07T02:20:39.186Z Downloaded yansi v1.0.1
13212026-04-07T02:20:39.189Z Downloaded toml_edit v0.19.15
13222026-04-07T02:20:39.194Z Downloaded tabled v0.20.0
13232026-04-07T02:20:39.204Z Downloaded sqlparser v0.61.0
13242026-04-07T02:20:39.211Z Downloaded time v0.3.47
13252026-04-07T02:20:39.218Z Downloaded nix v0.29.0
13262026-04-07T02:20:39.242Z Downloaded regex-syntax v0.6.29
13272026-04-07T02:20:39.272Z Downloaded nix v0.31.1
13282026-04-07T02:20:39.280Z Downloaded zerocopy-derive v0.6.6
13292026-04-07T02:20:39.285Z Downloaded regress v0.10.5
13302026-04-07T02:20:39.291Z Downloaded zerocopy v0.8.40
13312026-04-07T02:20:39.296Z Downloaded petgraph v0.6.5
13322026-04-07T02:20:39.309Z Downloaded openapiv3 v2.2.0
13332026-04-07T02:20:39.315Z Downloaded jiff v0.2.21
13342026-04-07T02:20:39.327Z Downloaded webpki-roots v1.0.6
13352026-04-07T02:20:39.330Z Downloaded csv v1.4.0
13362026-04-07T02:20:39.342Z Downloaded rustls v0.23.37
13372026-04-07T02:20:39.350Z Downloaded regex-syntax v0.8.10
13382026-04-07T02:20:39.356Z Downloaded libz-sys v1.1.24
13392026-04-07T02:20:39.366Z Downloaded sha3 v0.10.8
13402026-04-07T02:20:39.370Z Downloaded encoding_rs v0.8.35
13412026-04-07T02:20:39.417Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-07T02:20:39.459Z Downloaded sled v0.34.7
13432026-04-07T02:20:39.466Z Downloaded tracing v0.1.44
13442026-04-07T02:20:39.481Z Downloaded typify-impl v0.6.1
13452026-04-07T02:20:39.488Z Downloaded typify-impl v0.4.3
13462026-04-07T02:20:39.497Z Downloaded ratatui v0.29.0
13472026-04-07T02:20:39.509Z Downloaded bzip2-sys v0.1.13+1.0.8
13482026-04-07T02:20:39.524Z Downloaded regex-automata v0.4.14
13492026-04-07T02:20:39.553Z Downloaded chrono-tz v0.10.4
13502026-04-07T02:20:39.576Z Downloaded petgraph v0.8.3
13512026-04-07T02:20:39.597Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13522026-04-07T02:20:39.612Z Downloaded tokio v1.50.0
13532026-04-07T02:20:39.689Z Downloaded ring v0.17.14
13542026-04-07T02:20:40.236Z Downloaded aws-lc-sys v0.37.1
13552026-04-07T02:20:40.489Z Compiling libc v0.2.180
13562026-04-07T02:20:40.489Z Compiling serde v1.0.228
13572026-04-07T02:20:40.492Z Compiling log v0.4.29
13582026-04-07T02:20:40.492Z Compiling find-msvc-tools v0.1.9
13592026-04-07T02:20:40.492Z Compiling shlex v1.3.0
13602026-04-07T02:20:40.492Z Compiling smallvec v1.15.1
13612026-04-07T02:20:40.492Z Compiling typenum v1.19.0
13622026-04-07T02:20:40.492Z Compiling subtle v2.6.1
13632026-04-07T02:20:40.492Z Compiling scopeguard v1.2.0
13642026-04-07T02:20:40.492Z Compiling const-oid v0.9.6
13652026-04-07T02:20:40.492Z Compiling portable-atomic v1.13.1
13662026-04-07T02:20:40.492Z Compiling zerocopy v0.8.40
13672026-04-07T02:20:40.492Z Compiling serde_json v1.0.149
13682026-04-07T02:20:40.492Z Compiling critical-section v1.2.0
13692026-04-07T02:20:40.492Z Compiling pin-project-lite v0.2.17
13702026-04-07T02:20:40.492Z Compiling parking_lot_core v0.9.12
13712026-04-07T02:20:40.492Z Compiling pkg-config v0.3.32
13722026-04-07T02:20:40.629Z Compiling libm v0.2.16
13732026-04-07T02:20:40.631Z Compiling futures-core v0.3.32
13742026-04-07T02:20:40.631Z Compiling percent-encoding v2.3.2
13752026-04-07T02:20:40.688Z Compiling generic-array v0.14.7
13762026-04-07T02:20:40.691Z Compiling num-traits v0.2.19
13772026-04-07T02:20:40.718Z Compiling allocator-api2 v0.2.21
13782026-04-07T02:20:40.792Z Compiling cpufeatures v0.2.17
13792026-04-07T02:20:40.808Z Compiling futures-sink v0.3.32
13802026-04-07T02:20:40.812Z Compiling foldhash v0.2.0
13812026-04-07T02:20:40.812Z Compiling getrandom v0.3.4
13822026-04-07T02:20:40.823Z Compiling syn v2.0.117
13832026-04-07T02:20:40.826Z Compiling bitflags v2.11.0
13842026-04-07T02:20:40.875Z Compiling lock_api v0.4.14
13852026-04-07T02:20:40.878Z Compiling slab v0.4.12
13862026-04-07T02:20:40.892Z Compiling futures-io v0.3.32
13872026-04-07T02:20:40.895Z Compiling futures-task v0.3.32
13882026-04-07T02:20:40.908Z Compiling rustversion v1.0.22
13892026-04-07T02:20:40.912Z Compiling form_urlencoded v1.2.2
13902026-04-07T02:20:40.912Z Compiling fs_extra v1.3.0
13912026-04-07T02:20:40.912Z Compiling ident_case v1.0.1
13922026-04-07T02:20:40.923Z Compiling getrandom v0.4.1
13932026-04-07T02:20:40.926Z Compiling dunce v1.0.5
13942026-04-07T02:20:40.989Z Compiling base64ct v1.8.3
13952026-04-07T02:20:41.008Z Compiling rand_core v0.10.0
13962026-04-07T02:20:41.011Z Compiling flagset v0.4.7
13972026-04-07T02:20:41.118Z Compiling hashbrown v0.16.1
13982026-04-07T02:20:41.131Z Compiling iana-time-zone v0.1.65
13992026-04-07T02:20:41.165Z Compiling rustix v1.1.3
14002026-04-07T02:20:41.246Z Compiling rustc_version v0.4.1
14012026-04-07T02:20:41.265Z Compiling vcpkg v0.2.15
14022026-04-07T02:20:41.268Z Compiling aws-lc-rs v1.16.0
14032026-04-07T02:20:41.281Z Compiling regex-syntax v0.8.10
14042026-04-07T02:20:41.331Z Compiling untrusted v0.7.1
14052026-04-07T02:20:41.347Z Compiling untrusted v0.9.0
14062026-04-07T02:20:41.351Z Compiling openssl-probe v0.2.1
14072026-04-07T02:20:41.385Z Compiling base64 v0.22.1
14082026-04-07T02:20:41.424Z Compiling httparse v1.10.1
14092026-04-07T02:20:41.488Z Compiling schemars v0.8.22
14102026-04-07T02:20:41.491Z Compiling try-lock v0.2.5
14112026-04-07T02:20:41.505Z Compiling atomic-waker v1.1.2
14122026-04-07T02:20:41.572Z Compiling rustls v0.23.37
14132026-04-07T02:20:41.575Z Compiling tower-service v0.3.3
14142026-04-07T02:20:41.589Z Compiling dyn-clone v1.0.20
14152026-04-07T02:20:41.623Z Compiling tinyvec_macros v0.1.1
14162026-04-07T02:20:41.676Z Compiling futures-channel v0.3.32
14172026-04-07T02:20:41.693Z Compiling tower-layer v0.3.3
14182026-04-07T02:20:41.696Z Compiling spin v0.9.8
14192026-04-07T02:20:41.773Z Compiling pem-rfc7468 v0.7.0
14202026-04-07T02:20:41.776Z Compiling aho-corasick v1.1.4
14212026-04-07T02:20:41.789Z Compiling indexmap v2.13.0
14222026-04-07T02:20:41.808Z Compiling openssl v0.10.75
14232026-04-07T02:20:41.811Z Compiling foreign-types-shared v0.1.1
14242026-04-07T02:20:41.857Z Compiling tinyvec v1.10.0
14252026-04-07T02:20:41.872Z Compiling time-core v0.1.8
14262026-04-07T02:20:41.875Z Compiling httpdate v1.0.3
14272026-04-07T02:20:41.889Z Compiling crc32fast v1.5.0
14282026-04-07T02:20:41.908Z Compiling num-conv v0.2.0
14292026-04-07T02:20:41.911Z Compiling pin-utils v0.1.0
14302026-04-07T02:20:41.957Z Compiling powerfmt v0.2.0
14312026-04-07T02:20:41.991Z Compiling want v0.3.1
14322026-04-07T02:20:42.008Z Compiling crossbeam-utils v0.8.21
14332026-04-07T02:20:42.093Z Compiling native-tls v0.2.18
14342026-04-07T02:20:42.096Z Compiling usdt-impl v0.6.0
14352026-04-07T02:20:42.096Z Compiling simd-adler32 v0.3.8
14362026-04-07T02:20:42.096Z Compiling syn v1.0.109
14372026-04-07T02:20:42.112Z Compiling foreign-types v0.3.2
14382026-04-07T02:20:42.115Z Compiling num_threads v0.1.7
14392026-04-07T02:20:42.115Z Compiling time-macros v0.2.27
14402026-04-07T02:20:42.150Z Compiling getrandom v0.2.17
14412026-04-07T02:20:42.153Z Compiling jobserver v0.1.34
14422026-04-07T02:20:42.153Z Compiling errno v0.3.14
14432026-04-07T02:20:42.251Z Compiling mio v1.1.1
14442026-04-07T02:20:42.270Z Compiling socket2 v0.6.2
14452026-04-07T02:20:42.392Z Compiling signal-hook-registry v1.4.8
14462026-04-07T02:20:42.410Z Compiling rand_core v0.6.4
14472026-04-07T02:20:42.460Z Compiling parking_lot v0.12.5
14482026-04-07T02:20:42.512Z Compiling rand_core v0.9.5
14492026-04-07T02:20:42.527Z Compiling uuid v1.23.0
14502026-04-07T02:20:42.547Z Compiling once_cell v1.21.3
14512026-04-07T02:20:42.595Z Compiling deranged v0.5.8
14522026-04-07T02:20:42.630Z Compiling cc v1.2.56
14532026-04-07T02:20:42.648Z Compiling wait-timeout v0.2.1
14542026-04-07T02:20:42.666Z Compiling socket2 v0.5.10
14552026-04-07T02:20:42.736Z Compiling bit-vec v0.8.0
14562026-04-07T02:20:42.755Z Compiling quick-error v1.2.3
14572026-04-07T02:20:42.774Z Compiling siphasher v1.0.2
14582026-04-07T02:20:42.950Z Compiling tracing-core v0.1.36
14592026-04-07T02:20:42.950Z Compiling rand_xorshift v0.4.0
14602026-04-07T02:20:42.956Z Compiling slog v2.8.2
14612026-04-07T02:20:42.956Z Compiling unicode-normalization v0.1.25
14622026-04-07T02:20:42.956Z Compiling thread-id v5.1.0
14632026-04-07T02:20:42.956Z Compiling sync_wrapper v1.0.2
14642026-04-07T02:20:42.957Z Compiling heapless v0.7.17
14652026-04-07T02:20:42.957Z Compiling cookie v0.18.1
14662026-04-07T02:20:43.019Z Compiling anyhow v1.0.102
14672026-04-07T02:20:43.088Z Compiling unarray v0.1.4
14682026-04-07T02:20:43.092Z Compiling unicode-properties v0.1.4
14692026-04-07T02:20:43.092Z Compiling unicode-bidi v0.3.18
14702026-04-07T02:20:43.104Z Compiling regex-automata v0.4.14
14712026-04-07T02:20:43.141Z Compiling signal-hook v0.3.18
14722026-04-07T02:20:43.158Z Compiling bit-set v0.8.0
14732026-04-07T02:20:43.195Z Compiling paste v1.0.15
14742026-04-07T02:20:43.211Z Compiling adler2 v2.0.1
14752026-04-07T02:20:43.214Z Compiling zstd-safe v7.2.4
14762026-04-07T02:20:43.265Z Compiling ff v0.13.1
14772026-04-07T02:20:43.280Z Compiling num-integer v0.1.46
14782026-04-07T02:20:43.283Z Compiling vergen-lib v0.1.6
14792026-04-07T02:20:43.283Z Compiling curve25519-dalek v4.1.3
14802026-04-07T02:20:43.283Z Compiling hash32 v0.2.1
14812026-04-07T02:20:43.283Z Compiling memoffset v0.9.1
14822026-04-07T02:20:43.283Z Compiling iri-string v0.7.10
14832026-04-07T02:20:43.403Z Compiling miniz_oxide v0.8.9
14842026-04-07T02:20:43.438Z Compiling litrs v1.0.0
14852026-04-07T02:20:43.457Z Compiling smoltcp v0.9.1
14862026-04-07T02:20:43.461Z Compiling zlib-rs v0.6.2
14872026-04-07T02:20:43.491Z Compiling stringprep v0.1.5
14882026-04-07T02:20:43.510Z Compiling base16ct v0.2.0
14892026-04-07T02:20:43.513Z Compiling fallible-iterator v0.2.0
14902026-04-07T02:20:43.548Z Compiling cmake v0.1.57
14912026-04-07T02:20:43.661Z Compiling ref-cast v1.0.25
14922026-04-07T02:20:43.698Z Compiling rustix v0.38.44
14932026-04-07T02:20:43.715Z Compiling psl-types v2.0.11
14942026-04-07T02:20:43.733Z Compiling ryu v1.0.23
14952026-04-07T02:20:43.737Z Compiling num-bigint-dig v0.8.6
14962026-04-07T02:20:43.754Z Compiling cfg_aliases v0.2.1
14972026-04-07T02:20:43.791Z Compiling time v0.3.47
14982026-04-07T02:20:43.848Z Compiling tempfile v3.25.0
14992026-04-07T02:20:43.867Z Compiling terminal_size v0.4.3
15002026-04-07T02:20:43.923Z Compiling synstructure v0.13.2
15012026-04-07T02:20:43.942Z Compiling serde_derive_internals v0.29.1
15022026-04-07T02:20:43.945Z Compiling pest_generator v2.8.6
15032026-04-07T02:20:43.945Z Compiling darling_core v0.20.11
15042026-04-07T02:20:43.945Z Compiling darling_core v0.21.3
15052026-04-07T02:20:43.961Z Compiling num-iter v0.1.45
15062026-04-07T02:20:43.964Z Compiling nix v0.31.1
15072026-04-07T02:20:44.066Z Compiling group v0.13.0
15082026-04-07T02:20:44.120Z Compiling document-features v0.2.12
15092026-04-07T02:20:44.159Z Compiling phf_shared v0.13.1
15102026-04-07T02:20:44.162Z Compiling vergen v9.0.6
15112026-04-07T02:20:44.179Z Compiling rusty-fork v0.3.1
15122026-04-07T02:20:44.217Z Compiling lazy_static v1.5.0
15132026-04-07T02:20:44.220Z Compiling fs-err v3.3.0
15142026-04-07T02:20:44.236Z Compiling ahash v0.8.12
15152026-04-07T02:20:44.319Z Compiling managed v0.8.0
15162026-04-07T02:20:44.334Z Compiling bumpalo v3.20.2
15172026-04-07T02:20:44.355Z Compiling unicode-segmentation v1.12.0
15182026-04-07T02:20:44.371Z Compiling object v0.37.3
15192026-04-07T02:20:44.374Z Compiling bitflags v1.3.2
15202026-04-07T02:20:44.404Z Compiling libbz2-rs-sys v0.2.2
15212026-04-07T02:20:44.477Z Compiling winnow v0.5.40
15222026-04-07T02:20:44.495Z Compiling foldhash v0.1.5
15232026-04-07T02:20:44.533Z Compiling clap_builder v4.5.60
15242026-04-07T02:20:44.555Z Compiling aws-lc-sys v0.37.1
15252026-04-07T02:20:44.567Z Compiling ring v0.17.14
15262026-04-07T02:20:44.585Z Compiling openssl-sys v0.9.111
15272026-04-07T02:20:44.588Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15282026-04-07T02:20:44.588Z Compiling bzip2-sys v0.1.13+1.0.8
15292026-04-07T02:20:44.605Z Compiling zopfli v0.8.3
15302026-04-07T02:20:44.657Z Compiling phf v0.13.1
15312026-04-07T02:20:44.675Z Compiling signal-hook-mio v0.2.5
15322026-04-07T02:20:44.695Z Compiling phf_shared v0.11.3
15332026-04-07T02:20:44.698Z Compiling float-cmp v0.10.0
15342026-04-07T02:20:44.764Z Compiling memmap2 v0.9.10
15352026-04-07T02:20:44.767Z Compiling thread-id v4.2.2
15362026-04-07T02:20:44.882Z Compiling env_filter v1.0.0
15372026-04-07T02:20:44.901Z Compiling encoding_rs v0.8.35
15382026-04-07T02:20:44.901Z Compiling keccak v0.1.6
15392026-04-07T02:20:44.939Z Compiling mime v0.3.17
15402026-04-07T02:20:44.956Z Compiling bzip2 v0.6.1
15412026-04-07T02:20:44.972Z Compiling hashbrown v0.15.5
15422026-04-07T02:20:44.975Z Compiling fixedbitset v0.5.7
15432026-04-07T02:20:44.975Z Compiling difflib v0.4.0
15442026-04-07T02:20:44.991Z Compiling predicates-core v1.0.10
15452026-04-07T02:20:45.028Z Compiling fixedbitset v0.4.2
15462026-04-07T02:20:45.064Z Compiling jiff v0.2.21
15472026-04-07T02:20:45.120Z Compiling either v1.15.0
15482026-04-07T02:20:45.120Z Compiling new_debug_unreachable v1.0.6
15492026-04-07T02:20:45.151Z Compiling normalize-line-endings v0.3.0
15502026-04-07T02:20:45.286Z Compiling static_assertions v1.1.0
15512026-04-07T02:20:45.345Z Compiling whoami v2.1.0
15522026-04-07T02:20:45.348Z Compiling precomputed-hash v0.1.1
15532026-04-07T02:20:45.348Z Compiling rustc-hash v2.1.1
15542026-04-07T02:20:45.348Z Compiling data-encoding v2.10.0
15552026-04-07T02:20:45.348Z Compiling env_logger v0.11.9
15562026-04-07T02:20:45.377Z Compiling itertools v0.13.0
15572026-04-07T02:20:45.450Z Compiling heck v0.4.1
15582026-04-07T02:20:45.467Z Compiling toml_parser v1.0.9+spec-1.1.0
15592026-04-07T02:20:45.502Z Compiling crossbeam-epoch v0.9.18
15602026-04-07T02:20:45.506Z Compiling toml_datetime v0.7.5+spec-1.1.0
15612026-04-07T02:20:45.621Z Compiling regex v1.12.3
15622026-04-07T02:20:45.760Z Compiling bstr v1.12.1
15632026-04-07T02:20:45.780Z Compiling lalrpop-util v0.19.12
15642026-04-07T02:20:45.796Z Compiling peg-runtime v0.8.5
15652026-04-07T02:20:45.816Z Compiling serde_derive v1.0.228
15662026-04-07T02:20:45.819Z Compiling zeroize_derive v1.4.3
15672026-04-07T02:20:45.854Z Compiling zerofrom-derive v0.1.6
15682026-04-07T02:20:45.874Z Compiling yoke-derive v0.8.1
15692026-04-07T02:20:45.894Z Compiling zerocopy-derive v0.8.40
15702026-04-07T02:20:45.899Z Compiling zerovec-derive v0.11.2
15712026-04-07T02:20:45.930Z Compiling displaydoc v0.2.5
15722026-04-07T02:20:45.968Z Compiling tokio-macros v2.6.0
15732026-04-07T02:20:46.033Z Compiling futures-macro v0.3.32
15742026-04-07T02:20:46.148Z Compiling der_derive v0.7.3
15752026-04-07T02:20:46.164Z Compiling thiserror-impl v2.0.18
15762026-04-07T02:20:46.167Z Compiling tracing-attributes v0.1.31
15772026-04-07T02:20:46.227Z Compiling scroll_derive v0.13.1
15782026-04-07T02:20:46.244Z Compiling pest_derive v2.8.6
15792026-04-07T02:20:46.361Z Compiling schemars_derive v0.8.22
15802026-04-07T02:20:46.378Z Compiling openssl-macros v0.1.1
15812026-04-07T02:20:46.454Z Compiling scroll_derive v0.12.1
15822026-04-07T02:20:46.589Z Compiling thiserror-impl v1.0.69
15832026-04-07T02:20:46.696Z Compiling zeroize v1.8.2
15842026-04-07T02:20:46.742Z Compiling darling_macro v0.20.11
15852026-04-07T02:20:46.802Z Compiling zerocopy-derive v0.7.35
15862026-04-07T02:20:46.956Z Compiling rustls-pki-types v1.14.0
15872026-04-07T02:20:46.960Z Compiling flate2 v1.1.9
15882026-04-07T02:20:46.995Z Compiling darling_macro v0.21.3
15892026-04-07T02:20:46.995Z Compiling curve25519-dalek-derive v0.1.1
15902026-04-07T02:20:47.118Z Compiling futures-util v0.3.32
15912026-04-07T02:20:47.142Z Compiling strum_macros v0.27.2
15922026-04-07T02:20:47.160Z Compiling async-trait v0.1.89
15932026-04-07T02:20:47.304Z Compiling scroll v0.13.0
15942026-04-07T02:20:47.345Z Compiling rustls-native-certs v0.8.3
15952026-04-07T02:20:47.362Z Compiling webpki-roots v1.0.6
15962026-04-07T02:20:47.379Z Compiling ref-cast-impl v1.0.25
15972026-04-07T02:20:47.397Z Compiling scroll v0.12.0
15982026-04-07T02:20:47.414Z Compiling darling v0.20.11
15992026-04-07T02:20:47.417Z Compiling der v0.7.10
16002026-04-07T02:20:47.451Z Compiling daft-derive v0.1.5
16012026-04-07T02:20:47.487Z Compiling crypto-common v0.1.7
16022026-04-07T02:20:47.523Z Compiling block-buffer v0.10.4
16032026-04-07T02:20:47.541Z Compiling block-padding v0.3.3
16042026-04-07T02:20:47.560Z Compiling zerofrom v0.1.6
16052026-04-07T02:20:47.582Z Compiling goblin v0.10.5
16062026-04-07T02:20:47.645Z Compiling derive_builder_core v0.20.2
16072026-04-07T02:20:47.688Z Compiling darling v0.21.3
16082026-04-07T02:20:47.711Z Compiling yoke v0.8.1
16092026-04-07T02:20:47.806Z Compiling digest v0.10.7
16102026-04-07T02:20:47.809Z Compiling inout v0.1.4
16112026-04-07T02:20:47.864Z Compiling goblin v0.8.2
16122026-04-07T02:20:47.885Z Compiling crypto-bigint v0.5.5
16132026-04-07T02:20:47.888Z Compiling bzip2 v0.4.4
16142026-04-07T02:20:47.889Z Compiling serde_with_macros v3.17.0
16152026-04-07T02:20:47.943Z Compiling strum_macros v0.26.4
16162026-04-07T02:20:47.979Z Compiling serde_repr v0.1.20
16172026-04-07T02:20:48.028Z Compiling zerovec v0.11.5
16182026-04-07T02:20:48.060Z Compiling zerotrie v0.2.3
16192026-04-07T02:20:48.091Z Compiling hmac v0.12.1
16202026-04-07T02:20:48.111Z Compiling sha2 v0.10.9
16212026-04-07T02:20:48.152Z Compiling cipher v0.4.4
16222026-04-07T02:20:48.152Z Compiling thiserror v2.0.18
16232026-04-07T02:20:48.187Z Compiling tracing v0.1.44
16242026-04-07T02:20:48.190Z Compiling signature v2.2.0
16252026-04-07T02:20:48.223Z Compiling md-5 v0.10.6
16262026-04-07T02:20:48.251Z Compiling pbkdf2 v0.12.2
16272026-04-07T02:20:48.268Z Compiling thiserror v1.0.69
16282026-04-07T02:20:48.289Z Compiling dtrace-parser v0.3.0
16292026-04-07T02:20:48.305Z Compiling hkdf v0.12.4
16302026-04-07T02:20:48.324Z Compiling hubpack_derive v0.1.1
16312026-04-07T02:20:48.412Z Compiling salsa20 v0.10.2
16322026-04-07T02:20:48.432Z Compiling spki v0.7.3
16332026-04-07T02:20:48.432Z Compiling cbc v0.1.2
16342026-04-07T02:20:48.468Z Compiling aes v0.8.4
16352026-04-07T02:20:48.471Z Compiling zerocopy v0.7.35
16362026-04-07T02:20:48.471Z Compiling dtrace-parser v0.2.0
16372026-04-07T02:20:48.505Z Compiling rfc6979 v0.4.0
16382026-04-07T02:20:48.540Z Compiling tinystr v0.8.2
16392026-04-07T02:20:48.559Z Compiling potential_utf v0.1.4
16402026-04-07T02:20:48.604Z Compiling scrypt v0.11.0
16412026-04-07T02:20:48.655Z Compiling enum-as-inner v0.6.1
16422026-04-07T02:20:48.675Z Compiling clap_derive v4.5.55
16432026-04-07T02:20:48.678Z Compiling x509-cert v0.2.5
16442026-04-07T02:20:48.696Z Compiling zip v0.6.6
16452026-04-07T02:20:48.731Z Compiling icu_collections v2.1.1
16462026-04-07T02:20:48.734Z Compiling sha3 v0.10.8
16472026-04-07T02:20:48.734Z Compiling derive_builder_macro v0.20.2
16482026-04-07T02:20:48.790Z Compiling icu_locale_core v2.1.1
16492026-04-07T02:20:48.820Z Compiling sha1 v0.10.6
16502026-04-07T02:20:48.879Z Compiling similar v2.7.0
16512026-04-07T02:20:48.897Z Compiling predicates v3.1.4
16522026-04-07T02:20:48.922Z Compiling thread_local v1.1.9
16532026-04-07T02:20:49.098Z Compiling pkcs5 v0.7.1
16542026-04-07T02:20:49.117Z Compiling slog-async v2.8.0
16552026-04-07T02:20:49.136Z Compiling crossbeam-channel v0.5.15
16562026-04-07T02:20:49.224Z Compiling filetime v0.2.27
16572026-04-07T02:20:49.243Z Compiling is-terminal v0.4.17
16582026-04-07T02:20:49.264Z Compiling xattr v1.6.1
16592026-04-07T02:20:49.283Z Compiling take_mut v0.2.2
16602026-04-07T02:20:49.302Z Compiling term v1.2.1
16612026-04-07T02:20:49.336Z Compiling derive_builder v0.20.2
16622026-04-07T02:20:49.425Z Compiling pkcs8 v0.10.2
16632026-04-07T02:20:49.443Z Compiling icu_provider v2.1.1
16642026-04-07T02:20:49.494Z Compiling strum v0.27.2
16652026-04-07T02:20:49.563Z Compiling futures-executor v0.3.32
16662026-04-07T02:20:49.587Z Compiling tar v0.4.45
16672026-04-07T02:20:49.654Z Compiling sec1 v0.7.3
16682026-04-07T02:20:49.673Z Compiling pkcs1 v0.7.5
16692026-04-07T02:20:49.676Z Compiling ed25519 v2.2.3
16702026-04-07T02:20:49.709Z Compiling bytes v1.11.1
16712026-04-07T02:20:49.726Z Compiling icu_normalizer v2.1.1
16722026-04-07T02:20:49.794Z Compiling icu_properties v2.1.2
16732026-04-07T02:20:49.813Z Compiling chrono v0.4.44
16742026-04-07T02:20:49.832Z Compiling ipnet v2.11.0
16752026-04-07T02:20:49.852Z Compiling erased-serde v0.3.31
16762026-04-07T02:20:49.870Z Compiling serde_spanned v0.6.9
16772026-04-07T02:20:49.889Z Compiling toml_datetime v0.6.11
16782026-04-07T02:20:49.908Z Compiling serde_tokenstream v0.2.3
16792026-04-07T02:20:49.928Z Compiling cargo-platform v0.1.9
16802026-04-07T02:20:49.965Z Compiling serde_urlencoded v0.7.1
16812026-04-07T02:20:49.982Z Compiling elliptic-curve v0.13.8
16822026-04-07T02:20:50.000Z Compiling hubpack v0.1.2
16832026-04-07T02:20:50.061Z Compiling hex v0.4.3
16842026-04-07T02:20:50.079Z Compiling serde-big-array v0.5.1
16852026-04-07T02:20:50.125Z Compiling cargo_metadata v0.19.2
16862026-04-07T02:20:50.145Z Compiling toml_edit v0.19.15
16872026-04-07T02:20:50.162Z Compiling toml_edit v0.22.27
16882026-04-07T02:20:50.178Z Compiling strum v0.26.3
16892026-04-07T02:20:50.201Z Compiling ed25519-dalek v2.2.0
16902026-04-07T02:20:50.240Z Compiling tokio v1.50.0
16912026-04-07T02:20:50.262Z Compiling http v1.4.0
16922026-04-07T02:20:50.280Z Compiling dof v0.3.0
16932026-04-07T02:20:50.284Z Compiling string_cache v0.8.9
16942026-04-07T02:20:50.347Z Compiling petgraph v0.8.3
16952026-04-07T02:20:50.364Z Compiling ecdsa v0.16.9
16962026-04-07T02:20:50.383Z Compiling petgraph v0.6.5
16972026-04-07T02:20:50.415Z Compiling crossterm v0.28.1
16982026-04-07T02:20:50.433Z Compiling openapiv3 v2.2.0
16992026-04-07T02:20:50.436Z Compiling futures v0.3.32
17002026-04-07T02:20:50.602Z Compiling clap v4.5.60
17012026-04-07T02:20:50.661Z Compiling usdt-impl v0.5.0
17022026-04-07T02:20:50.713Z Compiling idna_adapter v1.2.1
17032026-04-07T02:20:50.811Z Compiling ppv-lite86 v0.2.21
17042026-04-07T02:20:50.847Z Compiling idna v1.1.0
17052026-04-07T02:20:50.866Z Compiling dof v0.4.0
17062026-04-07T02:20:50.886Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-04-07T02:20:50.920Z Compiling http-body v1.0.1
17082026-04-07T02:20:50.948Z Compiling zstd v0.13.3
17092026-04-07T02:20:50.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17102026-04-07T02:20:50.997Z Compiling slog-term v2.9.2
17112026-04-07T02:20:51.065Z Compiling http-body-util v0.1.3
17122026-04-07T02:20:51.140Z Compiling rand_chacha v0.9.0
17132026-04-07T02:20:51.163Z Compiling rand_chacha v0.3.1
17142026-04-07T02:20:51.183Z Compiling url v2.5.8
17152026-04-07T02:20:51.205Z Compiling publicsuffix v2.3.0
17162026-04-07T02:20:51.242Z Compiling zip v4.6.1
17172026-04-07T02:20:51.365Z Compiling rand v0.9.2
17182026-04-07T02:20:51.399Z Compiling rand v0.8.5
17192026-04-07T02:20:51.515Z Compiling toml v0.7.8
17202026-04-07T02:20:51.682Z Compiling cookie_store v0.22.1
17212026-04-07T02:20:51.930Z Compiling proptest v1.10.0
17222026-04-07T02:20:51.930Z Compiling postgres-protocol v0.6.10
17232026-04-07T02:20:52.140Z Compiling usdt-macro v0.6.0
17242026-04-07T02:20:52.140Z Compiling usdt-attr-macro v0.6.0
17252026-04-07T02:20:52.289Z Compiling postgres-types v0.2.12
17262026-04-07T02:20:52.464Z Compiling ipnetwork v0.21.1
17272026-04-07T02:20:52.490Z Compiling serde_with v3.17.0
17282026-04-07T02:20:52.707Z Compiling oxnet v0.1.4
17292026-04-07T02:20:53.050Z Compiling rsa v0.9.10
17302026-04-07T02:20:53.089Z Compiling usdt v0.6.0
17312026-04-07T02:20:54.100Z Compiling tokio-util v0.7.18
17322026-04-07T02:20:54.114Z Compiling tower v0.5.3
17332026-04-07T02:20:54.118Z Compiling tokio-native-tls v0.3.1
17342026-04-07T02:20:54.132Z Compiling hickory-proto v0.25.2
17352026-04-07T02:20:54.135Z Compiling buf-list v1.1.2
17362026-04-07T02:20:54.348Z Compiling newtype-uuid v1.3.2
17372026-04-07T02:20:54.571Z Compiling tower-http v0.6.8
17382026-04-07T02:20:54.571Z Compiling daft v0.1.5
17392026-04-07T02:20:54.785Z Compiling h2 v0.4.13
17402026-04-07T02:20:54.785Z Compiling tokio-stream v0.1.18
17412026-04-07T02:20:54.788Z Compiling tokio-postgres v0.7.16
17422026-04-07T02:20:54.818Z Compiling iddqd v0.3.17
17432026-04-07T02:20:57.347Z Compiling hyper v1.8.1
17442026-04-07T02:20:58.213Z Compiling hyper-util v0.1.20
17452026-04-07T02:20:59.288Z Compiling hyper-tls v0.6.0
17462026-04-07T02:21:07.763Z Compiling rustls-webpki v0.103.9
17472026-04-07T02:21:10.562Z Compiling tokio-rustls v0.26.4
17482026-04-07T02:21:10.562Z Compiling rustls-platform-verifier v0.6.2
17492026-04-07T02:21:10.841Z Compiling hyper-rustls v0.27.7
17502026-04-07T02:21:10.954Z Compiling reqwest v0.12.28
17512026-04-07T02:21:10.954Z Compiling reqwest v0.13.2
17522026-04-07T02:21:12.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-04-07T02:21:13.192Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-04-07T02:21:16.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s
17552026-04-07T02:21:16.147Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-04-07T02:21:16.210ZApr 07 02:21:15.310 INFO Starting download, target: Cockroach
17572026-04-07T02:21:16.210ZApr 07 02:21:15.311 INFO Starting download, target: Clickhouse
17582026-04-07T02:21:16.210ZApr 07 02:21:15.311 INFO Starting download, target: Console
17592026-04-07T02:21:16.210ZApr 07 02:21:15.311 INFO Starting download, target: DendriteStub
17602026-04-07T02:21:16.210ZApr 07 02:21:15.311 INFO Starting download, target: MaghemiteMgd
17612026-04-07T02:21:16.210ZApr 07 02:21:15.311 INFO Starting download, target: TransceiverControl
17622026-04-07T02:21:16.213ZApr 07 02:21:15.311 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-04-07T02:21:16.213ZApr 07 02:21:15.311 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-04-07T02:21:16.213ZApr 07 02:21:15.311 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-04-07T02:21:16.213ZApr 07 02:21:15.311 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17662026-04-07T02:21:16.213ZApr 07 02:21:15.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-04-07T02:21:16.214ZApr 07 02:21:15.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-04-07T02:21:16.769ZApr 07 02:21:15.871 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-04-07T02:21:16.988ZApr 07 02:21:16.083 INFO Download complete, target: TransceiverControl
17702026-04-07T02:21:17.244ZApr 07 02:21:16.345 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-04-07T02:21:17.515ZApr 07 02:21:16.606 INFO Download complete, target: Console
17722026-04-07T02:21:17.807ZApr 07 02:21:16.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-04-07T02:21:17.827ZApr 07 02:21:16.930 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-04-07T02:21:18.496ZApr 07 02:21:17.598 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-04-07T02:21:18.496ZApr 07 02:21:17.598 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-04-07T02:21:18.530ZApr 07 02:21:17.632 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-04-07T02:21:20.280ZApr 07 02:21:19.381 INFO Download complete, target: MaghemiteMgd
17782026-04-07T02:21:20.444ZApr 07 02:21:19.546 INFO Download complete, target: DendriteStub
17792026-04-07T02:21:23.312ZApr 07 02:21:22.414 INFO Checking that binary works, target: Cockroach
17802026-04-07T02:21:23.426ZApr 07 02:21:22.528 INFO Download complete, target: Cockroach
17812026-04-07T02:21:25.383ZApr 07 02:21:24.484 INFO Checking that binary works, target: Clickhouse
17822026-04-07T02:21:25.472ZApr 07 02:21:24.574 INFO Download complete, target: Clickhouse
17832026-04-07T02:21:25.494ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-04-07T02:21:25.498Z
17852026-04-07T02:21:25.498Zreal 2:29.151045275
17862026-04-07T02:21:25.498Zuser 7:11.478774637
17872026-04-07T02:21:25.498Zsys 2:13.711278561
17882026-04-07T02:21:25.498Ztrap 0.210122250
17892026-04-07T02:21:25.498Ztflt 1.759070985
17902026-04-07T02:21:25.498Zdflt 3.377608028
17912026-04-07T02:21:25.498Zkflt 0.029175554
17922026-04-07T02:21:25.498Zlock 23:49.324528773
17932026-04-07T02:21:25.498Zslp 16:48.672495049
17942026-04-07T02:21:25.498Zlat 12.937519347
17952026-04-07T02:21:25.498Zstop 5:21.543957485
17962026-04-07T02:21:25.501Z++ bmat factory name
17972026-04-07T02:21:25.508Z++ bmat factory private
17982026-04-07T02:21:25.515Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-04b4bc6a3e42b2287 '{
17992026-04-07T02:21:25.515Z buildomat: {
18002026-04-07T02:21:25.515Z factory: {
18012026-04-07T02:21:25.515Z name: $bmat_factory_name,
18022026-04-07T02:21:25.515Z private: $bmat_factory_private,
18032026-04-07T02:21:25.515Z },
18042026-04-07T02:21:25.515Z },
18052026-04-07T02:21:25.515Z }'
18062026-04-07T02:21:25.543Z+ banner ls-apis
18072026-04-07T02:21:25.547Z
18082026-04-07T02:21:25.547Z # #### ## ##### # ####
18092026-04-07T02:21:25.547Z # # # # # # # #
18102026-04-07T02:21:25.547Z # #### ##### # # # # # ####
18112026-04-07T02:21:25.547Z # # ###### ##### # #
18122026-04-07T02:21:25.547Z # # # # # # # # #
18132026-04-07T02:21:25.547Z ###### #### # # # # ####
18142026-04-07T02:21:25.547Z
18152026-04-07T02:21:25.550Z+ source ./tools/include/force-git-over-https.sh
18162026-04-07T02:21:25.550Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18172026-04-07T02:21:25.550Z++ (( i = 0 ))
18182026-04-07T02:21:25.550Z++ (( i < 5 ))
18192026-04-07T02:21:25.550Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18202026-04-07T02:21:25.553Z++ (( i++ ))
18212026-04-07T02:21:25.553Z++ (( i < 5 ))
18222026-04-07T02:21:25.553Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18232026-04-07T02:21:25.556Z++ (( i++ ))
18242026-04-07T02:21:25.556Z++ (( i < 5 ))
18252026-04-07T02:21:25.556Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18262026-04-07T02:21:25.559Z++ (( i++ ))
18272026-04-07T02:21:25.559Z++ (( i < 5 ))
18282026-04-07T02:21:25.559Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18292026-04-07T02:21:25.562Z++ (( i++ ))
18302026-04-07T02:21:25.562Z++ (( i < 5 ))
18312026-04-07T02:21:25.562Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18322026-04-07T02:21:25.565Z++ (( i++ ))
18332026-04-07T02:21:25.565Z++ (( i < 5 ))
18342026-04-07T02:21:25.565Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18352026-04-07T02:21:25.565Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18362026-04-07T02:21:25.565Z+ ptime -m cargo xtask ls-apis apis
18372026-04-07T02:21:26.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18382026-04-07T02:21:26.101Z Running `target/debug/xtask ls-apis apis`
18392026-04-07T02:21:26.847Z Compiling semver v0.1.20
18402026-04-07T02:21:26.970Z Compiling structmeta-derive v0.3.0
18412026-04-07T02:21:26.970Z Compiling ordered-float v2.10.1
18422026-04-07T02:21:26.993Z Compiling toml v0.8.23
18432026-04-07T02:21:27.003Z Compiling cargo-platform v0.2.0
18442026-04-07T02:21:27.006Z Compiling itertools v0.14.0
18452026-04-07T02:21:27.006Z Compiling indent_write v2.2.0
18462026-04-07T02:21:27.109Z Compiling rustc_version v0.1.7
18472026-04-07T02:21:27.164Z Compiling serde-value v0.7.0
18482026-04-07T02:21:27.298Z Compiling newtype_derive v0.1.6
18492026-04-07T02:21:27.360Z Compiling cargo-util-schemas v0.8.2
18502026-04-07T02:21:27.745Z Compiling structmeta v0.3.0
18512026-04-07T02:21:27.959Z Compiling parse-display-derive v0.10.0
18522026-04-07T02:21:28.159Z Compiling cargo_metadata v0.21.0
18532026-04-07T02:21:29.054Z Compiling parse-display v0.10.0
18542026-04-07T02:21:29.182Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18552026-04-07T02:21:32.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
18562026-04-07T02:21:32.378Z Running `target/debug/ls-apis apis`
18572026-04-07T02:21:32.425Zloading metadata for workspace omicron from current workspace
18582026-04-07T02:21:37.139Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
18592026-04-07T02:21:37.142Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
18602026-04-07T02:21:37.142Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
18612026-04-07T02:21:37.142Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18622026-04-07T02:21:37.142Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/Cargo.toml
18632026-04-07T02:21:59.035Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18642026-04-07T02:21:59.911Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18652026-04-07T02:21:59.918Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18662026-04-07T02:22:00.038ZBootstrap Agent (client: bootstrap-agent-client)
18672026-04-07T02:22:00.038Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18682026-04-07T02:22:00.038Z consumed by: wicketd (omicron/wicketd) via 1 path
18692026-04-07T02:22:00.038Z
18702026-04-07T02:22:00.038ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18712026-04-07T02:22:00.041Z consumed by: wicketd (omicron/wicketd) via 2 paths
18722026-04-07T02:22:00.041Z
18732026-04-07T02:22:00.041ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18742026-04-07T02:22:00.041Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18752026-04-07T02:22:00.041Z
18762026-04-07T02:22:00.041ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18772026-04-07T02:22:00.041Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18782026-04-07T02:22:00.041Z
18792026-04-07T02:22:00.041ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18802026-04-07T02:22:00.041Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18812026-04-07T02:22:00.041Z
18822026-04-07T02:22:00.042ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18832026-04-07T02:22:00.042Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18842026-04-07T02:22:00.042Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18852026-04-07T02:22:00.042Z
18862026-04-07T02:22:00.042ZCrucible Agent (client: crucible-agent-client)
18872026-04-07T02:22:00.042Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18882026-04-07T02:22:00.042Z
18892026-04-07T02:22:00.042ZCrucible Control (for testing only) (client: crucible-control-client)
18902026-04-07T02:22:00.042Z
18912026-04-07T02:22:00.042ZCrucible Pantry (client: crucible-pantry-client)
18922026-04-07T02:22:00.042Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18932026-04-07T02:22:00.042Z
18942026-04-07T02:22:00.042ZMaghemite DDM Admin (client: ddm-admin-client)
18952026-04-07T02:22:00.042Z consumed by: installinator (omicron/installinator) via 1 path
18962026-04-07T02:22:00.042Z consumed by: mgd (maghemite/mgd) via 1 path
18972026-04-07T02:22:00.042Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18982026-04-07T02:22:00.042Z consumed by: wicketd (omicron/wicketd) via 1 path
18992026-04-07T02:22:00.042Z
19002026-04-07T02:22:00.042ZDNS Server (client: dns-service-client)
19012026-04-07T02:22:00.042Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19022026-04-07T02:22:00.042Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19032026-04-07T02:22:00.042Z
19042026-04-07T02:22:00.042ZDendrite DPD (client: dpd-client)
19052026-04-07T02:22:00.042Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19062026-04-07T02:22:00.042Z consumed by: lldpd (lldp/lldpd) via 2 paths
19072026-04-07T02:22:00.042Z consumed by: mgd (maghemite/mgd) via 1 path
19082026-04-07T02:22:00.042Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19092026-04-07T02:22:00.042Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19102026-04-07T02:22:00.042Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19112026-04-07T02:22:00.042Z consumed by: wicketd (omicron/wicketd) via 2 paths
19122026-04-07T02:22:00.042Z
19132026-04-07T02:22:00.042ZDownstairs Controller (debugging only) (client: dsc-client)
19142026-04-07T02:22:00.042Z
19152026-04-07T02:22:00.042ZManagement Gateway Service (client: gateway-client)
19162026-04-07T02:22:00.045Z consumed by: dpd (dendrite/dpd) via 1 path
19172026-04-07T02:22:00.046Z consumed by: lldpd (lldp/lldpd) via 1 path
19182026-04-07T02:22:00.046Z consumed by: mgd (maghemite/mgd) via 1 path
19192026-04-07T02:22:00.046Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19202026-04-07T02:22:00.046Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19212026-04-07T02:22:00.046Z consumed by: wicketd (omicron/wicketd) via 3 paths
19222026-04-07T02:22:00.046Z
19232026-04-07T02:22:00.046ZWicketd Installinator (client: installinator-client)
19242026-04-07T02:22:00.046Z consumed by: installinator (omicron/installinator) via 1 path
19252026-04-07T02:22:00.046Z
19262026-04-07T02:22:00.046ZLLDP daemon (client: lldpd-client)
19272026-04-07T02:22:00.046Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19282026-04-07T02:22:00.046Z consumed by: tfportd (dendrite/tfportd) via 1 path
19292026-04-07T02:22:00.046Z
19302026-04-07T02:22:00.046ZMaghemite MG Admin (client: mg-admin-client)
19312026-04-07T02:22:00.049Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19322026-04-07T02:22:00.049Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19332026-04-07T02:22:00.049Z
19342026-04-07T02:22:00.049ZNexus Internal API (client: nexus-client)
19352026-04-07T02:22:00.052Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19362026-04-07T02:22:00.052Z consumed by: dpd (dendrite/dpd) via 1 path
19372026-04-07T02:22:00.052Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19382026-04-07T02:22:00.052Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19392026-04-07T02:22:00.052Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19402026-04-07T02:22:00.052Z
19412026-04-07T02:22:00.052ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19422026-04-07T02:22:00.052Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19432026-04-07T02:22:00.052Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19442026-04-07T02:22:00.052Z
19452026-04-07T02:22:00.052ZNTP Admin (client: ntp-admin-client)
19462026-04-07T02:22:00.052Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19472026-04-07T02:22:00.052Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19482026-04-07T02:22:00.052Z
19492026-04-07T02:22:00.052ZExternal API (client: oxide-client)
19502026-04-07T02:22:00.052Z
19512026-04-07T02:22:00.052ZOximeter (client: oximeter-client)
19522026-04-07T02:22:00.055Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19532026-04-07T02:22:00.055Z
19542026-04-07T02:22:00.055ZPropolis (client: propolis-client)
19552026-04-07T02:22:00.056Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19562026-04-07T02:22:00.056Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19572026-04-07T02:22:00.056Z
19582026-04-07T02:22:00.056ZCrucible Repair (client: repair-client)
19592026-04-07T02:22:00.056Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19602026-04-07T02:22:00.056Z
19612026-04-07T02:22:00.056ZRepo Depot API (client: repo-depot-client)
19622026-04-07T02:22:00.056Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19632026-04-07T02:22:00.056Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19642026-04-07T02:22:00.056Z
19652026-04-07T02:22:00.056ZSled Agent (client: sled-agent-client)
19662026-04-07T02:22:00.059Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19672026-04-07T02:22:00.059Z
19682026-04-07T02:22:00.059ZWicketd (client: wicketd-client)
19692026-04-07T02:22:00.062Z
19702026-04-07T02:22:00.140Z
19712026-04-07T02:22:00.143Zreal 34.550368711
19722026-04-07T02:22:00.143Zuser 21.148316600
19732026-04-07T02:22:00.143Zsys 8.913324274
19742026-04-07T02:22:00.143Ztrap 0.003417063
19752026-04-07T02:22:00.143Ztflt 0.080712510
19762026-04-07T02:22:00.143Zdflt 0.177494445
19772026-04-07T02:22:00.143Zkflt 0.000000000
19782026-04-07T02:22:00.143Zlock 48.915118745
19792026-04-07T02:22:00.143Zslp 3:48.802295488
19802026-04-07T02:22:00.143Zlat 0.459348080
19812026-04-07T02:22:00.143Zstop 1.861818633
19822026-04-07T02:22:00.143Z+ ptime -m cargo xtask ls-apis deployment-units
19832026-04-07T02:22:00.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19842026-04-07T02:22:00.720Z Running `target/debug/xtask ls-apis deployment-units`
19852026-04-07T02:22:01.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19862026-04-07T02:22:01.569Z Running `target/debug/ls-apis deployment-units`
19872026-04-07T02:22:01.621Zloading metadata for workspace omicron from current workspace
19882026-04-07T02:22:02.670Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
19892026-04-07T02:22:02.673Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
19902026-04-07T02:22:02.673Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
19912026-04-07T02:22:02.673Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
19922026-04-07T02:22:02.673Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/Cargo.toml
19932026-04-07T02:22:04.866Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
19942026-04-07T02:22:05.500Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19952026-04-07T02:22:05.507Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19962026-04-07T02:22:05.629ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19972026-04-07T02:22:05.629Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19982026-04-07T02:22:05.629Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19992026-04-07T02:22:05.629Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20002026-04-07T02:22:05.629Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20012026-04-07T02:22:05.629Z
20022026-04-07T02:22:05.630Z
20032026-04-07T02:22:05.630ZCockroach
20042026-04-07T02:22:05.630Z omicron-cockroach-admin (omicron/cockroach-admin)
20052026-04-07T02:22:05.630Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20062026-04-07T02:22:05.630Z
20072026-04-07T02:22:05.630Z
20082026-04-07T02:22:05.630ZCrucible
20092026-04-07T02:22:05.630Z crucible-agent (crucible/agent)
20102026-04-07T02:22:05.630Z exposes: Crucible Agent (client = crucible-agent-client)
20112026-04-07T02:22:05.633Z
20122026-04-07T02:22:05.633Z crucible-downstairs (crucible/downstairs)
20132026-04-07T02:22:05.633Z exposes: Crucible Repair (client = repair-client)
20142026-04-07T02:22:05.633Z consumes: repair-client
20152026-04-07T02:22:05.633Z
20162026-04-07T02:22:05.633Z
20172026-04-07T02:22:05.633ZCrucible Pantry
20182026-04-07T02:22:05.633Z crucible-pantry (crucible/pantry)
20192026-04-07T02:22:05.633Z exposes: Crucible Pantry (client = crucible-pantry-client)
20202026-04-07T02:22:05.633Z consumes: nexus-client
20212026-04-07T02:22:05.633Z
20222026-04-07T02:22:05.633Z
20232026-04-07T02:22:05.633ZDNS Server
20242026-04-07T02:22:05.633Z dns-server (omicron/dns-server)
20252026-04-07T02:22:05.633Z exposes: DNS Server (client = dns-service-client)
20262026-04-07T02:22:05.633Z
20272026-04-07T02:22:05.633Z
20282026-04-07T02:22:05.633ZHost OS
20292026-04-07T02:22:05.634Z ddmd (maghemite/ddmd)
20302026-04-07T02:22:05.634Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20312026-04-07T02:22:05.634Z consumes: dpd-client (intra-deployment-unit-only)
20322026-04-07T02:22:05.634Z
20332026-04-07T02:22:05.634Z dpd (dendrite/dpd)
20342026-04-07T02:22:05.634Z exposes: Dendrite DPD (client = dpd-client)
20352026-04-07T02:22:05.634Z consumes: gateway-client (intra-deployment-unit-only)
20362026-04-07T02:22:05.634Z consumes: nexus-client
20372026-04-07T02:22:05.634Z
20382026-04-07T02:22:05.634Z lldpd (lldp/lldpd)
20392026-04-07T02:22:05.634Z exposes: LLDP daemon (client = lldpd-client)
20402026-04-07T02:22:05.634Z consumes: dpd-client (intra-deployment-unit-only)
20412026-04-07T02:22:05.634Z consumes: gateway-client (intra-deployment-unit-only)
20422026-04-07T02:22:05.634Z
20432026-04-07T02:22:05.634Z mgd (maghemite/mgd)
20442026-04-07T02:22:05.634Z exposes: Maghemite MG Admin (client = mg-admin-client)
20452026-04-07T02:22:05.637Z consumes: ddm-admin-client (intra-deployment-unit-only)
20462026-04-07T02:22:05.637Z consumes: dpd-client (intra-deployment-unit-only)
20472026-04-07T02:22:05.637Z consumes: gateway-client (intra-deployment-unit-only)
20482026-04-07T02:22:05.637Z
20492026-04-07T02:22:05.637Z omicron-gateway (omicron/gateway)
20502026-04-07T02:22:05.637Z exposes: Management Gateway Service (client = gateway-client)
20512026-04-07T02:22:05.637Z
20522026-04-07T02:22:05.638Z omicron-sled-agent (omicron/sled-agent)
20532026-04-07T02:22:05.638Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20542026-04-07T02:22:05.638Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20552026-04-07T02:22:05.638Z exposes: Repo Depot API (client = repo-depot-client)
20562026-04-07T02:22:05.638Z exposes: Sled Agent (client = sled-agent-client)
20572026-04-07T02:22:05.638Z consumes: bootstrap-agent-client
20582026-04-07T02:22:05.638Z consumes: cockroach-admin-client
20592026-04-07T02:22:05.638Z consumes: ddm-admin-client (intra-deployment-unit-only)
20602026-04-07T02:22:05.638Z consumes: dns-service-client
20612026-04-07T02:22:05.638Z consumes: dpd-client (intra-deployment-unit-only)
20622026-04-07T02:22:05.638Z consumes: gateway-client (intra-deployment-unit-only)
20632026-04-07T02:22:05.638Z consumes: mg-admin-client (intra-deployment-unit-only)
20642026-04-07T02:22:05.638Z consumes: nexus-client
20652026-04-07T02:22:05.638Z consumes: nexus-lockstep-client
20662026-04-07T02:22:05.638Z consumes: ntp-admin-client
20672026-04-07T02:22:05.638Z consumes: propolis-client (intra-deployment-unit-only)
20682026-04-07T02:22:05.638Z consumes: repo-depot-client
20692026-04-07T02:22:05.638Z
20702026-04-07T02:22:05.638Z propolis-server (propolis/bin/propolis-server)
20712026-04-07T02:22:05.638Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20722026-04-07T02:22:05.638Z exposes: Propolis (client = propolis-client)
20732026-04-07T02:22:05.641Z consumes: nexus-client
20742026-04-07T02:22:05.642Z
20752026-04-07T02:22:05.642Z tfportd (dendrite/tfportd)
20762026-04-07T02:22:05.642Z consumes: dpd-client (intra-deployment-unit-only)
20772026-04-07T02:22:05.642Z consumes: lldpd-client (intra-deployment-unit-only)
20782026-04-07T02:22:05.642Z
20792026-04-07T02:22:05.642Z wicketd (omicron/wicketd)
20802026-04-07T02:22:05.642Z exposes: Wicketd Installinator (client = installinator-client)
20812026-04-07T02:22:05.642Z exposes: Wicketd (client = wicketd-client)
20822026-04-07T02:22:05.642Z consumes: bootstrap-agent-client
20832026-04-07T02:22:05.642Z consumes: bootstrap-agent-lockstep-client
20842026-04-07T02:22:05.642Z consumes: ddm-admin-client (intra-deployment-unit-only)
20852026-04-07T02:22:05.642Z consumes: dpd-client (intra-deployment-unit-only)
20862026-04-07T02:22:05.642Z consumes: gateway-client (intra-deployment-unit-only)
20872026-04-07T02:22:05.642Z
20882026-04-07T02:22:05.642Z
20892026-04-07T02:22:05.642ZInstallinator
20902026-04-07T02:22:05.642Z installinator (omicron/installinator)
20912026-04-07T02:22:05.642Z consumes: ddm-admin-client
20922026-04-07T02:22:05.642Z consumes: installinator-client
20932026-04-07T02:22:05.642Z
20942026-04-07T02:22:05.642Z
20952026-04-07T02:22:05.642ZNTP
20962026-04-07T02:22:05.642Z omicron-ntp-admin (omicron/ntp-admin)
20972026-04-07T02:22:05.642Z exposes: NTP Admin (client = ntp-admin-client)
20982026-04-07T02:22:05.642Z
20992026-04-07T02:22:05.642Z
21002026-04-07T02:22:05.642ZNexus
21012026-04-07T02:22:05.642Z omicron-nexus (omicron/nexus)
21022026-04-07T02:22:05.642Z exposes: Nexus Internal API (client = nexus-client)
21032026-04-07T02:22:05.642Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21042026-04-07T02:22:05.642Z exposes: External API (client = oxide-client)
21052026-04-07T02:22:05.646Z consumes: clickhouse-admin-keeper-client
21062026-04-07T02:22:05.646Z consumes: clickhouse-admin-server-client
21072026-04-07T02:22:05.646Z consumes: clickhouse-admin-single-client
21082026-04-07T02:22:05.646Z consumes: cockroach-admin-client
21092026-04-07T02:22:05.646Z consumes: crucible-agent-client
21102026-04-07T02:22:05.646Z consumes: crucible-pantry-client
21112026-04-07T02:22:05.646Z consumes: dns-service-client
21122026-04-07T02:22:05.646Z consumes: dpd-client
21132026-04-07T02:22:05.646Z consumes: gateway-client
21142026-04-07T02:22:05.646Z consumes: lldpd-client
21152026-04-07T02:22:05.646Z consumes: mg-admin-client
21162026-04-07T02:22:05.646Z consumes: ntp-admin-client
21172026-04-07T02:22:05.646Z consumes: oximeter-client
21182026-04-07T02:22:05.646Z consumes: propolis-client
21192026-04-07T02:22:05.646Z consumes: repo-depot-client
21202026-04-07T02:22:05.646Z consumes: sled-agent-client
21212026-04-07T02:22:05.646Z
21222026-04-07T02:22:05.646Z
21232026-04-07T02:22:05.646ZOximeter
21242026-04-07T02:22:05.646Z oximeter-collector (omicron/oximeter/collector)
21252026-04-07T02:22:05.646Z exposes: Oximeter (client = oximeter-client)
21262026-04-07T02:22:05.646Z consumes: nexus-client
21272026-04-07T02:22:05.646Z
21282026-04-07T02:22:05.646Z
21292026-04-07T02:22:05.726Z
21302026-04-07T02:22:05.726Zreal 5.558439744
21312026-04-07T02:22:05.726Zuser 4.447405110
21322026-04-07T02:22:05.726Zsys 2.098394398
21332026-04-07T02:22:05.726Ztrap 0.000542549
21342026-04-07T02:22:05.726Ztflt 0.000091200
21352026-04-07T02:22:05.726Zdflt 0.000123834
21362026-04-07T02:22:05.726Zkflt 0.000000000
21372026-04-07T02:22:05.726Zlock 0.080549538
21382026-04-07T02:22:05.726Zslp 19.295968791
21392026-04-07T02:22:05.726Zlat 0.008839000
21402026-04-07T02:22:05.730Zstop 0.006699775
21412026-04-07T02:22:05.730Z+ ptime -m cargo xtask ls-apis servers
21422026-04-07T02:22:06.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21432026-04-07T02:22:06.254Z Running `target/debug/xtask ls-apis servers`
21442026-04-07T02:22:07.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21452026-04-07T02:22:07.082Z Running `target/debug/ls-apis servers`
21462026-04-07T02:22:07.132Zloading metadata for workspace omicron from current workspace
21472026-04-07T02:22:08.201Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21482026-04-07T02:22:08.201Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
21492026-04-07T02:22:08.204Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
21502026-04-07T02:22:08.204Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
21512026-04-07T02:22:08.204Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/Cargo.toml
21522026-04-07T02:22:10.332Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21532026-04-07T02:22:10.951Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21542026-04-07T02:22:10.958Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21552026-04-07T02:22:11.081Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21562026-04-07T02:22:11.081Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21572026-04-07T02:22:11.081Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21582026-04-07T02:22:11.081Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21592026-04-07T02:22:11.081Z
21602026-04-07T02:22:11.081Zomicron-cockroach-admin (omicron/cockroach-admin)
21612026-04-07T02:22:11.081Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21622026-04-07T02:22:11.081Z
21632026-04-07T02:22:11.081Zcrucible-agent (crucible/agent)
21642026-04-07T02:22:11.082Z exposes: Crucible Agent (client = crucible-agent-client)
21652026-04-07T02:22:11.085Z
21662026-04-07T02:22:11.085Zcrucible-downstairs (crucible/downstairs)
21672026-04-07T02:22:11.085Z exposes: Crucible Repair (client = repair-client)
21682026-04-07T02:22:11.085Z consumes: repair-client
21692026-04-07T02:22:11.085Z
21702026-04-07T02:22:11.085Zcrucible-pantry (crucible/pantry)
21712026-04-07T02:22:11.085Z exposes: Crucible Pantry (client = crucible-pantry-client)
21722026-04-07T02:22:11.085Z consumes: nexus-client
21732026-04-07T02:22:11.085Z
21742026-04-07T02:22:11.085Zdns-server (omicron/dns-server)
21752026-04-07T02:22:11.085Z exposes: DNS Server (client = dns-service-client)
21762026-04-07T02:22:11.085Z
21772026-04-07T02:22:11.085Zomicron-sled-agent (omicron/sled-agent)
21782026-04-07T02:22:11.085Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21792026-04-07T02:22:11.085Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21802026-04-07T02:22:11.085Z exposes: Repo Depot API (client = repo-depot-client)
21812026-04-07T02:22:11.085Z exposes: Sled Agent (client = sled-agent-client)
21822026-04-07T02:22:11.085Z consumes: bootstrap-agent-client
21832026-04-07T02:22:11.085Z consumes: cockroach-admin-client
21842026-04-07T02:22:11.085Z consumes: ddm-admin-client (intra-deployment-unit-only)
21852026-04-07T02:22:11.085Z consumes: dns-service-client
21862026-04-07T02:22:11.085Z consumes: dpd-client (intra-deployment-unit-only)
21872026-04-07T02:22:11.085Z consumes: gateway-client (intra-deployment-unit-only)
21882026-04-07T02:22:11.085Z consumes: mg-admin-client (intra-deployment-unit-only)
21892026-04-07T02:22:11.085Z consumes: nexus-client
21902026-04-07T02:22:11.085Z consumes: nexus-lockstep-client
21912026-04-07T02:22:11.085Z consumes: ntp-admin-client
21922026-04-07T02:22:11.086Z consumes: propolis-client (intra-deployment-unit-only)
21932026-04-07T02:22:11.086Z consumes: repo-depot-client
21942026-04-07T02:22:11.086Z
21952026-04-07T02:22:11.086Zpropolis-server (propolis/bin/propolis-server)
21962026-04-07T02:22:11.086Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21972026-04-07T02:22:11.086Z exposes: Propolis (client = propolis-client)
21982026-04-07T02:22:11.089Z consumes: nexus-client
21992026-04-07T02:22:11.089Z
22002026-04-07T02:22:11.089Zddmd (maghemite/ddmd)
22012026-04-07T02:22:11.089Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22022026-04-07T02:22:11.089Z consumes: dpd-client (intra-deployment-unit-only)
22032026-04-07T02:22:11.089Z
22042026-04-07T02:22:11.089Zdpd (dendrite/dpd)
22052026-04-07T02:22:11.089Z exposes: Dendrite DPD (client = dpd-client)
22062026-04-07T02:22:11.089Z consumes: gateway-client (intra-deployment-unit-only)
22072026-04-07T02:22:11.089Z consumes: nexus-client
22082026-04-07T02:22:11.089Z
22092026-04-07T02:22:11.089Zlldpd (lldp/lldpd)
22102026-04-07T02:22:11.089Z exposes: LLDP daemon (client = lldpd-client)
22112026-04-07T02:22:11.089Z consumes: dpd-client (intra-deployment-unit-only)
22122026-04-07T02:22:11.089Z consumes: gateway-client (intra-deployment-unit-only)
22132026-04-07T02:22:11.089Z
22142026-04-07T02:22:11.089Zmgd (maghemite/mgd)
22152026-04-07T02:22:11.089Z exposes: Maghemite MG Admin (client = mg-admin-client)
22162026-04-07T02:22:11.090Z consumes: ddm-admin-client (intra-deployment-unit-only)
22172026-04-07T02:22:11.090Z consumes: dpd-client (intra-deployment-unit-only)
22182026-04-07T02:22:11.090Z consumes: gateway-client (intra-deployment-unit-only)
22192026-04-07T02:22:11.090Z
22202026-04-07T02:22:11.090Zomicron-gateway (omicron/gateway)
22212026-04-07T02:22:11.090Z exposes: Management Gateway Service (client = gateway-client)
22222026-04-07T02:22:11.090Z
22232026-04-07T02:22:11.090Ztfportd (dendrite/tfportd)
22242026-04-07T02:22:11.093Z consumes: dpd-client (intra-deployment-unit-only)
22252026-04-07T02:22:11.093Z consumes: lldpd-client (intra-deployment-unit-only)
22262026-04-07T02:22:11.093Z
22272026-04-07T02:22:11.093Zwicketd (omicron/wicketd)
22282026-04-07T02:22:11.093Z exposes: Wicketd Installinator (client = installinator-client)
22292026-04-07T02:22:11.093Z exposes: Wicketd (client = wicketd-client)
22302026-04-07T02:22:11.093Z consumes: bootstrap-agent-client
22312026-04-07T02:22:11.093Z consumes: bootstrap-agent-lockstep-client
22322026-04-07T02:22:11.093Z consumes: ddm-admin-client (intra-deployment-unit-only)
22332026-04-07T02:22:11.093Z consumes: dpd-client (intra-deployment-unit-only)
22342026-04-07T02:22:11.093Z consumes: gateway-client (intra-deployment-unit-only)
22352026-04-07T02:22:11.093Z
22362026-04-07T02:22:11.093Zinstallinator (omicron/installinator)
22372026-04-07T02:22:11.093Z consumes: ddm-admin-client
22382026-04-07T02:22:11.093Z consumes: installinator-client
22392026-04-07T02:22:11.093Z
22402026-04-07T02:22:11.094Zomicron-ntp-admin (omicron/ntp-admin)
22412026-04-07T02:22:11.094Z exposes: NTP Admin (client = ntp-admin-client)
22422026-04-07T02:22:11.094Z
22432026-04-07T02:22:11.094Zomicron-nexus (omicron/nexus)
22442026-04-07T02:22:11.094Z exposes: Nexus Internal API (client = nexus-client)
22452026-04-07T02:22:11.094Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22462026-04-07T02:22:11.094Z exposes: External API (client = oxide-client)
22472026-04-07T02:22:11.094Z consumes: clickhouse-admin-keeper-client
22482026-04-07T02:22:11.094Z consumes: clickhouse-admin-server-client
22492026-04-07T02:22:11.094Z consumes: clickhouse-admin-single-client
22502026-04-07T02:22:11.094Z consumes: cockroach-admin-client
22512026-04-07T02:22:11.094Z consumes: crucible-agent-client
22522026-04-07T02:22:11.094Z consumes: crucible-pantry-client
22532026-04-07T02:22:11.094Z consumes: dns-service-client
22542026-04-07T02:22:11.094Z consumes: dpd-client
22552026-04-07T02:22:11.094Z consumes: gateway-client
22562026-04-07T02:22:11.094Z consumes: lldpd-client
22572026-04-07T02:22:11.094Z consumes: mg-admin-client
22582026-04-07T02:22:11.094Z consumes: ntp-admin-client
22592026-04-07T02:22:11.094Z consumes: oximeter-client
22602026-04-07T02:22:11.094Z consumes: propolis-client
22612026-04-07T02:22:11.094Z consumes: repo-depot-client
22622026-04-07T02:22:11.094Z consumes: sled-agent-client
22632026-04-07T02:22:11.094Z
22642026-04-07T02:22:11.094Zoximeter-collector (omicron/oximeter/collector)
22652026-04-07T02:22:11.094Z exposes: Oximeter (client = oximeter-client)
22662026-04-07T02:22:11.094Z consumes: nexus-client
22672026-04-07T02:22:11.094Z
22682026-04-07T02:22:11.177Z
22692026-04-07T02:22:11.180Zreal 5.422783176
22702026-04-07T02:22:11.180Zuser 4.422621823
22712026-04-07T02:22:11.180Zsys 1.949581506
22722026-04-07T02:22:11.180Ztrap 0.000503550
22732026-04-07T02:22:11.181Ztflt 0.000190859
22742026-04-07T02:22:11.181Zdflt 0.000427687
22752026-04-07T02:22:11.181Zkflt 0.000005139
22762026-04-07T02:22:11.181Zlock 0.082566130
22772026-04-07T02:22:11.181Zslp 18.339105905
22782026-04-07T02:22:11.181Zlat 0.011875203
22792026-04-07T02:22:11.181Zstop 0.008466014
22802026-04-07T02:22:11.181Z+ ptime -m cargo xtask ls-apis check
22812026-04-07T02:22:11.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22822026-04-07T02:22:11.698Z Running `target/debug/xtask ls-apis check`
22832026-04-07T02:22:12.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22842026-04-07T02:22:12.531Z Running `target/debug/ls-apis check`
22852026-04-07T02:22:12.582Zloading metadata for workspace omicron from current workspace
22862026-04-07T02:22:13.637Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
22872026-04-07T02:22:13.637Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
22882026-04-07T02:22:13.641Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22892026-04-07T02:22:13.641Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
22902026-04-07T02:22:13.641Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/Cargo.toml
22912026-04-07T02:22:15.738Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
22922026-04-07T02:22:16.368Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22932026-04-07T02:22:16.376Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22942026-04-07T02:22:16.602Z
22952026-04-07T02:22:16.602Z
22962026-04-07T02:22:16.602ZServer-managed APIs:
22972026-04-07T02:22:16.602Z
22982026-04-07T02:22:16.602Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22992026-04-07T02:22:16.602Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23002026-04-07T02:22:16.602Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23012026-04-07T02:22:16.602Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23022026-04-07T02:22:16.602Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23032026-04-07T02:22:16.602Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23042026-04-07T02:22:16.602Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23052026-04-07T02:22:16.603Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23062026-04-07T02:22:16.603Z DNS Server (dns-service-client, exposed by dns-server)
23072026-04-07T02:22:16.603Z Dendrite DPD (dpd-client, exposed by dpd)
23082026-04-07T02:22:16.603Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23092026-04-07T02:22:16.603Z LLDP daemon (lldpd-client, exposed by lldpd)
23102026-04-07T02:22:16.603Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23112026-04-07T02:22:16.603Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23122026-04-07T02:22:16.603Z External API (oxide-client, exposed by omicron-nexus)
23132026-04-07T02:22:16.603Z Oximeter (oximeter-client, exposed by oximeter-collector)
23142026-04-07T02:22:16.603Z Propolis (propolis-client, exposed by propolis-server)
23152026-04-07T02:22:16.603Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23162026-04-07T02:22:16.603Z Wicketd (wicketd-client, exposed by wicketd)
23172026-04-07T02:22:16.603Z
23182026-04-07T02:22:16.603Z
23192026-04-07T02:22:16.603ZClient-managed API:
23202026-04-07T02:22:16.603Z
23212026-04-07T02:22:16.603Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23222026-04-07T02:22:16.603Z reason: depends on itself (i.e., instances call each other)
23232026-04-07T02:22:16.603Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23242026-04-07T02:22:16.603Z reason: wicketd can wind up calling into sled agent on different sleds
23252026-04-07T02:22:16.603Z Wicketd Installinator (installinator-client, exposed by wicketd)
23262026-04-07T02:22:16.603Z reason: client is provided implicitly by the operator
23272026-04-07T02:22:16.603Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23282026-04-07T02:22:16.603Z reason: Circular dependencies between Nexus and other services
23292026-04-07T02:22:16.603Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23302026-04-07T02:22:16.603Z reason: Circular dependencies between Nexus and other services
23312026-04-07T02:22:16.603Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23322026-04-07T02:22:16.603Z reason: depends on itself (i.e., instances call each other)
23332026-04-07T02:22:16.603Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23342026-04-07T02:22:16.603Z reason: depends on itself (i.e., instances call each other)
23352026-04-07T02:22:16.603Z
23362026-04-07T02:22:16.603Z
23372026-04-07T02:22:16.603ZAPIs with unknown version management: none
23382026-04-07T02:22:16.603Z
23392026-04-07T02:22:16.603Z
23402026-04-07T02:22:16.603ZAPIs that failed consumer checks: none
23412026-04-07T02:22:16.685Z
23422026-04-07T02:22:16.685Zreal 5.479755930
23432026-04-07T02:22:16.685Zuser 4.502966318
23442026-04-07T02:22:16.685Zsys 1.909117810
23452026-04-07T02:22:16.685Ztrap 0.000502879
23462026-04-07T02:22:16.686Ztflt 0.000116058
23472026-04-07T02:22:16.689Zdflt 0.000274442
23482026-04-07T02:22:16.689Zkflt 0.000000000
23492026-04-07T02:22:16.689Zlock 0.080804832
23502026-04-07T02:22:16.689Zslp 17.937999279
23512026-04-07T02:22:16.689Zlat 0.010803735
23522026-04-07T02:22:16.689Zstop 0.009531776
23532026-04-07T02:22:16.689Z+ ptime -m cargo xtask ls-apis adoc
23542026-04-07T02:22:17.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23552026-04-07T02:22:17.199Z Running `target/debug/xtask ls-apis adoc`
23562026-04-07T02:22:17.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23572026-04-07T02:22:18.016Z Running `target/debug/ls-apis adoc`
23582026-04-07T02:22:18.070Zloading metadata for workspace omicron from current workspace
23592026-04-07T02:22:19.117Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23602026-04-07T02:22:19.117Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23612026-04-07T02:22:19.120Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/Cargo.toml
23622026-04-07T02:22:19.120Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23632026-04-07T02:22:19.120Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
23642026-04-07T02:22:21.213Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23652026-04-07T02:22:21.831Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23662026-04-07T02:22:21.838Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23672026-04-07T02:22:22.067Z
23682026-04-07T02:22:22.067Zreal 5.352140156
23692026-04-07T02:22:22.067Zuser 4.402253190
23702026-04-07T02:22:22.067Zsys 1.896956641
23712026-04-07T02:22:22.067Ztrap 0.000385221
23722026-04-07T02:22:22.067Ztflt 0.000135843
23732026-04-07T02:22:22.067Zdflt 0.000112355
23742026-04-07T02:22:22.070Zkflt 0.000000000
23752026-04-07T02:22:22.070Zlock 0.081805570
23762026-04-07T02:22:22.070Zslp 17.951865809
23772026-04-07T02:22:22.070Zlat 0.009952002
23782026-04-07T02:22:22.070Zstop 0.008776546
23792026-04-07T02:22:22.070Z+ banner build
23802026-04-07T02:22:22.074Z
23812026-04-07T02:22:22.074Z ##### # # # # #####
23822026-04-07T02:22:22.074Z # # # # # # # #
23832026-04-07T02:22:22.074Z ##### # # # # # #
23842026-04-07T02:22:22.074Z # # # # # # # #
23852026-04-07T02:22:22.074Z # # # # # # # #
23862026-04-07T02:22:22.074Z ##### #### # ###### #####
23872026-04-07T02:22:22.074Z
23882026-04-07T02:22:22.074Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23892026-04-07T02:22:22.075Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23902026-04-07T02:22:22.075Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23912026-04-07T02:22:22.075Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23922026-04-07T02:22:22.075Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23932026-04-07T02:22:22.075Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23942026-04-07T02:22:22.075Z+ export TMPDIR=/var/tmp/omicron_tmp
23952026-04-07T02:22:22.075Z+ TMPDIR=/var/tmp/omicron_tmp
23962026-04-07T02:22:22.075Z+ export RUST_BACKTRACE=1
23972026-04-07T02:22:22.075Z+ RUST_BACKTRACE=1
23982026-04-07T02:22:22.075Z+ export CARGO_INCREMENTAL=0
23992026-04-07T02:22:22.075Z+ CARGO_INCREMENTAL=0
24002026-04-07T02:22:22.075Z+ export RUSTC_BOOTSTRAP=1
24012026-04-07T02:22:22.075Z+ RUSTC_BOOTSTRAP=1
24022026-04-07T02:22:22.075Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24032026-04-07T02:22:24.173Z Compiling proc-macro2 v1.0.106
24042026-04-07T02:22:24.173Z Compiling unicode-ident v1.0.24
24052026-04-07T02:22:24.173Z Compiling quote v1.0.44
24062026-04-07T02:22:24.173Z Compiling libc v0.2.180
24072026-04-07T02:22:24.173Z Compiling serde_core v1.0.228
24082026-04-07T02:22:24.173Z Compiling cfg-if v1.0.4
24092026-04-07T02:22:24.176Z Compiling serde v1.0.228
24102026-04-07T02:22:24.176Z Compiling memchr v2.8.0
24112026-04-07T02:22:24.176Z Compiling smallvec v1.15.1
24122026-04-07T02:22:24.450Z Compiling log v0.4.29
24132026-04-07T02:22:24.453Z Compiling itoa v1.0.17
24142026-04-07T02:22:24.453Z Compiling version_check v0.9.5
24152026-04-07T02:22:24.453Z Compiling autocfg v1.5.0
24162026-04-07T02:22:24.453Z Compiling libm v0.2.16
24172026-04-07T02:22:24.453Z Compiling zmij v1.0.21
24182026-04-07T02:22:24.453Z Compiling serde_json v1.0.149
24192026-04-07T02:22:24.472Z Compiling scopeguard v1.2.0
24202026-04-07T02:22:24.475Z Compiling stable_deref_trait v1.2.1
24212026-04-07T02:22:24.475Z Compiling percent-encoding v2.3.2
24222026-04-07T02:22:24.475Z Compiling writeable v0.6.2
24232026-04-07T02:22:24.475Z Compiling litemap v0.8.1
24242026-04-07T02:22:24.475Z Compiling icu_properties_data v2.1.2
24252026-04-07T02:22:24.475Z Compiling icu_normalizer_data v2.1.1
24262026-04-07T02:22:24.475Z Compiling utf8_iter v1.0.4
24272026-04-07T02:22:24.498Z Compiling shlex v1.3.0
24282026-04-07T02:22:24.501Z Compiling portable-atomic v1.13.1
24292026-04-07T02:22:24.501Z Compiling find-msvc-tools v0.1.9
24302026-04-07T02:22:24.530Z Compiling parking_lot_core v0.9.12
24312026-04-07T02:22:24.561Z Compiling critical-section v1.2.0
24322026-04-07T02:22:24.590Z Compiling allocator-api2 v0.2.21
24332026-04-07T02:22:24.594Z Compiling subtle v2.6.1
24342026-04-07T02:22:24.594Z Compiling zerocopy v0.8.40
24352026-04-07T02:22:24.681Z Running `/home/build/.rustup/toolchains/1.94.0-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=2cebdb1d5e4cd6a4 -C extra-filename=-04607b244056a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362026-04-07T02:22:24.810Z Running `/home/build/.rustup/toolchains/1.94.0-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=07c66aa5433c1603 -C extra-filename=-0f21955b4831b187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372026-04-07T02:22:24.813Z Running `/home/build/.rustup/toolchains/1.94.0-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.180/build.rs --error-format=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=790bff0c7f8c65b1 -C extra-filename=-2a43ea69f792439e --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2a43ea69f792439e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382026-04-07T02:22:24.813Z Running `/home/build/.rustup/toolchains/1.94.0-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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=570ab496b4f10cf7 -C extra-filename=-a6dc96f5426d52df --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-a6dc96f5426d52df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392026-04-07T02:22:24.813Z Running `/home/build/.rustup/toolchains/1.94.0-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=3f31c13e3a10ad77 -C extra-filename=-f1ea735de1df6c80 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402026-04-07T02:22:24.813Z Running `/home/build/.rustup/toolchains/1.94.0-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=23860df6929d0dc0 -C extra-filename=-9d0bb49b988bc1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412026-04-07T02:22:24.841Z Running `/home/build/.rustup/toolchains/1.94.0-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=27361f9f17fed749 -C extra-filename=-8c73409461af41ab --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422026-04-07T02:22:25.040Z Running `/home/build/.rustup/toolchains/1.94.0-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=e15204e5359891e7 -C extra-filename=-aa8953624d325365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432026-04-07T02:22:25.070Z Running `/home/build/.rustup/toolchains/1.94.0-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=7116b20923422b76 -C extra-filename=-4da682a4d60c6eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab4822b5eea9dc3a -C extra-filename=-4c61d3348f11ddaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=51ad409f8131f170 -C extra-filename=-3940aeae16145116 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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.149/build.rs --error-format=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=e7a894516f40c61a -C extra-filename=-f1f5db4d25d8d85e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=22d35ec1dbabc124 -C extra-filename=-2ebd9f00f171696f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=1541212489575c35 -C extra-filename=-092fdc84cc87cee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=90bd6e549917af5d -C extra-filename=-530edc1d78d8d38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=c093d109600d7acd -C extra-filename=-c6e3815601778b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=0d7a04abd44c8f11 -C extra-filename=-7add5d0777938364 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522026-04-07T02:22:25.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=7502ac7a93782e05 -C extra-filename=-aa272defcd706b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532026-04-07T02:22:25.101Z Running `/home/build/.rustup/toolchains/1.94.0-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=99bf743a47f66b65 -C extra-filename=-74c31174be3833a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542026-04-07T02:22:25.104Z Running `/home/build/.rustup/toolchains/1.94.0-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=bdb0434ad48db909 -C extra-filename=-51b02bc6ee80691a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552026-04-07T02:22:25.104Z Running `/home/build/.rustup/toolchains/1.94.0-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.40/build.rs --error-format=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=7fd892534d6fdfe1 -C extra-filename=-77e44bf544d6c93a --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562026-04-07T02:22:25.104Z Running `/home/build/.rustup/toolchains/1.94.0-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=6858812ce244654d -C extra-filename=-3318559a2770f550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572026-04-07T02:22:25.105Z Running `/home/build/.rustup/toolchains/1.94.0-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="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=9f0f1d5477b00a08 -C extra-filename=-a5667cf336dacb0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582026-04-07T02:22:25.105Z Running `/home/build/.rustup/toolchains/1.94.0-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=017facd50d0b44f4 -C extra-filename=-bc63114d986d95c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592026-04-07T02:22:25.105Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.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="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=404f61c88150941b -C extra-filename=-153496f33718ff11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602026-04-07T02:22:25.105Z Running `/home/build/.rustup/toolchains/1.94.0-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=935b449ce0e4b653 -C extra-filename=-a5f282b36849bc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612026-04-07T02:22:25.105Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=6bf1092c3e0cf266 -C extra-filename=-fd6ba8a01932ff99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622026-04-07T02:22:25.301Z Running `/home/build/.rustup/toolchains/1.94.0-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=86d20cce195ec005 -C extra-filename=-48e697dd107668e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632026-04-07T02:22:25.331Z Running `/home/build/.rustup/toolchains/1.94.0-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=9463ea721f68aaab -C extra-filename=-fa4aea552415bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642026-04-07T02:22:25.334Z Running `/home/build/.rustup/toolchains/1.94.0-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=d43d174452102ec0 -C extra-filename=-4b053de74216db79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652026-04-07T02:22:25.366Z Running `/home/build/.rustup/toolchains/1.94.0-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=db8bda598ef53d41 -C extra-filename=-bafae3106b84a963 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662026-04-07T02:22:25.437Z Running `/home/build/.rustup/toolchains/1.94.0-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=0ffb68b441cc544c -C extra-filename=-03abffb3bd244537 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672026-04-07T02:22:25.441Z Compiling lock_api v0.4.14
24682026-04-07T02:22:25.441Z Compiling pin-project-lite v0.2.17
24692026-04-07T02:22:25.441Z Compiling equivalent v1.0.2
24702026-04-07T02:22:25.441Z Compiling thiserror v2.0.18
24712026-04-07T02:22:25.441Z Compiling heck v0.5.0
24722026-04-07T02:22:25.460Z Compiling foldhash v0.2.0
24732026-04-07T02:22:25.846Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
24742026-04-07T02:22:25.846Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
24752026-04-07T02:22:25.846Z Running `/home/build/.rustup/toolchains/1.94.0-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=15c7529aa87c5e17 -C extra-filename=-37b593e45a181d21 --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-2ebd9f00f171696f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-04-07T02:22:25.846Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
24772026-04-07T02:22:25.850Z Running `/home/build/.rustup/toolchains/1.94.0-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=2803389e12d7792e -C extra-filename=-d7acc1d49ffab29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782026-04-07T02:22:25.850Z Running `/home/build/.rustup/toolchains/1.94.0-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=1340b8ac5949aaea -C extra-filename=-a1dbfc08a4534512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792026-04-07T02:22:25.850Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
24802026-04-07T02:22:25.850Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
24812026-04-07T02:22:25.850Z Compiling form_urlencoded v1.2.2
24822026-04-07T02:22:25.850Z Compiling fnv v1.0.7
24832026-04-07T02:22:25.851Z Compiling typenum v1.19.0
24842026-04-07T02:22:25.851Z Compiling generic-array v0.14.7
24852026-04-07T02:22:25.851Z Compiling rand_core v0.10.0
24862026-04-07T02:22:25.851Z Compiling getrandom v0.4.1
24872026-04-07T02:22:25.851Z Compiling iana-time-zone v0.1.65
24882026-04-07T02:22:25.851Z Compiling regex-syntax v0.8.10
24892026-04-07T02:22:25.851Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-2a43ea69f792439e/build-script-build`
24902026-04-07T02:22:25.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=3becf9fd609a916a -C extra-filename=-563d05d7861c894f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912026-04-07T02:22:25.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=73f52328bc3b3d9b -C extra-filename=-5370b6ab3a93e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922026-04-07T02:22:25.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=94791d1f783b36da -C extra-filename=-9cb600151b865d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932026-04-07T02:22:25.851Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-a6dc96f5426d52df/build-script-build`
24942026-04-07T02:22:26.172Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
24952026-04-07T02:22:26.172Z Running `/home/build/.rustup/toolchains/1.94.0-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=ac3e663d1ec7b374 -C extra-filename=-d3864d76002543d1 --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-74c31174be3833a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962026-04-07T02:22:26.172Z Running `/home/build/.rustup/toolchains/1.94.0-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=2a2081676d8273a2 -C extra-filename=-dc5b0f910a1492c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972026-04-07T02:22:26.176Z Compiling num-traits v0.2.19
24982026-04-07T02:22:26.176Z Compiling rustversion v1.0.22
24992026-04-07T02:22:26.205Z Compiling dyn-clone v1.0.20
25002026-04-07T02:22:26.209Z Compiling schemars v0.8.22
25012026-04-07T02:22:26.209Z Compiling futures-core v0.3.32
25022026-04-07T02:22:26.209Z Compiling strsim v0.11.1
25032026-04-07T02:22:26.209Z Compiling const-oid v0.9.6
25042026-04-07T02:22:26.209Z Compiling getrandom v0.3.4
25052026-04-07T02:22:26.237Z Compiling aho-corasick v1.1.4
25062026-04-07T02:22:26.240Z Compiling byteorder v1.5.0
25072026-04-07T02:22:26.240Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
25082026-04-07T02:22:26.241Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.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("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=151fb54fad19e36e -C extra-filename=-1b9f34569c9e6d83 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092026-04-07T02:22:26.241Z Running `/home/build/.rustup/toolchains/1.94.0-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=17cb32ffd69314c8 -C extra-filename=-121c99ae03710109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102026-04-07T02:22:26.241Z Running `/home/build/.rustup/toolchains/1.94.0-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=55c4bd435417fedf -C extra-filename=-6d38f3aad90247c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112026-04-07T02:22:26.241Z Running `/home/build/.rustup/toolchains/1.94.0-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.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 '--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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=abde6cf48554f866 -C extra-filename=-cf171686784f8471 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122026-04-07T02:22:26.241Z Running `/home/build/.rustup/toolchains/1.94.0-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=248bccd4a4b19966 -C extra-filename=-9e1cf3ccd5b53459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132026-04-07T02:22:26.241Z Running `/home/build/.rustup/toolchains/1.94.0-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=02d266953b4dacaf -C extra-filename=-99f20a04b8966635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142026-04-07T02:22:26.561Z Running `/home/build/.rustup/toolchains/1.94.0-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=0c8fab47725de74a -C extra-filename=-a7461f4be8b12f71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152026-04-07T02:22:26.565Z Running `/home/build/.rustup/toolchains/1.94.0-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=609a79aa6c4da28e -C extra-filename=-494ba3a71996a280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25162026-04-07T02:22:26.565Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
25172026-04-07T02:22:26.565Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25182026-04-07T02:22:26.565Z Running `/home/build/.rustup/toolchains/1.94.0-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=f469bda7520cf030 -C extra-filename=-7aa0a185f0e945eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192026-04-07T02:22:26.592Z Compiling hashbrown v0.16.1
25202026-04-07T02:22:26.595Z Compiling rustix v1.1.3
25212026-04-07T02:22:26.595Z Compiling futures-sink v0.3.32
25222026-04-07T02:22:26.595Z Compiling futures-io v0.3.32
25232026-04-07T02:22:26.595Z Running `/home/build/.rustup/toolchains/1.94.0-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=7017eda210e0720e -C extra-filename=-417a3d6901854ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242026-04-07T02:22:26.595Z Running `/home/build/.rustup/toolchains/1.94.0-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=749f11c240e2dd84 -C extra-filename=-2b3e0a333636a188 --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252026-04-07T02:22:26.595Z Running `/home/build/.rustup/toolchains/1.94.0-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=537fc90f8939e3ac -C extra-filename=-d2281c904bfe50c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262026-04-07T02:22:26.595Z Running `/home/build/.rustup/toolchains/1.94.0-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=15bd2e6d250befc9 -C extra-filename=-1dd0d7d183911908 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272026-04-07T02:22:26.626Z Running `/home/build/.rustup/toolchains/1.94.0-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=ecd1c7a28247f443 -C extra-filename=-6a94cfb1b9a52a20 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282026-04-07T02:22:26.629Z Running `/home/build/.rustup/toolchains/1.94.0-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=beb2e92d68b47545 -C extra-filename=-1187af0aead528db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292026-04-07T02:22:26.629Z Running `/home/build/.rustup/toolchains/1.94.0-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=b778c2084380fde6 -C extra-filename=-9ccc3691c9035196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302026-04-07T02:22:26.661Z Running `/home/build/.rustup/toolchains/1.94.0-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=7554ec2544b2f237 -C extra-filename=-fb2264d067608a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312026-04-07T02:22:26.664Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
25322026-04-07T02:22:26.762Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25332026-04-07T02:22:26.765Z Running `/home/build/.rustup/toolchains/1.94.0-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=7722af16dd7648ee -C extra-filename=-9396e77066661b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25342026-04-07T02:22:26.962Z Running `/home/build/.rustup/toolchains/1.94.0-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=972c720ae028e481 -C extra-filename=-1079dfc81c68b9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25352026-04-07T02:22:26.965Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-format=json --json=diagnostic-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=f7aff1e06fd3c43f -C extra-filename=-b1db1361eaf8c359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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_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(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"))'`
25362026-04-07T02:22:26.965Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25372026-04-07T02:22:26.995Z Compiling slab v0.4.12
25382026-04-07T02:22:26.998Z Compiling futures-task v0.3.32
25392026-04-07T02:22:26.998Z Compiling cpufeatures v0.2.17
25402026-04-07T02:22:26.998Z Compiling syn v1.0.109
25412026-04-07T02:22:26.998Z Compiling thiserror v1.0.69
25422026-04-07T02:22:26.998Z Compiling pkg-config v0.3.32
25432026-04-07T02:22:27.029Z Running `/home/build/.rustup/toolchains/1.94.0-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=24293bd3dc477430 -C extra-filename=-99360ac57d065395 --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-0f21955b4831b187.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)'`
25442026-04-07T02:22:27.067Z Running `/home/build/.rustup/toolchains/1.94.0-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=f3c9d2c82ef4331b -C extra-filename=-9741ffcf9f049a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25452026-04-07T02:22:27.103Z Running `/home/build/.rustup/toolchains/1.94.0-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=8fa769611d8cb212 -C extra-filename=-a5f9eb635e32839e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462026-04-07T02:22:27.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=3ed83e807e8cb248 -C extra-filename=-ab8db966f19237e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472026-04-07T02:22:27.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=ddb9f9bc57c180b4 -C extra-filename=-5ce25e48eebfce10 --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-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-04-07T02:22:27.106Z Running `/home/build/.rustup/toolchains/1.94.0-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.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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1b8b039d7356d00a -C extra-filename=-699d9cec6385d284 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492026-04-07T02:22:27.333Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25502026-04-07T02:22:27.337Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25512026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=837841c86bd322a0 -C extra-filename=-cda54deeadff7a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25522026-04-07T02:22:27.340Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25532026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=a983bdf5ce347b3c -C extra-filename=-76115cfbe65924e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542026-04-07T02:22:27.340Z Compiling futures-channel v0.3.32
25552026-04-07T02:22:27.340Z Compiling base64 v0.22.1
25562026-04-07T02:22:27.340Z Compiling ident_case v1.0.1
25572026-04-07T02:22:27.340Z Compiling anyhow v1.0.102
25582026-04-07T02:22:27.340Z Compiling either v1.15.0
25592026-04-07T02:22:27.340Z Compiling untrusted v0.9.0
25602026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=ef0b213c6997accf -C extra-filename=-5023923d33062f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=5830c5b14282f93e -C extra-filename=-f90e97ec9fd53070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=503150c89fd3d71a -C extra-filename=-daf175a1cd2d26ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=cbbc0cd7f9461ec3 -C extra-filename=-399956ed3366567e --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-04-07T02:22:27.340Z Running `/home/build/.rustup/toolchains/1.94.0-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=ed176373312d021e -C extra-filename=-dd045f7300f725bd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652026-04-07T02:22:27.645Z Running `/home/build/.rustup/toolchains/1.94.0-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=28c0e95fa5b59182 -C extra-filename=-b4bc34960579f53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25662026-04-07T02:22:27.648Z Running `/home/build/.rustup/toolchains/1.94.0-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=65a314ec058f731e -C extra-filename=-2694af6e2949e11f --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-04-07T02:22:27.648Z Running `/home/build/.rustup/toolchains/1.94.0-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=14da8e6cd80c4009 -C extra-filename=-ce299ebbb1d61b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-04-07T02:22:27.648Z Running `/home/build/.rustup/toolchains/1.94.0-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=4d10f35d0d056107 -C extra-filename=-64e259f385e87aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-04-07T02:22:27.648Z Compiling regex-automata v0.4.14
25702026-04-07T02:22:27.648Z Compiling base64ct v1.8.3
25712026-04-07T02:22:27.648Z Running `/home/build/.rustup/toolchains/1.94.0-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.102/build.rs --error-format=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=2da773157fa952e1 -C extra-filename=-35529f31f20d02eb --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722026-04-07T02:22:27.648Z Running `/home/build/.rustup/toolchains/1.94.0-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=b3c2caf7bb74f5c4 -C extra-filename=-4d7aa96ddad28561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-04-07T02:22:27.648Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25742026-04-07T02:22:27.648Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25752026-04-07T02:22:27.648Z Running `/home/build/.rustup/toolchains/1.94.0-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=acec9f24b04d6761 -C extra-filename=-9b3a004f0bbfd40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-04-07T02:22:27.894Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1edeb5d936a4f79b -C extra-filename=-05dfe87d7423cf60 --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-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25772026-04-07T02:22:27.897Z Compiling errno v0.3.14
25782026-04-07T02:22:27.897Z Compiling getrandom v0.2.17
25792026-04-07T02:22:27.897Z Compiling jobserver v0.1.34
25802026-04-07T02:22:27.897Z Compiling once_cell v1.21.3
25812026-04-07T02:22:27.897Z Compiling mio v1.1.1
25822026-04-07T02:22:27.897Z Compiling socket2 v0.6.2
25832026-04-07T02:22:27.897Z Compiling crossbeam-utils v0.8.21
25842026-04-07T02:22:27.929Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25852026-04-07T02:22:27.932Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
25862026-04-07T02:22:27.932Z Running `/home/build/.rustup/toolchains/1.94.0-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=841d8d26c4449362 -C extra-filename=-27e48c156d319f55 --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-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872026-04-07T02:22:27.932Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9cece984508d7341 -C extra-filename=-9e6f97d623d79a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-04-07T02:22:27.932Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
25892026-04-07T02:22:27.962Z Running `/home/build/.rustup/toolchains/1.94.0-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=00d10a2a02b405c2 -C extra-filename=-8703aae8b2f9644d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-04-07T02:22:28.257Z Running `/home/build/.rustup/toolchains/1.94.0-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=77333d1256697f8d -C extra-filename=-a491b5cd39c65810 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-04-07T02:22:28.258Z Running `/home/build/.rustup/toolchains/1.94.0-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=ec3e08c085f150ae -C extra-filename=-1988f17f35e1db6f --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922026-04-07T02:22:28.258Z Running `/home/build/.rustup/toolchains/1.94.0-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=035574e8e367267f -C extra-filename=-4de86be00ea20ca8 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
25932026-04-07T02:22:28.258Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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=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=d3a913524a7ed680 -C extra-filename=-130593d29dd9f38d --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-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942026-04-07T02:22:28.258Z Running `/home/build/.rustup/toolchains/1.94.0-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=478f1ca6850fea90 -C extra-filename=-e5797ea9908f0e04 --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-bc63114d986d95c8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952026-04-07T02:22:28.258Z Running `/home/build/.rustup/toolchains/1.94.0-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=34c2d3f2b50597a9 -C extra-filename=-ca4ed8820e30a707 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962026-04-07T02:22:28.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2089118c5a8b2558 -C extra-filename=-0aca6a5997de6e76 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-04-07T02:22:28.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=77bde550c5472fbd -C extra-filename=-154b959f3a3ff3c7 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-04-07T02:22:28.278Z Compiling syn v2.0.117
25992026-04-07T02:22:28.278Z Compiling anstyle v1.0.13
26002026-04-07T02:22:28.279Z Compiling utf8parse v0.2.2
26012026-04-07T02:22:28.279Z Compiling httparse v1.10.1
26022026-04-07T02:22:28.279Z Compiling anstyle-query v1.1.5
26032026-04-07T02:22:28.279Z Compiling is_terminal_polyfill v1.70.2
26042026-04-07T02:22:28.279Z Compiling colorchoice v1.0.4
26052026-04-07T02:22:28.279Z Compiling ryu v1.0.23
26062026-04-07T02:22:28.288Z Compiling time-core v0.1.8
26072026-04-07T02:22:28.291Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
26082026-04-07T02:22:28.291Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
26092026-04-07T02:22:28.291Z Running `/home/build/.rustup/toolchains/1.94.0-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=c18e638485bdfc97 -C extra-filename=-66f2b2a19b57dbf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102026-04-07T02:22:28.671Z Running `/home/build/.rustup/toolchains/1.94.0-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=eb52a284bb6ede23 -C extra-filename=-7a2f750586328fe6 --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-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112026-04-07T02:22:28.671Z Running `/home/build/.rustup/toolchains/1.94.0-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=a77f4737629c483c -C extra-filename=-64ebcc41add088b3 --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"))'`
26122026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=05829b7ce4228a5b -C extra-filename=-1e24df76c16f817b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=ecc2479b6dba8970 -C extra-filename=-d18156ad55a44d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=3d519c2c4012e40d -C extra-filename=-b542d191368554bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=ee0a3b0cb6b21f84 -C extra-filename=-abbbcd209cf07bc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 --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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d05ba8ded201b8c -C extra-filename=-d2d25f9487a12a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-04-07T02:22:28.675Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26182026-04-07T02:22:28.675Z Compiling signal-hook-registry v1.4.8
26192026-04-07T02:22:28.675Z Compiling pem-rfc7468 v0.7.0
26202026-04-07T02:22:28.675Z Compiling num-conv v0.2.0
26212026-04-07T02:22:28.675Z Compiling powerfmt v0.2.0
26222026-04-07T02:22:28.675Z Compiling atomic-waker v1.1.2
26232026-04-07T02:22:28.675Z Compiling clap_lex v1.0.0
26242026-04-07T02:22:28.675Z Compiling num_threads v0.1.7
26252026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=806a808418db5853 -C extra-filename=-feb7f6000b7d256e --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=be52679a90e18c56 -C extra-filename=-23dd8e7968b65b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=f5cc850c3cc67866 -C extra-filename=-f08bb8b248c5184c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282026-04-07T02:22:28.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=2e94a8b00d6f640b -C extra-filename=-ec69541b7ea66eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292026-04-07T02:22:28.981Z Running `/home/build/.rustup/toolchains/1.94.0-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=8244d5db0c24e527 -C extra-filename=-6933dc604de72165 --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-1079dfc81c68b9a8.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)'`
26302026-04-07T02:22:28.981Z Running `/home/build/.rustup/toolchains/1.94.0-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=a69906acb9896df8 -C extra-filename=-a075bcad381634a1 --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-a491b5cd39c65810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312026-04-07T02:22:28.981Z Running `/home/build/.rustup/toolchains/1.94.0-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=fc832ea703e42abd -C extra-filename=-eaa660764df265b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-04-07T02:22:28.984Z Running `/home/build/.rustup/toolchains/1.94.0-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=4719f5b68aec4c2d -C extra-filename=-158ee63d9a68ba9b --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-8703aae8b2f9644d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-04-07T02:22:28.985Z Compiling bitflags v2.11.0
26342026-04-07T02:22:28.985Z Compiling semver v1.0.27
26352026-04-07T02:22:28.985Z Compiling cc v1.2.56
26362026-04-07T02:22:28.985Z Compiling parking_lot v0.12.5
26372026-04-07T02:22:28.985Z Compiling rand_core v0.6.4
26382026-04-07T02:22:28.985Z Compiling uuid v1.23.0
26392026-04-07T02:22:28.985Z Compiling indexmap v2.13.0
26402026-04-07T02:22:28.985Z Compiling tracing-core v0.1.36
26412026-04-07T02:22:29.015Z Compiling anstyle-parse v0.2.7
26422026-04-07T02:22:29.018Z Compiling rand_core v0.9.5
26432026-04-07T02:22:29.018Z Compiling httpdate v1.0.3
26442026-04-07T02:22:29.046Z Compiling try-lock v0.2.5
26452026-04-07T02:22:29.049Z Compiling flagset v0.4.7
26462026-04-07T02:22:29.080Z Running `/home/build/.rustup/toolchains/1.94.0-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=d473dcf0cda3ba95 -C extra-filename=-922144cb400f44f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.084Z Running `/home/build/.rustup/toolchains/1.94.0-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=81486b1e4b04d019 -C extra-filename=-60f9e10d0c2141f4 --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-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26482026-04-07T02:22:29.084Z Running `/home/build/.rustup/toolchains/1.94.0-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=d6b7f6fab4668176 -C extra-filename=-6c6bb4391ac8d17e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.084Z Running `/home/build/.rustup/toolchains/1.94.0-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=927addd293fdf57f -C extra-filename=-f6d7bb457d0068ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.084Z Running `/home/build/.rustup/toolchains/1.94.0-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=bf762183abc528cc -C extra-filename=-308c91df5613d4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eaae755cf7d6ec51 -C extra-filename=-8b8139eadeadf9ed --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-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.149/src/lib.rs --error-format=json --json=diagnostic-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=a5007bb0fab6bbf5 -C extra-filename=-c87d064435728b66 --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-092fdc84cc87cee5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-494ba3a71996a280.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"))'`
26532026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=43b1fd0a0ec45800 -C extra-filename=-349968d8e5d688bc --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-4b053de74216db79.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-ca4ed8820e30a707.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=0d2379df8ac57962 -C extra-filename=-cb1154d6df4dcc09 --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-1988f17f35e1db6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,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=8885b7b5443f0ce0 -C extra-filename=-477e036a2250f2e5 --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-0aca6a5997de6e76.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=7b0bdec9e4eb067b -C extra-filename=-887e140ba4b052f4 --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-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-4de86be00ea20ca8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=d5be8104bdf539cb -C extra-filename=-10536750ba824ae2 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --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=72683d5b240de1f7 -C extra-filename=-ec5a7b71e39fc295 --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-a1dbfc08a4534512.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=844ae4dfa3676734 -C extra-filename=-61f2464b9e941b65 --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-e5797ea9908f0e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-04-07T02:22:29.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-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=55c827baa76c0331 -C extra-filename=-1c5dc4b799a94734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26612026-04-07T02:22:29.283Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26622026-04-07T02:22:29.284Z Running `/home/build/.rustup/toolchains/1.94.0-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=478763f38fd91cb9 -C extra-filename=-99d8b4ac7e33d344 --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-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-04-07T02:22:29.284Z Running `/home/build/.rustup/toolchains/1.94.0-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=7ffa99b77669b871 -C extra-filename=-adc5e70527ea3ff9 --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-feb7f6000b7d256e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-04-07T02:22:29.318Z Running `/home/build/.rustup/toolchains/1.94.0-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=ffcc7c811efff218 -C extra-filename=-8f587c6ddd5813db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.321Z Compiling deranged v0.5.8
26662026-04-07T02:22:29.321Z Compiling dunce v1.0.5
26672026-04-07T02:22:29.352Z Compiling pin-utils v0.1.0
26682026-04-07T02:22:29.355Z Compiling tower-layer v0.3.3
26692026-04-07T02:22:29.355Z Compiling fs_extra v1.3.0
26702026-04-07T02:22:29.355Z Compiling tower-service v0.3.3
26712026-04-07T02:22:29.355Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab48a895facea330 -C extra-filename=-282222ca4c7256bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.355Z Running `/home/build/.rustup/toolchains/1.94.0-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=cb5e4945cf699e6c -C extra-filename=-39e83d23797ddb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.726Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
26742026-04-07T02:22:29.729Z Running `/home/build/.rustup/toolchains/1.94.0-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=043667f672933bec -C extra-filename=-5901c73d34c3c394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:29.729Z Compiling anstream v0.6.21
26762026-04-07T02:22:29.729Z Compiling time-macros v0.2.27
26772026-04-07T02:22:29.729Z Compiling want v0.3.1
26782026-04-07T02:22:29.729Z Compiling slog v2.8.2
26792026-04-07T02:22:29.729Z Compiling camino v1.2.2
26802026-04-07T02:22:29.757Z Compiling unicode-segmentation v1.12.0
26812026-04-07T02:22:29.761Z Compiling socket2 v0.5.10
26822026-04-07T02:22:29.761Z Compiling spin v0.9.8
26832026-04-07T02:22:29.761Z Compiling vcpkg v0.2.15
26842026-04-07T02:22:29.761Z Running `/home/build/.rustup/toolchains/1.94.0-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=9556110bea7c5620 -C extra-filename=-7c5cc11432a2ac22 --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-922144cb400f44f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-04-07T02:22:29.794Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7792460d98c2a4f -C extra-filename=-02d7ef8c098a2a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-04-07T02:22:29.798Z Running `/home/build/.rustup/toolchains/1.94.0-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=d3c226d4ddb6cd9e -C extra-filename=-b8f2d017dfbfe3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-04-07T02:22:29.798Z Running `/home/build/.rustup/toolchains/1.94.0-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=092ded10a70262aa -C extra-filename=-7d72c1a8808103b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-04-07T02:22:29.798Z Running `/home/build/.rustup/toolchains/1.94.0-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=0b169d0eeff884d3 -C extra-filename=-b069a8570b2e898f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:30.095Z Running `/home/build/.rustup/toolchains/1.94.0-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=f599d255ce3906b0 -C extra-filename=-37faa1f68eac4450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26902026-04-07T02:22:30.095Z Running `/home/build/.rustup/toolchains/1.94.0-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=d9d5aa3f39539f65 -C extra-filename=-e3c84e5aa934da16 --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-39e83d23797ddb4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-04-07T02:22:30.095Z Running `/home/build/.rustup/toolchains/1.94.0-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=761648fe3fa6b7b5 -C extra-filename=-ad5507ced58804c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-04-07T02:22:30.099Z Running `/home/build/.rustup/toolchains/1.94.0-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=34f3557a97527afe -C extra-filename=-c32b696bd16762b0 --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-d2d25f9487a12a76.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-99d8b4ac7e33d344.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-04-07T02:22:30.099Z Running `/home/build/.rustup/toolchains/1.94.0-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=6e39b6df5e2f8340 -C extra-filename=-763e69004c310e8b --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-eaa660764df265b8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-04-07T02:22:30.099Z Compiling aws-lc-rs v1.16.0
26952026-04-07T02:22:30.099Z Compiling ucd-trie v0.1.7
26962026-04-07T02:22:30.099Z Compiling pretty-hex v0.4.1
26972026-04-07T02:22:30.099Z Compiling fastrand v2.3.0
26982026-04-07T02:22:30.099Z Compiling plain v0.2.3
26992026-04-07T02:22:30.099Z Compiling untrusted v0.7.1
27002026-04-07T02:22:30.100Z Compiling rustls v0.23.37
27012026-04-07T02:22:30.100Z Compiling openssl-probe v0.2.1
27022026-04-07T02:22:30.100Z Compiling winnow v0.7.14
27032026-04-07T02:22:30.100Z Running `/home/build/.rustup/toolchains/1.94.0-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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=016372c6a3afefb6 -C extra-filename=-81a339a39775c4c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8 -L 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-04-07T02:22:30.100Z Running `/home/build/.rustup/toolchains/1.94.0-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=48c9accc16ec8557 -C extra-filename=-1b927ed9105fe228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:30.100Z Running `/home/build/.rustup/toolchains/1.94.0-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=eb3e10d51adf5269 -C extra-filename=-faac664678c803f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-04-07T02:22:30.100Z Running `/home/build/.rustup/toolchains/1.94.0-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=45fe49cb424071a9 -C extra-filename=-f8fe8f956124d369 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-04-07T02:22:30.100Z Running `/home/build/.rustup/toolchains/1.94.0-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=f5a8f9743a9e4f65 -C extra-filename=-498226a3d878704f --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-37b593e45a181d21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082026-04-07T02:22:30.326Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=0badd1037d791940 -C extra-filename=-ecf1f97deaa88adb --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-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27092026-04-07T02:22:30.329Z Running `/home/build/.rustup/toolchains/1.94.0-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=eb81e45026cf4b62 -C extra-filename=-02375f6ebe64fa50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-04-07T02:22:30.330Z Compiling regex v1.12.3
27112026-04-07T02:22:30.354Z Compiling rustc_version v0.4.1
27122026-04-07T02:22:30.387Z Compiling sync_wrapper v1.0.2
27132026-04-07T02:22:30.390Z Compiling simd-adler32 v0.3.8
27142026-04-07T02:22:30.390Z Compiling iri-string v0.7.10
27152026-04-07T02:22:30.391Z Compiling adler2 v2.0.1
27162026-04-07T02:22:30.425Z Running `/home/build/.rustup/toolchains/1.94.0-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=3a226f3a4df2ea40 -C extra-filename=-f286a8126edb86b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb68c8fb96975383 -C extra-filename=-32a02797568f8843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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="ring"' --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=f704885a92dae4ab -C extra-filename=-573fefe0732e62d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=4546b1fd9de704c1 -C extra-filename=-23feec06cbb50781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=cf5da592f29880fa -C extra-filename=-4e50982a21137ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212026-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,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=b9506368bcd6bf4f -C extra-filename=-e902a69ed8c87be6 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=9f94c3e1cebfe141 -C extra-filename=-243d21d0b0b607bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:30.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=9a0a22a3b6352867 -C extra-filename=-f7fee5e86f2f2b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:30.489Z Running `/home/build/.rustup/toolchains/1.94.0-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=1907b3768f19f1b3 -C extra-filename=-933ea8a694882c77 --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-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252026-04-07T02:22:30.492Z Running `/home/build/.rustup/toolchains/1.94.0-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=df2f3354942be840 -C extra-filename=-38592406369b8a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27262026-04-07T02:22:30.493Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27272026-04-07T02:22:30.557Z Running `/home/build/.rustup/toolchains/1.94.0-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=7a8ed1cb6a25fef6 -C extra-filename=-93cd3c7fb33a6037 --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-8b8139eadeadf9ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282026-04-07T02:22:30.591Z Compiling cmake v0.1.57
27292026-04-07T02:22:30.594Z Compiling pest v2.8.6
27302026-04-07T02:22:30.594Z Compiling mime v0.3.17
27312026-04-07T02:22:30.594Z Running `/home/build/.rustup/toolchains/1.94.0-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=6cf6ac3c9625eb26 -C extra-filename=-e37e385602b72a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-04-07T02:22:30.594Z Running `/home/build/.rustup/toolchains/1.94.0-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=93b7a31f7066dcee -C extra-filename=-930b93cd044331fb --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-d2281c904bfe50c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-04-07T02:22:30.594Z Running `/home/build/.rustup/toolchains/1.94.0-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=51a1255a74c86087 -C extra-filename=-b3db75f06e318a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-04-07T02:22:30.594Z Running `/home/build/.rustup/toolchains/1.94.0-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=48d9bf483de05a60 -C extra-filename=-fa1b9b86a59e162f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-04-07T02:22:30.808Z Compiling static_assertions v1.1.0
27362026-04-07T02:22:30.808Z Compiling lazy_static v1.5.0
27372026-04-07T02:22:30.811Z Compiling crc32fast v1.5.0
27382026-04-07T02:22:30.811Z Compiling paste v1.0.15
27392026-04-07T02:22:30.811Z Compiling encoding_rs v0.8.35
27402026-04-07T02:22:30.811Z Compiling heck v0.4.1
27412026-04-07T02:22:30.811Z Running `/home/build/.rustup/toolchains/1.94.0-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=0d5f9d70f12b3493 -C extra-filename=-76bbdb5a156335cb --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-349968d8e5d688bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-04-07T02:22:30.839Z Running `/home/build/.rustup/toolchains/1.94.0-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=a0cae428f31ebbde -C extra-filename=-dfa67a421c28d51d --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-9d0bb49b988bc1dc.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-02375f6ebe64fa50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432026-04-07T02:22:30.842Z Running `/home/build/.rustup/toolchains/1.94.0-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=3fc7d296a1dee7e3 -C extra-filename=-a07cde80cd4a0a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-04-07T02:22:31.056Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27452026-04-07T02:22:31.056Z Running `/home/build/.rustup/toolchains/1.94.0-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=e010b04c751337ed -C extra-filename=-8b5e68fb1f722bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-04-07T02:22:31.060Z Running `/home/build/.rustup/toolchains/1.94.0-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=206922894cccfa2b -C extra-filename=-dd9102c781fc5d0d --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-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-04-07T02:22:31.060Z Compiling miniz_oxide v0.8.9
27482026-04-07T02:22:31.060Z Compiling openssl v0.10.75
27492026-04-07T02:22:31.060Z Compiling foreign-types-shared v0.1.1
27502026-04-07T02:22:31.060Z Compiling tinyvec_macros v0.1.1
27512026-04-07T02:22:31.060Z Compiling num-integer v0.1.46
27522026-04-07T02:22:31.060Z Compiling data-encoding v2.10.0
27532026-04-07T02:22:31.060Z Compiling ahash v0.8.12
27542026-04-07T02:22:31.060Z Compiling usdt-impl v0.6.0
27552026-04-07T02:22:31.091Z Compiling native-tls v0.2.18
27562026-04-07T02:22:31.094Z Compiling zlib-rs v0.6.2
27572026-04-07T02:22:31.094Z Compiling base16ct v0.2.0
27582026-04-07T02:22:31.094Z Compiling object v0.37.3
27592026-04-07T02:22:31.094Z Running `/home/build/.rustup/toolchains/1.94.0-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=ed3e9efb834ffda6 -C extra-filename=-9dc60e5f27682a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84 -L 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-04-07T02:22:31.094Z Running `/home/build/.rustup/toolchains/1.94.0-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=70e8488271d6ed8c -C extra-filename=-ef4e9b54cb022e5f --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-04-07T02:22:31.119Z Running `/home/build/.rustup/toolchains/1.94.0-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=c8a38a7fab51dfd1 -C extra-filename=-48d53fa97e1e2bdd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd -L 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-04-07T02:22:31.122Z Running `/home/build/.rustup/toolchains/1.94.0-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=4c873fe557b70abf -C extra-filename=-445c8839df6eec4c --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-04-07T02:22:31.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=acc39a73dec516c3 -C extra-filename=-187942c6dbec225b --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-b3db75f06e318a4d.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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.75/build.rs --error-format=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=5a307a0bc72da546 -C extra-filename=-8251b5d5639f018a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=d57700da2438f112 -C extra-filename=-8a99b6dee15b72a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=5a2ba16f126866c4 -C extra-filename=-7b8b4079daab0ed4 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=bdcc2085d3692a64 -C extra-filename=-e45898bb301690e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=59bdcb714ff8c00c -C extra-filename=-afe6ed1398c542c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=b966f587e79a416b -C extra-filename=-12ce87b25e55e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=edc64a0a2b2f2217 -C extra-filename=-dec54908fb143fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4 -L 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-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=66ce746128c64e4e -C extra-filename=-9a7910bebc61de1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:31.259Z Running `/home/build/.rustup/toolchains/1.94.0-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=f8f691e119207d07 -C extra-filename=-100bcff608d838b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5 -L 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-04-07T02:22:31.259Z Compiling synstructure v0.13.2
27742026-04-07T02:22:31.286Z Compiling serde_derive_internals v0.29.1
27752026-04-07T02:22:31.316Z Running `/home/build/.rustup/toolchains/1.94.0-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=1cecacfffab7d536 -C extra-filename=-9a1fee2dec1666ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-04-07T02:22:31.319Z Running `/home/build/.rustup/toolchains/1.94.0-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=3dca12f1c0530674 -C extra-filename=-12acf8694e8a2ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772026-04-07T02:22:31.527Z Compiling terminal_size v0.4.3
27782026-04-07T02:22:31.527Z Compiling time v0.3.47
27792026-04-07T02:22:31.531Z Compiling tempfile v3.25.0
27802026-04-07T02:22:31.531Z Compiling darling_core v0.21.3
27812026-04-07T02:22:31.531Z Compiling ff v0.13.1
27822026-04-07T02:22:31.531Z Running `/home/build/.rustup/toolchains/1.94.0-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=4185cedc2897c102 -C extra-filename=-e8f1bb9ff17a4893 --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-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-04-07T02:22:31.531Z Running `/home/build/.rustup/toolchains/1.94.0-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=c041c12b253d29e0 -C extra-filename=-186ed057f2be0056 --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-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-04-07T02:22:31.731Z Running `/home/build/.rustup/toolchains/1.94.0-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=991308801186088b -C extra-filename=-dfe31b45dc442a58 --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-ecf1f97deaa88adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-04-07T02:22:31.734Z Compiling ring v0.17.14
27862026-04-07T02:22:31.734Z Compiling aws-lc-sys v0.37.1
27872026-04-07T02:22:31.734Z Compiling openssl-sys v0.9.111
27882026-04-07T02:22:31.734Z Compiling toml_parser v1.0.9+spec-1.1.0
27892026-04-07T02:22:31.734Z Compiling tinyvec v1.10.0
27902026-04-07T02:22:31.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=ad23c42411b004db -C extra-filename=-cbed36e7fc71d6db --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-7c5cc11432a2ac22.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f6d7bb457d0068ce.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-04-07T02:22:31.734Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=5d767e71dde81ffd -C extra-filename=-14842183da3c6f4a --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-9741ffcf9f049a12.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)'`
27922026-04-07T02:22:31.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=bc83b3614b21dec4 -C extra-filename=-644937c78de1b446 --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-04-07T02:22:31.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=6a6d6162f76e15bc -C extra-filename=-fc852f2af93df796 --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-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-04-07T02:22:31.734Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=7f9ba446a86b0123 -C extra-filename=-99604401b78e7a8b --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-f286a8126edb86b2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952026-04-07T02:22:31.957Z Compiling clap_builder v4.5.60
27962026-04-07T02:22:31.957Z Compiling foreign-types v0.3.2
27972026-04-07T02:22:31.961Z Compiling thread-id v5.1.0
27982026-04-07T02:22:31.961Z Compiling cookie v0.18.1
27992026-04-07T02:22:31.961Z Compiling litrs v1.0.0
28002026-04-07T02:22:31.961Z Compiling bit-vec v0.8.0
28012026-04-07T02:22:31.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=95f609fc23320650 -C extra-filename=-7d9a82299b817696 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7d9a82299b817696 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-04-07T02:22:31.961Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
28032026-04-07T02:22:31.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=948b74ba6931574b -C extra-filename=-2f087dd254ca002f --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-e45898bb301690e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-04-07T02:22:31.961Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
28052026-04-07T02:22:31.961Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.9+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=5563f806ea858a04 -C extra-filename=-eddac49d652135bc --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-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-04-07T02:22:31.961Z Running `/home/build/.rustup/toolchains/1.94.0-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.111/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=dbba8d13731144a9 -C extra-filename=-5f7c2f767a096a26 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5f7c2f767a096a26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-04-07T02:22:31.962Z Running `/home/build/.rustup/toolchains/1.94.0-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.37.1/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", "prebuilt-nasm", "ssl"))' -C metadata=9d14fa3274c3aefd -C extra-filename=-46dc43cfb8bdf616 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46dc43cfb8bdf616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-76bbdb5a156335cb.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-5901c73d34c3c394.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-7d72c1a8808103b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-04-07T02:22:32.099Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.60/src/lib.rs --error-format=json --json=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=0d63c6638c1dc748 -C extra-filename=-d341717297823e3b --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-308c91df5613d4de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dfe31b45dc442a58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092026-04-07T02:22:32.102Z Running `/home/build/.rustup/toolchains/1.94.0-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=7455142331c36bb1 -C extra-filename=-14f100f5295f5d28 --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-8a99b6dee15b72a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-04-07T02:22:32.102Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28112026-04-07T02:22:32.102Z Running `/home/build/.rustup/toolchains/1.94.0-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=60c9a851de3903d9 -C extra-filename=-d9f0b456e7dc20d1 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-04-07T02:22:32.103Z Compiling pest_meta v2.8.6
28132026-04-07T02:22:32.134Z Compiling group v0.13.0
28142026-04-07T02:22:32.137Z Running `/home/build/.rustup/toolchains/1.94.0-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=37d9226ae6f9f744 -C extra-filename=-d5fd0f5185ed5b7a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-04-07T02:22:32.137Z Running `/home/build/.rustup/toolchains/1.94.0-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=9a02174e50cd78e3 -C extra-filename=-bf94deb561031c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-04-07T02:22:32.137Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28172026-04-07T02:22:32.137Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28182026-04-07T02:22:32.137Z Running `/home/build/.rustup/toolchains/1.94.0-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=1f37a7d72b1fd549 -C extra-filename=-1f592c78e46269e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:32.302Z Compiling num-iter v0.1.45
28202026-04-07T02:22:32.305Z Compiling crossbeam-epoch v0.9.18
28212026-04-07T02:22:32.305Z Compiling bstr v1.12.1
28222026-04-07T02:22:32.305Z Running `/home/build/.rustup/toolchains/1.94.0-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=c86fb8cf73679831 -C extra-filename=-82b6458813c5ac03 --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-dfa67a421c28d51d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-04-07T02:22:32.374Z Running `/home/build/.rustup/toolchains/1.94.0-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=0ada951d5874b026 -C extra-filename=-227ba1285ee48ac7 --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"))'`
28242026-04-07T02:22:32.378Z Running `/home/build/.rustup/toolchains/1.94.0-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=7a03f4465586ee4f -C extra-filename=-c720c3fef9372955 --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-fc852f2af93df796.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-04-07T02:22:32.450Z Compiling bit-set v0.8.0
28262026-04-07T02:22:32.454Z Compiling toml_datetime v0.7.5+spec-1.1.0
28272026-04-07T02:22:32.454Z Compiling memmap2 v0.9.10
28282026-04-07T02:22:32.454Z Compiling wait-timeout v0.2.1
28292026-04-07T02:22:32.454Z Compiling psl-types v2.0.11
28302026-04-07T02:22:32.454Z Compiling siphasher v1.0.2
28312026-04-07T02:22:32.454Z Compiling cfg_aliases v0.2.1
28322026-04-07T02:22:32.454Z Running `/home/build/.rustup/toolchains/1.94.0-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=0759838613bebd3a -C extra-filename=-74759b175612c26b --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-aa8953624d325365.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)'`
28332026-04-07T02:22:32.454Z Running `/home/build/.rustup/toolchains/1.94.0-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=d83a3318cad1eafb -C extra-filename=-5123d94d29602b7b --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-04-07T02:22:32.454Z Running `/home/build/.rustup/toolchains/1.94.0-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=ff46a1952510bf51 -C extra-filename=-81b267cc7138b84d --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-04-07T02:22:32.480Z Running `/home/build/.rustup/toolchains/1.94.0-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=3959a3af0918eae7 -C extra-filename=-d7011e9bfeca9f9e --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-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-04-07T02:22:32.643Z Running `/home/build/.rustup/toolchains/1.94.0-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=a05ad596727c0e3b -C extra-filename=-54f21ffbb79648bf --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-1f592c78e46269e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-04-07T02:22:32.646Z Compiling num-bigint-dig v0.8.6
28382026-04-07T02:22:32.646Z Compiling rustix v0.38.44
28392026-04-07T02:22:32.646Z Compiling darling_core v0.20.11
28402026-04-07T02:22:32.646Z Compiling itertools v0.13.0
28412026-04-07T02:22:32.709Z Running `/home/build/.rustup/toolchains/1.94.0-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=c307ec09a418be48 -C extra-filename=-81f427d9a41870f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-04-07T02:22:32.715Z Running `/home/build/.rustup/toolchains/1.94.0-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=a9ddf82d8dfe21a2 -C extra-filename=-c6efbb6be0ff4359 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-04-07T02:22:32.715Z Running `/home/build/.rustup/toolchains/1.94.0-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=000d928e50cd35ab -C extra-filename=-50f5419d8aacbbbf --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-04-07T02:22:32.715Z Running `/home/build/.rustup/toolchains/1.94.0-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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2d08a91c9904947e -C extra-filename=-2220684d8a71e79b --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-04-07T02:22:32.715Z Running `/home/build/.rustup/toolchains/1.94.0-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=97757d02c256af22 -C extra-filename=-d7c954c5e8c62581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:32.739Z Running `/home/build/.rustup/toolchains/1.94.0-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=137a2ce9cea978b3 -C extra-filename=-cd202310ad5c957e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:32.877Z Compiling usdt-impl v0.5.0
28482026-04-07T02:22:32.880Z Compiling winnow v0.5.40
28492026-04-07T02:22:32.880Z Compiling quick-error v1.2.3
28502026-04-07T02:22:32.909Z Running `/home/build/.rustup/toolchains/1.94.0-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=16f7b7edd93f4143 -C extra-filename=-e4c83b89c41d405d --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-04-07T02:22:32.912Z Running `/home/build/.rustup/toolchains/1.94.0-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=b24d9fa83ff3a7ad -C extra-filename=-0f656ff4875bc8de --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-9d0bb49b988bc1dc.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)'`
28522026-04-07T02:22:32.912Z Running `/home/build/.rustup/toolchains/1.94.0-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=d8071f1536d9b536 -C extra-filename=-ca42e8c6e5993854 --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-04-07T02:22:32.912Z Running `/home/build/.rustup/toolchains/1.94.0-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=7a994a3764062f69 -C extra-filename=-d482eff6bcce1d00 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542026-04-07T02:22:32.912Z Running `/home/build/.rustup/toolchains/1.94.0-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=91c7d4198de7e7b3 -C extra-filename=-698ac3da0275bb50 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-04-07T02:22:33.118Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7d9a82299b817696/build-script-build`
28562026-04-07T02:22:33.122Z Compiling serde_derive v1.0.228
28572026-04-07T02:22:33.122Z Compiling zeroize_derive v1.4.3
28582026-04-07T02:22:33.122Z Compiling zerofrom-derive v0.1.6
28592026-04-07T02:22:33.122Z Compiling yoke-derive v0.8.1
28602026-04-07T02:22:33.122Z Compiling zerovec-derive v0.11.2
28612026-04-07T02:22:33.122Z Compiling displaydoc v0.2.5
28622026-04-07T02:22:33.122Z Compiling zerocopy-derive v0.8.40
28632026-04-07T02:22:33.122Z Compiling thiserror-impl v2.0.18
28642026-04-07T02:22:33.122Z Compiling tokio-macros v2.6.0
28652026-04-07T02:22:33.122Z Compiling schemars_derive v0.8.22
28662026-04-07T02:22:33.122Z Running `/home/build/.rustup/toolchains/1.94.0-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=32e82eb8e67db0a5 -C extra-filename=-a270e9e4dd3e13ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-04-07T02:22:33.122Z Running `/home/build/.rustup/toolchains/1.94.0-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=f51b4dd9d0a4f512 -C extra-filename=-dbc21d817e9b0f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-04-07T02:22:33.122Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5f7c2f767a096a26/build-script-main`
28692026-04-07T02:22:33.122Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
28702026-04-07T02:22:33.122Z Running `/home/build/.rustup/toolchains/1.94.0-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=06b985c1103843b1 -C extra-filename=-5b14b0a300cb9907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-04-07T02:22:33.341Z Running `/home/build/.rustup/toolchains/1.94.0-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=e2f6e76370735f5e -C extra-filename=-e04030d52c537d80 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-04-07T02:22:33.344Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.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=ce6d3884db398ebb -C extra-filename=-08b04244e7d4da09 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-04-07T02:22:33.344Z Running `/home/build/.rustup/toolchains/1.94.0-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=d2ffdaf00e95891b -C extra-filename=-0dbd4b74c5e71236 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-e8f1bb9ff17a4893.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-04-07T02:22:33.344Z Compiling futures-macro v0.3.32
28752026-04-07T02:22:33.372Z Compiling thiserror-impl v1.0.69
28762026-04-07T02:22:33.375Z Compiling tracing-attributes v0.1.31
28772026-04-07T02:22:33.375Z Compiling clap_derive v4.5.55
28782026-04-07T02:22:33.375Z Compiling der_derive v0.7.3
28792026-04-07T02:22:33.375Z Compiling async-trait v0.1.89
28802026-04-07T02:22:33.400Z Compiling pest_generator v2.8.6
28812026-04-07T02:22:33.404Z Running `/home/build/.rustup/toolchains/1.94.0-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=9b6df546c4010464 -C extra-filename=-3c509900f286cffc --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-e8f1bb9ff17a4893.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-04-07T02:22:33.404Z Running `/home/build/.rustup/toolchains/1.94.0-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=37dd0e4e94e7ed01 -C extra-filename=-fbba08d7e403729c --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-04-07T02:22:33.404Z Running `/home/build/.rustup/toolchains/1.94.0-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=e47ba3e113485a3f -C extra-filename=-1e15ebb7a06b491f --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-04-07T02:22:33.404Z Running `/home/build/.rustup/toolchains/1.94.0-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=c69ab371a6dd3264 -C extra-filename=-6ba382c3f51299b0 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852026-04-07T02:22:33.404Z Running `/home/build/.rustup/toolchains/1.94.0-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.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7c2e305bc5328b6 -C extra-filename=-48be899401e2bff4 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-04-07T02:22:33.404Z Running `/home/build/.rustup/toolchains/1.94.0-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=459075fb18dd7bfa -C extra-filename=-33c4b69d66a36c14 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-186ed057f2be0056.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-04-07T02:22:33.501Z Running `/home/build/.rustup/toolchains/1.94.0-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=d0c8fc2e26f7a632 -C extra-filename=-a393eb2d50036fca --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-04-07T02:22:33.504Z Running `/home/build/.rustup/toolchains/1.94.0-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=a4d3154da2ef36fd -C extra-filename=-2a3ed83a82b6c7e7 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-04-07T02:22:33.535Z Running `/home/build/.rustup/toolchains/1.94.0-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=5537333d3d7d650f -C extra-filename=-30d54ab20e9dcfc0 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-04-07T02:22:33.538Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.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=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=d79fdc7408d10ac8 -C extra-filename=-0e2ea2788d235950 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-04-07T02:22:33.538Z Compiling hubpack_derive v0.1.1
28922026-04-07T02:22:33.538Z Compiling strum_macros v0.26.4
28932026-04-07T02:22:33.538Z Compiling scroll_derive v0.13.1
28942026-04-07T02:22:33.567Z Running `/home/build/.rustup/toolchains/1.94.0-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=8bc46b58ce23606b -C extra-filename=-059cf9f819953873 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-04-07T02:22:33.570Z Running `/home/build/.rustup/toolchains/1.94.0-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=0930baa98a48d308 -C extra-filename=-7a627029a175eba8 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-04-07T02:22:33.570Z Running `/home/build/.rustup/toolchains/1.94.0-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=b3ccb94e0aeaf8c6 -C extra-filename=-299c7c1285c5945a --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-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-04-07T02:22:33.570Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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 --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=8ca933bf9095ad49 -C extra-filename=-85002ade11b4ff5d --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-04-07T02:22:33.599Z Running `/home/build/.rustup/toolchains/1.94.0-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=ff4134e3e581bcba -C extra-filename=-4ae4202e04529fb2 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-04-07T02:22:33.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=54c165e4acb96605 -C extra-filename=-cdb34a68aef283e9 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-04-07T02:22:33.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=a63aefc8b8c554b9 -C extra-filename=-f4708de838994be0 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-04-07T02:22:33.603Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a/build-script-build`
29022026-04-07T02:22:33.603Z Running `/home/build/.rustup/toolchains/1.94.0-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.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=1108a424f89ffd86 -C extra-filename=-b1ece98aa23d2d5f --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg 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 --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(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(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)'`
29032026-04-07T02:22:33.971Z Compiling openssl-macros v0.1.1
29042026-04-07T02:22:33.974Z Running `/home/build/.rustup/toolchains/1.94.0-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=02cd42e621ec749f -C extra-filename=-ce564823738f1922 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-04-07T02:22:34.047Z Compiling flate2 v1.1.9
29062026-04-07T02:22:34.051Z Running `/home/build/.rustup/toolchains/1.94.0-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=5d9ba92a0dedbe00 -C extra-filename=-1643abf9e1a342b4 --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-74759b175612c26b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-9a7910bebc61de1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-04-07T02:22:34.105Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
29082026-04-07T02:22:34.151Z Compiling scroll_derive v0.12.1
29092026-04-07T02:22:34.184Z Running `/home/build/.rustup/toolchains/1.94.0-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=b1d2fd9f6d130dbe -C extra-filename=-923a0a7b0f8e4a4a --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-04-07T02:22:34.306Z Compiling zeroize v1.8.2
29112026-04-07T02:22:34.310Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --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=8092bbfa01ec0557 -C extra-filename=-e1162002be34ba6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-08b04244e7d4da09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-04-07T02:22:34.342Z Compiling document-features v0.2.12
29132026-04-07T02:22:34.346Z Compiling darling_macro v0.21.3
29142026-04-07T02:22:34.346Z Running `/home/build/.rustup/toolchains/1.94.0-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=b3df82d134558ea0 -C extra-filename=-f1440f2cce620e94 --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-bf94deb561031c36.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-04-07T02:22:34.346Z Running `/home/build/.rustup/toolchains/1.94.0-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=c3d4b8246c1cfdbc -C extra-filename=-7de085c31a9b03bf --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-644937c78de1b446.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-04-07T02:22:34.415Z Compiling zerocopy-derive v0.7.35
29172026-04-07T02:22:34.418Z Running `/home/build/.rustup/toolchains/1.94.0-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=5ac60e9c8a9c505f -C extra-filename=-513e837a9e6fa26a --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182026-04-07T02:22:34.476Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
29192026-04-07T02:22:34.627Z Running `/home/build/.rustup/toolchains/1.94.0-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=6fa95a5530c1d0f3 -C extra-filename=-d360b8343ba5b75b --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-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29202026-04-07T02:22:34.659Z Compiling rustls-pki-types v1.14.0
29212026-04-07T02:22:34.662Z Running `/home/build/.rustup/toolchains/1.94.0-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=e128153dacf5bffb -C extra-filename=-0de3afb176597fec --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-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-04-07T02:22:34.700Z Compiling futures-util v0.3.32
29232026-04-07T02:22:34.704Z Compiling pest_derive v2.8.6
29242026-04-07T02:22:34.704Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
29252026-04-07T02:22:34.704Z Running `/home/build/.rustup/toolchains/1.94.0-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=e6ca9f5308529068 -C extra-filename=-5aa2316c79f72e77 --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-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-299c7c1285c5945a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-04-07T02:22:34.704Z Running `/home/build/.rustup/toolchains/1.94.0-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=5e0d69b9735cdffc -C extra-filename=-2af439753ba3fae8 --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-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-2a3ed83a82b6c7e7.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-04-07T02:22:34.833Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs --error-format=json --json=diagnostic-rendered-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=ba89d5034c982e43 -C extra-filename=-e0196f4060b80094 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-ce564823738f1922.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_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(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)'`
29282026-04-07T02:22:34.875Z Compiling rusty-fork v0.3.1
29292026-04-07T02:22:34.879Z Running `/home/build/.rustup/toolchains/1.94.0-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=a1a5caab049568e1 -C extra-filename=-df754a6ac0f3c8ff --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-74c31174be3833a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-04-07T02:22:34.879Z Compiling curve25519-dalek v4.1.3
29312026-04-07T02:22:34.879Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
29322026-04-07T02:22:34.879Z Running `/home/build/.rustup/toolchains/1.94.0-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=6605ac9bc02d3e4c -C extra-filename=-5790665f688b09aa --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-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29332026-04-07T02:22:34.879Z Running `/home/build/.rustup/toolchains/1.94.0-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=222ca2b211c1b779 -C extra-filename=-4c5dffd33cd245b0 --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-6d38f3aad90247c6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a270e9e4dd3e13ac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-50f5419d8aacbbbf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-04-07T02:22:34.879Z Running `/home/build/.rustup/toolchains/1.94.0-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=1d8d4e55641865fc -C extra-filename=-95a32e5a88eff220 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352026-04-07T02:22:35.016Z Compiling rand_xorshift v0.4.0
29362026-04-07T02:22:35.048Z Running `/home/build/.rustup/toolchains/1.94.0-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=e6b4c34f63fddbdd -C extra-filename=-1dbe04f2fdd9d8ac --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-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-04-07T02:22:35.054Z Compiling rustls-native-certs v0.8.3
29382026-04-07T02:22:35.057Z Compiling der v0.7.10
29392026-04-07T02:22:35.057Z Running `/home/build/.rustup/toolchains/1.94.0-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=2dc8fdd96ecf87a2 -C extra-filename=-b1c23b7ca6abed9b --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-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402026-04-07T02:22:35.057Z Running `/home/build/.rustup/toolchains/1.94.0-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=a76e61e07725f09f -C extra-filename=-417f69d8a1ccd116 --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-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-059cf9f819953873.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-04-07T02:22:35.120Z Compiling webpki-roots v1.0.6
29422026-04-07T02:22:35.156Z Compiling scroll v0.13.0
29432026-04-07T02:22:35.159Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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=1eefc16f132ded47 -C extra-filename=-8b0cbcd1ae2c3e60 --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-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-04-07T02:22:35.159Z Running `/home/build/.rustup/toolchains/1.94.0-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=e1fbd682f86ffa5d -C extra-filename=-30c734ef007773f2 --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-cdb34a68aef283e9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-04-07T02:22:35.195Z Compiling scroll v0.12.0
29462026-04-07T02:22:35.235Z Running `/home/build/.rustup/toolchains/1.94.0-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=1cdd8d3e7797c02b -C extra-filename=-8dbb03729d45c659 --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-923a0a7b0f8e4a4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-04-07T02:22:35.275Z Running `/home/build/.rustup/toolchains/1.94.0-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=98355dd4c5c8e174 -C extra-filename=-adb40abc60c255f4 --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-6ba382c3f51299b0.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)'`
29482026-04-07T02:22:35.275Z Compiling crypto-common v0.1.7
29492026-04-07T02:22:35.275Z Running `/home/build/.rustup/toolchains/1.94.0-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=c958806ecdc9fac2 -C extra-filename=-9efdc25063733208 --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-d360b8343ba5b75b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-04-07T02:22:35.312Z Compiling block-buffer v0.10.4
29512026-04-07T02:22:35.354Z Compiling block-padding v0.3.3
29522026-04-07T02:22:35.357Z Running `/home/build/.rustup/toolchains/1.94.0-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=8d331dffa20b95e6 -C extra-filename=-a7a7b96567b23653 --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-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-04-07T02:22:35.428Z Compiling zerofrom v0.1.6
29542026-04-07T02:22:35.431Z Compiling darling v0.21.3
29552026-04-07T02:22:35.431Z Compiling crypto-bigint v0.5.5
29562026-04-07T02:22:35.431Z Compiling thread-id v4.2.2
29572026-04-07T02:22:35.431Z Compiling memoffset v0.9.1
29582026-04-07T02:22:35.431Z Running `/home/build/.rustup/toolchains/1.94.0-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=f3899af514618ae2 -C extra-filename=-1bbdb513003c6cd4 --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-a393eb2d50036fca.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)'`
29592026-04-07T02:22:35.431Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=11b3fc2d7af0452e -C extra-filename=-bfc099fd21137fa3 --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-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-04-07T02:22:35.599Z Compiling tracing v0.1.44
29612026-04-07T02:22:35.630Z Compiling darling_macro v0.20.11
29622026-04-07T02:22:35.633Z Compiling unarray v0.1.4
29632026-04-07T02:22:35.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="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=90285217eb4f911a -C extra-filename=-867692b189580a16 --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-48be899401e2bff4.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_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)'`
29642026-04-07T02:22:35.633Z Running `/home/build/.rustup/toolchains/1.94.0-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=b423a5595514fb33 -C extra-filename=-dac69a3fe8e72409 --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-644937c78de1b446.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7de085c31a9b03bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-04-07T02:22:35.633Z Running `/home/build/.rustup/toolchains/1.94.0-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=4224022238b5a46d -C extra-filename=-4d9b92661e5552d3 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-04-07T02:22:35.633Z Running `/home/build/.rustup/toolchains/1.94.0-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=f6339ca88ae8287b -C extra-filename=-f016854169fb0f48 --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-0dbd4b74c5e71236.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-04-07T02:22:35.633Z Running `/home/build/.rustup/toolchains/1.94.0-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=57e9ce59e1100b4f -C extra-filename=-1e60a28a9d64bbe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-04-07T02:22:35.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=8fd81366180e877d -C extra-filename=-c8f513e2061a3802 --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-d360b8343ba5b75b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-04-07T02:22:35.737Z Compiling digest v0.10.7
29702026-04-07T02:22:35.737Z Compiling inout v0.1.4
29712026-04-07T02:22:35.737Z Compiling goblin v0.10.5
29722026-04-07T02:22:35.740Z Compiling dtrace-parser v0.3.0
29732026-04-07T02:22:35.740Z Compiling goblin v0.8.2
29742026-04-07T02:22:35.740Z Compiling dtrace-parser v0.2.0
29752026-04-07T02:22:35.740Z Compiling curve25519-dalek-derive v0.1.1
29762026-04-07T02:22:35.740Z Compiling env_filter v1.0.0
29772026-04-07T02:22:35.740Z Compiling keccak v0.1.6
29782026-04-07T02:22:35.740Z Running `/home/build/.rustup/toolchains/1.94.0-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=4ebbe1fa3984fb9b -C extra-filename=-f05cd7af60490361 --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-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-30d54ab20e9dcfc0.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-04-07T02:22:35.740Z Running `/home/build/.rustup/toolchains/1.94.0-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=bacc9955b35ea643 -C extra-filename=-020ae0f863ac6e6a --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-ca42e8c6e5993854.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-04-07T02:22:35.740Z Running `/home/build/.rustup/toolchains/1.94.0-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=8080e9308638e233 -C extra-filename=-0c85d7019b9b3bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-04-07T02:22:35.771Z Running `/home/build/.rustup/toolchains/1.94.0-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=9d3b4da216545e88 -C extra-filename=-c051f503f089cbc9 --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-a7a7b96567b23653.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-04-07T02:22:35.774Z Compiling yoke v0.8.1
29832026-04-07T02:22:35.774Z Compiling zerocopy v0.7.35
29842026-04-07T02:22:35.801Z Compiling serde_with_macros v3.17.0
29852026-04-07T02:22:35.804Z Compiling toml_write v0.1.2
29862026-04-07T02:22:35.835Z Compiling signal-hook v0.3.18
29872026-04-07T02:22:35.838Z Compiling daft-derive v0.1.5
29882026-04-07T02:22:35.864Z Running `/home/build/.rustup/toolchains/1.94.0-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=85fde2c554380458 -C extra-filename=-d6eac2cf4364fb0f --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-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-5aa2316c79f72e77.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-04-07T02:22:35.868Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220/build-script-build`
29902026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=876c574d9d1652f0 -C extra-filename=-12b2944ee860319d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=da31c21526165a29 -C extra-filename=-cf65c8f4ae801381 --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-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=2e7c05c2b81a617f -C extra-filename=-043d7a1526811242 --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-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-5aa2316c79f72e77.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=161560b5aab11e72 -C extra-filename=-9b6bf89d831ba713 --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-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-8dbb03729d45c659.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=3e5c297381437054 -C extra-filename=-12ee54eb32641bf5 --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-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-30c734ef007773f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-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 --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=c48e0756d272ad67 -C extra-filename=-e425f2701dae9a30 --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-bfc099fd21137fa3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-04-07T02:22:35.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=5b4de3d0420091d8 -C extra-filename=-fab36104829485ba --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-04-07T02:22:35.898Z Running `/home/build/.rustup/toolchains/1.94.0-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=b4a523e1af79e9fa -C extra-filename=-35364b62aabb565e --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-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-3c509900f286cffc.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-04-07T02:22:35.901Z Running `/home/build/.rustup/toolchains/1.94.0-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=096a9380bcff1e10 -C extra-filename=-cedfdcbdcdc30045 --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-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-513e837a9e6fa26a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-04-07T02:22:35.901Z Running `/home/build/.rustup/toolchains/1.94.0-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.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --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=66fc4afd195bd8e8 -C extra-filename=-47d8c27765709821 --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-dac69a3fe8e72409.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-04-07T02:22:35.901Z Running `/home/build/.rustup/toolchains/1.94.0-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=eebbfde9c1b5e973 -C extra-filename=-6b540301fa1f26bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:35.901Z Running `/home/build/.rustup/toolchains/1.94.0-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=8343a75cd54db685 -C extra-filename=-ef43ea7ecfd5f84d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-04-07T02:22:35.935Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -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=267c1b843ea32ccb -C extra-filename=-860f38112229de57 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-04-07T02:22:35.998Z Compiling clap v4.5.60
30042026-04-07T02:22:36.002Z Compiling nix v0.31.1
30052026-04-07T02:22:36.002Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.60/src/lib.rs --error-format=json --json=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=29fae130fa8e82d0 -C extra-filename=-40416eaef8f7236b --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-d341717297823e3b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0e2ea2788d235950.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-04-07T02:22:36.002Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
30072026-04-07T02:22:36.029Z Running `/home/build/.rustup/toolchains/1.94.0-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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --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=e3accf137eb82433 -C extra-filename=-fa75f3e5165e87a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-fa75f3e5165e87a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-04-07T02:22:36.065Z Compiling zerovec v0.11.5
30092026-04-07T02:22:36.128Z Compiling zerotrie v0.2.3
30102026-04-07T02:22:36.131Z Running `/home/build/.rustup/toolchains/1.94.0-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=798ae1ab8d7c1627 -C extra-filename=-e207619bb20e2d3c --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-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-fbba08d7e403729c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-04-07T02:22:36.164Z Compiling sha2 v0.10.9
30122026-04-07T02:22:36.167Z Running `/home/build/.rustup/toolchains/1.94.0-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=5d899b0b4448000f -C extra-filename=-3c5fe4ef693ce370 --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-1e15ebb7a06b491f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-04-07T02:22:36.230Z Compiling hmac v0.12.1
30142026-04-07T02:22:36.233Z Compiling spki v0.7.3
30152026-04-07T02:22:36.263Z Running `/home/build/.rustup/toolchains/1.94.0-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=9765f0288650eda2 -C extra-filename=-444a27183bbc0bbd --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-04-07T02:22:36.370Z Compiling signature v2.2.0
30172026-04-07T02:22:36.373Z Compiling strum v0.26.3
30182026-04-07T02:22:36.373Z Compiling sha1 v0.10.6
30192026-04-07T02:22:36.373Z Running `/home/build/.rustup/toolchains/1.94.0-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=66f7a298c8521849 -C extra-filename=-9bde2911196ef7ab --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-04-07T02:22:36.373Z Running `/home/build/.rustup/toolchains/1.94.0-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=3a452063da9e725d -C extra-filename=-6c5ce86718ad8a97 --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-417f69d8a1ccd116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-04-07T02:22:36.540Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30222026-04-07T02:22:36.544Z Running `/home/build/.rustup/toolchains/1.94.0-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=9600a9f48e72c39d -C extra-filename=-81766a0f29b2fd64 --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-c051f503f089cbc9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-04-07T02:22:36.544Z Running `/home/build/.rustup/toolchains/1.94.0-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=689f51aeb49befb5 -C extra-filename=-35699615af3c3358 --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-f4708de838994be0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-04-07T02:22:36.544Z Running `/home/build/.rustup/toolchains/1.94.0-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="oid"' --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=86200756d0e0a03b -C extra-filename=-c67a89cf9a47f2b5 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-04-07T02:22:36.650Z Compiling cipher v0.4.4
30262026-04-07T02:22:36.653Z Compiling x509-cert v0.2.5
30272026-04-07T02:22:36.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=16dfea26370175c4 -C extra-filename=-0b48cbbe548ec97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
30282026-04-07T02:22:36.653Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
30292026-04-07T02:22:36.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=e4505cd18408e191 -C extra-filename=-d09ba835cea19099 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-d09ba835cea19099 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-04-07T02:22:36.821Z Compiling tinystr v0.8.2
30312026-04-07T02:22:36.821Z Compiling potential_utf v0.1.4
30322026-04-07T02:22:36.824Z Compiling darling v0.20.11
30332026-04-07T02:22:36.824Z Compiling env_logger v0.11.9
30342026-04-07T02:22:36.824Z Compiling sha3 v0.10.8
30352026-04-07T02:22:36.824Z Running `/home/build/.rustup/toolchains/1.94.0-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=49c8218c0d8a6f37 -C extra-filename=-1663407d045d2736 --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-04-07T02:22:36.824Z Running `/home/build/.rustup/toolchains/1.94.0-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="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=2efc98568b8bf424 -C extra-filename=-8007375be0995fdd --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-9efdc25063733208.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-04-07T02:22:36.978Z Compiling pbkdf2 v0.12.2
30382026-04-07T02:22:37.008Z Compiling hkdf v0.12.4
30392026-04-07T02:22:37.011Z Compiling rfc6979 v0.4.0
30402026-04-07T02:22:37.012Z Compiling bzip2-sys v0.1.13+1.0.8
30412026-04-07T02:22:37.012Z Compiling bitflags v1.3.2
30422026-04-07T02:22:37.040Z Running `/home/build/.rustup/toolchains/1.94.0-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=5640622141f7f1ed -C extra-filename=-5e836c051e4e885b --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-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.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)'`
30432026-04-07T02:22:37.043Z Running `/home/build/.rustup/toolchains/1.94.0-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.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 --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=2b2bf7b3ab724548 -C extra-filename=-3a31cdbc0156014c --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-cf65c8f4ae801381.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-04-07T02:22:37.043Z Running `/home/build/.rustup/toolchains/1.94.0-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=f29f398db063a474 -C extra-filename=-0410eb56f99ce773 --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-c051f503f089cbc9.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-12b2944ee860319d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-04-07T02:22:37.043Z Running `/home/build/.rustup/toolchains/1.94.0-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=e36a352ca4508431 -C extra-filename=-68291b4f14fb4100 --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-ca42e8c6e5993854.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-020ae0f863ac6e6a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-04-07T02:22:37.043Z Running `/home/build/.rustup/toolchains/1.94.0-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=dad36d30a5465ea1 -C extra-filename=-e555f22568d20079 --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-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-04-07T02:22:37.043Z Running `/home/build/.rustup/toolchains/1.94.0-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=5e6ef01ba8e938b6 -C extra-filename=-25abce78689579ff --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-1e15ebb7a06b491f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-04-07T02:22:37.169Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=938c818c9ef72498 -C extra-filename=-6e6d8d56e8d96846 --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-c051f503f089cbc9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-04-07T02:22:37.208Z Running `/home/build/.rustup/toolchains/1.94.0-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=1669f38254ae3d2b -C extra-filename=-1b0fd666269bcefb --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-9bde2911196ef7ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-04-07T02:22:37.211Z Running `/home/build/.rustup/toolchains/1.94.0-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=4bc13f8b5bd3574e -C extra-filename=-e4ba2d9964509c73 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e4ba2d9964509c73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512026-04-07T02:22:37.211Z Running `/home/build/.rustup/toolchains/1.94.0-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=b8e6e20aa4cf193a -C extra-filename=-30b2db433a50339c --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-9bde2911196ef7ab.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522026-04-07T02:22:37.242Z Running `/home/build/.rustup/toolchains/1.94.0-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=178d6462aa21b78a -C extra-filename=-d567866028523e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532026-04-07T02:22:37.248Z Compiling aes v0.8.4
30542026-04-07T02:22:37.251Z Compiling salsa20 v0.10.2
30552026-04-07T02:22:37.251Z Compiling cbc v0.1.2
30562026-04-07T02:22:37.251Z Compiling derive_builder_core v0.20.2
30572026-04-07T02:22:37.251Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fa75f3e5165e87a0/build-script-build`
30582026-04-07T02:22:37.251Z Running `/home/build/.rustup/toolchains/1.94.0-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=e16621f8a1a374f3 -C extra-filename=-494a5fba6ead56c2 --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-b1db1361eaf8c359.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a075bcad381634a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-04-07T02:22:37.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=9a969d6a8dc82de2 -C extra-filename=-fb58a2d244e3fc18 --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-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-04-07T02:22:37.423Z Compiling icu_locale_core v2.1.1
30612026-04-07T02:22:37.424Z Compiling icu_collections v2.1.1
30622026-04-07T02:22:37.424Z Compiling enum-as-inner v0.6.1
30632026-04-07T02:22:37.424Z Compiling unicode-normalization v0.1.25
30642026-04-07T02:22:37.424Z Compiling vergen-lib v0.1.6
30652026-04-07T02:22:37.424Z Compiling managed v0.8.0
30662026-04-07T02:22:37.424Z Compiling phf_shared v0.11.3
30672026-04-07T02:22:37.424Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=d3fd4c29fe691123 -C extra-filename=-10f5967d7c45816a --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682026-04-07T02:22:37.424Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=888453bc4564ca05 -C extra-filename=-f8e501a937f6539a --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-04-07T02:22:37.424Z Running `/home/build/.rustup/toolchains/1.94.0-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=e0c6838446adeb97 -C extra-filename=-d40d24fabadde0a0 --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-68291b4f14fb4100.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-04-07T02:22:37.424Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb3a198e9024daf7 -C extra-filename=-27e4d2e5251ca86e --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-153496f33718ff11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
30712026-04-07T02:22:37.719Z Running `/home/build/.rustup/toolchains/1.94.0-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=fdea531874520af7 -C extra-filename=-39bba66942528f3e --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-1e15ebb7a06b491f.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-e555f22568d20079.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-04-07T02:22:37.722Z Compiling bytes v1.11.1
30732026-04-07T02:22:37.751Z Compiling chrono v0.4.44
30742026-04-07T02:22:37.755Z Compiling serde_tokenstream v0.2.3
30752026-04-07T02:22:37.755Z Compiling ipnet v2.11.0
30762026-04-07T02:22:37.755Z Compiling erased-serde v0.3.31
30772026-04-07T02:22:37.785Z Compiling hex v0.4.3
30782026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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=571d81b35a557e68 -C extra-filename=-f86e47055563d213 --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-2f087dd254ca002f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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=eee94bcac811e184 -C extra-filename=-fb54e068726995e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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="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=afb86ba5abc1e90c -C extra-filename=-c37eb626818e4c60 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-04-07T02:22:37.788Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-d09ba835cea19099/build-script-build`
30822026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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=c87cfa11cfc338e3 -C extra-filename=-ede334972a2e3e07 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-fab36104829485ba.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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"'`
30832026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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=a0ce62b668cc3f86 -C extra-filename=-5028ff464868707e --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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=ac3efd02e7557086 -C extra-filename=-f88c998a58232777 --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-1e15ebb7a06b491f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-25abce78689579ff.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-04-07T02:22:37.788Z Running `/home/build/.rustup/toolchains/1.94.0-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=a1a55b6fcecb120f -C extra-filename=-3bd3c49fbd5e76b7 --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-04-07T02:22:37.788Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46dc43cfb8bdf616/build-script-main`
30872026-04-07T02:22:37.963Z Running `/home/build/.rustup/toolchains/1.94.0-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=c9050f79626defc8 -C extra-filename=-c11560d9b5666be8 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-04-07T02:22:37.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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 --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=0d41c81f7f40819f -C extra-filename=-d33b24db3b255967 --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-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-04-07T02:22:38.029Z Running `/home/build/.rustup/toolchains/1.94.0-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=eb09d6fc6c9fd1fc -C extra-filename=-8140cca6fe309559 --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-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-04-07T02:22:38.032Z Compiling serde_urlencoded v0.7.1
30912026-04-07T02:22:38.032Z Compiling scrypt v0.11.0
30922026-04-07T02:22:38.032Z Compiling openapiv3 v2.2.0
30932026-04-07T02:22:38.032Z Compiling serde_spanned v0.6.9
30942026-04-07T02:22:38.032Z Compiling toml_datetime v0.6.11
30952026-04-07T02:22:38.032Z Compiling hubpack v0.1.2
30962026-04-07T02:22:38.057Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=d7c5f82dbf62e3a6 -C extra-filename=-381fb8b9bb58d2f8 --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-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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/ring-615063de10837e60/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
30972026-04-07T02:22:38.060Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8731de1143d7893f -C extra-filename=-ce82e998364a0399 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-04-07T02:22:38.060Z Running `/home/build/.rustup/toolchains/1.94.0-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=898afe2f1039ac3e -C extra-filename=-d4f476048b76b3c5 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-04-07T02:22:38.060Z Running `/home/build/.rustup/toolchains/1.94.0-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=e68b7465126be2cc -C extra-filename=-c53d3365c72bf5ed --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-04-07T02:22:38.186Z Running `/home/build/.rustup/toolchains/1.94.0-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=60229f25b665b409 -C extra-filename=-67a409a95ba2a68a --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-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-04-07T02:22:38.189Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=38b1cf9d6b01cb5c -C extra-filename=-6d27caf6a49f1911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6e6d8d56e8d96846.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-f8e501a937f6539a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-04-07T02:22:38.256Z Running `/home/build/.rustup/toolchains/1.94.0-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=9edb7332321fbf50 -C extra-filename=-70bfe26bf693ac5a --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-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-04-07T02:22:38.261Z Compiling cargo-platform v0.1.9
31042026-04-07T02:22:38.264Z Compiling vergen v9.0.6
31052026-04-07T02:22:38.264Z Compiling fs-err v3.3.0
31062026-04-07T02:22:38.264Z Compiling new_debug_unreachable v1.0.6
31072026-04-07T02:22:38.264Z Running `/home/build/.rustup/toolchains/1.94.0-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=241d4e30a483a0ac -C extra-filename=-693a4dbac6957403 --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-4ae4202e04529fb2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082026-04-07T02:22:38.264Z Running `/home/build/.rustup/toolchains/1.94.0-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=432c9bb9db57aff1 -C extra-filename=-34898c4640e92688 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-04-07T02:22:38.264Z Running `/home/build/.rustup/toolchains/1.94.0-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=d57ae442d626b2af -C extra-filename=-61e874c337ece72f --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102026-04-07T02:22:38.264Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e4ba2d9964509c73/build-script-build`
31112026-04-07T02:22:38.473Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60/build-script-build`
31122026-04-07T02:22:38.478Z Compiling icu_provider v2.1.1
31132026-04-07T02:22:38.478Z Compiling pkcs5 v0.7.1
31142026-04-07T02:22:38.478Z Compiling derive_builder_macro v0.20.2
31152026-04-07T02:22:38.478Z Compiling fixedbitset v0.4.2
31162026-04-07T02:22:38.478Z Compiling foldhash v0.1.5
31172026-04-07T02:22:38.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --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=cc902062db62d169 -C extra-filename=-ec9588cfb7999655 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.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"))'`
31182026-04-07T02:22:38.478Z Running `/home/build/.rustup/toolchains/1.94.0-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=f855e348beea0a69 -C extra-filename=-c136a3ec92f4eb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-04-07T02:22:38.478Z Running `/home/build/.rustup/toolchains/1.94.0-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=fd78ed403b050d4f -C extra-filename=-21608e1e95ea0b3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-04-07T02:22:38.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b32cb15a1f3de02 -C extra-filename=-7cf2bb95adc02fe0 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-04-07T02:22:38.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.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="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=fc02e92f2f0dc818 -C extra-filename=-8186817b1de4f8ec --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-04-07T02:22:38.653Z Compiling tokio v1.50.0
31232026-04-07T02:22:38.653Z Compiling ppv-lite86 v0.2.21
31242026-04-07T02:22:38.656Z Compiling http v1.4.0
31252026-04-07T02:22:38.656Z Compiling dof v0.4.0
31262026-04-07T02:22:38.656Z Compiling toml_edit v0.19.15
31272026-04-07T02:22:38.656Z Running `/home/build/.rustup/toolchains/1.94.0-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=3abc8bfb0fb2ea86 -C extra-filename=-64576f83af2e334a --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-1e15ebb7a06b491f.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-f88c998a58232777.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3c5fe4ef693ce370.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-04-07T02:22:38.656Z Running `/home/build/.rustup/toolchains/1.94.0-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=bedf0e20fad5a318 -C extra-filename=-9af12432c24c5281 --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-d40d24fabadde0a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-04-07T02:22:38.656Z Running `/home/build/.rustup/toolchains/1.94.0-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=3874fdef8a6ed975 -C extra-filename=-de8eb01e6339d07a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:38.656Z Running `/home/build/.rustup/toolchains/1.94.0-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=d74a434bf6aae5bf -C extra-filename=-8ad7a70031326172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:38.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=28b9ed486f88a0ad -C extra-filename=-dc8dda31ce301e7b --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-fb58a2d244e3fc18.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6e6d8d56e8d96846.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-6d27caf6a49f1911.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-04-07T02:22:38.820Z Compiling dof v0.3.0
31332026-04-07T02:22:38.823Z Compiling toml_edit v0.22.27
31342026-04-07T02:22:38.823Z Compiling zstd-safe v7.2.4
31352026-04-07T02:22:38.823Z Compiling precomputed-hash v0.1.1
31362026-04-07T02:22:38.823Z Compiling ref-cast v1.0.25
31372026-04-07T02:22:38.851Z Compiling cargo_metadata v0.19.2
31382026-04-07T02:22:38.854Z Compiling signal-hook-mio v0.2.5
31392026-04-07T02:22:38.888Z Compiling ref-cast-impl v1.0.25
31402026-04-07T02:22:38.891Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/lib.rs --error-format=json --json=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=2d3346f25cf2501b -C extra-filename=-5a6551290ff3bde7 --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-c11560d9b5666be8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a075bcad381634a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-85002ade11b4ff5d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-04-07T02:22:38.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6aced25f0f2c1fb -C extra-filename=-bd162c0c86e103cd --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-c11560d9b5666be8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-04-07T02:22:38.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=82a6d3780b0ff4e5 -C extra-filename=-febe477698915f63 --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-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-04-07T02:22:38.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=a116b6b3623eb837 -C extra-filename=-81c506065a6fc17b --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-c53d3365c72bf5ed.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.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)'`
31442026-04-07T02:22:38.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=e98d5aa22740cfa3 -C extra-filename=-9889dffc8fb05374 --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-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.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)'`
31452026-04-07T02:22:38.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=fe7168da73ded0d6 -C extra-filename=-9ebf915e91b2c8cd --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-12ee54eb32641bf5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-04-07T02:22:38.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=f76c90f0a4622e97 -C extra-filename=-235c7ef47960a868 --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-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472026-04-07T02:22:38.924Z Running `/home/build/.rustup/toolchains/1.94.0-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=91a421b89fc7cf68 -C extra-filename=-f36ddc049d2e6511 --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-9b6bf89d831ba713.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cedfdcbdcdc30045.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-04-07T02:22:38.927Z Running `/home/build/.rustup/toolchains/1.94.0-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=f288b44164548847 -C extra-filename=-a9880241af53b29a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492026-04-07T02:22:38.927Z Running `/home/build/.rustup/toolchains/1.94.0-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=671f8bbcf00f4ed2 -C extra-filename=-4fca2b658b6213c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-04-07T02:22:38.927Z Running `/home/build/.rustup/toolchains/1.94.0-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=2a43cbae468118fd -C extra-filename=-777df11dc961b25a --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-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-04-07T02:22:38.928Z Running `/home/build/.rustup/toolchains/1.94.0-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=90ef351b3915c7ce -C extra-filename=-c40e69f07b38b683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-04-07T02:22:38.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=b59e020f80430c3b -C extra-filename=-c2f5dfad79fe2b03 --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7cf2bb95adc02fe0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532026-04-07T02:22:38.990Z Compiling icu_normalizer v2.1.1
31542026-04-07T02:22:38.993Z Compiling icu_properties v2.1.2
31552026-04-07T02:22:39.028Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec/build-script-build`
31562026-04-07T02:22:39.031Z Running `/home/build/.rustup/toolchains/1.94.0-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=c02bff55c5d4feba -C extra-filename=-01abc7363302675f --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-b1db1361eaf8c359.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-04-07T02:22:39.031Z Running `/home/build/.rustup/toolchains/1.94.0-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=d2bd92e9d3278b18 -C extra-filename=-dbbaab83cd7eb49d --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-04-07T02:22:39.093Z Compiling pkcs8 v0.10.2
31592026-04-07T02:22:39.096Z Compiling petgraph v0.6.5
31602026-04-07T02:22:39.154Z Running `/home/build/.rustup/toolchains/1.94.0-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=9661152942ccee6b -C extra-filename=-c250d746b449375e --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-39bba66942528f3e.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-f88c998a58232777.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-64576f83af2e334a.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3c5fe4ef693ce370.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-04-07T02:22:39.157Z Running `/home/build/.rustup/toolchains/1.94.0-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=4c6fe06641cf3c36 -C extra-filename=-d9df857861fabc14 --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-39bba66942528f3e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-64576f83af2e334a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-04-07T02:22:39.189Z Compiling hashbrown v0.15.5
31632026-04-07T02:22:39.194Z Running `/home/build/.rustup/toolchains/1.94.0-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="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --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=662d620202e8dc0a -C extra-filename=-2be77b91a54bf29b --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-417f69d8a1ccd116.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-dc8dda31ce301e7b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-04-07T02:22:39.225Z Running `/home/build/.rustup/toolchains/1.94.0-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=eeb3c4c34462247b -C extra-filename=-41650820d2f17ba3 --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-8ad7a70031326172.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-04-07T02:22:39.290Z Compiling rustc-hash v2.1.1
31662026-04-07T02:22:39.293Z Compiling heapless v0.7.17
31672026-04-07T02:22:39.293Z Running `/home/build/.rustup/toolchains/1.94.0-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=e7a332ab42d3c12c -C extra-filename=-97a211e526d6ec19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-eeb72f07277ec165/out/lib -l static=bz2`
31682026-04-07T02:22:39.324Z Running `/home/build/.rustup/toolchains/1.94.0-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=00846ef46258f696 -C extra-filename=-74cdada1b096953c --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-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-de8eb01e6339d07a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-04-07T02:22:39.327Z Compiling string_cache v0.8.9
31702026-04-07T02:22:39.327Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31712026-04-07T02:22:39.327Z Running `/home/build/.rustup/toolchains/1.94.0-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=1da7d4560588b34a -C extra-filename=-e33874ae1f2a5c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-04-07T02:22:39.327Z Running `/home/build/.rustup/toolchains/1.94.0-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=1457b087cfd2da6c -C extra-filename=-16d58879cbb79d19 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-04-07T02:22:39.389Z Compiling derive_builder v0.20.2
31742026-04-07T02:22:39.392Z Running `/home/build/.rustup/toolchains/1.94.0-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=d9816394a638976e -C extra-filename=-fd8729d4a99e8b9e --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-c136a3ec92f4eb3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-04-07T02:22:39.423Z Compiling libbz2-rs-sys v0.2.2
31762026-04-07T02:22:39.427Z Running `/home/build/.rustup/toolchains/1.94.0-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=6a3d93b96fc88766 -C extra-filename=-20becf909a9773f7 --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-9af12432c24c5281.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-04-07T02:22:39.487Z Running `/home/build/.rustup/toolchains/1.94.0-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=a45a3b84fc34a2f3 -C extra-filename=-b3f83e4d28a515e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-04-07T02:22:39.523Z Compiling rand_chacha v0.9.0
31792026-04-07T02:22:39.627Z Compiling http-body v1.0.1
31802026-04-07T02:22:39.630Z Compiling rand_chacha v0.3.1
31812026-04-07T02:22:39.630Z Running `/home/build/.rustup/toolchains/1.94.0-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=e7cbd24332812c96 -C extra-filename=-e49cc20cc0f98c24 --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-235c7ef47960a868.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-04-07T02:22:39.704Z Running `/home/build/.rustup/toolchains/1.94.0-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=8ab9a7f862033cd2 -C extra-filename=-a1af09c9c8a6b650 --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-c11560d9b5666be8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-04-07T02:22:39.708Z Running `/home/build/.rustup/toolchains/1.94.0-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=85a688a86489c651 -C extra-filename=-c724d2dea3154e15 --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-235c7ef47960a868.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-04-07T02:22:39.777Z Compiling bzip2 v0.4.4
31852026-04-07T02:22:39.780Z Running `/home/build/.rustup/toolchains/1.94.0-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=4ba4061675836c97 -C extra-filename=-3607ce37b6a966f7 --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-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d6eac2cf4364fb0f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d9f0b456e7dc20d1.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)'`
31862026-04-07T02:22:39.855Z Running `/home/build/.rustup/toolchains/1.94.0-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=41067c088505c7a8 -C extra-filename=-f0c03c4074502130 --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-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4d9b92661e5552d3.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`
31872026-04-07T02:22:39.858Z Compiling rand v0.9.2
31882026-04-07T02:22:39.858Z Compiling sec1 v0.7.3
31892026-04-07T02:22:39.858Z Compiling pkcs1 v0.7.5
31902026-04-07T02:22:39.858Z Compiling ed25519 v2.2.3
31912026-04-07T02:22:39.858Z Running `/home/build/.rustup/toolchains/1.94.0-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=0dd9c8397c00f8dd -C extra-filename=-7df5e323639eb186 --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-97a211e526d6ec19.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-eeb72f07277ec165/out/lib`
31922026-04-07T02:22:39.858Z Running `/home/build/.rustup/toolchains/1.94.0-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="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=2fb83bc2f7651d89 -C extra-filename=-f61ce2b0fa5dde8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.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)'`
31932026-04-07T02:22:39.858Z Compiling http-body-util v0.1.3
31942026-04-07T02:22:39.858Z Compiling lalrpop-util v0.19.12
31952026-04-07T02:22:39.890Z Compiling bumpalo v3.20.2
31962026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=a6fa61c4cbb30851 -C extra-filename=-9593bc0c283a9d67 --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-e49cc20cc0f98c24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=c0ba06f05016038e -C extra-filename=-d9651fbcc65fa558 --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-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=25cdef60b68293cd -C extra-filename=-7fe173b965ba6635 --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-2be77b91a54bf29b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-04-07T02:22:39.893Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
32002026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=b6d2b7f83321a544 -C extra-filename=-91360c25133ebeeb --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-417f69d8a1ccd116.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=dacf5db92e7fd4fc -C extra-filename=-8e87eb6c026a0ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=a9ae85112e11e973 -C extra-filename=-7ee5b9deaa63e8ea --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-04-07T02:22:39.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=024cd182060cdd8f -C extra-filename=-b0ceb12795a3beca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-04-07T02:22:39.992Z Compiling idna_adapter v1.2.1
32052026-04-07T02:22:40.060Z Compiling rand v0.8.5
32062026-04-07T02:22:40.063Z Compiling zip v0.6.6
32072026-04-07T02:22:40.063Z Running `/home/build/.rustup/toolchains/1.94.0-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=63be4a22b784b111 -C extra-filename=-6a6be3f48eb1e588 --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-d9df857861fabc14.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-c250d746b449375e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-04-07T02:22:40.120Z Compiling bzip2 v0.6.1
32092026-04-07T02:22:40.190Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=941dde0bba461e2c -C extra-filename=-82f8dd637d8a4bb9 --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-b1db1361eaf8c359.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-04-07T02:22:40.226Z Running `/home/build/.rustup/toolchains/1.94.0-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"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --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=aa9f72d7ffcc83fb -C extra-filename=-36d66cae1e080f6b --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-9ccc3691c9035196.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7df5e323639eb186.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.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-eeb72f07277ec165/out/lib`
32112026-04-07T02:22:40.258Z Compiling crossterm v0.28.1
32122026-04-07T02:22:40.261Z Compiling serde-big-array v0.5.1
32132026-04-07T02:22:40.261Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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="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=2da2f6c6ba2caa9e -C extra-filename=-90f065035915e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c2f5dfad79fe2b03.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32142026-04-07T02:22:40.292Z Running `/home/build/.rustup/toolchains/1.94.0-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=5b7444232e017800 -C extra-filename=-c4a9e5e5ff78eef0 --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-b3f83e4d28a515e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152026-04-07T02:22:40.329Z Running `/home/build/.rustup/toolchains/1.94.0-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=a21f01b972524fff -C extra-filename=-9d2d5ee8cf0aec8d --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-dbbaab83cd7eb49d.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)'`
32162026-04-07T02:22:40.333Z Compiling idna v1.1.0
32172026-04-07T02:22:40.333Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19/build-script-build`
32182026-04-07T02:22:40.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=04b95e972bf5f433 -C extra-filename=-43aa9fb8f231b9f0 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-04-07T02:22:40.431Z Running `/home/build/.rustup/toolchains/1.94.0-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=e1610c42dc006438 -C extra-filename=-4a1e00424da5848f --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-10536750ba824ae2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-01abc7363302675f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-04-07T02:22:40.431Z Compiling ed25519-dalek v2.2.0
32212026-04-07T02:22:40.431Z Compiling toml v0.7.8
32222026-04-07T02:22:40.431Z Compiling zopfli v0.8.3
32232026-04-07T02:22:40.538Z Running `/home/build/.rustup/toolchains/1.94.0-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=7915334d37a0a319 -C extra-filename=-8f02865f11d66aa2 --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-6a6be3f48eb1e588.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-04-07T02:22:40.578Z Compiling similar v2.7.0
32252026-04-07T02:22:40.578Z Compiling hash32 v0.2.1
32262026-04-07T02:22:40.581Z Compiling unicode-bidi v0.3.18
32272026-04-07T02:22:40.582Z Compiling jiff v0.2.21
32282026-04-07T02:22:40.582Z Compiling unicode-properties v0.1.4
32292026-04-07T02:22:40.582Z Compiling predicates-core v1.0.10
32302026-04-07T02:22:40.582Z Compiling smoltcp v0.9.1
32312026-04-07T02:22:40.582Z Running `/home/build/.rustup/toolchains/1.94.0-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=d05fe2035d9f9f05 -C extra-filename=-af227fa9d0c7900b --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-ede334972a2e3e07.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7fe173b965ba6635.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-04-07T02:22:40.582Z Running `/home/build/.rustup/toolchains/1.94.0-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=188387fbcc186221 -C extra-filename=-89ca56f9fb569726 --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-b0ceb12795a3beca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-04-07T02:22:40.612Z Running `/home/build/.rustup/toolchains/1.94.0-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=b153441945d66c8e -C extra-filename=-5e1de2712858255e --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-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-04-07T02:22:40.826Z Running `/home/build/.rustup/toolchains/1.94.0-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=4e70e86afd00dfe7 -C extra-filename=-e759b52ab3fc81c8 --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-d7011e9bfeca9f9e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-04-07T02:22:40.829Z Compiling elliptic-curve v0.13.8
32362026-04-07T02:22:40.829Z Compiling usdt-macro v0.6.0
32372026-04-07T02:22:40.829Z Compiling usdt-attr-macro v0.6.0
32382026-04-07T02:22:40.829Z Compiling proptest v1.10.0
32392026-04-07T02:22:40.829Z Compiling md-5 v0.10.6
32402026-04-07T02:22:40.829Z Compiling strum_macros v0.27.2
32412026-04-07T02:22:40.829Z Compiling float-cmp v0.10.0
32422026-04-07T02:22:40.829Z Running `/home/build/.rustup/toolchains/1.94.0-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=f9b501f45fbe856d -C extra-filename=-6bebb303f7391209 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-04-07T02:22:40.829Z Running `/home/build/.rustup/toolchains/1.94.0-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=dc527fc4d6875a04 -C extra-filename=-fa94290699649ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-04-07T02:22:40.829Z Running `/home/build/.rustup/toolchains/1.94.0-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=9927ad62021ea287 -C extra-filename=-4ac1a54594d09143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452026-04-07T02:22:40.829Z Running `/home/build/.rustup/toolchains/1.94.0-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=622a4987a0635f86 -C extra-filename=-85fb81ff7c175365 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-04-07T02:22:40.829Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --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", "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=aa827f703ac72da9 -C extra-filename=-6b6fe6e597f528f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-04-07T02:22:40.829Z Running `/home/build/.rustup/toolchains/1.94.0-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=0b8c52e29d9c50d4 -C extra-filename=-04b5ba7a620e4501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-04-07T02:22:40.969Z Compiling url v2.5.8
32492026-04-07T02:22:40.973Z Compiling publicsuffix v2.3.0
32502026-04-07T02:22:40.973Z Compiling normalize-line-endings v0.3.0
32512026-04-07T02:22:40.973Z Compiling difflib v0.4.0
32522026-04-07T02:22:41.002Z Running `/home/build/.rustup/toolchains/1.94.0-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=09ec4d24ac0547dc -C extra-filename=-3cc79f083d4ad7af --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-9a1fee2dec1666ec.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c8f513e2061a3802.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9651fbcc65fa558.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-04-07T02:22:41.005Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=bd454e8469b2c167 -C extra-filename=-dbaa41d4252adb9e --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-54f21ffbb79648bf.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1dbe04f2fdd9d8ac.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-4c5dffd33cd245b0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0c85d7019b9b3bd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-04-07T02:22:41.005Z Running `/home/build/.rustup/toolchains/1.94.0-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=387945661a99462b -C extra-filename=-ec444930233c813b --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-04-07T02:22:41.005Z Running `/home/build/.rustup/toolchains/1.94.0-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=ba9e6cd00f8c8695 -C extra-filename=-5fe7d1db8071b93a --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562026-04-07T02:22:41.005Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=cf076267a93300d2 -C extra-filename=-b439799b253669a8 --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-aa8953624d325365.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-04-07T02:22:41.005Z Running `/home/build/.rustup/toolchains/1.94.0-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=3bfebd9b2568b617 -C extra-filename=-ccf49688a418e228 --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-d6eac2cf4364fb0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582026-04-07T02:22:41.005Z Running `/home/build/.rustup/toolchains/1.94.0-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=32f6d65f5aca9dac -C extra-filename=-8cdf8235b9ce4404 --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-d6eac2cf4364fb0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-04-07T02:22:41.144Z Running `/home/build/.rustup/toolchains/1.94.0-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=f9765755be8efec2 -C extra-filename=-1d450f798a1ac453 --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-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-04-07T02:22:41.147Z Running `/home/build/.rustup/toolchains/1.94.0-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=ad50af5960ea0b56 -C extra-filename=-d8dcb85d6057f2ce --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-8f02865f11d66aa2.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-04-07T02:22:41.147Z Compiling fallible-iterator v0.2.0
32622026-04-07T02:22:41.147Z Compiling phf_shared v0.13.1
32632026-04-07T02:22:41.147Z Compiling serde_repr v0.1.20
32642026-04-07T02:22:41.147Z Running `/home/build/.rustup/toolchains/1.94.0-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=7a2ea2301bf595e0 -C extra-filename=-4b064a989d39d51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-04-07T02:22:41.147Z Running `/home/build/.rustup/toolchains/1.94.0-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=0e908415aba7440a -C extra-filename=-e333bf9a7842bb1a --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-dd9102c781fc5d0d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32662026-04-07T02:22:41.147Z Running `/home/build/.rustup/toolchains/1.94.0-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=3d29459595debaf5 -C extra-filename=-341ab75f5cac778c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672026-04-07T02:22:41.217Z Compiling stringprep v0.1.5
32682026-04-07T02:22:41.220Z Compiling peg-runtime v0.8.5
32692026-04-07T02:22:41.252Z Running `/home/build/.rustup/toolchains/1.94.0-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=530e59bc64ff5d09 -C extra-filename=-83e2b9f87ee5221f --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-04-07T02:22:41.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=e1b65a272e8e758b -C extra-filename=-5d3af881bba1979d --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-04-07T02:22:41.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=5792b8f9feab9b32 -C extra-filename=-3d460714bd08b8cb --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-6bebb303f7391209.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32722026-04-07T02:22:41.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=786475a282e91256 -C extra-filename=-a05ddf4c68cd9738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:41.322Z Compiling fixedbitset v0.5.7
32742026-04-07T02:22:41.326Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
32752026-04-07T02:22:41.326Z Running `/home/build/.rustup/toolchains/1.94.0-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=f54c4cef124e9df5 -C extra-filename=-a4c763bf947ef036 --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-fa94290699649ee5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-04b5ba7a620e4501.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-04-07T02:22:41.326Z Running `/home/build/.rustup/toolchains/1.94.0-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=8409ba5c228fc90a -C extra-filename=-6ea17d19d7865e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-04-07T02:22:41.450Z Compiling predicates v3.1.4
32782026-04-07T02:22:41.453Z Compiling whoami v2.1.0
32792026-04-07T02:22:41.453Z Compiling is-terminal v0.4.17
32802026-04-07T02:22:41.453Z Compiling futures-executor v0.3.32
32812026-04-07T02:22:41.453Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
32822026-04-07T02:22:41.453Z Running `/home/build/.rustup/toolchains/1.94.0-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=408c67c487d9d408 -C extra-filename=-3482c46276f5baf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-04-07T02:22:41.453Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=24bb2adfbec00d91 -C extra-filename=-62cb94a11d90e592 --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-5e836c051e4e885b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-04-07T02:22:41.583Z Compiling ecdsa v0.16.9
32852026-04-07T02:22:41.587Z Compiling crossbeam-channel v0.5.15
32862026-04-07T02:22:41.587Z Compiling thread_local v1.1.9
32872026-04-07T02:22:41.587Z Running `/home/build/.rustup/toolchains/1.94.0-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=42fcd4493c8e3eca -C extra-filename=-f3f17e39b6d660db --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-d2d25f9487a12a76.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-341ab75f5cac778c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-5fe7d1db8071b93a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-4b064a989d39d51b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-04-07T02:22:41.649Z Running `/home/build/.rustup/toolchains/1.94.0-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=d40608ae62bdcb13 -C extra-filename=-5d446f02ddbf1c37 --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-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892026-04-07T02:22:41.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=a0edcb22a181e191 -C extra-filename=-4e81badbf47919c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-04-07T02:22:41.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=977f4f65ef8aba61 -C extra-filename=-51fff23f7be6f907 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-04-07T02:22:41.716Z Compiling phf v0.13.1
32922026-04-07T02:22:41.720Z Compiling slog-async v2.8.0
32932026-04-07T02:22:41.720Z Compiling regress v0.10.5
32942026-04-07T02:22:41.720Z Running `/home/build/.rustup/toolchains/1.94.0-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=3b6ceaaa71879093 -C extra-filename=-44f9d96f1d23d9ae --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-04-07T02:22:41.720Z Running `/home/build/.rustup/toolchains/1.94.0-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="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,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=2f39fa1423f19fbf -C extra-filename=-7a4900832fc93ac8 --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-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-30b2db433a50339c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-04-07T02:22:41.720Z Running `/home/build/.rustup/toolchains/1.94.0-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=fcda5dc73b107d6c -C extra-filename=-50400560ef360c96 --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972026-04-07T02:22:41.860Z Compiling postgres-protocol v0.6.10
32982026-04-07T02:22:41.863Z Compiling petgraph v0.8.3
32992026-04-07T02:22:41.863Z Compiling take_mut v0.2.2
33002026-04-07T02:22:41.929Z Running `/home/build/.rustup/toolchains/1.94.0-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=f89cdbb4965cdcc2 -C extra-filename=-dc308447c61f5c52 --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-5d3af881bba1979d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012026-04-07T02:22:41.933Z Running `/home/build/.rustup/toolchains/1.94.0-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=b3e1bb91e2480931 -C extra-filename=-ba8ab60006030851 --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-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-04-07T02:22:41.933Z Running `/home/build/.rustup/toolchains/1.94.0-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=ea344a9e128fe8b3 -C extra-filename=-5bc4956278004c44 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-04-07T02:22:42.042Z Compiling futures v0.3.32
33042026-04-07T02:22:42.042Z Compiling term v1.2.1
33052026-04-07T02:22:42.045Z Compiling structmeta-derive v0.3.0
33062026-04-07T02:22:42.046Z Compiling match_cfg v0.1.0
33072026-04-07T02:22:42.046Z Compiling slog-json v2.6.1
33082026-04-07T02:22:42.046Z Compiling newtype-uuid-macros v0.1.0
33092026-04-07T02:22:42.046Z Running `/home/build/.rustup/toolchains/1.94.0-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=9420d4928b5318f4 -C extra-filename=-18021c815c1d3b58 --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3d460714bd08b8cb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-04-07T02:22:42.046Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=0f57cdd45e072e40 -C extra-filename=-927203c8d4136f8e --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-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b439799b253669a8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a4c763bf947ef036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-04-07T02:22:42.046Z Running `/home/build/.rustup/toolchains/1.94.0-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=7f00cccb126a183b -C extra-filename=-59a140cf81e57d6c --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-3482c46276f5baf9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122026-04-07T02:22:42.046Z Running `/home/build/.rustup/toolchains/1.94.0-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=f48a700d5ac3b25f -C extra-filename=-b72da4781351932d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-04-07T02:22:42.243Z Compiling cookie_store v0.22.1
33142026-04-07T02:22:42.246Z Compiling usdt v0.6.0
33152026-04-07T02:22:42.246Z Compiling debug-ignore v1.0.5
33162026-04-07T02:22:42.246Z Compiling serde_spanned v1.0.4
33172026-04-07T02:22:42.246Z Compiling rustls v0.22.4
33182026-04-07T02:22:42.246Z Compiling toml_writer v1.0.6+spec-1.1.0
33192026-04-07T02:22:42.275Z Compiling rustls-webpki v0.102.8
33202026-04-07T02:22:42.278Z Compiling serde_path_to_error v0.1.20
33212026-04-07T02:22:42.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=036894abc326a2d3 -C extra-filename=-97a3868d40601a98 --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-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5d446f02ddbf1c37.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-04-07T02:22:42.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=40b7f7e9d880edc0 -C extra-filename=-fb1e42b9cf9e846e --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232026-04-07T02:22:42.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=67108aca4df15cb0 -C extra-filename=-4726b16ef8640a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-04-07T02:22:42.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=6d634c76db079266 -C extra-filename=-85814c9d092ee3d0 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-04-07T02:22:42.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=a6ca7c11f09acfdb -C extra-filename=-7da7109faeb6dc2a --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-04-07T02:22:42.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=ac760d855e9b7b63 -C extra-filename=-01d9d79c09366ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272026-04-07T02:22:42.439Z Running `/home/build/.rustup/toolchains/1.94.0-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=77ce365b6c6378ad -C extra-filename=-6e0730e2b42e162f --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-33c4b69d66a36c14.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33282026-04-07T02:22:42.443Z Running `/home/build/.rustup/toolchains/1.94.0-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=60f69b43605b9936 -C extra-filename=-b8723c07a68c1a2e --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-df754a6ac0f3c8ff.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d8dcb85d6057f2ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292026-04-07T02:22:42.443Z Running `/home/build/.rustup/toolchains/1.94.0-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=bf9cf4d7f8ed38d9 -C extra-filename=-6fa2c56d52c083d2 --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-9ebf915e91b2c8cd.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-12ee54eb32641bf5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-c6efbb6be0ff4359.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ccf49688a418e228.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-8cdf8235b9ce4404.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-04-07T02:22:42.443Z Running `/home/build/.rustup/toolchains/1.94.0-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=b6443418df423c33 -C extra-filename=-01d8b05da6de4b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-04-07T02:22:42.443Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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=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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f263131cce846a79 -C extra-filename=-fd845e4993d13fcb --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-04-07T02:22:42.443Z Compiling hostname v0.3.1
33332026-04-07T02:22:42.443Z Compiling multer v3.1.0
33342026-04-07T02:22:42.443Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=69bdd90d85ca1ccb -C extra-filename=-98eb74245e847c40 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-04-07T02:22:42.443Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ecb2fb9009378234 -C extra-filename=-fadb4f6091feaea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-04-07T02:22:42.471Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=21719123dc41daaf -C extra-filename=-16b4d0fee88a9348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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/ring-615063de10837e60/out`
33372026-04-07T02:22:42.506Z Running `/home/build/.rustup/toolchains/1.94.0-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=59dabd6cce859fb4 -C extra-filename=-759d3b0cdfed70c6 --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-092fdc84cc87cee5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-04-07T02:22:42.659Z Compiling tokio-util v0.7.18
33392026-04-07T02:22:42.659Z Compiling tower v0.5.3
33402026-04-07T02:22:42.662Z Compiling tokio-native-tls v0.3.1
33412026-04-07T02:22:42.662Z Compiling hickory-proto v0.25.2
33422026-04-07T02:22:42.662Z Compiling buf-list v1.1.2
33432026-04-07T02:22:42.662Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
33442026-04-07T02:22:42.662Z Running `/home/build/.rustup/toolchains/1.94.0-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=ae96395784cd0c32 -C extra-filename=-c562cffc2773d79f --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-b1db1361eaf8c359.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-01d9d79c09366ce0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452026-04-07T02:22:42.662Z Running `/home/build/.rustup/toolchains/1.94.0-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=f93535b6ab0606d0 -C extra-filename=-0d8b11bfadeb291e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-04-07T02:22:42.662Z Compiling rsa v0.9.10
33472026-04-07T02:22:42.662Z Compiling postgres-types v0.2.12
33482026-04-07T02:22:42.662Z Compiling slog-term v2.9.2
33492026-04-07T02:22:42.695Z Running `/home/build/.rustup/toolchains/1.94.0-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=6e0fb40c2ded1ccf -C extra-filename=-255e7f0707687d8b --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502026-04-07T02:22:42.698Z Running `/home/build/.rustup/toolchains/1.94.0-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=3b52a54c09d03edb -C extra-filename=-9e1535c97fbb123e --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-5a6551290ff3bde7.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)'`
33512026-04-07T02:22:42.698Z Running `/home/build/.rustup/toolchains/1.94.0-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=080ab1cd16b9546b -C extra-filename=-045567bccac1c516 --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-7a627029a175eba8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-04-07T02:22:42.698Z Running `/home/build/.rustup/toolchains/1.94.0-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=558ae472a8ed9b30 -C extra-filename=-9509f623c4199cbe --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-c11560d9b5666be8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-04-07T02:22:42.698Z Running `/home/build/.rustup/toolchains/1.94.0-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=2bb7901e9541db55 -C extra-filename=-69d349e034d73587 --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-27e4d2e5251ca86e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33542026-04-07T02:22:42.698Z Running `/home/build/.rustup/toolchains/1.94.0-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=004ab176511b6321 -C extra-filename=-29239354ad9e8da8 --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-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-04-07T02:22:42.725Z Running `/home/build/.rustup/toolchains/1.94.0-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=7814357f9d1f8bbc -C extra-filename=-79c32e6a6d9e4d03 --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-d33b24db3b255967.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-51fff23f7be6f907.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-04-07T02:22:42.728Z Running `/home/build/.rustup/toolchains/1.94.0-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=a4c25ec876f62e4d -C extra-filename=-35b0bd3a06de5051 --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-1187af0aead528db.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-91360c25133ebeeb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572026-04-07T02:22:42.728Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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", "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-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=c3412c53dfdb8002 -C extra-filename=-7492f36c07e960de --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-c11560d9b5666be8.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-927203c8d4136f8e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-04-07T02:22:42.728Z Running `/home/build/.rustup/toolchains/1.94.0-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=fc0cf413b7572fde -C extra-filename=-02d0c236cd440461 --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-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33592026-04-07T02:22:42.729Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
33602026-04-07T02:22:42.791Z Compiling slog-bunyan v2.5.0
33612026-04-07T02:22:42.827Z Compiling async-stream-impl v0.3.6
33622026-04-07T02:22:42.831Z Running `/home/build/.rustup/toolchains/1.94.0-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=f3fae88645614924 -C extra-filename=-da7697cd56dd3673 --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-c562cffc2773d79f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7da7109faeb6dc2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-04-07T02:22:42.831Z Running `/home/build/.rustup/toolchains/1.94.0-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=bfdf8b7c56766b9e -C extra-filename=-35c55e2734f6868a --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-04-07T02:22:42.897Z Compiling rustls-pemfile v2.2.0
33652026-04-07T02:22:42.933Z Compiling waitgroup v0.1.2
33662026-04-07T02:22:42.970Z Running `/home/build/.rustup/toolchains/1.94.0-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=5f84f642ae359d0f -C extra-filename=-532724550d84ea3d --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-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-04-07T02:22:42.973Z Running `/home/build/.rustup/toolchains/1.94.0-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=34a5e2495582be4d -C extra-filename=-7e3d284a925f84e6 --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-6c6bb4391ac8d17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-04-07T02:22:43.036Z Compiling hostname v0.4.2
33692026-04-07T02:22:43.039Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=f7ea764264a5e852 -C extra-filename=-64476eacd2008698 --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-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-16b4d0fee88a9348.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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/ring-615063de10837e60/out`
33702026-04-07T02:22:43.072Z Compiling dropshot v0.16.7
33712026-04-07T02:22:43.075Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
33722026-04-07T02:22:43.075Z Running `/home/build/.rustup/toolchains/1.94.0-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=ef54a2d8067d5f34 -C extra-filename=-e2bd119e292ea0a5 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-04-07T02:22:43.206Z Compiling toml v0.9.12+spec-1.1.0
33742026-04-07T02:22:43.209Z Compiling dropshot_endpoint v0.16.7
33752026-04-07T02:22:43.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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=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=4ca8a3f22e07abae -C extra-filename=-d62d74bb82e50931 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-04-07T02:22:43.372Z Compiling tower-http v0.6.8
33772026-04-07T02:22:43.375Z Compiling strum v0.27.2
33782026-04-07T02:22:43.375Z Compiling itertools v0.14.0
33792026-04-07T02:22:43.375Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33802026-04-07T02:22:43.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.12+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=d728c0b13d6e9bd8 -C extra-filename=-5272333e71804918 --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-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-04-07T02:22:43.375Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.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 '--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=781536ae4b507d34 -C extra-filename=-53065c8e8253a743 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-04-07T02:22:43.546Z Compiling ipnetwork v0.21.1
33832026-04-07T02:22:43.546Z Compiling serde_with v3.17.0
33842026-04-07T02:22:43.550Z Compiling newtype-uuid v1.3.2
33852026-04-07T02:22:43.550Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
33862026-04-07T02:22:43.550Z Running `/home/build/.rustup/toolchains/1.94.0-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=8e5f8ecee0717da5 -C extra-filename=-186530a8de7eaaba --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-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-29239354ad9e8da8.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-04-07T02:22:43.550Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb5a47f05af42a4a -C extra-filename=-a121c9cfd8c3a9f0 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-04-07T02:22:43.550Z Running `/home/build/.rustup/toolchains/1.94.0-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=12dec626734bcb51 -C extra-filename=-7c799f01f543fd29 --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-c11560d9b5666be8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-04-07T02:22:43.550Z Running `/home/build/.rustup/toolchains/1.94.0-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=7b908164d08c7777 -C extra-filename=-f874c5ebebef521c --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-04-07T02:22:43.550Z Running `/home/build/.rustup/toolchains/1.94.0-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=ef4f97d6695f9ca3 -C extra-filename=-2864dcdad0d218a0 --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-ec444930233c813b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-04-07T02:22:43.674Z Compiling structmeta v0.3.0
33922026-04-07T02:22:43.677Z Compiling macaddr v1.0.1
33932026-04-07T02:22:43.677Z Compiling instant v0.1.13
33942026-04-07T02:22:43.677Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
33952026-04-07T02:22:43.677Z Running `/home/build/.rustup/toolchains/1.94.0-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=86bab2598c74afb6 -C extra-filename=-128982c901e7eaf0 --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-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-04-07T02:22:43.677Z Running `/home/build/.rustup/toolchains/1.94.0-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=0cd0019c4a2c68b3 -C extra-filename=-f4bc5cc9b4c282e3 --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-dbaa41d4252adb9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972026-04-07T02:22:43.677Z Running `/home/build/.rustup/toolchains/1.94.0-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=f8a31bb33f77f920 -C extra-filename=-95a458c6659b1f7f --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-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-04-07T02:22:43.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=f7a18c497a4c3b30 -C extra-filename=-16a316b2f4b26db3 --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-d4f476048b76b3c5.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-47d8c27765709821.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-04-07T02:22:43.773Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
34002026-04-07T02:22:43.776Z Compiling backon v1.6.0
34012026-04-07T02:22:43.776Z Running `/home/build/.rustup/toolchains/1.94.0-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=f474f8c11e96ea96 -C extra-filename=-7164abf2cbc254bd --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-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-fb1e42b9cf9e846e.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022026-04-07T02:22:43.776Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931/build-script-build`
34032026-04-07T02:22:43.834Z Running `/home/build/.rustup/toolchains/1.94.0-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=0f6a551cbdce865c -C extra-filename=-86d1f25375d74a93 --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-04-07T02:22:43.837Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/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=ac28daafc91f682a -C extra-filename=-d95d03d4f89baa11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-04-07T02:22:43.837Z Running `/home/build/.rustup/toolchains/1.94.0-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=9336052c846b5716 -C extra-filename=-1a9ae6b8537a6d69 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-04-07T02:22:43.871Z Compiling async-stream v0.3.6
34072026-04-07T02:22:43.874Z Compiling unicode-width v0.2.0
34082026-04-07T02:22:43.874Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/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=06f2b23349ec9a9e -C extra-filename=-7cf6132e0a5d141f --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-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-83e2b9f87ee5221f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-18021c815c1d3b58.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec444930233c813b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-04-07T02:22:43.874Z Running `/home/build/.rustup/toolchains/1.94.0-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=1536842c447d1606 -C extra-filename=-ee97001c3cfca795 --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-f286a8126edb86b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-04-07T02:22:43.932Z Compiling oxnet v0.1.4
34112026-04-07T02:22:43.935Z Running `/home/build/.rustup/toolchains/1.94.0-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=d406ca423e74d453 -C extra-filename=-8050cade88cb721a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-04-07T02:22:43.935Z Running `/home/build/.rustup/toolchains/1.94.0-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=627605c36ac3d1eb -C extra-filename=-7bc560c1e73e395d --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-35c55e2734f6868a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-04-07T02:22:43.964Z Compiling backoff v0.4.0
34142026-04-07T02:22:43.998Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=17e7ca475541a2a9 -C extra-filename=-c47d69274eb3a78d --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-128982c901e7eaf0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-04-07T02:22:44.037Z Compiling h2 v0.4.13
34162026-04-07T02:22:44.037Z Compiling tokio-stream v0.1.18
34172026-04-07T02:22:44.040Z Running `/home/build/.rustup/toolchains/1.94.0-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=736261dbff222f39 -C extra-filename=-0f02ef4b8667ba37 --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-d2281c904bfe50c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-04-07T02:22:44.070Z Compiling tokio-postgres v0.7.16
34192026-04-07T02:22:44.073Z Compiling derive-ex v0.1.8
34202026-04-07T02:22:44.073Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34212026-04-07T02:22:44.073Z Compiling parse-display-derive v0.10.0
34222026-04-07T02:22:44.073Z Compiling toml v0.8.23
34232026-04-07T02:22:44.073Z Compiling convert_case v0.4.0
34242026-04-07T02:22:44.073Z Compiling half v2.7.1
34252026-04-07T02:22:44.073Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=e358c844931de187 -C extra-filename=-c30d9b3793a3d284 --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-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-04-07T02:22:44.073Z Running `/home/build/.rustup/toolchains/1.94.0-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="net"' --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=6c4743e4d410e1ee -C extra-filename=-e79fa0024e4eb411 --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-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-04-07T02:22:44.102Z Running `/home/build/.rustup/toolchains/1.94.0-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=4dba737b790ceed8 -C extra-filename=-b8a887ede189b15f --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-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-04-07T02:22:44.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=73887b7901b2e165 -C extra-filename=-ffeed4f710fb4271 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-04-07T02:22:44.106Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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-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=f87260d913a23e19 -C extra-filename=-9dabceeb4c85d3bf --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-7a627029a175eba8.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-dc308447c61f5c52.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-927203c8d4136f8e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7492f36c07e960de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4e81badbf47919c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-04-07T02:22:44.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=538abe899ac5c6cf -C extra-filename=-de1927ffabb85bc1 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-04-07T02:22:44.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=d865d4d209057aba -C extra-filename=-8ede348f1f418989 --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-81c506065a6fc17b.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f874c5ebebef521c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-04-07T02:22:44.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=149cfa41e644eba9 -C extra-filename=-8a50f808802d6daa --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-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-04-07T02:22:44.106Z Running `/home/build/.rustup/toolchains/1.94.0-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=ebe2178a8a9719ae -C extra-filename=-f0151779063ab4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-04-07T02:22:44.166Z Compiling ciborium-io v0.2.2
34352026-04-07T02:22:44.170Z Running `/home/build/.rustup/toolchains/1.94.0-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=8e285989295f0d70 -C extra-filename=-c7f9bdf8f54edfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-04-07T02:22:44.230Z Compiling unsafe-libyaml v0.2.11
34372026-04-07T02:22:44.233Z Running `/home/build/.rustup/toolchains/1.94.0-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=e9b435d7a29b3b63 -C extra-filename=-583cfd0c0cc1cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-04-07T02:22:44.331Z Compiling daft v0.1.5
34392026-04-07T02:22:44.367Z Compiling secrecy v0.10.3
34402026-04-07T02:22:44.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=60ce0633992305b4 -C extra-filename=-694d055fa972c990 --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-860f38112229de57.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-04-07T02:22:44.401Z Compiling universal-hash v0.5.1
34422026-04-07T02:22:44.401Z Running `/home/build/.rustup/toolchains/1.94.0-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=d5d08dc490ab9f42 -C extra-filename=-253a49645f9faf1d --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-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-04-07T02:22:44.459Z Compiling opaque-debug v0.3.1
34442026-04-07T02:22:44.532Z Running `/home/build/.rustup/toolchains/1.94.0-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=72fdca9107dbe64b -C extra-filename=-de26d08b52fb48ef --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-9efdc25063733208.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-04-07T02:22:44.535Z Running `/home/build/.rustup/toolchains/1.94.0-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=8945c303dfda1bac -C extra-filename=-194905f61176ced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-04-07T02:22:44.605Z Compiling ciborium-ll v0.2.2
34472026-04-07T02:22:44.608Z Compiling indent_write v2.2.0
34482026-04-07T02:22:44.608Z Running `/home/build/.rustup/toolchains/1.94.0-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=09d0cf4cec66b311 -C extra-filename=-510ab9aefba5fba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2173e318c097e7ac/out -l static=zstd`
34492026-04-07T02:22:44.608Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
34502026-04-07T02:22:44.641Z Running `/home/build/.rustup/toolchains/1.94.0-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=f4eb28e5c45eab58 -C extra-filename=-611065599d460bcc --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-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b8a887ede189b15f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-04-07T02:22:44.659Z Running `/home/build/.rustup/toolchains/1.94.0-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=c8b72f4dd2d5ddfc -C extra-filename=-1e56b698c6a22bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-04-07T02:22:44.659Z Compiling typify-impl v0.6.1
34532026-04-07T02:22:44.708Z Compiling iddqd v0.3.17
34542026-04-07T02:22:44.711Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34552026-04-07T02:22:44.744Z Running `/home/build/.rustup/toolchains/1.94.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a639f35a5aea9e -C extra-filename=-4648be98fddeac22 --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-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-04-07T02:22:44.783Z Compiling derive_more v0.99.20
34572026-04-07T02:22:44.786Z Compiling crucible-workspace-hack v0.1.0
34582026-04-07T02:22:44.786Z Compiling aead v0.5.2
34592026-04-07T02:22:44.786Z Compiling poly1305 v0.8.0
34602026-04-07T02:22:44.786Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --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=26dd5d32c1dbf678 -C extra-filename=-2e167fa26833eb16 --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-3318559a2770f550.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-04-07T02:22:44.786Z Running `/home/build/.rustup/toolchains/1.94.0-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=ecaae69a65181776 -C extra-filename=-0a986e0c07d9fa91 --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-694d055fa972c990.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-04-07T02:22:44.856Z Running `/home/build/.rustup/toolchains/1.94.0-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=8926aebcc2791f7c -C extra-filename=-e281fa0397783dbc --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-510ab9aefba5fba9.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-2173e318c097e7ac/out`
34632026-04-07T02:22:44.859Z Compiling chacha20 v0.9.1
34642026-04-07T02:22:44.860Z Compiling camino-tempfile v1.4.1
34652026-04-07T02:22:44.860Z Compiling thiserror-impl-no-std v2.0.2
34662026-04-07T02:22:44.860Z Compiling swrite v0.1.0
34672026-04-07T02:22:44.860Z Running `/home/build/.rustup/toolchains/1.94.0-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=32c9f938f435c925 -C extra-filename=-c70ee8b8546d9309 --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-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-04-07T02:22:44.860Z Running `/home/build/.rustup/toolchains/1.94.0-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=bdbfc39f7d659741 -C extra-filename=-b5c2bbb092cf9333 --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-9efdc25063733208.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-04-07T02:22:44.860Z Running `/home/build/.rustup/toolchains/1.94.0-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=cbfa76feee9cc26f -C extra-filename=-d58b50b2f59be3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-04-07T02:22:44.860Z Running `/home/build/.rustup/toolchains/1.94.0-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=07ca90b241f46291 -C extra-filename=-7da2ec21875bf870 --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-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-de26d08b52fb48ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-04-07T02:22:44.922Z Running `/home/build/.rustup/toolchains/1.94.0-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=9d421059c76c9dfb -C extra-filename=-ce942dec674e549d --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-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-04-07T02:22:44.925Z Compiling tokio-rustls v0.25.0
34732026-04-07T02:22:44.925Z Running `/home/build/.rustup/toolchains/1.94.0-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=820c835928ba736e -C extra-filename=-b3758e5b4f760a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-04-07T02:22:44.926Z Running `/home/build/.rustup/toolchains/1.94.0-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=e843fb86a7365329 -C extra-filename=-001b065364cd9ac4 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-04-07T02:22:44.926Z Running `/home/build/.rustup/toolchains/1.94.0-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=d5e15ad01eb597ab -C extra-filename=-56f55a58df09117e --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-14842183da3c6f4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-04-07T02:22:44.956Z Compiling ciborium v0.2.2
34772026-04-07T02:22:44.959Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=b529c9fb254d0383 -C extra-filename=-d1aaa5de17b9f2ec --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-64476eacd2008698.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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/ring-615063de10837e60/out`
34782026-04-07T02:22:44.959Z Running `/home/build/.rustup/toolchains/1.94.0-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=537e7cc1c666a62f -C extra-filename=-1bc321bceb338989 --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-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-611065599d460bcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-04-07T02:22:45.022Z Compiling zstd v0.13.3
34802026-04-07T02:22:45.083Z Compiling serde_yaml v0.9.34+deprecated
34812026-04-07T02:22:45.086Z Running `/home/build/.rustup/toolchains/1.94.0-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=f90aa608c827b9fd -C extra-filename=-049729af0b0b69bf --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-e281fa0397783dbc.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-2173e318c097e7ac/out`
34822026-04-07T02:22:45.112Z Compiling byte-wrapper v0.1.0
34832026-04-07T02:22:45.150Z Running `/home/build/.rustup/toolchains/1.94.0-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=8541c879314d5a1c -C extra-filename=-acc578f05ddc32ba --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-ec5a7b71e39fc295.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-04-07T02:22:45.154Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
34852026-04-07T02:22:45.154Z Running `/home/build/.rustup/toolchains/1.94.0-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=de254c3cd4944e8b -C extra-filename=-d080412e4a4d2cba --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-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-04-07T02:22:45.220Z Compiling blake2 v0.10.6
34872026-04-07T02:22:45.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=161b87a59f1d39c9 -C extra-filename=-287d728421758b33 --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-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-04-07T02:22:45.258Z Compiling password-hash v0.5.0
34892026-04-07T02:22:45.290Z Running `/home/build/.rustup/toolchains/1.94.0-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=d21f37392d06152a -C extra-filename=-2d74eb411f0b05b7 --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-04-07T02:22:45.356Z Compiling zip v4.6.1
34912026-04-07T02:22:45.359Z Running `/home/build/.rustup/toolchains/1.94.0-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=63bf20d2d0e97d79 -C extra-filename=-ebfe21a42ae7d09e --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-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-04-07T02:22:45.393Z Compiling crossbeam-deque v0.8.6
34932026-04-07T02:22:45.396Z Running `/home/build/.rustup/toolchains/1.94.0-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=938d232624f2fb1e -C extra-filename=-a96f2ab4c252a0d9 --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-c4a9e5e5ff78eef0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-89ca56f9fb569726.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-049729af0b0b69bf.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-2173e318c097e7ac/out`
34942026-04-07T02:22:45.461Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
34952026-04-07T02:22:45.464Z Compiling chacha20poly1305 v0.10.1
34962026-04-07T02:22:45.464Z Compiling glob v0.3.3
34972026-04-07T02:22:45.464Z Running `/home/build/.rustup/toolchains/1.94.0-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=9d969a67116f5e82 -C extra-filename=-51872676107046e4 --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-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-04-07T02:22:45.532Z Compiling rayon-core v1.13.0
34992026-04-07T02:22:45.535Z Compiling proc-macro-error-attr v1.0.4
35002026-04-07T02:22:45.564Z Running `/home/build/.rustup/toolchains/1.94.0-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=c00865ad2d6818eb -C extra-filename=-9c71297ff2717ee1 --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-b5c2bbb092cf9333.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ce942dec674e549d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7da2ec21875bf870.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-04-07T02:22:45.567Z Running `/home/build/.rustup/toolchains/1.94.0-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=b7df52d425d9a782 -C extra-filename=-d7e788ba801484ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-04-07T02:22:45.599Z Compiling proc-macro-error v1.0.4
35032026-04-07T02:22:45.603Z Compiling toml_edit v0.23.10+spec-1.0.0
35042026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=c77dabd4c3f0a4ea -C extra-filename=-f761551f0647f5fe --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=512e3bd9fb23c26f -C extra-filename=-6a15400c2e7ba83a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-04-07T02:22:45.603Z Compiling unicode-width v0.1.14
35072026-04-07T02:22:45.603Z Compiling tabwriter v1.4.1
35082026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=037b2fbf85dce33c -C extra-filename=-bb924e1674c1886b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=f258b8f7dc3d7605 -C extra-filename=-498165c747409775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=477dac854b128680 -C extra-filename=-793719933d52d486 --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-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=f16d6a76268fbaa6 -C extra-filename=-38e8a5c56c9e7b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-04-07T02:22:45.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=4cf5d8434b1ed4a6 -C extra-filename=-4282c72e613cdd8d --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-ec5a7b71e39fc295.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-04-07T02:22:45.734Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
35142026-04-07T02:22:45.737Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=c21a5633c4387ad7 -C extra-filename=-af4e29b7baa36746 --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-ce299ebbb1d61b46.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-04-07T02:22:45.769Z Compiling argon2 v0.5.3
35162026-04-07T02:22:45.832Z Compiling heapless v0.8.0
35172026-04-07T02:22:45.835Z Compiling ingot-macros v0.1.1
35182026-04-07T02:22:45.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=531b4c77527db7ef -C extra-filename=-b02895a4c285a2eb --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-8703aae8b2f9644d.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-2d74eb411f0b05b7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ebfe21a42ae7d09e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-04-07T02:22:45.873Z Compiling hash32 v0.3.1
35202026-04-07T02:22:45.873Z Running `/home/build/.rustup/toolchains/1.94.0-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=4beb64aeed98141a -C extra-filename=-aef1d53b8f6eeb07 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-04-07T02:22:45.902Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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=767fa631f50ad2a9 -C extra-filename=-46c915933335eb47 --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-dac69a3fe8e72409.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-04-07T02:22:45.902Z Running `/home/build/.rustup/toolchains/1.94.0-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=3de78c6e5ee760c7 -C extra-filename=-274b20cc3c2d3f43 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232026-04-07T02:22:45.981Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35242026-04-07T02:22:45.981Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
35252026-04-07T02:22:45.984Z Compiling smoltcp v0.11.0
35262026-04-07T02:22:45.985Z Compiling cobs v0.3.0
35272026-04-07T02:22:45.985Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
35282026-04-07T02:22:46.011Z Running `/home/build/.rustup/toolchains/1.94.0-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=d3a62d4689a86856 -C extra-filename=-58cfd89847c4b176 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176 -L 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-04-07T02:22:46.014Z Running `/home/build/.rustup/toolchains/1.94.0-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=6f97f8d77fb948b8 -C extra-filename=-646a67aa2183e6d4 --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-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-04-07T02:22:46.014Z Running `/home/build/.rustup/toolchains/1.94.0-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=568678c0dbd0265c -C extra-filename=-67dec77b3f0ee1b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312026-04-07T02:22:46.079Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35322026-04-07T02:22:46.143Z Compiling colored v3.1.1
35332026-04-07T02:22:46.146Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/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=36571e53cbe5b8f7 -C extra-filename=-bef73dc87024835a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-04-07T02:22:46.178Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
35352026-04-07T02:22:46.245Z Running `/home/build/.rustup/toolchains/1.94.0-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=b6ffbc977ee85e94 -C extra-filename=-b44c6dc939254ac3 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-04-07T02:22:46.252Z Running `/home/build/.rustup/toolchains/1.94.0-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=3f95390326afd122 -C extra-filename=-20818eb2682fe51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-04-07T02:22:46.255Z Compiling proc-macro-crate v1.3.1
35382026-04-07T02:22:46.255Z Compiling foreign-types-macros v0.2.3
35392026-04-07T02:22:46.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=0446c91e3afa576a -C extra-filename=-6792120a2b714b04 --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-af4e29b7baa36746.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-287d728421758b33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-04-07T02:22:46.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=50b93a6d2a9bd25a -C extra-filename=-44047f1696432bcb --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-51872676107046e4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-04-07T02:22:46.255Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35422026-04-07T02:22:46.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=1ca27d9ff36a6195 -C extra-filename=-67491513fa2e2be3 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-04-07T02:22:46.255Z Running `/home/build/.rustup/toolchains/1.94.0-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=e563ee773d28a017 -C extra-filename=-e2c0ca15e9441740 --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-e5797ea9908f0e04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-04-07T02:22:46.356Z Compiling proc-macro-crate v3.4.0
35452026-04-07T02:22:46.390Z Running `/home/build/.rustup/toolchains/1.94.0-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=ce38aa2ec4690008 -C extra-filename=-24adcddf22f58b1b --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-4282c72e613cdd8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-04-07T02:22:46.393Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35472026-04-07T02:22:46.421Z Compiling test-strategy v0.4.5
35482026-04-07T02:22:46.490Z Running `/home/build/.rustup/toolchains/1.94.0-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=3131f38e0f8f15ff -C extra-filename=-d485e9a46a9073e1 --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-ffeed4f710fb4271.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-04-07T02:22:46.527Z Compiling postcard v1.1.3
35502026-04-07T02:22:46.530Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35512026-04-07T02:22:46.530Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
35522026-04-07T02:22:46.600Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35532026-04-07T02:22:46.638Z Running `/home/build/.rustup/toolchains/1.94.0-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=636b43b28516ef71 -C extra-filename=-0d897d1666ed339a --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-646a67aa2183e6d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-04-07T02:22:46.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=ba3c7f2c404479d8 -C extra-filename=-a16c4044a14c2b3b --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-04-07T02:22:46.680Z Compiling thiserror-no-std v2.0.2
35562026-04-07T02:22:46.680Z Compiling foreign-types-shared v0.3.1
35572026-04-07T02:22:46.680Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
35582026-04-07T02:22:46.712Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=485f154874251469 -C extra-filename=-10ae072e1db3e8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-10ae072e1db3e8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-04-07T02:22:46.784Z Compiling parse-display v0.10.0
35602026-04-07T02:22:46.787Z Compiling cpufeatures v0.3.0
35612026-04-07T02:22:46.787Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35622026-04-07T02:22:46.787Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35632026-04-07T02:22:46.787Z Running `/home/build/.rustup/toolchains/1.94.0-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=cc8091b34397cf74 -C extra-filename=-f765dc701cb02aec --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-001b065364cd9ac4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642026-04-07T02:22:46.787Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35652026-04-07T02:22:46.787Z Running `/home/build/.rustup/toolchains/1.94.0-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=66d661d35c207158 -C extra-filename=-e2b03b1de77612b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-04-07T02:22:46.848Z Running `/home/build/.rustup/toolchains/1.94.0-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=e178141c9801d685 -C extra-filename=-2b484c1ac7964fe8 --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-de1927ffabb85bc1.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-04-07T02:22:46.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=3012f0ec0c898714 -C extra-filename=-9f3676ae236d3648 --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-274b20cc3c2d3f43.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-04-07T02:22:46.851Z Compiling rayon v1.11.0
35692026-04-07T02:22:46.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=31d41bbcdc641dd2 -C extra-filename=-197686315eaba168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-04-07T02:22:46.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=f0eee7b7f08e57db -C extra-filename=-998d3e58729545f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35712026-04-07T02:22:46.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb8b0b45d88fecc4 -C extra-filename=-003708f9f08f1814 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-04-07T02:22:46.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=35c90e4bcc22dea2 -C extra-filename=-6938a5461d34d31e --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-04-07T02:22:46.946Z Compiling vsss-rs v3.3.4
35742026-04-07T02:22:46.949Z Compiling num_enum_derive v0.5.11
35752026-04-07T02:22:46.949Z Running `/home/build/.rustup/toolchains/1.94.0-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=b7e5d7e8b14d46be -C extra-filename=-dd3ee3dffdc4c25c --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-4d7aa96ddad28561.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-04-07T02:22:46.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/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=8d968e654e17275a -C extra-filename=-bca8bb8c1bf9d50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35772026-04-07T02:22:46.983Z Running `/home/build/.rustup/toolchains/1.94.0-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=a35d692ee8e8ec81 -C extra-filename=-f4985a9e8a380b43 --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-b44c6dc939254ac3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35782026-04-07T02:22:47.017Z Compiling sigpipe v0.1.3
35792026-04-07T02:22:47.020Z Compiling cstr-argument v0.1.2
35802026-04-07T02:22:47.020Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
35812026-04-07T02:22:47.020Z Running `/home/build/.rustup/toolchains/1.94.0-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=30f8e106246098bb -C extra-filename=-040e1ad17fac6d2b --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-ede334972a2e3e07.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f765dc701cb02aec.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-04-07T02:22:47.020Z Running `/home/build/.rustup/toolchains/1.94.0-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=571ab6ff45321ecb -C extra-filename=-4e86e66753237f79 --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-e2c0ca15e9441740.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-04-07T02:22:47.088Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35842026-04-07T02:22:47.091Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
35852026-04-07T02:22:47.120Z Compiling num-derive v0.4.2
35862026-04-07T02:22:47.123Z Running `/home/build/.rustup/toolchains/1.94.0-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=3e1c05548553d69c -C extra-filename=-02e3046d35894c0b --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-04-07T02:22:47.123Z Running `/home/build/.rustup/toolchains/1.94.0-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=5fe390e535b9fa43 -C extra-filename=-b2b295196ab278b2 --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-aa8953624d325365.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-04-07T02:22:47.123Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/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=2ab3f16f173d8d8c -C extra-filename=-f1e4459d1186ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-04-07T02:22:47.186Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-10ae072e1db3e8d6/build-script-build`
35902026-04-07T02:22:47.189Z Compiling hyper v1.8.1
35912026-04-07T02:22:47.189Z Compiling num_enum_derive v0.7.5
35922026-04-07T02:22:47.189Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=ee730f63a7a51d50 -C extra-filename=-cf88eac252508442 --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-b1db1361eaf8c359.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-04-07T02:22:47.189Z Running `/home/build/.rustup/toolchains/1.94.0-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=675c47703f77f6af -C extra-filename=-e9857e04780c05eb --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-e9857e04780c05eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-04-07T02:22:47.189Z Running `/home/build/.rustup/toolchains/1.94.0-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=9829b54c789968c5 -C extra-filename=-9544354c5c503a30 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-04-07T02:22:47.323Z Compiling foreign-types v0.5.0
35962026-04-07T02:22:47.327Z Compiling itertools v0.12.1
35972026-04-07T02:22:47.327Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35982026-04-07T02:22:47.327Z Compiling smf v0.2.3
35992026-04-07T02:22:47.327Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=9d3a1744d8476c02 -C extra-filename=-47972fd0c9489f5b --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-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c30d9b3793a3d284.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-e3c84e5aa934da16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-04-07T02:22:47.444Z Running `/home/build/.rustup/toolchains/1.94.0-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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=da2d1f4c07b340fc -C extra-filename=-2835ca4522b5f476 --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-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-04-07T02:22:47.473Z Compiling whoami v1.6.1
36022026-04-07T02:22:47.477Z Running `/home/build/.rustup/toolchains/1.94.0-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=47b3b73911f33d4b -C extra-filename=-40d5200e860ebfa0 --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-67491513fa2e2be3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032026-04-07T02:22:47.477Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab5fd69ec83078b7 -C extra-filename=-079631bae9789ff9 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-04-07T02:22:47.477Z Running `/home/build/.rustup/toolchains/1.94.0-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=f4c0c4af4a70222b -C extra-filename=-2103e36ff950f728 --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-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-04-07T02:22:47.536Z Running `/home/build/.rustup/toolchains/1.94.0-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=90d45afaac519cb7 -C extra-filename=-24ff6e2d2025515b --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-04-07T02:22:47.669Z Running `/home/build/.rustup/toolchains/1.94.0-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=5517c37c0f9c5eda -C extra-filename=-cb388b4807b3b38d --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-9f3676ae236d3648.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-04-07T02:22:47.672Z Compiling chacha20 v0.10.0
36082026-04-07T02:22:47.672Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36092026-04-07T02:22:47.672Z Compiling zone_cfg_derive v0.3.1
36102026-04-07T02:22:47.672Z Compiling usdt-attr-macro v0.5.0
36112026-04-07T02:22:47.672Z Compiling usdt-macro v0.5.0
36122026-04-07T02:22:47.672Z Compiling atomicwrites v0.4.4
36132026-04-07T02:22:47.672Z Running `/home/build/.rustup/toolchains/1.94.0-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=96ebc35b2076393b -C extra-filename=-c37bbd24ee2fea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-04-07T02:22:47.672Z Running `/home/build/.rustup/toolchains/1.94.0-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="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=796e1c71df957fc4 -C extra-filename=-125376f38a35097b --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-197686315eaba168.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-04-07T02:22:47.672Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
36162026-04-07T02:22:47.672Z Running `/home/build/.rustup/toolchains/1.94.0-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=246543e67dc34891 -C extra-filename=-8c73ef531eca64d0 --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-b1db1361eaf8c359.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-003708f9f08f1814.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-04-07T02:22:47.672Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36182026-04-07T02:22:47.672Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
36192026-04-07T02:22:47.672Z Compiling memmap v0.7.0
36202026-04-07T02:22:47.704Z Running `/home/build/.rustup/toolchains/1.94.0-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=a8a480dfa7888d59 -C extra-filename=-b7e52e9dd3f0ee7c --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-04-07T02:22:47.707Z Running `/home/build/.rustup/toolchains/1.94.0-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=a85ab4b2a03e4555 -C extra-filename=-95eafc8d5a2f326a --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-043d7a1526811242.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-04-07T02:22:47.707Z Running `/home/build/.rustup/toolchains/1.94.0-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=3385c7ec7c30e3da -C extra-filename=-a783aa85aa43acf2 --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-5790665f688b09aa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-04-07T02:22:47.707Z Running `/home/build/.rustup/toolchains/1.94.0-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=c3554f33f37174f4 -C extra-filename=-c57e1957e31f1d65 --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-043d7a1526811242.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-04-07T02:22:47.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=9bc5dc1e7bd6b39d -C extra-filename=-b101c35f8e584038 --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-cf88eac252508442.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-04-07T02:22:47.707Z Running `/home/build/.rustup/toolchains/1.94.0-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=a8a82a4f2dabcdd2 -C extra-filename=-24967c8cc9c32932 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-04-07T02:22:47.707Z Running `/home/build/.rustup/toolchains/1.94.0-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=36599df50593833a -C extra-filename=-5700595b02ef7a4c --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-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-40d5200e860ebfa0.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-04-07T02:22:47.866Z Compiling derive-where v1.6.0
36282026-04-07T02:22:47.869Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-e9857e04780c05eb/build-script-build`
36292026-04-07T02:22:47.933Z Compiling console v0.15.11
36302026-04-07T02:22:47.936Z Running `/home/build/.rustup/toolchains/1.94.0-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=4b408c31b969b438 -C extra-filename=-3ffff16a0e8e2ffe --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-04-07T02:22:47.961Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
36322026-04-07T02:22:47.961Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
36332026-04-07T02:22:47.964Z Running `/home/build/.rustup/toolchains/1.94.0-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=5c13fa3c0501292b -C extra-filename=-bd8db95484c97424 --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-b1db1361eaf8c359.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-04-07T02:22:47.995Z Compiling newline-converter v0.3.0
36352026-04-07T02:22:47.998Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=e91bc04dd824414a -C extra-filename=-cbb4268a960d687e --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-af4e29b7baa36746.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6792120a2b714b04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-04-07T02:22:47.999Z Running `/home/build/.rustup/toolchains/1.94.0-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=e931cba587a5b3a6 -C extra-filename=-c5454fd0ab193012 --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-04-07T02:22:48.030Z Compiling bytecount v0.6.9
36382026-04-07T02:22:48.033Z Running `/home/build/.rustup/toolchains/1.94.0-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=f03dc18d297e0d07 -C extra-filename=-330c87bd18ddc8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-04-07T02:22:48.092Z Compiling owo-colors v4.3.0
36402026-04-07T02:22:48.095Z Running `/home/build/.rustup/toolchains/1.94.0-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=9dc1c2f2287ff6ad -C extra-filename=-7ecdccf7225704bf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf -L 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-04-07T02:22:48.124Z Compiling rand v0.10.0
36422026-04-07T02:22:48.127Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --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=9b5b6c1ae37ce23d -C extra-filename=-43361329d4d40a41 --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-125376f38a35097b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-04-07T02:22:48.160Z Compiling num-rational v0.4.2
36442026-04-07T02:22:48.163Z Running `/home/build/.rustup/toolchains/1.94.0-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=24baa19f4135aa65 -C extra-filename=-6a26e49cc52db37f --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-04-07T02:22:48.260Z Compiling num-complex v0.4.6
36462026-04-07T02:22:48.330Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36472026-04-07T02:22:48.333Z Compiling cancel-safe-futures v0.1.5
36482026-04-07T02:22:48.402Z Running `/home/build/.rustup/toolchains/1.94.0-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=39fd0d08a5c4be03 -C extra-filename=-a47631c902b04a66 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-04-07T02:22:48.442Z Compiling libsw-core v0.3.2
36502026-04-07T02:22:48.445Z Compiling float-ord v0.3.2
36512026-04-07T02:22:48.445Z Compiling prettyplease v0.2.37
36522026-04-07T02:22:48.445Z Compiling linear-map v1.2.0
36532026-04-07T02:22:48.445Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/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=a7321bc105384a53 -C extra-filename=-daf699d1957e3c20 --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-694d055fa972c990.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-04-07T02:22:48.445Z Running `/home/build/.rustup/toolchains/1.94.0-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=ddd98dfef7c1b0d4 -C extra-filename=-87ea9737c8363339 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-04-07T02:22:48.511Z Compiling hyper-util v0.1.20
36562026-04-07T02:22:48.514Z Compiling num_enum v0.5.11
36572026-04-07T02:22:48.514Z Compiling expectorate v1.2.0
36582026-04-07T02:22:48.514Z Compiling gethostname v0.5.0
36592026-04-07T02:22:48.514Z Running `/home/build/.rustup/toolchains/1.94.0-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=ce622b844fd58a48 -C extra-filename=-b1031c33ab53791c --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-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-04-07T02:22:48.514Z Running `/home/build/.rustup/toolchains/1.94.0-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=0089ec61322d8e56 -C extra-filename=-c2a575e03cd92687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-04-07T02:22:48.514Z Running `/home/build/.rustup/toolchains/1.94.0-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=fa096dd7a3dc044a -C extra-filename=-a7dfbad96e68477c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-04-07T02:22:48.574Z Running `/home/build/.rustup/toolchains/1.94.0-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=5d9c1c1338b1be42 -C extra-filename=-a5393bade2e03a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-04-07T02:22:48.578Z Running `/home/build/.rustup/toolchains/1.94.0-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=5ca66f1f2c31d227 -C extra-filename=-21034107fa2e8297 --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-4e86e66753237f79.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-04-07T02:22:48.578Z Running `/home/build/.rustup/toolchains/1.94.0-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=50736420935f65fb -C extra-filename=-3fade0003cdbe269 --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-a783aa85aa43acf2.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-bd8db95484c97424.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-c5454fd0ab193012.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-04-07T02:22:48.578Z Running `/home/build/.rustup/toolchains/1.94.0-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=483541c430f43f1d -C extra-filename=-a3ad187033c3e8d8 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-04-07T02:22:48.578Z Running `/home/build/.rustup/toolchains/1.94.0-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=fa7d6517bf355de0 -C extra-filename=-38032840d62b6ea9 --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-5790665f688b09aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-04-07T02:22:48.616Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36682026-04-07T02:22:48.670Z Compiling same-file v1.0.6
36692026-04-07T02:22:48.705Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=cfd5234bfecd933f -C extra-filename=-606147e1ae0fc628 --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-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9544354c5c503a30.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-04-07T02:22:48.776Z Compiling libsw v3.5.0
36712026-04-07T02:22:48.780Z Running `/home/build/.rustup/toolchains/1.94.0-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=6b3655a267061260 -C extra-filename=-1b0901582467a41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:48.854Z Compiling num_enum v0.7.5
36732026-04-07T02:22:48.857Z Compiling num v0.4.3
36742026-04-07T02:22:48.857Z Compiling unicode-xid v0.2.6
36752026-04-07T02:22:48.890Z Running `/home/build/.rustup/toolchains/1.94.0-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=0ff7cba457e9afdc -C extra-filename=-39da1bee83ba482f --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-b1031c33ab53791c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-04-07T02:22:48.893Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
36772026-04-07T02:22:48.997Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36782026-04-07T02:22:48.997Z Compiling zone v0.3.1
36792026-04-07T02:22:49.000Z Compiling async-recursion v1.1.1
36802026-04-07T02:22:49.000Z Compiling resolv-conf v0.7.6
36812026-04-07T02:22:49.000Z Compiling convert_case v0.10.0
36822026-04-07T02:22:49.000Z Compiling unicode-linebreak v0.1.5
36832026-04-07T02:22:49.000Z Compiling smawk v0.3.2
36842026-04-07T02:22:49.000Z Compiling globset v0.4.18
36852026-04-07T02:22:49.000Z Running `/home/build/.rustup/toolchains/1.94.0-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.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("complex-expressions", "default", "external_doc", "std"))' -C metadata=1b12d4877e8cf5ce -C extra-filename=-700e7238e9014ef4 --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-2835ca4522b5f476.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-04-07T02:22:49.000Z Running `/home/build/.rustup/toolchains/1.94.0-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=0fd3f72cd02b1f33 -C extra-filename=-7edb1e71e79184a9 --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-a47631c902b04a66.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-6a26e49cc52db37f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-04-07T02:22:49.000Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
36882026-04-07T02:22:49.000Z Running `/home/build/.rustup/toolchains/1.94.0-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=d6e3c65798bc0107 -C extra-filename=-926f5fabeb167efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-04-07T02:22:49.302Z Running `/home/build/.rustup/toolchains/1.94.0-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=1f634655b528ce62 -C extra-filename=-222553181e9ecc5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-21034107fa2e8297.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902026-04-07T02:22:49.305Z Running `/home/build/.rustup/toolchains/1.94.0-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=3bed44998fd5f7c9 -C extra-filename=-12c96a674f23a4a7 --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-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b7e52e9dd3f0ee7c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-04-07T02:22:49.305Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
36922026-04-07T02:22:49.305Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
36932026-04-07T02:22:49.305Z Compiling usdt v0.5.0
36942026-04-07T02:22:49.306Z Compiling walkdir v2.5.0
36952026-04-07T02:22:49.306Z Compiling slog-dtrace v0.3.0
36962026-04-07T02:22:49.306Z Compiling termtree v0.5.1
36972026-04-07T02:22:49.306Z Compiling pin-project-internal v1.1.11
36982026-04-07T02:22:49.306Z Compiling fd-lock v4.0.4
36992026-04-07T02:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-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=51ed57499d2d2f0f -C extra-filename=-d0eea7c597dd0bad --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-04-07T02:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-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=7ba12df9332ee762 -C extra-filename=-3f9c2a9c19a71c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-04-07T02:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-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=18cbd8d634aefec7 -C extra-filename=-d142be9420a73f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-04-07T02:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-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=40b50456130ac154 -C extra-filename=-e8c393500322ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-04-07T02:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-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=73cd7167ae2832df -C extra-filename=-7ed5b5014e10b2ab --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-2b3e0a333636a188.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-04-07T02:22:49.306Z Running `/home/build/.rustup/toolchains/1.94.0-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=c2da27c0042d3aba -C extra-filename=-06f73d05a211c991 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-04-07T02:22:49.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/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=4544e96ff413f70c -C extra-filename=-7a153eff30884154 --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-b1db1361eaf8c359.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bca8bb8c1bf9d50f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-700e7238e9014ef4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-04-07T02:22:49.569Z Running `/home/build/.rustup/toolchains/1.94.0-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=360a57f018cb4c0e -C extra-filename=-a77601f95f2fa6bb --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-f36ddc049d2e6511.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9b6bf89d831ba713.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-24967c8cc9c32932.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-95eafc8d5a2f326a.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c57e1957e31f1d65.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-04-07T02:22:49.572Z Compiling typify-macro v0.6.1
37082026-04-07T02:22:49.573Z Compiling ingot-types v0.1.2
37092026-04-07T02:22:49.573Z Compiling vte v0.14.1
37102026-04-07T02:22:49.573Z Compiling minimal-lexical v0.2.1
37112026-04-07T02:22:49.602Z Compiling linked-hash-map v0.5.6
37122026-04-07T02:22:49.636Z Compiling hickory-proto v0.24.4
37132026-04-07T02:22:49.640Z Compiling pem v3.0.6
37142026-04-07T02:22:49.640Z Compiling nu-ansi-term v0.50.3
37152026-04-07T02:22:49.640Z Running `/home/build/.rustup/toolchains/1.94.0-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=59faf8b1b26babb4 -C extra-filename=-90b9264fd07878d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37162026-04-07T02:22:49.640Z Running `/home/build/.rustup/toolchains/1.94.0-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=fa27714a92a7b885 -C extra-filename=-d90d9ddae0a31d49 --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-1b0901582467a41f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-04-07T02:22:49.640Z Running `/home/build/.rustup/toolchains/1.94.0-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=95d6dfc7a49adbf7 -C extra-filename=-d24a5b589e836c0d --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-04-07T02:22:49.670Z Running `/home/build/.rustup/toolchains/1.94.0-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=4c3b0ef2244f00d8 -C extra-filename=-87c37d8cc338976d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:49.673Z Running `/home/build/.rustup/toolchains/1.94.0-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=541a2c18cf7c9cff -C extra-filename=-8415196cf4788f1b --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-aa8953624d325365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202026-04-07T02:22:49.674Z Running `/home/build/.rustup/toolchains/1.94.0-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=5e30f5242819f7d1 -C extra-filename=-97d2f635cac76560 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-04-07T02:22:49.674Z Running `/home/build/.rustup/toolchains/1.94.0-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=a3e560e688571334 -C extra-filename=-ae4ba44fdce7e38a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-04-07T02:22:49.832Z Running `/home/build/.rustup/toolchains/1.94.0-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=443e9a2a20311b75 -C extra-filename=-33f5f11d015be99a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.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-67aff659fdf95efa/out -l static=pci`
37232026-04-07T02:22:49.835Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e56dd193675e85db -C extra-filename=-cdb4c5a3370cd5be --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-46c915933335eb47.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-04-07T02:22:49.835Z Running `/home/build/.rustup/toolchains/1.94.0-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=75b4d85fdf901b6b -C extra-filename=-59deb866faca874d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-04-07T02:22:49.836Z Running `/home/build/.rustup/toolchains/1.94.0-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=49f109b244b1b909 -C extra-filename=-b50d0eeaa2ae1808 --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-04-07T02:22:49.836Z Running `/home/build/.rustup/toolchains/1.94.0-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=2bc5b389ce57c817 -C extra-filename=-2ea35f8f1ae95352 --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-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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)'`
37272026-04-07T02:22:49.836Z Running `/home/build/.rustup/toolchains/1.94.0-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.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=215a804cdc2df66c -C extra-filename=-3bbc952c9ec18e78 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4648be98fddeac22.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-04-07T02:22:49.868Z Compiling derive_more-impl v2.1.1
37292026-04-07T02:22:49.872Z Compiling display-error-chain v0.2.2
37302026-04-07T02:22:49.872Z Compiling ar_archive_writer v0.5.1
37312026-04-07T02:22:49.872Z Compiling snafu-derive v0.8.9
37322026-04-07T02:22:49.872Z Compiling textwrap v0.16.2
37332026-04-07T02:22:49.872Z Compiling olpc-cjson v0.1.4
37342026-04-07T02:22:49.901Z Compiling serde_plain v1.0.2
37352026-04-07T02:22:49.904Z Running `/home/build/.rustup/toolchains/1.94.0-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=9eb70a9675625986 -C extra-filename=-adb4768ff66a44e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-04-07T02:22:49.904Z Running `/home/build/.rustup/toolchains/1.94.0-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=e95df7198630d2e8 -C extra-filename=-a66b21d7e85e0d3c --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-ce299ebbb1d61b46.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-04-07T02:22:49.904Z Running `/home/build/.rustup/toolchains/1.94.0-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=9b7eaa8b837d6aee -C extra-filename=-62d06a8cd2db10be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-04-07T02:22:49.935Z Running `/home/build/.rustup/toolchains/1.94.0-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=fade625c4e8c8a78 -C extra-filename=-ecd2e2829151a2ab --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-7a627029a175eba8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-04-07T02:22:50.103Z Compiling hyper-tls v0.6.0
37402026-04-07T02:22:50.108Z Compiling tokio-dtrace v0.1.1
37412026-04-07T02:22:50.108Z Compiling strip-ansi-escapes v0.2.1
37422026-04-07T02:22:50.108Z Compiling typed-path v0.9.3
37432026-04-07T02:22:50.235Z Running `/home/build/.rustup/toolchains/1.94.0-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=409425748f0fd6e4 -C extra-filename=-93579350b8206f00 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/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=5419e6a6df14ab40 -C extra-filename=-a2523ff52b3ce2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-7a153eff30884154.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-700e7238e9014ef4.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5700595b02ef7a4c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-43361329d4d40a41.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-8c73ef531eca64d0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37452026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-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=9396ef23990624c3 -C extra-filename=-66e816845a3c3a3a --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-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=570a051af1190c4f -C extra-filename=-25bb92595f18c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-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=9a18335c6a85b44e -C extra-filename=-859f9985b3b6115d --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-0f656ff4875bc8de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-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=43a65d9d0432b630 -C extra-filename=-544d6c657e9c4194 --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-d142be9420a73f99.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dfe31b45dc442a58.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-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=8eff2473d3b6a1f6 -C extra-filename=-dea2cd094608fb03 --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-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502026-04-07T02:22:50.239Z Running `/home/build/.rustup/toolchains/1.94.0-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="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=cf9115e6f52762c0 -C extra-filename=-4b16e32a2cb11a90 --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-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512026-04-07T02:22:50.363Z Running `/home/build/.rustup/toolchains/1.94.0-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=cece464687d512ce -C extra-filename=-7a67f828969a12b8 --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-c11560d9b5666be8.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-27e4d2e5251ca86e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-69d349e034d73587.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37522026-04-07T02:22:50.367Z Compiling lru-cache v0.1.2
37532026-04-07T02:22:50.367Z Compiling nom v7.1.3
37542026-04-07T02:22:50.367Z Compiling stacker v0.1.23
37552026-04-07T02:22:50.367Z Compiling csv-core v0.1.13
37562026-04-07T02:22:50.367Z Compiling highway v1.3.0
37572026-04-07T02:22:50.367Z Compiling cfg_aliases v0.1.1
37582026-04-07T02:22:50.395Z Compiling humantime v2.3.0
37592026-04-07T02:22:50.398Z Running `/home/build/.rustup/toolchains/1.94.0-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=ae429db5cbb2d89f -C extra-filename=-e3297a409c458b9a --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-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602026-04-07T02:22:50.399Z Running `/home/build/.rustup/toolchains/1.94.0-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=cbebaecd37320204 -C extra-filename=-bbdfa85da1bca7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-04-07T02:22:50.399Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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=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=202d8506fbe8671d -C extra-filename=-2ae53f195cb59332 --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-7bc560c1e73e395d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-53065c8e8253a743.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e2bd119e292ea0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7c799f01f543fd29.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7da7109faeb6dc2a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d1aaa5de17b9f2ec.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.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/ring-615063de10837e60/out`
37622026-04-07T02:22:50.399Z Running `/home/build/.rustup/toolchains/1.94.0-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=051dc94a6d604807 -C extra-filename=-129169b27369193c --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-b50d0eeaa2ae1808.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-04-07T02:22:50.399Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37642026-04-07T02:22:50.624Z Compiling ingot v0.1.1
37652026-04-07T02:22:50.628Z Compiling nibble_vec v0.1.0
37662026-04-07T02:22:50.628Z Compiling endian-type v0.1.2
37672026-04-07T02:22:50.628Z Compiling home v0.5.12
37682026-04-07T02:22:50.628Z Compiling papergrid v0.11.0
37692026-04-07T02:22:50.628Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37702026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=e7757e7738737e08 -C extra-filename=-3f48b8540bd04fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=262c5861f07cb8a1 -C extra-filename=-642be4af1a5a9ef4 --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-9d0bb49b988bc1dc.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-59deb866faca874d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=ebf9cdaa59d700bc -C extra-filename=-869a63dcb2cda8ad --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=a1849764e4089b7f -C extra-filename=-b06b4308cd2d0f67 --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-b06b4308cd2d0f67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=beb099c7336ac0a2 -C extra-filename=-1da99390fe30d311 --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-adb4768ff66a44e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=07e0eeac62cc3026 -C extra-filename=-2ca8f6c584800249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-04-07T02:22:50.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=cf111cabeb34da68 -C extra-filename=-e8260ba4e9f18d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-04-07T02:22:50.794Z Compiling oxide-tokio-rt v0.1.3
37782026-04-07T02:22:50.797Z Compiling reedline v0.40.0
37792026-04-07T02:22:50.797Z Compiling nix v0.28.0
37802026-04-07T02:22:50.797Z Compiling tabled_derive v0.7.0
37812026-04-07T02:22:50.797Z Compiling recursive-proc-macro-impl v0.1.1
37822026-04-07T02:22:50.864Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=45799c1983a7f2db -C extra-filename=-fa651574ff73e462 --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-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-46c915933335eb47.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cdb4c5a3370cd5be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-04-07T02:22:50.867Z Running `/home/build/.rustup/toolchains/1.94.0-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=8f709259bd37fd80 -C extra-filename=-503a0f08bf3aa7fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-04-07T02:22:50.867Z Running `/home/build/.rustup/toolchains/1.94.0-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=aae93931be5aa4eb -C extra-filename=-79b04dba0041c8e4 --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-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-04-07T02:22:50.867Z Running `/home/build/.rustup/toolchains/1.94.0-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=ea90a123f48994d9 -C extra-filename=-80e541eacc8a163b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-04-07T02:22:50.867Z Running `/home/build/.rustup/toolchains/1.94.0-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=43f3b03b55c23dd8 -C extra-filename=-7199a57ac63de693 --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-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-04-07T02:22:50.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=52a22e0d6cd2100e -C extra-filename=-7d492a479d7016e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-04-07T02:22:50.868Z Running `/home/build/.rustup/toolchains/1.94.0-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=89f9f3ffb4ccda52 -C extra-filename=-ea7b2aae9259721b --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-d33b24db3b255967.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-04-07T02:22:50.931Z Compiling pin-project v1.1.11
37902026-04-07T02:22:50.934Z Compiling csv v1.4.0
37912026-04-07T02:22:50.934Z Compiling phf_shared v0.12.1
37922026-04-07T02:22:50.934Z Compiling chrono-tz v0.10.4
37932026-04-07T02:22:50.934Z Running `/home/build/.rustup/toolchains/1.94.0-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.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="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=3ff75da078ba9930 -C extra-filename=-d8b382af6dfc37ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-e3297a409c458b9a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-04-07T02:22:50.963Z Running `/home/build/.rustup/toolchains/1.94.0-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=4827d8a46a92a5b6 -C extra-filename=-3dbbcdaceddb5104 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-04-07T02:22:50.966Z Running `/home/build/.rustup/toolchains/1.94.0-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=f488f431ba3e1e4a -C extra-filename=-543b74546a1d6fbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2ca8f6c584800249.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-04-07T02:22:50.966Z Running `/home/build/.rustup/toolchains/1.94.0-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=3d946ebb68e0cd07 -C extra-filename=-1552454a6dbcd8ad --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-d33b24db3b255967.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8415196cf4788f1b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f4708de838994be0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-04-07T02:22:50.966Z Running `/home/build/.rustup/toolchains/1.94.0-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=13f8eaabdfa3dcd6 -C extra-filename=-094c81373b782df2 --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-04-07T02:22:51.062Z Compiling radix_trie v0.2.1
37992026-04-07T02:22:51.065Z Compiling semver v0.1.20
38002026-04-07T02:22:51.065Z Compiling const_format_proc_macros v0.2.34
38012026-04-07T02:22:51.065Z Running `/home/build/.rustup/toolchains/1.94.0-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=ac81bee985241561 -C extra-filename=-57958fddfb9dbace --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-97d2f635cac76560.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022026-04-07T02:22:51.090Z Running `/home/build/.rustup/toolchains/1.94.0-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=06827cd9edea9136 -C extra-filename=-d701457ac65eaf98 --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-869a63dcb2cda8ad.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-04-07T02:22:51.093Z Running `/home/build/.rustup/toolchains/1.94.0-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=91981639ffea113e -C extra-filename=-a51f221c980015c4 --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-04-07T02:22:51.093Z Running `/home/build/.rustup/toolchains/1.94.0-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=05a1fbb8800ea8dd -C extra-filename=-cee97c955ebe6fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-04-07T02:22:51.189Z Compiling psm v0.1.30
38062026-04-07T02:22:51.192Z Compiling peg-macros v0.8.5
38072026-04-07T02:22:51.192Z Compiling sqlparser_derive v0.5.0
38082026-04-07T02:22:51.192Z Compiling winnow v0.6.26
38092026-04-07T02:22:51.222Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-b06b4308cd2d0f67/build-script-build`
38102026-04-07T02:22:51.226Z Running `/home/build/.rustup/toolchains/1.94.0-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=3a0b7ca7d170def7 -C extra-filename=-678bbdc40ba25fdc --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-04-07T02:22:51.257Z Running `/home/build/.rustup/toolchains/1.94.0-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=8beda756b173e392 -C extra-filename=-b5df0a67340ac3d3 --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-7d492a479d7016e4.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7199a57ac63de693.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-04-07T02:22:51.261Z Running `/home/build/.rustup/toolchains/1.94.0-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=b283619342d2d4b4 -C extra-filename=-677abeaa10d77504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-04-07T02:22:51.261Z Compiling derive_more v2.1.1
38142026-04-07T02:22:51.261Z Compiling unicode_categories v0.1.1
38152026-04-07T02:22:51.261Z Running `/home/build/.rustup/toolchains/1.94.0-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=fd1d4c81e02a9e75 -C extra-filename=-587ce044773e7cc2 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-587ce044773e7cc2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-859f9985b3b6115d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-04-07T02:22:51.261Z Running `/home/build/.rustup/toolchains/1.94.0-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=1140399df6de9207 -C extra-filename=-405c455d6ab88401 --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-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-04-07T02:22:51.326Z Running `/home/build/.rustup/toolchains/1.94.0-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=70dc533b3f4b5e07 -C extra-filename=-90bed323691ab3cb --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-04-07T02:22:51.329Z Running `/home/build/.rustup/toolchains/1.94.0-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=f3a95a4e559c7c54 -C extra-filename=-0b420b0e47f16de5 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-04-07T02:22:51.364Z Compiling phf v0.12.1
38202026-04-07T02:22:51.367Z Compiling bcs v0.1.6
38212026-04-07T02:22:51.397Z Running `/home/build/.rustup/toolchains/1.94.0-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=891ee3888f2b605d -C extra-filename=-c0a6705721dfc792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222026-04-07T02:22:51.400Z Running `/home/build/.rustup/toolchains/1.94.0-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="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=2d922d4841d83146 -C extra-filename=-9bcc34f4b9043861 --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-4b16e32a2cb11a90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-04-07T02:22:51.430Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
38242026-04-07T02:22:51.434Z Compiling filetime v0.2.27
38252026-04-07T02:22:51.434Z Running `/home/build/.rustup/toolchains/1.94.0-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=ace5181b5eb7df3f -C extra-filename=-1cc3d69a5b340d4d --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-a51f221c980015c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-04-07T02:22:51.434Z Running `/home/build/.rustup/toolchains/1.94.0-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=5b5141609c499a7b -C extra-filename=-2520c199c51d5b47 --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-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-04-07T02:22:51.468Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/rdb-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=13fcfd1090f75a83 -C extra-filename=-7cdf57aedfeb90e8 --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-c47d69274eb3a78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-04-07T02:22:51.497Z Compiling crossterm v0.29.0
38292026-04-07T02:22:51.500Z Running `/home/build/.rustup/toolchains/1.94.0-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=17a199fd71788f59 -C extra-filename=-d367f691492eb65e --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-04-07T02:22:51.565Z Compiling rustc_version v0.1.7
38312026-04-07T02:22:51.568Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38322026-04-07T02:22:51.569Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa676943e87f4c3f -C extra-filename=-58f015fb1f52f436 --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-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9bcc34f4b9043861.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-01abc7363302675f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-04-07T02:22:51.569Z Running `/home/build/.rustup/toolchains/1.94.0-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=65da65da5b078809 -C extra-filename=-5cb7ce6385f83707 --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-677abeaa10d77504.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-04-07T02:22:51.602Z Compiling xattr v1.6.1
38352026-04-07T02:22:51.605Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38362026-04-07T02:22:51.632Z Running `/home/build/.rustup/toolchains/1.94.0-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=1c9b2fcfc5c1fc7b -C extra-filename=-bcb7dd51ca81bac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-04-07T02:22:51.739Z Compiling subprocess v0.2.15
38382026-04-07T02:22:51.742Z Compiling headers-core v0.3.0
38392026-04-07T02:22:51.742Z Compiling base64 v0.21.7
38402026-04-07T02:22:51.798Z Compiling yasna v0.5.2
38412026-04-07T02:22:51.802Z Compiling dropshot-api-manager-types v0.6.0
38422026-04-07T02:22:51.802Z Running `/home/build/.rustup/toolchains/1.94.0-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=b6d8e6253c29e6d7 -C extra-filename=-a6f0596770879eb1 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432026-04-07T02:22:51.871Z Running `/home/build/.rustup/toolchains/1.94.0-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=4c57ab3b3d5ce0c4 -C extra-filename=-3d278c03b6f7453f --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-bd162c0c86e103cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442026-04-07T02:22:51.874Z Running `/home/build/.rustup/toolchains/1.94.0-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=9b61347c6f026021 -C extra-filename=-dd4fa1a35289f367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-04-07T02:22:51.874Z Compiling tagptr v0.2.0
38462026-04-07T02:22:51.874Z Compiling utf-8 v0.7.6
38472026-04-07T02:22:51.874Z Running `/home/build/.rustup/toolchains/1.94.0-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=ba5b9f36a230e329 -C extra-filename=-c91e4853d57d3ddf --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-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-04-07T02:22:51.904Z Running `/home/build/.rustup/toolchains/1.94.0-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.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=4c7fd020b9e7061c -C extra-filename=-6c24f3beaf08c134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-04-07T02:22:51.970Z Compiling hickory-resolver v0.24.4
38502026-04-07T02:22:51.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38512026-04-07T02:22:51.973Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa6ba459caac74c8 -C extra-filename=-1b77d19f7a207b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-04-07T02:22:52.004Z Running `/home/build/.rustup/toolchains/1.94.0-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=c108111c758fd0f3 -C extra-filename=-9b4dcb7dd8572e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-04-07T02:22:52.112Z Running `/home/build/.rustup/toolchains/1.94.0-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=4e8efd9056d5d0c0 -C extra-filename=-4c577e458a0fa557 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38542026-04-07T02:22:52.115Z Running `/home/build/.rustup/toolchains/1.94.0-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=6d211dc654385ea1 -C extra-filename=-df3e10442ee9c01e --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-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ecd2e2829151a2ab.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-04-07T02:22:52.115Z Running `/home/build/.rustup/toolchains/1.94.0-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=ffa2306dde3e55db -C extra-filename=-265fede021c7bb03 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-265fede021c7bb03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-04-07T02:22:52.115Z Compiling tar v0.4.45
38572026-04-07T02:22:52.115Z Compiling headers v0.4.1
38582026-04-07T02:22:52.115Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38592026-04-07T02:22:52.179Z Running `/home/build/.rustup/toolchains/1.94.0-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=24acf5867e385239 -C extra-filename=-c709906a8e75c71e --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-d33b24db3b255967.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-04-07T02:22:52.279Z Compiling typify v0.6.1
38612026-04-07T02:22:52.283Z Compiling newtype_derive v0.1.6
38622026-04-07T02:22:52.283Z Compiling moka v0.12.13
38632026-04-07T02:22:52.283Z Compiling libefi-sys v0.1.0
38642026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=6ac1d11ae8d6e6d1 -C extra-filename=-46df762378d6d699 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-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 --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=109e590f4da7d2eb -C extra-filename=-2b69b42280e3d9d5 --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-d367f691492eb65e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bcb7dd51ca81bac9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=2802e50acfd12b45 -C extra-filename=-b4bea5d4c989ae74 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-3d278c03b6f7453f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-04-07T02:22:52.283Z Compiling tabled v0.15.0
38682026-04-07T02:22:52.283Z Compiling const_format v0.2.35
38692026-04-07T02:22:52.283Z Compiling bitfield-struct v0.6.2
38702026-04-07T02:22:52.283Z Compiling radium v0.7.0
38712026-04-07T02:22:52.283Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38722026-04-07T02:22:52.283Z Compiling tungstenite v0.21.0
38732026-04-07T02:22:52.283Z Compiling maybe-uninit v2.0.0
38742026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a4eaa04e5342992f -C extra-filename=-d028340438afcd07 --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-4648be98fddeac22.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3bbc952c9ec18e78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=c501deaf16b96283 -C extra-filename=-75e468c27f09179e --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=4823381a35e18650 -C extra-filename=-81aa5467dcab22a6 --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-44f9d96f1d23d9ae.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-1b77d19f7a207b7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=cb1873e16b4e76d6 -C extra-filename=-3895659be43078d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5cb7ce6385f83707.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-04-07T02:22:52.283Z Running `/home/build/.rustup/toolchains/1.94.0-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=2c71928033336b82 -C extra-filename=-19d8d497c53e0b20 --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-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-094c81373b782df2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-04-07T02:22:52.315Z Running `/home/build/.rustup/toolchains/1.94.0-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=9359f92fd70c19b5 -C extra-filename=-b96b5aa171e7158a --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-678bbdc40ba25fdc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-04-07T02:22:52.318Z Running `/home/build/.rustup/toolchains/1.94.0-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=a9055361cee57932 -C extra-filename=-289fda8af79879a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-04-07T02:22:52.318Z Running `/home/build/.rustup/toolchains/1.94.0-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=e8e7efe113c1425e -C extra-filename=-e386cd846ec3269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-04-07T02:22:52.318Z Running `/home/build/.rustup/toolchains/1.94.0-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=34f3b71d36a3316f -C extra-filename=-c6ec84973037b99f --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832026-04-07T02:22:52.318Z Running `/home/build/.rustup/toolchains/1.94.0-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=5f4c8f669de0b02b -C extra-filename=-1f239757afdd21d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-04-07T02:22:52.318Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-587ce044773e7cc2/build-script-build`
38852026-04-07T02:22:52.319Z Running `/home/build/.rustup/toolchains/1.94.0-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=c91b22f64e751570 -C extra-filename=-455b966e55d8b1b8 --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-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-04-07T02:22:52.574Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
38872026-04-07T02:22:52.608Z Compiling snafu v0.8.9
38882026-04-07T02:22:52.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=1a2559261d2037fe -C extra-filename=-0b29c4387b569706 --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-a16c4044a14c2b3b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-fa651574ff73e462.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-04-07T02:22:52.611Z Running `/home/build/.rustup/toolchains/1.94.0-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=aee4d93e813f7912 -C extra-filename=-d6e08c92ec12e2d2 --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-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-57958fddfb9dbace.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-dea2cd094608fb03.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-04-07T02:22:52.642Z Running `/home/build/.rustup/toolchains/1.94.0-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=16b200f3f4bb93e9 -C extra-filename=-c26dcd9c69bdb67f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-640d2ec8e3ec01ca/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
38912026-04-07T02:22:52.678Z Compiling rcgen v0.12.1
38922026-04-07T02:22:52.714Z Compiling tap v1.0.1
38932026-04-07T02:22:52.717Z Running `/home/build/.rustup/toolchains/1.94.0-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="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=c372f856cd6c4e27 -C extra-filename=-94b1ec77297e56a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c91e4853d57d3ddf.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/ring-615063de10837e60/out`
38942026-04-07T02:22:52.779Z Compiling zerocopy-derive v0.6.6
38952026-04-07T02:22:52.783Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
38962026-04-07T02:22:52.809Z Running `/home/build/.rustup/toolchains/1.94.0-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=1632e1c1780ce542 -C extra-filename=-c1c2c47715ac2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-04-07T02:22:52.811Z Compiling crc-catalog v2.4.0
38982026-04-07T02:22:52.877Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
38992026-04-07T02:22:52.880Z Running `/home/build/.rustup/toolchains/1.94.0-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=08a74816c990beb3 -C extra-filename=-d9e3bb92705d3d95 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-04-07T02:22:52.880Z Running `/home/build/.rustup/toolchains/1.94.0-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=fce1ffebaa942224 -C extra-filename=-a87d8ff45cf640d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-04-07T02:22:52.915Z Compiling progenitor-impl v0.13.0
39022026-04-07T02:22:52.979Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-265fede021c7bb03/build-script-build`
39032026-04-07T02:22:53.012Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39042026-04-07T02:22:53.015Z Compiling peg v0.8.5
39052026-04-07T02:22:53.048Z Running `/home/build/.rustup/toolchains/1.94.0-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=6f81a0622cc5c3b7 -C extra-filename=-56c5f84938020957 --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d028340438afcd07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-04-07T02:22:53.184Z Compiling sqlformat v0.3.5
39072026-04-07T02:22:53.187Z Compiling tokio-tungstenite v0.21.0
39082026-04-07T02:22:53.187Z Compiling wyz v0.5.1
39092026-04-07T02:22:53.187Z Compiling funty v2.0.0
39102026-04-07T02:22:53.187Z Compiling packed_struct v0.10.1
39112026-04-07T02:22:53.220Z Running `/home/build/.rustup/toolchains/1.94.0-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=b56ff686be3fb43d -C extra-filename=-c31116e17d3f7a2d --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-c26dcd9c69bdb67f.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-640d2ec8e3ec01ca/out`
39122026-04-07T02:22:53.223Z Running `/home/build/.rustup/toolchains/1.94.0-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=f74208367ce6354f -C extra-filename=-dcf4020f0700e8a3 --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-405c455d6ab88401.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-04-07T02:22:53.390Z Compiling qorb v0.4.1
39142026-04-07T02:22:53.390Z Compiling rustyline v14.0.0
39152026-04-07T02:22:53.393Z Compiling crc v3.4.0
39162026-04-07T02:22:53.393Z Compiling bitfield-macros v0.19.4
39172026-04-07T02:22:53.393Z Compiling packed_struct_codegen v0.10.1
39182026-04-07T02:22:53.393Z Compiling indexmap v1.9.3
39192026-04-07T02:22:53.393Z Compiling nodrop v0.1.14
39202026-04-07T02:22:53.393Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
39212026-04-07T02:22:53.393Z Running `/home/build/.rustup/toolchains/1.94.0-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=fbf198c74e164449 -C extra-filename=-f7fb554c399c395e --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-c0a6705721dfc792.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-90bed323691ab3cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-04-07T02:22:53.393Z Running `/home/build/.rustup/toolchains/1.94.0-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=ff00eba98d99f851 -C extra-filename=-73e4e73fdada66c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-04-07T02:22:53.393Z Running `/home/build/.rustup/toolchains/1.94.0-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=7849842d687fac7b -C extra-filename=-e8c2aa70858f9772 --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-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-455b966e55d8b1b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-04-07T02:22:53.393Z Running `/home/build/.rustup/toolchains/1.94.0-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=92f5dbfe8b82b361 -C extra-filename=-c6e2b792a2fde82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252026-04-07T02:22:53.393Z Running `/home/build/.rustup/toolchains/1.94.0-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=2612078ca5f713c7 -C extra-filename=-57d526702f8f8747 --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-c1c2c47715ac2178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-04-07T02:22:53.424Z Running `/home/build/.rustup/toolchains/1.94.0-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=39250283d7606640 -C extra-filename=-46ab01c364c82ed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-df3e10442ee9c01e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272026-04-07T02:22:53.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=5807fa5658d96a81 -C extra-filename=-3a8435232f9be2b3 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8415196cf4788f1b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4c577e458a0fa557.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-04-07T02:22:53.428Z Compiling recursive v0.1.1
39292026-04-07T02:22:53.428Z Compiling hickory-resolver v0.25.2
39302026-04-07T02:22:53.457Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39312026-04-07T02:22:53.460Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa43832539692950 -C extra-filename=-501adfc8560ea4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39322026-04-07T02:22:53.460Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39332026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=dab592b7ef13a5b4 -C extra-filename=-3345789e57cdaf58 --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-a87d8ff45cf640d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=58dfdeb99ec0d3bb -C extra-filename=-1390cf9209a072a7 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=fdeb1585a0815001 -C extra-filename=-a3e9acc453f72690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=9e2bea805b5e386f -C extra-filename=-18f218aad7f8981b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=a228fbad5dc9a111 -C extra-filename=-2945faefcbd24140 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=0366520ba15fd646 -C extra-filename=-754392da7f38efed --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-3dbbcdaceddb5104.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-c31116e17d3f7a2d.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-640d2ec8e3ec01ca/out`
39392026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=b367cbd578e3d27c -C extra-filename=-2c5b4012fdeaaa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39402026-04-07T02:22:53.461Z Running `/home/build/.rustup/toolchains/1.94.0-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=a42a02ceb22f2b6d -C extra-filename=-108ae912a122fb88 --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-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-81aa5467dcab22a6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-04-07T02:22:53.519Z Running `/home/build/.rustup/toolchains/1.94.0-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=ea5e8a6423ebeb40 -C extra-filename=-dffe9acce1131fbf --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-c6ec84973037b99f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-04-07T02:22:53.582Z Compiling smallvec v0.6.14
39432026-04-07T02:22:53.582Z Running `/home/build/.rustup/toolchains/1.94.0-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=b6792a8144910385 -C extra-filename=-13e665606f435ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39442026-04-07T02:22:53.647Z Compiling hashbrown v0.12.3
39452026-04-07T02:22:53.650Z Compiling ron v0.8.1
39462026-04-07T02:22:53.650Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=9e95bf968d1c3f6e -C extra-filename=-1a3a3ff9f0ccd357 --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-10536750ba824ae2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-a16c4044a14c2b3b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-fa651574ff73e462.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-6938a5461d34d31e.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-0b29c4387b569706.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.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)'`
39472026-04-07T02:22:53.650Z Running `/home/build/.rustup/toolchains/1.94.0-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=65356b351a9b5f48 -C extra-filename=-d000bd11ea7d48a6 --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-501adfc8560ea4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-04-07T02:22:53.682Z Running `/home/build/.rustup/toolchains/1.94.0-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=26eca7512bf92f83 -C extra-filename=-d1b94cb05f463156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-04-07T02:22:53.714Z Compiling hashbrown v0.13.2
39502026-04-07T02:22:53.717Z Running `/home/build/.rustup/toolchains/1.94.0-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=8a5a4a468084f6d1 -C extra-filename=-dc6bccccd51e9c18 --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-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-04-07T02:22:53.750Z Compiling xshell-macros v0.2.7
39522026-04-07T02:22:53.753Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
39532026-04-07T02:22:53.754Z Running `/home/build/.rustup/toolchains/1.94.0-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=7aa8af1b011bcd76 -C extra-filename=-170ce5472e32f0ca --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-9889dffc8fb05374.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-04-07T02:22:53.784Z Running `/home/build/.rustup/toolchains/1.94.0-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=0eebec97685ef343 -C extra-filename=-7bc7e60f65199121 --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`
39552026-04-07T02:22:53.820Z Compiling crc-any v2.5.0
39562026-04-07T02:22:53.823Z Running `/home/build/.rustup/toolchains/1.94.0-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=ad241f5f20c7bf23 -C extra-filename=-441bde8251a51daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39572026-04-07T02:22:53.823Z Compiling path-slash v0.1.5
39582026-04-07T02:22:53.848Z Compiling half v1.8.3
39592026-04-07T02:22:53.851Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
39602026-04-07T02:22:53.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=f04ba05cade1c2c2 -C extra-filename=-7818962d0556daac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-04-07T02:22:53.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=14b1d6a4cc0ce2b6 -C extra-filename=-147c502226db37b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-04-07T02:22:53.888Z Compiling zerocopy v0.6.6
39632026-04-07T02:22:53.891Z Running `/home/build/.rustup/toolchains/1.94.0-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=13aa3309cc7d162f -C extra-filename=-e54dfc1655ecf43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642026-04-07T02:22:53.891Z Running `/home/build/.rustup/toolchains/1.94.0-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=174c54a15253ebdd -C extra-filename=-07d9a0c27f746347 --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-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d9e3bb92705d3d95.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652026-04-07T02:22:53.912Z Compiling num-derive v0.3.3
39662026-04-07T02:22:53.938Z Running `/home/build/.rustup/toolchains/1.94.0-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=b9bf4e17f42647e7 -C extra-filename=-3a9c68edcfc0b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-13/lib/amd64 -l pq`
39672026-04-07T02:22:53.971Z Compiling proc-macro-error-attr2 v2.0.0
39682026-04-07T02:22:53.975Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.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("full-syntax"))' -C metadata=1dea29285f7a3e06 -C extra-filename=-0bc9f6852a78650d --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-04-07T02:22:53.975Z Running `/home/build/.rustup/toolchains/1.94.0-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=6410d885cce3ecd7 -C extra-filename=-e9da9abda901af9c --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-04-07T02:22:54.071Z Compiling steno v0.4.1
39712026-04-07T02:22:54.074Z Running `/home/build/.rustup/toolchains/1.94.0-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=d984356f7c598ad3 -C extra-filename=-5884355332ecfb8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-04-07T02:22:54.134Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
39732026-04-07T02:22:54.162Z Compiling sqlparser v0.61.0
39742026-04-07T02:22:54.165Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=a20d628d181dcd3a -C extra-filename=-354ead1f26d55050 --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-aa8953624d325365.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-a16c4044a14c2b3b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1a3a3ff9f0ccd357.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752026-04-07T02:22:54.165Z Running `/home/build/.rustup/toolchains/1.94.0-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=89647198966c5f0c -C extra-filename=-c6b86e661dcf42ba --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-153496f33718ff11.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-754392da7f38efed.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0b420b0e47f16de5.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-640d2ec8e3ec01ca/out`
39762026-04-07T02:22:54.198Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39772026-04-07T02:22:54.201Z Running `/home/build/.rustup/toolchains/1.94.0-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=beed6d3c3d90e038 -C extra-filename=-ff5db3f6747ad698 --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-b1db1361eaf8c359.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-04-07T02:22:54.232Z Compiling bitvec v1.0.1
39792026-04-07T02:22:54.235Z Running `/home/build/.rustup/toolchains/1.94.0-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=0aa73623e2f7338c -C extra-filename=-ce8240904e94ca51 --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-c6e2b792a2fde82c.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-441bde8251a51daa.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-57d526702f8f8747.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-04-07T02:22:54.266Z Compiling array-init v0.0.4
39812026-04-07T02:22:54.269Z Running `/home/build/.rustup/toolchains/1.94.0-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=7b809f8ede4fe968 -C extra-filename=-737283aa05120af2 --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-a3e9acc453f72690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-04-07T02:22:54.301Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39832026-04-07T02:22:54.335Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39842026-04-07T02:22:54.338Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/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=c870c370acf5f5b9 -C extra-filename=-bf4b5974889227ef --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-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-04-07T02:22:54.365Z Compiling xshell v0.2.7
39862026-04-07T02:22:54.368Z Running `/home/build/.rustup/toolchains/1.94.0-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=3f05e81715e7b980 -C extra-filename=-2710c06b0597b522 --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-dffe9acce1131fbf.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872026-04-07T02:22:54.368Z Running `/home/build/.rustup/toolchains/1.94.0-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=78e793cc9152cfe8 -C extra-filename=-ca11d65f21dc5cf6 --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-7bc7e60f65199121.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-04-07T02:22:54.462Z Compiling fxhash v0.2.1
39892026-04-07T02:22:54.491Z Compiling bitfield v0.19.4
39902026-04-07T02:22:54.494Z Compiling serde_cbor v0.11.2
39912026-04-07T02:22:54.558Z Running `/home/build/.rustup/toolchains/1.94.0-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=5a8e39abb5c8a101 -C extra-filename=-592e0cbf24357969 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922026-04-07T02:22:54.591Z Compiling maplit v1.0.2
39932026-04-07T02:22:54.595Z Compiling papergrid v0.17.0
39942026-04-07T02:22:54.595Z Compiling testing_table v0.3.0
39952026-04-07T02:22:54.595Z Running `/home/build/.rustup/toolchains/1.94.0-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=c945086fcd3ad231 -C extra-filename=-f0fad55f39e6f50a --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-1390cf9209a072a7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-04-07T02:22:54.595Z Running `/home/build/.rustup/toolchains/1.94.0-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=447cabc45bed68b5 -C extra-filename=-8d556b8c77aea8ab --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-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-04-07T02:22:54.626Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39982026-04-07T02:22:54.629Z Running `/home/build/.rustup/toolchains/1.94.0-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=13c0736eb8160eb4 -C extra-filename=-1f7fb59fa0fc8bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-04-07T02:22:54.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=093194061ecc5a27 -C extra-filename=-5fc6c03f1838dc63 --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-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-04-07T02:22:54.629Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=694c23d545ee9c90 -C extra-filename=-d44ada03f4aac874 --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-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-04-07T02:22:54.656Z Running `/home/build/.rustup/toolchains/1.94.0-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=21ff864f67a96b14 -C extra-filename=-7f5661016d151124 --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-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-04-07T02:22:54.658Z Running `/home/build/.rustup/toolchains/1.94.0-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=98c07dedbd1dc33d -C extra-filename=-e03ffdc048cb3ed0 --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-d1b94cb05f463156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40032026-04-07T02:22:54.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40042026-04-07T02:22:54.720Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40052026-04-07T02:22:54.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=eb4998aef178826e -C extra-filename=-5d72a33b5204f7ef --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-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062026-04-07T02:22:54.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=42c02a93564e4360 -C extra-filename=-3caf5449bb6dc371 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-04-07T02:22:54.753Z Compiling crc8 v0.1.1
40082026-04-07T02:22:54.753Z Running `/home/build/.rustup/toolchains/1.94.0-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=59e47b2c1aedbf2b -C extra-filename=-0fee16111fe9c0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-04-07T02:22:54.781Z Compiling unicase v2.9.0
40102026-04-07T02:22:54.784Z Running `/home/build/.rustup/toolchains/1.94.0-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=2a353f8407627a06 -C extra-filename=-d91f8b7d2415b14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-04-07T02:22:54.828Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40122026-04-07T02:22:54.831Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab470d552b15d490 -C extra-filename=-ec261f49b4f878ae --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-04-07T02:22:54.921Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40142026-04-07T02:22:54.957Z Compiling diff v0.1.13
40152026-04-07T02:22:54.959Z Running `/home/build/.rustup/toolchains/1.94.0-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=3565d15be0f105ca -C extra-filename=-3cbda9d6f0c45bc7 --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-dc6bccccd51e9c18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-04-07T02:22:54.959Z Running `/home/build/.rustup/toolchains/1.94.0-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=5c90279b8e1debc5 -C extra-filename=-89e26fc4232fb772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172026-04-07T02:22:54.990Z Compiling serde-hex v0.1.0
40182026-04-07T02:22:55.024Z Compiling git-stub v1.0.0
40192026-04-07T02:22:55.027Z Running `/home/build/.rustup/toolchains/1.94.0-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=c85909520714166c -C extra-filename=-9a4ad6ed0f63fd39 --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-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-04-07T02:22:55.053Z Compiling parking_lot_core v0.8.6
40212026-04-07T02:22:55.082Z Running `/home/build/.rustup/toolchains/1.94.0-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=79fb72df2ea34245 -C extra-filename=-c1554f9c0a479804 --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-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222026-04-07T02:22:55.085Z Compiling proc-macro-error2 v2.0.1
40232026-04-07T02:22:55.117Z Running `/home/build/.rustup/toolchains/1.94.0-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=576b50fe026ab920 -C extra-filename=-015863a2f25735d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-04-07T02:22:55.150Z Compiling diesel_derives v2.3.7
40252026-04-07T02:22:55.152Z Compiling dsl_auto_type v0.2.0
40262026-04-07T02:22:55.153Z Running `/home/build/.rustup/toolchains/1.94.0-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=62ca91a4e9801b18 -C extra-filename=-5dd3716cbfcdde49 --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-e9da9abda901af9c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-04-07T02:22:55.218Z Compiling object v0.30.4
40282026-04-07T02:22:55.221Z Compiling diesel_table_macro_syntax v0.3.0
40292026-04-07T02:22:55.221Z Running `/home/build/.rustup/toolchains/1.94.0-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=400fbe22f5a290a0 -C extra-filename=-16c8ec8c305c3f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302026-04-07T02:22:55.221Z Running `/home/build/.rustup/toolchains/1.94.0-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=998b54e09f6983e6 -C extra-filename=-b6d3d77a032f3ecb --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-dac69a3fe8e72409.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-04-07T02:22:55.221Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a682dd8d4ead13b -C extra-filename=-02e862410dbab6b3 --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-74759b175612c26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-170ce5472e32f0ca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e03ffdc048cb3ed0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-04-07T02:22:55.252Z Running `/home/build/.rustup/toolchains/1.94.0-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=831c1568f463f1c8 -C extra-filename=-fe003ae7c6870d42 --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-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-04-07T02:22:55.287Z Compiling git-stub-vcs v0.1.0
40342026-04-07T02:22:55.357Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
40352026-04-07T02:22:55.360Z Compiling scheduled-thread-pool v0.2.7
40362026-04-07T02:22:55.360Z Running `/home/build/.rustup/toolchains/1.94.0-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=be58a24372261fb1 -C extra-filename=-e6055212426aeb93 --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-a783aa85aa43acf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-c1554f9c0a479804.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372026-04-07T02:22:55.395Z Compiling vergen-gitcl v1.0.8
40382026-04-07T02:22:55.427Z Compiling kstat-rs v0.2.4
40392026-04-07T02:22:55.430Z Compiling downcast-rs v2.0.2
40402026-04-07T02:22:55.430Z Compiling prefix-trie v0.7.0
40412026-04-07T02:22:55.493Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=2b9e208f02d2552c -C extra-filename=-9a89eda5223bd0f8 --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-b1db1361eaf8c359.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-a2523ff52b3ce2e7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1a3a3ff9f0ccd357.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-354ead1f26d55050.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-04-07T02:22:55.522Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40432026-04-07T02:22:55.556Z Running `/home/build/.rustup/toolchains/1.94.0-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=0ca6a582ade878fe -C extra-filename=-7d445890c96cc625 --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-887e140ba4b052f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-04-07T02:22:55.559Z Compiling libscf-sys v1.1.0
40452026-04-07T02:22:55.559Z Compiling arc-swap v1.8.2
40462026-04-07T02:22:55.559Z Compiling nanorand v0.7.0
40472026-04-07T02:22:55.559Z Compiling dirs-sys-next v0.1.2
40482026-04-07T02:22:55.590Z Running `/home/build/.rustup/toolchains/1.94.0-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=883df1afae08db99 -C extra-filename=-e8ecabee8e1c2764 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-04-07T02:22:55.593Z Running `/home/build/.rustup/toolchains/1.94.0-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.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=984711756659243e -C extra-filename=-643e08516b59e5f1 --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-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-04-07T02:22:55.593Z Running `/home/build/.rustup/toolchains/1.94.0-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=4a7e6af7c6efab71 -C extra-filename=-98cfe07c2d8a807c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-04-07T02:22:55.593Z Running `/home/build/.rustup/toolchains/1.94.0-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=82ca6d411d84f9c3 -C extra-filename=-01a06f6021530933 --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-ce82e998364a0399.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-04-07T02:22:55.649Z Compiling crunchy v0.2.4
40532026-04-07T02:22:55.687Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-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=feff69510cd90295 -C extra-filename=-e84f2936a43f62f0 --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-b1db1361eaf8c359.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-0bc9f6852a78650d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-04-07T02:22:55.690Z Running `/home/build/.rustup/toolchains/1.94.0-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=1039a0859deed3cf -C extra-filename=-bcfd2f7453c4d206 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-04-07T02:22:55.690Z Running `/home/build/.rustup/toolchains/1.94.0-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=02640fc8108a8348 -C extra-filename=-09a4922ce3265021 --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-1988f17f35e1db6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-04-07T02:22:55.690Z Running `/home/build/.rustup/toolchains/1.94.0-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=a2e082b51bb21798 -C extra-filename=-90e8f2c254a14af8 --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-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-04-07T02:22:55.715Z Compiling clang-sys v1.8.1
40582026-04-07T02:22:55.718Z Compiling typify-impl v0.4.3
40592026-04-07T02:22:55.747Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40602026-04-07T02:22:55.750Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
40612026-04-07T02:22:55.750Z Running `/home/build/.rustup/toolchains/1.94.0-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=e312fb4ddfc01a4e -C extra-filename=-88ee58c191fe4f95 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622026-04-07T02:22:55.750Z Compiling tabled_derive v0.11.0
40632026-04-07T02:22:55.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-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=72b1070770b14c8c -C extra-filename=-a5930e4773837c49 --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-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642026-04-07T02:22:55.750Z Running `/home/build/.rustup/toolchains/1.94.0-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=c8a5ebf52cb6a700 -C extra-filename=-7dd0b1dc4a27f0f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-04-07T02:22:55.778Z Compiling tiny-keccak v2.0.2
40662026-04-07T02:22:55.878Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63a55460da42a2d -C extra-filename=-4f6c2dc2c6cec0dc --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-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5dd3716cbfcdde49.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-04-07T02:22:55.882Z Compiling progenitor-macro v0.13.0
40682026-04-07T02:22:55.882Z Compiling r2d2 v0.8.10
40692026-04-07T02:22:55.911Z Running `/home/build/.rustup/toolchains/1.94.0-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=7505f204fd936d05 -C extra-filename=-8409b01aebc61e5f --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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/`
40702026-04-07T02:22:55.971Z Running `/home/build/.rustup/toolchains/1.94.0-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=d09b2af169597885 -C extra-filename=-80bf1403ea7d9b5f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-04-07T02:22:56.006Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40722026-04-07T02:22:56.035Z Compiling hickory-server v0.25.2
40732026-04-07T02:22:56.038Z Running `/home/build/.rustup/toolchains/1.94.0-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=ce21ef30bb431754 -C extra-filename=-d7c543bc98d4b547 --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-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-7d445890c96cc625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-04-07T02:22:56.038Z Running `/home/build/.rustup/toolchains/1.94.0-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=2cdd24c166ce18d6 -C extra-filename=-8c30d2b72d63da6c --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-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-56c5f84938020957.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-04-07T02:22:56.071Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
40762026-04-07T02:22:56.103Z Compiling salty v0.3.0
40772026-04-07T02:22:56.106Z Compiling bit-vec v0.6.3
40782026-04-07T02:22:56.106Z Compiling primeorder v0.13.6
40792026-04-07T02:22:56.106Z Compiling itertools v0.10.5
40802026-04-07T02:22:56.106Z Compiling ena v0.14.4
40812026-04-07T02:22:56.106Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
40822026-04-07T02:22:56.132Z Running `/home/build/.rustup/toolchains/1.94.0-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=cc0fad91b825ff2c -C extra-filename=-e2d7fbe5f041f5f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-e2d7fbe5f041f5f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-e6055212426aeb93.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-04-07T02:22:56.135Z Running `/home/build/.rustup/toolchains/1.94.0-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=76eda21a430edea4 -C extra-filename=-2baca32f9d31d2d8 --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-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-01a06f6021530933.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842026-04-07T02:22:56.167Z Running `/home/build/.rustup/toolchains/1.94.0-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=c310b116025019f5 -C extra-filename=-10739075c3468038 --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-fe003ae7c6870d42.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b6d3d77a032f3ecb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-04-07T02:22:56.170Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40862026-04-07T02:22:56.170Z Running `/home/build/.rustup/toolchains/1.94.0-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=601fb19bbe3f6c21 -C extra-filename=-c9d07f392c202303 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-04-07T02:22:56.170Z Running `/home/build/.rustup/toolchains/1.94.0-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=ddc1d86f5fc63f75 -C extra-filename=-4e3e526b209fed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-04-07T02:22:56.170Z Running `/home/build/.rustup/toolchains/1.94.0-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=d9a3a5781565c637 -C extra-filename=-ae634e5eea1b5661 --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-3cc79f083d4ad7af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-04-07T02:22:56.170Z Running `/home/build/.rustup/toolchains/1.94.0-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=121ed0db79b34a25 -C extra-filename=-d295b41b556b03bc --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-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-04-07T02:22:56.170Z Running `/home/build/.rustup/toolchains/1.94.0-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=5e7ada034f00810d -C extra-filename=-0bdb4d1729bd24d1 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912026-04-07T02:22:56.236Z Running `/home/build/.rustup/toolchains/1.94.0-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=0656fd3e044f5b51 -C extra-filename=-9a1d30cef25b60e5 --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-b1db1361eaf8c359.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-e84f2936a43f62f0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-04-07T02:22:56.271Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40932026-04-07T02:22:56.273Z Running `/home/build/.rustup/toolchains/1.94.0-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=72f10b8d886017e7 -C extra-filename=-729b85643b8c4770 --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-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2945faefcbd24140.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942026-04-07T02:22:56.274Z Compiling slog-scope v4.4.1
40952026-04-07T02:22:56.274Z Running `/home/build/.rustup/toolchains/1.94.0-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=a73553f3e6c190d1 -C extra-filename=-91cba5de46a52192 --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-aa8953624d325365.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-04-07T02:22:56.299Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=c36ac4c16bc384e3 -C extra-filename=-2da2ee311f03c346 --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-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-5d72a33b5204f7ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-04-07T02:22:56.334Z Compiling dirs-next v2.0.0
40982026-04-07T02:22:56.337Z Running `/home/build/.rustup/toolchains/1.94.0-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=c7fe1f96ae3dd675 -C extra-filename=-47e9c8b342575b7e --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-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-04-07T02:22:56.368Z Running `/home/build/.rustup/toolchains/1.94.0-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=1c50a9d8f95fbda9 -C extra-filename=-e7ed73b08cd06b87 --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-aa8953624d325365.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-bcfd2f7453c4d206.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-04-07T02:22:56.371Z Compiling flume v0.11.1
41012026-04-07T02:22:56.401Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41022026-04-07T02:22:56.436Z Running `/home/build/.rustup/toolchains/1.94.0-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=01b0d891e5964fc4 -C extra-filename=-df4a20e1a03f3eb5 --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-09a4922ce3265021.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-04-07T02:22:56.438Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41042026-04-07T02:22:56.469Z Compiling libloading v0.8.9
41052026-04-07T02:22:56.472Z Compiling regex-syntax v0.6.29
41062026-04-07T02:22:56.500Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41072026-04-07T02:22:56.503Z Compiling bindgen v0.71.1
41082026-04-07T02:22:56.503Z Compiling cexpr v0.6.0
41092026-04-07T02:22:56.503Z Running `/home/build/.rustup/toolchains/1.94.0-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=dcd22c592a8a9346 -C extra-filename=-988b520d8785f0dd --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-04-07T02:22:56.503Z Running `/home/build/.rustup/toolchains/1.94.0-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=1e00ec4975c0a1ed -C extra-filename=-4ebebc69f093df9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-04-07T02:22:56.503Z Running `/home/build/.rustup/toolchains/1.94.0-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=eae53c7b3ce42c6f -C extra-filename=-25395a1e951b6a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-04-07T02:22:56.503Z Running `/home/build/.rustup/toolchains/1.94.0-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=557da5e4034658e1 -C extra-filename=-7c6d49e0ee2993de --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-642be4af1a5a9ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-04-07T02:22:56.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=b20f619e18420427 -C extra-filename=-db8ebe9ff8f5be0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.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)'`
41142026-04-07T02:22:56.636Z Compiling bit-set v0.5.3
41152026-04-07T02:22:56.702Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41162026-04-07T02:22:56.705Z Compiling libxml v0.3.3
41172026-04-07T02:22:56.705Z Running `/home/build/.rustup/toolchains/1.94.0-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=c6e0e74f082dd95e -C extra-filename=-81f29c4a17e961ba --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-4e3e526b209fed09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-04-07T02:22:56.731Z Compiling p384 v0.13.1
41192026-04-07T02:22:56.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=1fc8b3f214325a7e -C extra-filename=-12a9a6e9b5973d32 --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-1bc321bceb338989.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202026-04-07T02:22:56.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=f15109f406252719 -C extra-filename=-bdfb326f976e2156 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-04-07T02:22:56.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=b5f0fb2f12bad566 -C extra-filename=-6c9560feefb7597b --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-d7e788ba801484ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-988b520d8785f0dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-04-07T02:22:56.734Z Running `/home/build/.rustup/toolchains/1.94.0-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=79eb311efb5fed70 -C extra-filename=-211fd7019d0d176e --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-7a4900832fc93ac8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ae634e5eea1b5661.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-04-07T02:22:56.761Z Compiling strum_macros v0.24.3
41242026-04-07T02:22:56.826Z Running `/home/build/.rustup/toolchains/1.94.0-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=df90a93ca31f3b51 -C extra-filename=-dff3331c0c39fbb5 --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-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252026-04-07T02:22:56.860Z Compiling indoc v1.0.9
41262026-04-07T02:22:56.862Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41272026-04-07T02:22:56.892Z Compiling quick-xml v0.37.5
41282026-04-07T02:22:56.919Z Running `/home/build/.rustup/toolchains/1.94.0-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=f9d833b6edb20199 -C extra-filename=-5e3caf26cddc1468 --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`
41292026-04-07T02:22:56.954Z Compiling parking_lot v0.11.2
41302026-04-07T02:22:56.957Z Running `/home/build/.rustup/toolchains/1.94.0-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=5b075bfd32791468 -C extra-filename=-e49192f09e1d1610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-04-07T02:22:56.957Z Running `/home/build/.rustup/toolchains/1.94.0-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=74d4f5d0e79501f6 -C extra-filename=-c54194c33841684e --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-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-04-07T02:22:56.957Z Running `/home/build/.rustup/toolchains/1.94.0-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=b87b651d2e314a75 -C extra-filename=-9b55cd1e571dc724 --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-86d1f25375d74a93.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-91cba5de46a52192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-04-07T02:22:56.985Z Compiling term v0.7.0
41342026-04-07T02:22:56.989Z Compiling slog-stdlog v4.1.1
41352026-04-07T02:22:57.013Z Running `/home/build/.rustup/toolchains/1.94.0-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=af4d9fa0593000b6 -C extra-filename=-d8829435d45d6b2b --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-e7ed73b08cd06b87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-04-07T02:22:57.016Z Running `/home/build/.rustup/toolchains/1.94.0-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=90b890b3159c6030 -C extra-filename=-dbaa781b978f9aff --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-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-47e9c8b342575b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-04-07T02:22:57.048Z Running `/home/build/.rustup/toolchains/1.94.0-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=aca6c95f956f5cc2 -C extra-filename=-2f2d6ddd935582f7 --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-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41382026-04-07T02:22:57.113Z Running `/home/build/.rustup/toolchains/1.94.0-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=f63223eb176dadc5 -C extra-filename=-c56db14a5b06353c --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-e49192f09e1d1610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-04-07T02:22:57.144Z Compiling oso-derive v0.27.3
41402026-04-07T02:22:57.148Z Compiling impl-trait-for-tuples v0.2.3
41412026-04-07T02:22:57.177Z Running `/home/build/.rustup/toolchains/1.94.0-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=79212a3917bb3464 -C extra-filename=-00d71a86e3c041f7 --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-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-04-07T02:22:57.180Z Running `/home/build/.rustup/toolchains/1.94.0-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=c010b70901be068a -C extra-filename=-48a01c7a681ebce6 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-04-07T02:22:57.271Z Compiling sled v0.34.7
41442026-04-07T02:22:57.332Z Compiling slog-envlogger v2.2.0
41452026-04-07T02:22:57.335Z Running `/home/build/.rustup/toolchains/1.94.0-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=7b2ad2794ba9da19 -C extra-filename=-34df5441190144f2 --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-74759b175612c26b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b55cd1e571dc724.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-04-07T02:22:57.364Z Running `/home/build/.rustup/toolchains/1.94.0-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=567bae2daa4ee801 -C extra-filename=-77b633194728ef42 --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-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-47e9c8b342575b7e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-dbaa781b978f9aff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-04-07T02:22:57.398Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-e2d7fbe5f041f5f1/build-script-build`
41482026-04-07T02:22:57.437Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41492026-04-07T02:22:57.437Z Compiling ascii-canvas v3.0.0
41502026-04-07T02:22:57.437Z Running `/home/build/.rustup/toolchains/1.94.0-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=c742b632501782c4 -C extra-filename=-cecb76b8cf32e637 --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-f0fad55f39e6f50a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-729b85643b8c4770.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-04-07T02:22:57.437Z Running `/home/build/.rustup/toolchains/1.94.0-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=c0c2a0635ad0c33a -C extra-filename=-27bd149642ecf419 --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-d8829435d45d6b2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-04-07T02:22:57.541Z Compiling fs-err v2.11.0
41532026-04-07T02:22:57.544Z Compiling openssl-probe v0.1.6
41542026-04-07T02:22:57.544Z Running `/home/build/.rustup/toolchains/1.94.0-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=e4311fb109163367 -C extra-filename=-49149b8ac9d54ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552026-04-07T02:22:57.569Z Compiling predicates-tree v1.0.13
41562026-04-07T02:22:57.572Z Running `/home/build/.rustup/toolchains/1.94.0-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=9f5cca5d510575cd -C extra-filename=-5943aa0198da3b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-04-07T02:22:57.572Z Running `/home/build/.rustup/toolchains/1.94.0-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=8f2861c8f8c0a86a -C extra-filename=-aa2fee6586458543 --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-4ac1a54594d09143.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-04-07T02:22:57.632Z Compiling tabled v0.20.0
41592026-04-07T02:22:57.635Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
41602026-04-07T02:22:57.635Z Compiling assert_matches v1.5.0
41612026-04-07T02:22:57.668Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --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=8be9422a0fbcb420 -C extra-filename=-2f4e784d8df5db46 --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-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4f6c2dc2c6cec0dc.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-04-07T02:22:57.671Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
41632026-04-07T02:22:57.671Z Running `/home/build/.rustup/toolchains/1.94.0-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=84dc8859297ec220 -C extra-filename=-b146f4d917ffff0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-04-07T02:22:57.696Z Compiling trait-variant v0.1.2
41652026-04-07T02:22:57.699Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/44a949c/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=aa9d982825f958a2 -C extra-filename=-f5520b995c4b5b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9a1d30cef25b60e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662026-04-07T02:22:57.699Z Running `/home/build/.rustup/toolchains/1.94.0-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=4578e072221548a3 -C extra-filename=-4912fc2f5075b79f --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-04-07T02:22:57.725Z Compiling toml_datetime v1.0.0+spec-1.1.0
41682026-04-07T02:22:57.756Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+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=17738c014e617fc4 -C extra-filename=-c258f21bb245e591 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-04-07T02:22:57.918Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41702026-04-07T02:22:57.921Z Compiling parse-size v1.1.0
41712026-04-07T02:22:57.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/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=ffe321aae11094f4 -C extra-filename=-67114daed709fb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722026-04-07T02:22:57.956Z Compiling lalrpop v0.19.12
41732026-04-07T02:22:57.982Z Running `/home/build/.rustup/toolchains/1.94.0-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=617628a60e3077c3 -C extra-filename=-53b3c6bb35e26b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742026-04-07T02:22:57.985Z Running `/home/build/.rustup/toolchains/1.94.0-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=77eecf270dbd7ff6 -C extra-filename=-cd0a357c5fe4b004 --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-27bd149642ecf419.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-81f29c4a17e961ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-d295b41b556b03bc.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-51fff23f7be6f907.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0bdb4d1729bd24d1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c56db14a5b06353c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-04-07T02:22:58.018Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41762026-04-07T02:22:58.084Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41772026-04-07T02:22:58.114Z Compiling mime_guess v2.0.5
41782026-04-07T02:22:58.117Z Compiling ignore v0.4.25
41792026-04-07T02:22:58.117Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
41802026-04-07T02:22:58.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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=2d0d2ce797ffa96c -C extra-filename=-ff2eb3281e9fa187 --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-12a9a6e9b5973d32.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812026-04-07T02:22:58.148Z Compiling bb8 v0.8.6
41822026-04-07T02:22:58.148Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41832026-04-07T02:22:58.151Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa3349d8078b5639 -C extra-filename=-5a069ea16008f83a --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-b1db1361eaf8c359.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`
41842026-04-07T02:22:58.151Z Running `/home/build/.rustup/toolchains/1.94.0-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=1ca9c56a54b0e56a -C extra-filename=-26e14e65ef03aaee --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852026-04-07T02:22:58.151Z Running `/home/build/.rustup/toolchains/1.94.0-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=16b966c6ee1aea08 -C extra-filename=-b4a53016c005d6d9 --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-51872676107046e4.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-04-07T02:22:58.213Z Compiling toml v1.0.6+spec-1.1.0
41872026-04-07T02:22:58.216Z Running `/home/build/.rustup/toolchains/1.94.0-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=8c7227abeaece5c8 -C extra-filename=-dbfbee0fd9d4553b --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-7a627029a175eba8.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-04-07T02:22:58.216Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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=0556f42fccd69e39 -C extra-filename=-c6939f3a22b3b744 --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-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-04-07T02:22:58.245Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
41902026-04-07T02:22:58.248Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.6+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=35277fb121e38a22 -C extra-filename=-26ca01fa6a73f661 --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-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c258f21bb245e591.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-04-07T02:22:58.248Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=cb7a5e52cd8d45bb -C extra-filename=-79789e0c8459793b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-04-07T02:22:58.311Z Compiling compression-core v0.4.31
41932026-04-07T02:22:58.314Z Running `/home/build/.rustup/toolchains/1.94.0-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=326481f32ab9d4a4 -C extra-filename=-6ef54c3981e27ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-04-07T02:22:58.347Z Running `/home/build/.rustup/toolchains/1.94.0-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=8754b90324976f96 -C extra-filename=-b1fb3636e30508e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
41952026-04-07T02:22:58.350Z Compiling corncobs v0.1.4
41962026-04-07T02:22:58.350Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
41972026-04-07T02:22:58.380Z Compiling http-range v0.1.5
41982026-04-07T02:22:58.383Z Running `/home/build/.rustup/toolchains/1.94.0-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=05de0b724bd79261 -C extra-filename=-d945b2c55f29d708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992026-04-07T02:22:58.383Z Running `/home/build/.rustup/toolchains/1.94.0-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=590a67b7c1fa1540 -C extra-filename=-7fb963e4479516a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-04-07T02:22:58.441Z Compiling signal-hook-tokio v0.3.1
42012026-04-07T02:22:58.444Z Running `/home/build/.rustup/toolchains/1.94.0-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=247f3a8d6b1dbfb5 -C extra-filename=-74ea7b176e78de26 --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-d2281c904bfe50c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-04-07T02:22:58.476Z Compiling secrecy v0.8.0
42032026-04-07T02:22:58.480Z Compiling atty v0.2.14
42042026-04-07T02:22:58.480Z Running `/home/build/.rustup/toolchains/1.94.0-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=47691d4aff29fc95 -C extra-filename=-e2cc61805a6590f8 --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-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-04-07T02:22:58.510Z Running `/home/build/.rustup/toolchains/1.94.0-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=d7a4dba02bdd0daf -C extra-filename=-3dad9555e99bb764 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-04-07T02:22:58.669Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
42072026-04-07T02:22:58.672Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/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=4dbe7c8cf4f11584 -C extra-filename=-1f8ee9ded7c7c117 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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/`
42082026-04-07T02:22:58.672Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/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=bca81165b3ea7fdf -C extra-filename=-fdb1f7ae99f3342b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-4912fc2f5075b79f.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out`
42092026-04-07T02:22:58.774Z Compiling compression-codecs v0.4.37
42102026-04-07T02:22:58.777Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42112026-04-07T02:22:58.777Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42122026-04-07T02:22:58.778Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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=77abfabd78e3fab7 -C extra-filename=-7616ad328e70e854 --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-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-c6939f3a22b3b744.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132026-04-07T02:22:58.778Z Running `/home/build/.rustup/toolchains/1.94.0-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=e17431150ba5294f -C extra-filename=-e796598d2f3ca360 --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-6ef54c3981e27ac6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-04-07T02:22:58.870Z Compiling globwalk v0.9.1
42152026-04-07T02:22:58.906Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42162026-04-07T02:22:58.909Z Compiling dropshot v0.17.0
42172026-04-07T02:22:58.909Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42182026-04-07T02:22:58.909Z Running `/home/build/.rustup/toolchains/1.94.0-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=14428e55e5b7e34d -C extra-filename=-1cc714be6d260e56 --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-10536750ba824ae2.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-b4a53016c005d6d9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-04-07T02:22:58.909Z Compiling dropshot_endpoint v0.17.0
42202026-04-07T02:22:58.909Z Compiling nonempty v0.12.0
42212026-04-07T02:22:58.909Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42222026-04-07T02:22:58.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/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", "testing"))' -C metadata=1ad9156835072fd2 -C extra-filename=-8cc9023b22cc3254 --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-ff2eb3281e9fa187.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-1f8ee9ded7c7c117.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-12a9a6e9b5973d32.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42232026-04-07T02:22:58.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4071db8d1b56e091 -C extra-filename=-499acd2f832345c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-499acd2f832345c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-04-07T02:22:58.943Z Compiling tungstenite v0.23.0
42252026-04-07T02:22:58.946Z Compiling void v1.0.2
42262026-04-07T02:22:58.946Z Running `/home/build/.rustup/toolchains/1.94.0-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=5839475ed86c5672 -C extra-filename=-37c556b03824e829 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-04-07T02:22:58.946Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e39898303ac05f8 -C extra-filename=-1a4fb08f0a3a7640 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282026-04-07T02:22:58.946Z Running `/home/build/.rustup/toolchains/1.94.0-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=54bf3669f647e5df -C extra-filename=-e2b40018ab8e10c3 --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-12a9a6e9b5973d32.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-04-07T02:22:58.946Z Running `/home/build/.rustup/toolchains/1.94.0-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=7f27b619215f8f2e -C extra-filename=-641f0cbb9f6ed962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-04-07T02:22:58.976Z Running `/home/build/.rustup/toolchains/1.94.0-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=bce1705058433897 -C extra-filename=-f8861488a5a30f55 --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-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-04-07T02:22:58.980Z Running `/home/build/.rustup/toolchains/1.94.0-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=abc14917721dc455 -C extra-filename=-6a57c6d5d7bfbd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-04-07T02:22:59.009Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42332026-04-07T02:22:59.012Z Running `/home/build/.rustup/toolchains/1.94.0-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=5a313e7553b8832e -C extra-filename=-d01aceb244be1b73 --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-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-04-07T02:22:59.073Z Compiling nix v0.27.1
42352026-04-07T02:22:59.076Z Running `/home/build/.rustup/toolchains/1.94.0-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=6e9009c8fcbae2b9 -C extra-filename=-5898eeceed0ec7aa --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-10536750ba824ae2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-7c6d49e0ee2993de.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-6c9560feefb7597b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-04-07T02:22:59.076Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
42372026-04-07T02:22:59.076Z Running `/home/build/.rustup/toolchains/1.94.0-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=97c5ab215a993acc -C extra-filename=-1bd1e86478fc3fe0 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-04-07T02:22:59.226Z Compiling camino-tempfile-ext v0.3.3
42392026-04-07T02:22:59.229Z Running `/home/build/.rustup/toolchains/1.94.0-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=5debdfd75fb91ce4 -C extra-filename=-a5c03dc8d483318a --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1cc714be6d260e56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-04-07T02:22:59.260Z Compiling async-compression v0.4.41
42412026-04-07T02:22:59.263Z Compiling serde_bytes v0.11.19
42422026-04-07T02:22:59.289Z Compiling rand_seeder v0.4.0
42432026-04-07T02:22:59.292Z Running `/home/build/.rustup/toolchains/1.94.0-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=09a7be7371886b85 -C extra-filename=-85009d3639300405 --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-e796598d2f3ca360.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-04-07T02:22:59.292Z Running `/home/build/.rustup/toolchains/1.94.0-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=a0a330e808def8bb -C extra-filename=-52eb442f5b469a00 --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-a07cde80cd4a0a17.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452026-04-07T02:22:59.292Z Running `/home/build/.rustup/toolchains/1.94.0-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=5392fd135b1f2f25 -C extra-filename=-e416b75830014548 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-04-07T02:22:59.292Z Running `/home/build/.rustup/toolchains/1.94.0-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=891fd9390db511d7 -C extra-filename=-5f5a9d8355306515 --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-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-04-07T02:22:59.354Z Compiling is_ci v1.2.0
42482026-04-07T02:22:59.357Z Running `/home/build/.rustup/toolchains/1.94.0-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=988185de362b3813 -C extra-filename=-21f8d414bac0df95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-04-07T02:22:59.389Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42502026-04-07T02:22:59.421Z Compiling lzss v0.8.2
42512026-04-07T02:22:59.424Z Running `/home/build/.rustup/toolchains/1.94.0-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=99cec4d5589b3fc9 -C extra-filename=-ad7439a3c7a5f54e --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-6a57c6d5d7bfbd36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-04-07T02:22:59.456Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-499acd2f832345c8/build-script-build`
42532026-04-07T02:22:59.488Z Compiling yansi v1.0.1
42542026-04-07T02:22:59.491Z Running `/home/build/.rustup/toolchains/1.94.0-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=7fdd2aef503948b6 -C extra-filename=-0e425d1906f10dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-04-07T02:22:59.522Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=b3c68ce806231696 -C extra-filename=-2262135116408a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-2f4e784d8df5db46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-2da2ee311f03c346.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-5d72a33b5204f7ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42562026-04-07T02:22:59.590Z Compiling darling_core v0.23.0
42572026-04-07T02:22:59.593Z Running `/home/build/.rustup/toolchains/1.94.0-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=36e5eea1f5e46da2 -C extra-filename=-1950bc9cdeb90570 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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/`
42582026-04-07T02:22:59.593Z Running `/home/build/.rustup/toolchains/1.94.0-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=988299d11deca67b -C extra-filename=-46131c3141f9a78d --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-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-04-07T02:22:59.621Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42602026-04-07T02:22:59.624Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42612026-04-07T02:22:59.625Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=70a76a7937c02fea -C extra-filename=-cf4627fbfbd43121 --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-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-04-07T02:22:59.653Z Compiling indoc v2.0.7
42632026-04-07T02:22:59.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=e9f6301439f6fbd0 -C extra-filename=-4dcc5c18bc376931 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-04-07T02:22:59.685Z Compiling instability v0.3.11
42652026-04-07T02:22:59.688Z Compiling castaway v0.2.4
42662026-04-07T02:22:59.688Z Running `/home/build/.rustup/toolchains/1.94.0-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=d7684bfbc721a6e9 -C extra-filename=-0ba76edb0334224c --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`
42672026-04-07T02:22:59.688Z Compiling unicode-truncate v1.1.0
42682026-04-07T02:22:59.688Z Running `/home/build/.rustup/toolchains/1.94.0-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=44c40724eab3e64a -C extra-filename=-4eeb1ad0493f47fd --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-04-07T02:22:59.688Z Running `/home/build/.rustup/toolchains/1.94.0-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=6f04348e7b8570a1 -C extra-filename=-13ed4e745cc703e2 --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-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-04-07T02:22:59.688Z Running `/home/build/.rustup/toolchains/1.94.0-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=2d589a7837e5157f -C extra-filename=-2762c27bd5f54408 --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-e4c83b89c41d405d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-04-07T02:22:59.815Z Compiling hyper-staticfile v0.10.1
42722026-04-07T02:22:59.818Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42732026-04-07T02:22:59.818Z Running `/home/build/.rustup/toolchains/1.94.0-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=69a1fe93da2deb4f -C extra-filename=-e8b8e753e9c8f13c --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-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-52eb442f5b469a00.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-04-07T02:22:59.851Z Compiling compact_str v0.8.1
42752026-04-07T02:22:59.854Z Running `/home/build/.rustup/toolchains/1.94.0-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=88a826ce7d4105b5 -C extra-filename=-09a1e1e60637cc67 --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-13ed4e745cc703e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-04-07T02:22:59.854Z Running `/home/build/.rustup/toolchains/1.94.0-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=ccb110ed4dac1607 -C extra-filename=-1cfd85c71ff0116f --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-e2b40018ab8e10c3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-1950bc9cdeb90570.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-12a9a6e9b5973d32.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42772026-04-07T02:22:59.886Z Compiling lru v0.12.5
42782026-04-07T02:22:59.889Z Running `/home/build/.rustup/toolchains/1.94.0-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=720abcb279e191d7 -C extra-filename=-ad33d0f5c3bf8af3 --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-74cdada1b096953c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792026-04-07T02:22:59.921Z Compiling cassowary v0.3.0
42802026-04-07T02:22:59.924Z Compiling console v0.16.2
42812026-04-07T02:22:59.924Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb389ff6872a4efc -C extra-filename=-fb9d3523f140aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-04-07T02:22:59.924Z Compiling unit-prefix v0.5.2
42832026-04-07T02:22:59.952Z Running `/home/build/.rustup/toolchains/1.94.0-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=80ca3fca72552765 -C extra-filename=-15fca129afcab229 --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-b1db1361eaf8c359.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-04-07T02:22:59.955Z Running `/home/build/.rustup/toolchains/1.94.0-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=24b3869d57079524 -C extra-filename=-56f61e67ff407fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:23:00.017Z Compiling supports-color v3.0.2
42862026-04-07T02:23:00.020Z Running `/home/build/.rustup/toolchains/1.94.0-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=88c0b629a7a9679d -C extra-filename=-a77efd49990fac37 --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-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-04-07T02:23:00.051Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
42882026-04-07T02:23:00.116Z Compiling pretty_assertions v1.4.1
42892026-04-07T02:23:00.119Z Compiling tokio-tungstenite v0.23.1
42902026-04-07T02:23:00.119Z Running `/home/build/.rustup/toolchains/1.94.0-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=aeac6fdbdaea6185 -C extra-filename=-5fbbdcbeeb865a0f --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-89e26fc4232fb772.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0e425d1906f10dfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-04-07T02:23:00.119Z Compiling libz-sys v1.1.24
42922026-04-07T02:23:00.149Z Running `/home/build/.rustup/toolchains/1.94.0-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=55b858806f977f36 -C extra-filename=-2cd7d2d42278f517 --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-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f8861488a5a30f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-04-07T02:23:00.151Z Running `/home/build/.rustup/toolchains/1.94.0-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=21675a922508f622 -C extra-filename=-3f37ee02bf263467 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-3f37ee02bf263467 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942026-04-07T02:23:00.178Z Compiling typeid v1.0.3
42952026-04-07T02:23:00.210Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42962026-04-07T02:23:00.213Z Compiling erased-serde v0.4.9
42972026-04-07T02:23:00.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1e42c509610158c -C extra-filename=-d5bf8aecf1dc2053 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-04-07T02:23:00.213Z Running `/home/build/.rustup/toolchains/1.94.0-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=9cb09c5f5fb34a94 -C extra-filename=-e6880c98b13b6197 --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-5370b6ab3a93e0f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992026-04-07T02:23:00.213Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=54494c8355f7d01f -C extra-filename=-e663e6cc4092f6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-04-07T02:23:00.340Z Compiling libgit2-sys v0.18.3+1.9.2
43012026-04-07T02:23:00.372Z Running `/home/build/.rustup/toolchains/1.94.0-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=b54e6b8c06404369 -C extra-filename=-19abad6a0503777a --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-19abad6a0503777a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022026-04-07T02:23:00.372Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
43032026-04-07T02:23:00.375Z Compiling colored v2.2.0
43042026-04-07T02:23:00.404Z Running `/home/build/.rustup/toolchains/1.94.0-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=f25d009c7b689e8e -C extra-filename=-cf740bb0db11076e --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-dd9102c781fc5d0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-04-07T02:23:00.506Z Compiling typify-macro v0.4.3
43062026-04-07T02:23:00.508Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43072026-04-07T02:23:00.509Z Compiling shell-words v1.1.1
43082026-04-07T02:23:00.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.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=24d767ad0f7de929 -C extra-filename=-5a54666a82a99642 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-a5930e4773837c49.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-04-07T02:23:00.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=70a3f604b37ff70b -C extra-filename=-907b7257daccf372 --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-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cf4627fbfbd43121.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-04-07T02:23:00.577Z Running `/home/build/.rustup/toolchains/1.94.0-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=ee4d90bd27a11025 -C extra-filename=-8f8d3c65f5d982ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112026-04-07T02:23:00.577Z Compiling hex-literal v0.4.1
43122026-04-07T02:23:00.607Z Compiling petname v2.0.2
43132026-04-07T02:23:00.610Z Compiling ordered-float v2.10.1
43142026-04-07T02:23:00.610Z Running `/home/build/.rustup/toolchains/1.94.0-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=1cc81d43c9f10985 -C extra-filename=-b5165e8cf40f6df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-04-07T02:23:00.610Z Running `/home/build/.rustup/toolchains/1.94.0-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=15a772cd74db1435 -C extra-filename=-7a8c393120288dc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-7a8c393120288dc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162026-04-07T02:23:00.613Z Compiling vergen-git2 v1.0.7
43172026-04-07T02:23:00.613Z Compiling cargo-platform v0.2.0
43182026-04-07T02:23:00.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=6faec9cfc2c9b5c6 -C extra-filename=-6aa5a7e9fa034105 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-04-07T02:23:00.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=990c69839cfce65b -C extra-filename=-82d89d16a7f3cae3 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-04-07T02:23:00.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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 '--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=a9c1ea049d6c1640 -C extra-filename=-da04edc7b6d9f449 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-04-07T02:23:00.676Z Compiling sapling-renderdag v0.1.0
43222026-04-07T02:23:00.708Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
43232026-04-07T02:23:00.711Z Compiling rtoolbox v0.0.3
43242026-04-07T02:23:00.711Z Running `/home/build/.rustup/toolchains/1.94.0-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=82f9241ff1d31bb9 -C extra-filename=-c2f2141c6783f627 --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252026-04-07T02:23:00.711Z Running `/home/build/.rustup/toolchains/1.94.0-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=643fc92d4daeb06e -C extra-filename=-3a7511c98851d99b --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-04-07T02:23:00.711Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43272026-04-07T02:23:00.743Z Compiling rustls v0.21.12
43282026-04-07T02:23:00.775Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=b26e62f01a415237 -C extra-filename=-2c3095dff1e17bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-04-07T02:23:00.778Z Compiling sync-ptr v0.1.4
43302026-04-07T02:23:00.808Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-3f37ee02bf263467/build-script-build`
43312026-04-07T02:23:00.811Z Running `/home/build/.rustup/toolchains/1.94.0-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=5479e60d1483b072 -C extra-filename=-0e7bc15c43fcc926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322026-04-07T02:23:00.835Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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=c4f74c6752dbfa38 -C extra-filename=-054dfd6b469e10b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(no_const_type_id)'`
43332026-04-07T02:23:00.895Z Compiling indicatif v0.18.4
43342026-04-07T02:23:00.927Z Running `/home/build/.rustup/toolchains/1.94.0-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=67d06be3f45b4c33 -C extra-filename=-d4856efce1ab07e8 --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-15fca129afcab229.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-56f61e67ff407fd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-04-07T02:23:00.996Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43362026-04-07T02:23:00.999Z Compiling rpassword v7.4.0
43372026-04-07T02:23:00.999Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/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=eacefbeb944fb712 -C extra-filename=-acadc62e9f963405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9a1d30cef25b60e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382026-04-07T02:23:01.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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=5d3f6d270c6bed1b -C extra-filename=-26e8745acce0af61 --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-b1db1361eaf8c359.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3a7511c98851d99b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-04-07T02:23:01.035Z Compiling rustls-webpki v0.101.7
43402026-04-07T02:23:01.097Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9d5239ec9823534c -C extra-filename=-88f4d7d9641095df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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/ring-615063de10837e60/out`
43412026-04-07T02:23:01.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=662369ddf27d7ee6 -C extra-filename=-af0f54a82e012a54 --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-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
43422026-04-07T02:23:01.135Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3/build-script-build`
43432026-04-07T02:23:01.169Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43442026-04-07T02:23:01.172Z Compiling serde-value v0.7.0
43452026-04-07T02:23:01.172Z Compiling sct v0.7.1
43462026-04-07T02:23:01.203Z Compiling nix v0.29.0
43472026-04-07T02:23:01.206Z Running `/home/build/.rustup/toolchains/1.94.0-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=a387ba147616cdcc -C extra-filename=-080ac56df5914f87 --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-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cecb76b8cf32e637.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-729b85643b8c4770.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-9a4ad6ed0f63fd39.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-04-07T02:23:01.240Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=596bf4e4f92ec844 -C extra-filename=-4a26eb6c42c40e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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/ring-615063de10837e60/out`
43492026-04-07T02:23:01.244Z Compiling polyval v0.6.2
43502026-04-07T02:23:01.244Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-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=417189e4994755d1 -C extra-filename=-af79faa4f48f9111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-04-07T02:23:01.276Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,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=d6bc7772bff5d3ec -C extra-filename=-abc9f58e98fd53ac --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-04-07T02:23:01.279Z Compiling gimli v0.32.3
43532026-04-07T02:23:01.279Z Compiling target-lexicon v0.13.3
43542026-04-07T02:23:01.279Z Compiling rustls-pemfile v1.0.4
43552026-04-07T02:23:01.279Z Compiling twox-hash v2.1.2
43562026-04-07T02:23:01.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4a09ab050f173202 -C extra-filename=-1a02fb875b0bae46 --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-85009d3639300405.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-7bc560c1e73e395d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-1a4fb08f0a3a7640.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e2bd119e292ea0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7c799f01f543fd29.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7da7109faeb6dc2a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d1aaa5de17b9f2ec.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.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/ring-615063de10837e60/out`
43572026-04-07T02:23:01.279Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2d492bd178be225f -C extra-filename=-162fc3db78361d77 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-de26d08b52fb48ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-04-07T02:23:01.279Z Running `/home/build/.rustup/toolchains/1.94.0-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=d709b7ef43e3b80b -C extra-filename=-d30f28b4bf4d3cb8 --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-b1db1361eaf8c359.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`
43592026-04-07T02:23:01.309Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-19abad6a0503777a/build-script-build`
43602026-04-07T02:23:01.312Z Running `/home/build/.rustup/toolchains/1.94.0-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=a7c8f81a645739b4 -C extra-filename=-4861ccf70752530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-04-07T02:23:01.312Z Running `/home/build/.rustup/toolchains/1.94.0-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=3583d2bf09eb1f7e -C extra-filename=-7c8c177ca14c0b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-04-07T02:23:01.312Z Running `/home/build/.rustup/toolchains/1.94.0-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=815c7fcf908e4c27 -C extra-filename=-f951885574bc758c --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-9593bc0c283a9d67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-04-07T02:23:01.312Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c033db3d1f60e86f -C extra-filename=-4e07fe3b1ac697d1 --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-dd4fa1a35289f367.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-04-07T02:23:01.379Z Compiling ctr v0.9.2
43652026-04-07T02:23:01.382Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-7a8c393120288dc4/build-script-build`
43662026-04-07T02:23:01.382Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=ca2e8c3392bbbe70 -C extra-filename=-c4fd77ef3cb4a949 --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43672026-04-07T02:23:01.415Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43682026-04-07T02:23:01.537Z Compiling ghash v0.5.1
43692026-04-07T02:23:01.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=34053a637856b54d -C extra-filename=-f24544093c2f9600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-162fc3db78361d77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-04-07T02:23:01.540Z Compiling concurrent-queue v2.5.0
43712026-04-07T02:23:01.540Z Compiling plotters-backend v0.3.7
43722026-04-07T02:23:01.540Z Running `/home/build/.rustup/toolchains/1.94.0-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=77d65acc903fce26 -C extra-filename=-9208fa60cc6a4aa4 --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-04-07T02:23:01.571Z Running `/home/build/.rustup/toolchains/1.94.0-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=97b02d5b24b157a6 -C extra-filename=-dc87a065c92efcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-04-07T02:23:01.632Z Compiling serde-untagged v0.1.9
43752026-04-07T02:23:01.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a31e0c73d74b51d1 -C extra-filename=-c24ea79e2b327063 --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-af0f54a82e012a54.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762026-04-07T02:23:01.666Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/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=db5c63744bfa7f0a -C extra-filename=-3064bc85010c8174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-2f4e784d8df5db46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-907b7257daccf372.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cf4627fbfbd43121.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43772026-04-07T02:23:01.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=90a82560db07cc22 -C extra-filename=-9d38dd3bd8a2ed9b --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-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-88f4d7d9641095df.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-4a26eb6c42c40e3e.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/ring-615063de10837e60/out`
43782026-04-07T02:23:01.759Z Compiling parking v2.2.1
43792026-04-07T02:23:01.761Z Running `/home/build/.rustup/toolchains/1.94.0-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=4ba27f17dfe2b864 -C extra-filename=-fbb23238c31c2af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-04-07T02:23:01.761Z Compiling rustc-demangle v0.1.27
43812026-04-07T02:23:01.856Z Running `/home/build/.rustup/toolchains/1.94.0-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=83f7cac1c1b5aba0 -C extra-filename=-f11165e2511dac4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-04-07T02:23:01.889Z Compiling guppy-workspace-hack v0.1.0
43832026-04-07T02:23:01.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=021bbf27a299dea7 -C extra-filename=-e4c7a6777b114a0b --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-a121c9cfd8c3a9f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-04-07T02:23:01.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=045b3dbc6891f154 -C extra-filename=-533a0252cc64e979 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43852026-04-07T02:23:01.926Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac/build-script-build`
43862026-04-07T02:23:01.929Z Compiling cargo-util-schemas v0.8.2
43872026-04-07T02:23:01.959Z Compiling fatfs v0.3.6
43882026-04-07T02:23:01.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-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 '--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("unstable-schema"))' -C metadata=86a8017c14a6e696 -C extra-filename=-08ebb7250ac5dafb --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-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-af79faa4f48f9111.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892026-04-07T02:23:01.989Z Running `/home/build/.rustup/toolchains/1.94.0-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=7a6f1464d14f2378 -C extra-filename=-8dcb87892ff7dd9e --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-04-07T02:23:02.022Z Compiling ssh-encoding v0.2.0
43912026-04-07T02:23:02.025Z Compiling blowfish v0.9.1
43922026-04-07T02:23:02.025Z Running `/home/build/.rustup/toolchains/1.94.0-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=3b183ec01a0d8767 -C extra-filename=-f99cf535ea94530c --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-8703aae8b2f9644d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-04-07T02:23:02.025Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=634bbfbbd2e9f13c -C extra-filename=-8a7569a929c32a6c --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-9ccc3691c9035196.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-04-07T02:23:02.056Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43952026-04-07T02:23:02.059Z Running `/home/build/.rustup/toolchains/1.94.0-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=3c8aba64f024e108 -C extra-filename=-b88efff433eb214c --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-04-07T02:23:02.148Z Compiling plotters-svg v0.3.7
43972026-04-07T02:23:02.151Z Running `/home/build/.rustup/toolchains/1.94.0-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=a078ef41f141e8ef -C extra-filename=-b3791a31a16f97ac --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-dc87a065c92efcd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-04-07T02:23:02.214Z Compiling aes-gcm v0.10.3
43992026-04-07T02:23:02.217Z Compiling arrayref v0.3.9
44002026-04-07T02:23:02.217Z Compiling seq-macro v0.3.6
44012026-04-07T02:23:02.248Z Compiling arrayvec v0.7.6
44022026-04-07T02:23:02.251Z Running `/home/build/.rustup/toolchains/1.94.0-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=0059b26e0630c760 -C extra-filename=-2808bd0dbb1f93b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-04-07T02:23:02.251Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=0ff176cdcde05acc -C extra-filename=-03df9c2f5aa99c52 --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-b5c2bbb092cf9333.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-fb58a2d244e3fc18.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f24544093c2f9600.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-04-07T02:23:02.251Z Running `/home/build/.rustup/toolchains/1.94.0-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=547dbac0eb2ee586 -C extra-filename=-7c1a316b965e4453 --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`
44052026-04-07T02:23:02.251Z Compiling constant_time_eq v0.4.2
44062026-04-07T02:23:02.281Z Running `/home/build/.rustup/toolchains/1.94.0-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=8b85bdedc468fbea -C extra-filename=-7b2e30ba596f55e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072026-04-07T02:23:02.317Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,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=4ea8be31696a2dd5 -C extra-filename=-8a245631c993f304 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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(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)'`
44082026-04-07T02:23:02.320Z Compiling diesel v2.3.7
44092026-04-07T02:23:02.320Z Running `/home/build/.rustup/toolchains/1.94.0-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=92eb6b2dc3293cb3 -C extra-filename=-6f5069703403cac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:23:02.347Z Running `/home/build/.rustup/toolchains/1.94.0-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=d6c838ac7b094265 -C extra-filename=-f4a77744e9fa620a --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-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-10739075c3468038.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7c543bc98d4b547.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44112026-04-07T02:23:02.382Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44122026-04-07T02:23:02.449Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44132026-04-07T02:23:02.452Z Running `/home/build/.rustup/toolchains/1.94.0-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=9878bb3fb3e848d2 -C extra-filename=-c1a90662167210a9 --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-c051f503f089cbc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cecb76b8cf32e637.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-080ac56df5914f87.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-02e862410dbab6b3.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3cbda9d6f0c45bc7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.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-eeb72f07277ec165/out/lib`
44142026-04-07T02:23:02.484Z Running `/home/build/.rustup/toolchains/1.94.0-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=41a942b8e5559126 -C extra-filename=-d29f70d84cd546c0 --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-c051f503f089cbc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cecb76b8cf32e637.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-080ac56df5914f87.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-02e862410dbab6b3.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3cbda9d6f0c45bc7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.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-eeb72f07277ec165/out/lib`
44152026-04-07T02:23:02.487Z Compiling target-spec v3.5.7
44162026-04-07T02:23:02.487Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44172026-04-07T02:23:02.518Z Running `/home/build/.rustup/toolchains/1.94.0-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=45c65795d103386d -C extra-filename=-f75fbc3e44793983 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983 -L 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-04-07T02:23:02.552Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
44192026-04-07T02:23:02.581Z Compiling futures-timer v3.0.3
44202026-04-07T02:23:02.648Z Compiling cast v0.3.0
44212026-04-07T02:23:02.651Z Compiling ssh-cipher v0.2.0
44222026-04-07T02:23:02.679Z Running `/home/build/.rustup/toolchains/1.94.0-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=27c800e845804174 -C extra-filename=-f72573976e36801e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:23:02.682Z Running `/home/build/.rustup/toolchains/1.94.0-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=5851ce4e72f24ef1 -C extra-filename=-0d632e822407c4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
44242026-04-07T02:23:02.682Z Compiling darling_macro v0.23.0
44252026-04-07T02:23:02.712Z Running `/home/build/.rustup/toolchains/1.94.0-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=20b89815aabd5a1a -C extra-filename=-aa2da469ba72084b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-04-07T02:23:02.715Z Running `/home/build/.rustup/toolchains/1.94.0-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 --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=22edcee8311f158e -C extra-filename=-b7bc3970dd0115b7 --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-fb58a2d244e3fc18.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-03df9c2f5aa99c52.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ce942dec674e549d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7da2ec21875bf870.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-04-07T02:23:02.715Z Running `/home/build/.rustup/toolchains/1.94.0-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=a4ea9f94094fbfa5 -C extra-filename=-44e5a3f7676ee3b0 --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-46131c3141f9a78d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282026-04-07T02:23:02.715Z Compiling bcrypt-pbkdf v0.10.0
44292026-04-07T02:23:02.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=74b6d78dc020cd93 -C extra-filename=-13a377a856a726f2 --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-8a7569a929c32a6c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6e6d8d56e8d96846.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302026-04-07T02:23:02.746Z Compiling supports-color v2.1.0
44312026-04-07T02:23:02.775Z Running `/home/build/.rustup/toolchains/1.94.0-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=6b944af94ee045dd -C extra-filename=-4a3f2bc886d550d6 --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-51fff23f7be6f907.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-04-07T02:23:02.808Z Compiling event-listener v5.4.1
44332026-04-07T02:23:02.840Z Compiling plotters v0.3.7
44342026-04-07T02:23:02.875Z Running `/home/build/.rustup/toolchains/1.94.0-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=f88c7bc91ceb129d -C extra-filename=-3ee2a06a8789d405 --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-9208fa60cc6a4aa4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-fbb23238c31c2af9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-04-07T02:23:02.878Z Compiling typify v0.4.3
44362026-04-07T02:23:02.878Z Running `/home/build/.rustup/toolchains/1.94.0-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=ee76aed00a6d7f7e -C extra-filename=-e2cdec78a2c72467 --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-6933dc604de72165.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b3791a31a16f97ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44372026-04-07T02:23:02.879Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=577cd816cb02fe02 -C extra-filename=-8ad7888caa34011e --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-a5930e4773837c49.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-5a54666a82a99642.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-04-07T02:23:02.879Z Compiling textwrap v0.15.2
44392026-04-07T02:23:02.910Z Running `/home/build/.rustup/toolchains/1.94.0-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=0d46d22bb6dfd7d4 -C extra-filename=-a8c75c4712fc10b2 --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-d142be9420a73f99.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-04-07T02:23:02.975Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
44412026-04-07T02:23:03.004Z Compiling supports-hyperlinks v2.1.0
44422026-04-07T02:23:03.007Z Running `/home/build/.rustup/toolchains/1.94.0-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=3559a27d47648c48 -C extra-filename=-8a20650dcb848e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:23:03.007Z Running `/home/build/.rustup/toolchains/1.94.0-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=d6d083d4eb7bb0a3 -C extra-filename=-3449800328d88558 --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-51fff23f7be6f907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442026-04-07T02:23:03.039Z Compiling addr2line v0.25.1
44452026-04-07T02:23:03.042Z Running `/home/build/.rustup/toolchains/1.94.0-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=333b1060df34d460 -C extra-filename=-e6df32431690ea2a --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-4861ccf70752530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-04-07T02:23:03.101Z Compiling progenitor-impl v0.10.0
44472026-04-07T02:23:03.134Z Compiling progenitor-impl v0.11.2
44482026-04-07T02:23:03.137Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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=1859e3d3e736bfe0 -C extra-filename=-2c559777dc5e9d0c --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8ad7888caa34011e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-04-07T02:23:03.197Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
44502026-04-07T02:23:03.200Z Compiling cargo_metadata v0.21.0
44512026-04-07T02:23:03.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e415a482ac3973c -C extra-filename=-51055a6a51e320ce --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8ad7888caa34011e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-04-07T02:23:03.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/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=4e2a6c3f2de54bd4 -C extra-filename=-5f3acfd8c0a59755 --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-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f02ef4b8667ba37.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-ad7439a3c7a5f54e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-1bd1e86478fc3fe0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d01aceb244be1b73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.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-eeb72f07277ec165/out/lib`
44532026-04-07T02:23:03.200Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=6d2d468cc0abe0c0 -C extra-filename=-9760db4f1fa1977d --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-da04edc7b6d9f449.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-08ebb7250ac5dafb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542026-04-07T02:23:03.200Z Compiling cfg-expr v0.20.6
44552026-04-07T02:23:03.232Z Running `/home/build/.rustup/toolchains/1.94.0-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=38f55fa2618c7343 -C extra-filename=-f5523eb8fecb71de --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-fd6ba8a01932ff99.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-04-07T02:23:03.260Z Compiling criterion-plot v0.6.0
44572026-04-07T02:23:03.263Z Running `/home/build/.rustup/toolchains/1.94.0-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=05cd42350cdcc0be -C extra-filename=-e7f70a01a72d5ece --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-aa2da469ba72084b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-04-07T02:23:03.351Z Compiling supports-unicode v2.1.0
44592026-04-07T02:23:03.354Z Compiling backtrace v0.3.76
44602026-04-07T02:23:03.354Z Running `/home/build/.rustup/toolchains/1.94.0-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=cc847167edbca823 -C extra-filename=-5f3906e59100d0ef --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-51fff23f7be6f907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-04-07T02:23:03.354Z Running `/home/build/.rustup/toolchains/1.94.0-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=9c2cc952fb4986b9 -C extra-filename=-42451ab555cae6b1 --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-e6df32431690ea2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f11165e2511dac4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44622026-04-07T02:23:03.354Z Compiling hashbrown v0.14.5
44632026-04-07T02:23:03.354Z Compiling tinytemplate v1.2.1
44642026-04-07T02:23:03.354Z Running `/home/build/.rustup/toolchains/1.94.0-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=565f966bbe43683b -C extra-filename=-9a47fa4ead61875b --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-9889dffc8fb05374.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-04-07T02:23:03.354Z Running `/home/build/.rustup/toolchains/1.94.0-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=f3a7b9e0822f3c6c -C extra-filename=-2ab2842ffd036358 --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-04-07T02:23:03.450Z Compiling tokio-rustls v0.24.1
44672026-04-07T02:23:03.453Z Compiling event-listener-strategy v0.5.4
44682026-04-07T02:23:03.483Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=ad55fee839f34d42 -C extra-filename=-cee63ad405fb9f57 --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-9d38dd3bd8a2ed9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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/ring-615063de10837e60/out`
44692026-04-07T02:23:03.486Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb42518894e92c05 -C extra-filename=-a065e2fdecc6ccfe --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-3ee2a06a8789d405.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-04-07T02:23:03.548Z Compiling miette-derive v5.10.0
44712026-04-07T02:23:03.551Z Compiling darling v0.23.0
44722026-04-07T02:23:03.551Z Running `/home/build/.rustup/toolchains/1.94.0-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=7f0ad1caeb4da2ee -C extra-filename=-7baa419454d1ab3c --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-04-07T02:23:03.551Z Compiling password-hash v0.4.2
44742026-04-07T02:23:03.584Z Compiling cargo-platform v0.3.2
44752026-04-07T02:23:03.587Z Running `/home/build/.rustup/toolchains/1.94.0-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=2584f8ffe5135a96 -C extra-filename=-ece34aadacbf3090 --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-46131c3141f9a78d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-44e5a3f7676ee3b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-04-07T02:23:03.613Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=eb69e8fcc1f943b6 -C extra-filename=-da6012f01d2d0b5d --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-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-04-07T02:23:03.616Z Compiling terminal_size v0.1.17
44782026-04-07T02:23:03.616Z Running `/home/build/.rustup/toolchains/1.94.0-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=49c2dcf89bd6e52d -C extra-filename=-6d7eeb442726ed90 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-04-07T02:23:03.616Z Running `/home/build/.rustup/toolchains/1.94.0-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=792977026b0aa5ad -C extra-filename=-b700e0125fb3113e --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802026-04-07T02:23:03.646Z Compiling owo-colors v3.5.0
44812026-04-07T02:23:03.677Z Compiling anes v0.1.6
44822026-04-07T02:23:03.680Z Running `/home/build/.rustup/toolchains/1.94.0-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=40edac7813ea4eb3 -C extra-filename=-f57e697abd1dec75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-04-07T02:23:03.680Z Running `/home/build/.rustup/toolchains/1.94.0-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=1ef39e16ef2f2454 -C extra-filename=-d1209bcec19c5b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-04-07T02:23:03.680Z Compiling oorandom v11.1.5
44852026-04-07T02:23:03.713Z Running `/home/build/.rustup/toolchains/1.94.0-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=4a6670bc8258809d -C extra-filename=-7bfce6c1a8bdf7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-04-07T02:23:03.776Z Compiling async-lock v3.4.2
44872026-04-07T02:23:03.808Z Running `/home/build/.rustup/toolchains/1.94.0-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=3089e0ed1be58492 -C extra-filename=-d1c977452574cbe2 --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-3ee2a06a8789d405.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-a065e2fdecc6ccfe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-04-07T02:23:03.875Z Compiling backtrace-ext v0.2.1
44892026-04-07T02:23:03.885Z Compiling ssh-key v0.6.7
44902026-04-07T02:23:03.885Z Running `/home/build/.rustup/toolchains/1.94.0-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=ea2b7037ad3399be -C extra-filename=-442b4a9336586c38 --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-f5523eb8fecb71de.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-04-07T02:23:03.885Z Running `/home/build/.rustup/toolchains/1.94.0-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=3ed1cb375e139149 -C extra-filename=-7a173a9dd85b1123 --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-42451ab555cae6b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-04-07T02:23:03.885Z Running `/home/build/.rustup/toolchains/1.94.0-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="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --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=6a1c6f06f8fa497b -C extra-filename=-b14721a3463475c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-13a377a856a726f2.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9651fbcc65fa558.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-b7bc3970dd0115b7.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-04-07T02:23:03.908Z Compiling p521 v0.13.3
44942026-04-07T02:23:03.940Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=6b3ba9f536b54f6a -C extra-filename=-d737d62c31f1725f --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-9a1fee2dec1666ec.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ae634e5eea1b5661.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-04-07T02:23:03.971Z Running `/home/build/.rustup/toolchains/1.94.0-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=0d37abd419bb3009 -C extra-filename=-58f9df46d281f833 --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-ece34aadacbf3090.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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)'`
44962026-04-07T02:23:03.974Z Compiling cargo_metadata v0.23.1
44972026-04-07T02:23:03.999Z Running `/home/build/.rustup/toolchains/1.94.0-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=ecb770c5571f62ca -C extra-filename=-bb3d14a61f6747fd --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-6d7eeb442726ed90.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-04-07T02:23:04.034Z Compiling pbkdf2 v0.11.0
44992026-04-07T02:23:04.066Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=4a77cc032a419d62 -C extra-filename=-47e258927514f3fd --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-c051f503f089cbc9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-da6012f01d2d0b5d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002026-04-07T02:23:04.101Z Compiling chumsky v0.9.3
45012026-04-07T02:23:04.169Z Compiling p256 v0.13.2
45022026-04-07T02:23:04.182Z Running `/home/build/.rustup/toolchains/1.94.0-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=f49dbe3ddf4132f5 -C extra-filename=-79b76ad747c6d7be --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-9a47fa4ead61875b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-04-07T02:23:04.198Z Compiling knuffel-derive v3.2.0
45042026-04-07T02:23:04.209Z Running `/home/build/.rustup/toolchains/1.94.0-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="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,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=2aeae85851333281 -C extra-filename=-189cc57a0f47f69a --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-7a4900832fc93ac8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ae634e5eea1b5661.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-04-07T02:23:04.209Z Compiling pathdiff v0.2.3
45062026-04-07T02:23:04.209Z Running `/home/build/.rustup/toolchains/1.94.0-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=91a52bae63c0732c -C extra-filename=-fe25e2321325a65d --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-04-07T02:23:04.209Z Running `/home/build/.rustup/toolchains/1.94.0-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=f5603d1f40f168c6 -C extra-filename=-704be69533d1daf5 --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-14842183da3c6f4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-04-07T02:23:04.243Z Compiling blake3 v1.8.3
45092026-04-07T02:23:04.267Z Running `/home/build/.rustup/toolchains/1.94.0-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.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="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=643e9efd4780cd2b -C extra-filename=-98c13ceb019bd904 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-98c13ceb019bd904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102026-04-07T02:23:04.301Z Compiling russh-cryptovec v0.7.3
45112026-04-07T02:23:04.310Z Compiling criterion v0.7.0
45122026-04-07T02:23:04.310Z Compiling nested v0.1.1
45132026-04-07T02:23:04.310Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b98865a1705bfed4 -C extra-filename=-e4cf9e94f96cab3e --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-04-07T02:23:04.310Z Running `/home/build/.rustup/toolchains/1.94.0-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=ece4953dc3651d45 -C extra-filename=-199f3ed819a6cb29 --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-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2ab2842ffd036358.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-04-07T02:23:04.311Z Running `/home/build/.rustup/toolchains/1.94.0-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=f5c549c1cf401f12 -C extra-filename=-8a695a6485ea906f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162026-04-07T02:23:04.403Z Compiling md5 v0.7.0
45172026-04-07T02:23:04.416Z Compiling async-object-pool v0.2.0
45182026-04-07T02:23:04.416Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d43e2bc14d4ac9d2 -C extra-filename=-5805290730a93ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-04-07T02:23:04.433Z Running `/home/build/.rustup/toolchains/1.94.0-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=b00242dba2a29af0 -C extra-filename=-6d7af4494022d7b8 --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-d1c977452574cbe2.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-04-07T02:23:04.441Z Compiling num-bigint v0.4.6
45212026-04-07T02:23:04.464Z Compiling serde_regex v1.1.0
45222026-04-07T02:23:04.475Z Running `/home/build/.rustup/toolchains/1.94.0-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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=eaf8a5ef98608ace -C extra-filename=-749bf0493ca5f9f6 --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-04-07T02:23:04.475Z Compiling assert-json-diff v2.0.2
45242026-04-07T02:23:04.496Z Running `/home/build/.rustup/toolchains/1.94.0-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=30a993315a9d6daf -C extra-filename=-d7ba8e8fccd84fd6 --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-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-04-07T02:23:04.506Z Running `/home/build/.rustup/toolchains/1.94.0-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=8ab73ee8b7f769f2 -C extra-filename=-928fd458eb9a2bfe --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-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-04-07T02:23:04.567Z Compiling des v0.8.1
45272026-04-07T02:23:04.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=8cb2ed339463bd0d -C extra-filename=-40ed1a90a64f09fa --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-04-07T02:23:04.602Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45292026-04-07T02:23:04.612Z Running `/home/build/.rustup/toolchains/1.94.0-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=4e624c29a0c19895 -C extra-filename=-fd401fe8815a65ce --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-99360ac57d065395.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-04-07T02:23:04.637Z Compiling path-tree v0.8.3
45312026-04-07T02:23:04.643Z Compiling stringmetrics v2.2.2
45322026-04-07T02:23:04.643Z Compiling hickory-client v0.25.2
45332026-04-07T02:23:04.643Z Running `/home/build/.rustup/toolchains/1.94.0-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=6ea301fd19f41df2 -C extra-filename=-ae8ed33f76e5e95c --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-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-04-07T02:23:04.714Z Running `/home/build/.rustup/toolchains/1.94.0-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=8e0663efa98d4547 -C extra-filename=-9dc3dc4aef584b5b --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-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-04-07T02:23:04.718Z Running `/home/build/.rustup/toolchains/1.94.0-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=a24945462d73f1e8 -C extra-filename=-d1c8a857a282f108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-04-07T02:23:04.745Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45372026-04-07T02:23:04.774Z Running `/home/build/.rustup/toolchains/1.94.0-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=4d1586579e19021e -C extra-filename=-9ec3617791239809 --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-04-07T02:23:04.788Z Compiling rstest_macros v0.25.0
45392026-04-07T02:23:04.801Z Running `/home/build/.rustup/toolchains/1.94.0-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=fa9f9ffbb88c98b1 -C extra-filename=-d1163d5cb2d77424 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-04-07T02:23:04.829Z Compiling escape8259 v0.5.3
45412026-04-07T02:23:04.833Z Running `/home/build/.rustup/toolchains/1.94.0-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=24d2caba46d19314 -C extra-filename=-7230bf58f08a5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422026-04-07T02:23:04.859Z Compiling assert_cmd v2.1.2
45432026-04-07T02:23:04.865Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-98c13ceb019bd904/build-script-build`
45442026-04-07T02:23:04.865Z Running `/home/build/.rustup/toolchains/1.94.0-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=548dd037062f9333 -C extra-filename=-7545e646cbf47487 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-04-07T02:23:04.928Z Compiling russh-keys v0.45.0
45462026-04-07T02:23:04.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=a782cd5a9a35b5f8 -C extra-filename=-1f982b07c199d72f --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-fb58a2d244e3fc18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-13a377a856a726f2.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-bfc099fd21137fa3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-189cc57a0f47f69a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-d737d62c31f1725f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-47e258927514f3fd.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-91360c25133ebeeb.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-dc8dda31ce301e7b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4cf9e94f96cab3e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9651fbcc65fa558.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b14721a3463475c0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-04-07T02:23:04.950Z Compiling httpmock v0.8.3
45482026-04-07T02:23:04.965Z Running `/home/build/.rustup/toolchains/1.94.0-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=cefa816aa427df38 -C extra-filename=-0d8d9fae9295b007 --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-928fd458eb9a2bfe.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-d7ba8e8fccd84fd6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-04-07T02:23:04.986Z Compiling internet-checksum v0.2.1
45502026-04-07T02:23:04.996Z Running `/home/build/.rustup/toolchains/1.94.0-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=34aa77ad4d83f57c -C extra-filename=-d246f09691ba3066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-04-07T02:23:05.024Z Compiling guppy v0.17.25
45522026-04-07T02:23:05.034Z Running `/home/build/.rustup/toolchains/1.94.0-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=2d9244d770564880 -C extra-filename=-674fde21a158ca2e --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-9889dffc8fb05374.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bb3d14a61f6747fd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8a695a6485ea906f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-704be69533d1daf5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-442b4a9336586c38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-04-07T02:23:05.061Z Compiling target-triple v1.0.0
45542026-04-07T02:23:05.067Z Compiling miette v5.10.0
45552026-04-07T02:23:05.067Z Compiling topological-sort v0.2.2
45562026-04-07T02:23:05.067Z Running `/home/build/.rustup/toolchains/1.94.0-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=303c43a3c32238a0 -C extra-filename=-deaf34428f217083 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-04-07T02:23:05.067Z Running `/home/build/.rustup/toolchains/1.94.0-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=c091aada5b99187d -C extra-filename=-d480a8db7d117d26 --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-42451ab555cae6b1.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-7a173a9dd85b1123.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-51fff23f7be6f907.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-7baa419454d1ab3c.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4a3f2bc886d550d6.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-3449800328d88558.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-5f3906e59100d0ef.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-b700e0125fb3113e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582026-04-07T02:23:05.067Z Running `/home/build/.rustup/toolchains/1.94.0-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=01a0a6a072b951cb -C extra-filename=-2884642a5c7261b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04-07T02:23:05.113Z Compiling libtest-mimic v0.8.1
45602026-04-07T02:23:05.140Z Compiling ratatui v0.29.0
45612026-04-07T02:23:05.147Z Running `/home/build/.rustup/toolchains/1.94.0-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=da4741c68d0f80f8 -C extra-filename=-3f5fb59510b62d04 --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-7230bf58f08a5e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-04-07T02:23:05.170Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45632026-04-07T02:23:05.176Z Running `/home/build/.rustup/toolchains/1.94.0-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=ad9a910de0881310 -C extra-filename=-cadee9893d91519c --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-10536750ba824ae2.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-fb9d3523f140aa76.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-09a1e1e60637cc67.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-58f9df46d281f833.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-04-07T02:23:05.177Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/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", "thiserror"))' -C metadata=8dd710506dea3e97 -C extra-filename=-69c8976a87908a8c --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-12a9a6e9b5973d32.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652026-04-07T02:23:05.236Z Compiling fancy-regex v0.14.0
45662026-04-07T02:23:05.242Z Running `/home/build/.rustup/toolchains/1.94.0-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=4e26d28106f5abcc -C extra-filename=-d699bf8046918c34 --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-54f21ffbb79648bf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672026-04-07T02:23:05.242Z Compiling relative-path v1.9.3
45682026-04-07T02:23:05.243Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45692026-04-07T02:23:05.243Z Running `/home/build/.rustup/toolchains/1.94.0-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=2bf597c25fdad306 -C extra-filename=-377b2e0d62ee541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-04-07T02:23:05.243Z Running `/home/build/.rustup/toolchains/1.94.0-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=2ed7460ce59ac5af -C extra-filename=-1b21d355ec7233ea --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-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ecd2e2829151a2ab.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-04-07T02:23:05.270Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424/build-script-build`
45722026-04-07T02:23:05.364Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
45732026-04-07T02:23:05.430Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-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="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=d02ad578fba208fd -C extra-filename=-e5bb3d476cbfebfa --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-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-c6efbb6be0ff4359.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.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-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/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()))'`
45742026-04-07T02:23:05.458Z Compiling linkme-impl v0.3.35
45752026-04-07T02:23:05.462Z Running `/home/build/.rustup/toolchains/1.94.0-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=6265cfcefc13fc04 -C extra-filename=-694f3e356f71d2e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-04-07T02:23:05.488Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45772026-04-07T02:23:05.492Z Running `/home/build/.rustup/toolchains/1.94.0-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=a751f27f3853294a -C extra-filename=-7e36af1ea28bddb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-04-07T02:23:05.525Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
45792026-04-07T02:23:05.529Z Running `/home/build/.rustup/toolchains/1.94.0-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=4122590f11fc4f54 -C extra-filename=-0debae88ac7044a3 --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-d2d25f9487a12a76.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-50f5419d8aacbbbf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-04-07T02:23:05.557Z Compiling multimap v0.10.1
45812026-04-07T02:23:05.561Z Running `/home/build/.rustup/toolchains/1.94.0-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=39a99dea325fb80b -C extra-filename=-f4fda58f249b853c --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-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822026-04-07T02:23:05.622Z Compiling uzers v0.12.2
45832026-04-07T02:23:05.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=8fa39c209955d3dc -C extra-filename=-9daf5f2b319ef6bf --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-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-04-07T02:23:05.628Z Running `/home/build/.rustup/toolchains/1.94.0-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=e61a3cefac3a07ba -C extra-filename=-e842e7fa7c3f5846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
45852026-04-07T02:23:05.685Z Running `/home/build/.rustup/toolchains/1.94.0-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=5574a2b0618deaf2 -C extra-filename=-8f81b9716de556e2 --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-aa8953624d325365.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-04-07T02:23:05.756Z Compiling datatest-stable v0.3.3
45872026-04-07T02:23:05.762Z Running `/home/build/.rustup/toolchains/1.94.0-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=95b158f3e7fbdc34 -C extra-filename=-c7b45fd1c37ea457 --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-14842183da3c6f4a.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-d699bf8046918c34.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-3f5fb59510b62d04.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-04-07T02:23:05.762Z Compiling termcolor v1.4.1
45892026-04-07T02:23:05.797Z Running `/home/build/.rustup/toolchains/1.94.0-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=3528b18032353d95 -C extra-filename=-8bcc17db1b340a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-04-07T02:23:05.827Z Compiling russh v0.45.0
45912026-04-07T02:23:05.832Z Compiling linkme v0.3.35
45922026-04-07T02:23:05.832Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=5afcf895eb6c5afb -C extra-filename=-bb61eab087d174ce --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-fb58a2d244e3fc18.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-03df9c2f5aa99c52.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ce942dec674e549d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-40ed1a90a64f09fa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-749bf0493ca5f9f6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-189cc57a0f47f69a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-d737d62c31f1725f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7da2ec21875bf870.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4cf9e94f96cab3e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b14721a3463475c0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-04-07T02:23:05.832Z Running `/home/build/.rustup/toolchains/1.94.0-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=7233e0a9174c0e3b -C extra-filename=-e6a411ea08c61a58 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-04-07T02:23:05.892Z Compiling blake2b_simd v1.0.4
45952026-04-07T02:23:05.896Z Running `/home/build/.rustup/toolchains/1.94.0-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=a3a1fbab60d5124b -C extra-filename=-3209e854eec92586 --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-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-04-07T02:23:05.956Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
45972026-04-07T02:23:06.019Z Compiling partial-io v0.5.4
45982026-04-07T02:23:06.025Z Running `/home/build/.rustup/toolchains/1.94.0-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=b5aba07ce936a569 -C extra-filename=-374198a857324751 --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-97a3868d40601a98.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-57958fddfb9dbace.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-04-07T02:23:06.050Z Running `/home/build/.rustup/toolchains/1.94.0-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=bdd809a1aafef706 -C extra-filename=-9e2f18f8512001f1 --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-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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)'`
46002026-04-07T02:23:06.081Z Compiling httptest v0.16.4
46012026-04-07T02:23:06.084Z Running `/home/build/.rustup/toolchains/1.94.0-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=b3d7a7b3f699cfc9 -C extra-filename=-6b5ea9b7407139ff --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-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022026-04-07T02:23:06.114Z Compiling knuffel v3.2.0
46032026-04-07T02:23:06.117Z Running `/home/build/.rustup/toolchains/1.94.0-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=129bd75db0c37be6 -C extra-filename=-cb75ef6de31d8bc6 --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-dd4fa1a35289f367.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-79b76ad747c6d7be.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-fe25e2321325a65d.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-d480a8db7d117d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-04-07T02:23:06.206Z Compiling trybuild v1.0.116
46052026-04-07T02:23:06.214Z Running `/home/build/.rustup/toolchains/1.94.0-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=574af9579dc5e54e -C extra-filename=-ee0658970173bd80 --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-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-04-07T02:23:06.239Z Compiling rand_distr v0.5.1
46072026-04-07T02:23:06.242Z Compiling drift v0.1.3
46082026-04-07T02:23:06.242Z Running `/home/build/.rustup/toolchains/1.94.0-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=239702e74a6701d6 -C extra-filename=-d10bff429efb0e63 --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-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-04-07T02:23:06.242Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca85dee5995e5d0e -C extra-filename=-994df12a282148a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102026-04-07T02:23:06.305Z Compiling approx v0.5.1
46112026-04-07T02:23:06.307Z Running `/home/build/.rustup/toolchains/1.94.0-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=53ae93be6df1aa57 -C extra-filename=-883c3d25adb1e1a3 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122026-04-07T02:23:06.308Z Compiling constant_time_eq v0.3.1
46132026-04-07T02:23:06.335Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46142026-04-07T02:23:06.335Z Running `/home/build/.rustup/toolchains/1.94.0-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=7a3613d7e3a9a769 -C extra-filename=-b333ac2576747dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-04-07T02:23:06.399Z Compiling similar-asserts v1.7.0
46162026-04-07T02:23:06.402Z Running `/home/build/.rustup/toolchains/1.94.0-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=1dea2d617f568e76 -C extra-filename=-917b2676cc36eb06 --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-bd8db95484c97424.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-04-07T02:23:06.431Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46182026-04-07T02:23:06.433Z Running `/home/build/.rustup/toolchains/1.94.0-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=6ae73571b3f71cfd -C extra-filename=-c463bbb9c5f3c96a --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-1bc321bceb338989.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-04-07T02:23:06.434Z Compiling cargo_toml v0.21.0
46202026-04-07T02:23:06.465Z Running `/home/build/.rustup/toolchains/1.94.0-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=fffb982a8d963b0b -C extra-filename=-ce8ecf1593bb2b6c --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-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-04-07T02:23:06.499Z Compiling progenitor-macro v0.11.2
46222026-04-07T02:23:06.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-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=08649f5d8cde89fe -C extra-filename=-94dba8caf2589299 --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-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-51055a6a51e320ce.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232026-04-07T02:23:06.502Z Compiling progenitor-macro v0.10.0
46242026-04-07T02:23:06.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-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=af737180c4d50e84 -C extra-filename=-bd6590ff6f388c56 --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-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2c559777dc5e9d0c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-04-07T02:23:06.535Z Compiling rust-argon2 v2.1.0
46262026-04-07T02:23:06.565Z Running `/home/build/.rustup/toolchains/1.94.0-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=f1ab9180957dbe87 -C extra-filename=-585356b8a260a2cf --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-dd4fa1a35289f367.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-3209e854eec92586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b333ac2576747dd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-04-07T02:23:06.596Z Compiling termios v0.3.3
46282026-04-07T02:23:06.599Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab3d1501ad35c029 -C extra-filename=-15d72de0d2f066f0 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-04-07T02:23:06.631Z Running `/home/build/.rustup/toolchains/1.94.0-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=a037d00e43f7c9d1 -C extra-filename=-ee46337acabc42e7 --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-694d055fa972c990.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-04-07T02:23:06.763Z Running `/home/build/.rustup/toolchains/1.94.0-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=fc2bcd1f60e03dfd -C extra-filename=-2b1750f7f7bbab65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-04-07T02:23:06.868Z Compiling tui-tree-widget v0.23.1
46322026-04-07T02:23:06.871Z Running `/home/build/.rustup/toolchains/1.94.0-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=72d3262b3a8869ec -C extra-filename=-df75671d082e534b --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-cadee9893d91519c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332026-04-07T02:23:06.933Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46342026-04-07T02:23:06.936Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/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=694efc4dbe057bdb -C extra-filename=-eeb0a2fbf74b0220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-69c8976a87908a8c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-cb75ef6de31d8bc6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-d480a8db7d117d26.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-12a9a6e9b5973d32.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-04-07T02:23:07.047Z Compiling support-bundle-viewer v0.1.2
46362026-04-07T02:23:07.050Z Running `/home/build/.rustup/toolchains/1.94.0-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=a168ef9873aa5724 -C extra-filename=-4745a47909f8ee2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.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-2173e318c097e7ac/out`
46372026-04-07T02:23:07.078Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46382026-04-07T02:23:07.082Z Running `/home/build/.rustup/toolchains/1.94.0-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=e36ca8f5e6362887 -C extra-filename=-14cfea4cbf3933cd --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-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-cb75ef6de31d8bc6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-d480a8db7d117d26.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392026-04-07T02:23:07.110Z Compiling dropshot-api-manager v0.6.0
46402026-04-07T02:23:07.113Z Running `/home/build/.rustup/toolchains/1.94.0-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.6.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=ce5c44b8ba65432a -C extra-filename=-19af452ad0b9ec12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-994df12a282148a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-c1554f9c0a479804.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-e6055212426aeb93.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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/ring-615063de10837e60/out`
46412026-04-07T02:23:07.146Z Running `/home/build/.rustup/toolchains/1.94.0-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=874a8cc860eb16d1 -C extra-filename=-537dd229f533e4bc --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-9e2f18f8512001f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-04-07T02:23:09.055Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46432026-04-07T02:23:09.058Z Running `/home/build/.rustup/toolchains/1.94.0-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=931857f8a3502f3a -C extra-filename=-2a7a492eaed577ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-ce8ecf1593bb2b6c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-04-07T02:23:09.487Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46452026-04-07T02:23:09.490Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=fd42cff48937c446 -C extra-filename=-d14af20758565cc9 --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-14842183da3c6f4a.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-14cfea4cbf3933cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-04-07T02:23:09.725Z Compiling rstest v0.25.0
46472026-04-07T02:23:09.728Z Running `/home/build/.rustup/toolchains/1.94.0-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=66c823603b534f37 -C extra-filename=-e47e7e83d923127b --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-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8f81b9716de556e2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-04-07T02:23:14.048Z Compiling samael v0.0.19
46492026-04-07T02:23:14.051Z Running `/home/build/.rustup/toolchains/1.94.0-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=e21c9a6b06aa111e -C extra-filename=-b752a38ae153770b --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-b752a38ae153770b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-5898eeceed0ec7aa.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-04-07T02:23:15.537Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-b752a38ae153770b/build-script-bindings`
46512026-04-07T02:23:16.471Z Running `/home/build/.rustup/toolchains/1.94.0-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=c062b19a750d0550 -C extra-filename=-2516297172ac2cb7 --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-b1db1361eaf8c359.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-d30f28b4bf4d3cb8.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-9b216c29df55cc34/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46522026-04-07T02:23:16.531Z Running `/home/build/.rustup/toolchains/1.94.0-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=99829f626c8540a5 -C extra-filename=-53b0c87086279aa1 --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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-5a069ea16008f83a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5943aa0198da3b68.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c54194c33841684e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
46532026-04-07T02:23:16.725Z Compiling git2 v0.20.4
46542026-04-07T02:23:16.728Z Running `/home/build/.rustup/toolchains/1.94.0-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=5818e684f26d7aa9 -C extra-filename=-54a2d46a887f386c --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-10536750ba824ae2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-2516297172ac2cb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.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-9b216c29df55cc34/out/build -L native=/usr/lib/amd64`
46552026-04-07T02:23:16.984Z Compiling polar-core v0.27.3
46562026-04-07T02:23:16.988Z Running `/home/build/.rustup/toolchains/1.94.0-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=16f6f3d6a1996f49 -C extra-filename=-e35e2a41f50295ef --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-e35e2a41f50295ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-cd0a357c5fe4b004.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572026-04-07T02:23:17.911Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-e35e2a41f50295ef/build-script-build`
46582026-04-07T02:23:18.225Z Compiling async-bb8-diesel v0.2.1
46592026-04-07T02:23:18.228Z Running `/home/build/.rustup/toolchains/1.94.0-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=1e6fc742d48ca17e -C extra-filename=-cbb13366f6d95404 --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-7a627029a175eba8.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-dbfbee0fd9d4553b.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46602026-04-07T02:23:18.399Z Compiling diesel-dtrace v0.5.0
46612026-04-07T02:23:18.402Z Running `/home/build/.rustup/toolchains/1.94.0-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=793984efa71f48e8 -C extra-filename=-9dc41ccdd59d3a3b --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-f4a77744e9fa620a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46622026-04-07T02:23:18.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=c14f0f8072318a24 -C extra-filename=-db52747590aaa61a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-54a2d46a887f386c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.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-9b216c29df55cc34/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46632026-04-07T02:23:18.753Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6/build-script-build`
46642026-04-07T02:23:18.756Z Running `/home/build/.rustup/toolchains/1.94.0-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.37.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="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=ad2a40dd153bc547 -C extra-filename=-4d5351703a6c81ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-5ca7f9e42700fd7b/out -l static=aws_lc_0_37_1_crypto --cfg universal`
46652026-04-07T02:23:18.832Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46662026-04-07T02:23:19.098Z Running `/home/build/.rustup/toolchains/1.94.0-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=0616909544ffeef1 -C extra-filename=-0d72df81b3edd60d --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-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-dff3331c0c39fbb5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-04-07T02:23:19.129Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46682026-04-07T02:23:19.132Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=493ee0915854cd4c -C extra-filename=-e9722b72c67da035 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-e9722b72c67da035 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-db52747590aaa61a.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-9b216c29df55cc34/out/build -L native=/usr/lib/amd64`
46692026-04-07T02:23:19.218Z Running `/home/build/.rustup/toolchains/1.94.0-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.0/src/lib.rs --error-format=json --json=diagnostic-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=37e81f7a2642e496 -C extra-filename=-1fac33b1019736e4 --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-4d5351703a6c81ea.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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-5ca7f9e42700fd7b/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46702026-04-07T02:23:20.040Z Compiling rustls-webpki v0.103.9
46712026-04-07T02:23:20.043Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="ring"' --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=9d5c01ee9fe1cdd9 -C extra-filename=-90fbbc05046d5ba7 --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-1fac33b1019736e4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46722026-04-07T02:23:20.196Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-e9722b72c67da035/build-script-build`
46732026-04-07T02:23:20.473Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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="ring"' --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=e485e7e3ec362f19 -C extra-filename=-59057dd9a189f61a --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-1fac33b1019736e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46742026-04-07T02:23:21.014Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=9067b78fd70cd088 -C extra-filename=-3ef24554f12e50bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3dad9555e99bb764.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a245631c993f304.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-4e07fe3b1ac697d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cee63ad405fb9f57.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-f951885574bc758c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out`
46752026-04-07T02:23:22.544Z Compiling oso v0.27.3
46762026-04-07T02:23:22.547Z Running `/home/build/.rustup/toolchains/1.94.0-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=92e67f26fd5e4b7c -C extra-filename=-deb56a7c78e3b82b --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-48a01c7a681ebce6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-00d71a86e3c041f7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-0d72df81b3edd60d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-04-07T02:23:22.959Z Compiling tokio-rustls v0.26.4
46782026-04-07T02:23:22.959Z Compiling rustls-platform-verifier v0.6.2
46792026-04-07T02:23:22.963Z Running `/home/build/.rustup/toolchains/1.94.0-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=31d78c6c9581a96a -C extra-filename=-da0d0efe331ef4de --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-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b1c23b7ca6abed9b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46802026-04-07T02:23:22.963Z Running `/home/build/.rustup/toolchains/1.94.0-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="logging"' --cfg 'feature="ring"' --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=bac41bf7fd41b645 -C extra-filename=-23433e508e2b4725 --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-59057dd9a189f61a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46812026-04-07T02:23:23.218Z Compiling hyper-rustls v0.27.7
46822026-04-07T02:23:23.221Z Running `/home/build/.rustup/toolchains/1.94.0-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="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --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=7cc437c3d61b80be -C extra-filename=-b0b49746437dea26 --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-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b1c23b7ca6abed9b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8b0cbcd1ae2c3e60.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46832026-04-07T02:23:23.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=f8d21ef9895ecb63 -C extra-filename=-7b2211280ffe5ea6 --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-ff2eb3281e9fa187.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-7616ad328e70e854.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-8cc9023b22cc3254.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e2cc61805a6590f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/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/`
46842026-04-07T02:23:23.467Z Compiling reqwest v0.13.2
46852026-04-07T02:23:23.467Z Compiling reqwest v0.12.28
46862026-04-07T02:23:23.470Z Running `/home/build/.rustup/toolchains/1.94.0-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="cookies"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --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=dcd8a157a73abe46 -C extra-filename=-9f76067214bab0cc --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b8723c07a68c1a2e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c30d9b3793a3d284.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-da0d0efe331ef4de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-29239354ad9e8da8.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-186530a8de7eaaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46872026-04-07T02:23:23.471Z Running `/home/build/.rustup/toolchains/1.94.0-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="__rustls"' --cfg 'feature="__rustls-ring"' --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="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --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=1b66f36646bacfcd -C extra-filename=-dd6a8c1485badeab --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c30d9b3793a3d284.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-7a67f828969a12b8.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-27e4d2e5251ca86e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-69d349e034d73587.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-29239354ad9e8da8.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-186530a8de7eaaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8b0cbcd1ae2c3e60.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
46882026-04-07T02:23:24.837Z Compiling progenitor-client v0.13.0
46892026-04-07T02:23:24.840Z Running `/home/build/.rustup/toolchains/1.94.0-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=9330974d5fa71896 -C extra-filename=-e1798de4bef0c0bc --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46902026-04-07T02:23:24.893Z Compiling progenitor-client v0.10.0
46912026-04-07T02:23:24.897Z Compiling tough v0.20.0
46922026-04-07T02:23:24.897Z Compiling progenitor-client v0.11.2
46932026-04-07T02:23:24.897Z Compiling omicron-zone-package v0.12.2
46942026-04-07T02:23:24.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-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=f227e309698364a9 -C extra-filename=-c9b876f58105adcf --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
46952026-04-07T02:23:24.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=14162e2890b18bae -C extra-filename=-fa7d5da2f7d6ceef --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-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-66e816845a3c3a3a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-93579350b8206f00.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d6e08c92ec12e2d2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
46962026-04-07T02:23:24.897Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e82df709afc3c234 -C extra-filename=-05e4dc901098dab4 --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-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
46972026-04-07T02:23:24.897Z Running `/home/build/.rustup/toolchains/1.94.0-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ce21ebffd8a01ea -C extra-filename=-e791b9170293ea03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-e5bb3d476cbfebfa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2884642a5c7261b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
46982026-04-07T02:23:25.098Z Compiling progenitor-extras v0.1.1
46992026-04-07T02:23:25.098Z Compiling progenitor v0.13.0
47002026-04-07T02:23:25.101Z Running `/home/build/.rustup/toolchains/1.94.0-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=eba03d2fc8d6251d -C extra-filename=-1a70344ef6cec503 --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-e1798de4bef0c0bc.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-56c5f84938020957.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-8c30d2b72d63da6c.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47012026-04-07T02:23:25.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-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(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a33e4aa09b9d430a -C extra-filename=-1177f4282788b682 --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-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47022026-04-07T02:23:25.153Z Compiling progenitor v0.10.0
47032026-04-07T02:23:25.156Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=27e23f569b647e5f -C extra-filename=-85441089d32a4278 --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-c9b876f58105adcf.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2c559777dc5e9d0c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-bd6590ff6f388c56.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47042026-04-07T02:23:25.225Z Compiling progenitor v0.11.2
47052026-04-07T02:23:25.228Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=3c7457a4e8ccb76e -C extra-filename=-af59c051ffc4d076 --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-05e4dc901098dab4.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-51055a6a51e320ce.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-94dba8caf2589299.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47062026-04-07T02:23:25.258Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
47072026-04-07T02:23:25.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/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=a782f0ec9ae66a06 -C extra-filename=-4c9a9741b5740a9c --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-d33b24db3b255967.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47082026-04-07T02:23:25.305Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
47092026-04-07T02:23:25.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=1133f8c5a06e0116 -C extra-filename=-cdd93358b7d91fce --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-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-af4e29b7baa36746.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6792120a2b714b04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e8c2aa70858f9772.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47102026-04-07T02:23:25.333Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
47112026-04-07T02:23:25.335Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/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=c79b53a5a930f7e0 -C extra-filename=-99fe0158072dd3d9 --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-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47122026-04-07T02:23:25.366Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
47132026-04-07T02:23:25.369Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/44a949c/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=f7d422a4761a19a2 -C extra-filename=-56da4fab6a7f7fab --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-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-f5520b995c4b5b61.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2262135116408a04.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47142026-04-07T02:23:25.369Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47152026-04-07T02:23:25.398Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=1c8cb2b2331292c8 -C extra-filename=-13c70b3e549dfb35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-85441089d32a4278.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47162026-04-07T02:23:25.429Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
47172026-04-07T02:23:25.432Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
47182026-04-07T02:23:25.432Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2c9d705/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=6823f7c3000a69ae -C extra-filename=-188743cb7c418cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3dad9555e99bb764.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-1a02fb875b0bae46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6792120a2b714b04.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-287d728421758b33.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e8c2aa70858f9772.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out`
47192026-04-07T02:23:25.489Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/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=99ca316584679e0b -C extra-filename=-47e19a3350ebdf65 --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-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-acadc62e9f963405.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2262135116408a04.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47202026-04-07T02:23:25.492Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47212026-04-07T02:23:25.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=7dd9bedbd7522cb8 -C extra-filename=-43c73c143423fc44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-85441089d32a4278.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47222026-04-07T02:23:25.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47232026-04-07T02:23:25.832Z Running `/home/build/.rustup/toolchains/1.94.0-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=d3412c4e22634904 -C extra-filename=-f882c80790d72136 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f882c80790d72136 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-9889dffc8fb05374.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7492f36c07e960de.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-47d8c27765709821.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47242026-04-07T02:23:26.109Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f882c80790d72136/build-script-build`
47252026-04-07T02:23:26.154Z Running `/home/build/.rustup/toolchains/1.94.0-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=fd3f640b50734bed -C extra-filename=-f7138a47f4001f24 --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-9889dffc8fb05374.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7492f36c07e960de.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47262026-04-07T02:23:26.154Z Running `/home/build/.rustup/toolchains/1.94.0-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=68d4923087da4df6 -C extra-filename=-df5fc7bd93903dbf --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-9889dffc8fb05374.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7492f36c07e960de.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47272026-04-07T02:23:26.267Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47282026-04-07T02:23:26.268Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47292026-04-07T02:23:26.268Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47302026-04-07T02:23:26.271Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47312026-04-07T02:23:26.271Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47322026-04-07T02:23:26.271Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47332026-04-07T02:23:26.271Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47342026-04-07T02:23:26.271Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47352026-04-07T02:23:26.271Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47362026-04-07T02:23:26.271Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47372026-04-07T02:23:26.271Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47382026-04-07T02:23:26.271Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47392026-04-07T02:23:26.271Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47402026-04-07T02:23:26.271Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47412026-04-07T02:23:26.271Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47422026-04-07T02:23:26.271Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47432026-04-07T02:23:26.271Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47442026-04-07T02:23:26.297Z Running `/home/build/.rustup/toolchains/1.94.0-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=0f29198dd5723fff -C extra-filename=-e365d411ac88a8dc --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-694d055fa972c990.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47452026-04-07T02:23:26.300Z Running `/home/build/.rustup/toolchains/1.94.0-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=31a123e9ae98ac89 -C extra-filename=-dbd0ba85c17c9eb8 --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-b02895a4c285a2eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47462026-04-07T02:23:26.300Z Running `/home/build/.rustup/toolchains/1.94.0-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=ea7e50a4adb7df58 -C extra-filename=-5936fc2262835066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47472026-04-07T02:23:26.328Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43fcad9f7be5ab32 -C extra-filename=-25224888e31bc7a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-39da1bee83ba482f.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47482026-04-07T02:23:26.332Z Running `/home/build/.rustup/toolchains/1.94.0-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=05bbfaa1be95db49 -C extra-filename=-f86cef62abd46d4f --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-2ae53f195cb59332.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47492026-04-07T02:23:26.332Z Running `/home/build/.rustup/toolchains/1.94.0-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=fdb928a6a2e31ef1 -C extra-filename=-a18bbac3da269e13 --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-df5fc7bd93903dbf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47502026-04-07T02:23:26.332Z Running `/home/build/.rustup/toolchains/1.94.0-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=e4d8c20953f9c02e -C extra-filename=-d6ffd1ecebc0ba16 --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-d33b24db3b255967.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47512026-04-07T02:23:26.332Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47522026-04-07T02:23:26.360Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47532026-04-07T02:23:26.363Z Running `/home/build/.rustup/toolchains/1.94.0-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=1b84702a67b9b32b -C extra-filename=-61d6f2e7db67e033 --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-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47542026-04-07T02:23:26.363Z Running `/home/build/.rustup/toolchains/1.94.0-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=64e7e56505f62ff5 -C extra-filename=-56b91b1b65e87e18 --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-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47552026-04-07T02:23:26.388Z Running `/home/build/.rustup/toolchains/1.94.0-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=9430dc96df044ae2 -C extra-filename=-bf11876bb77670ef --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-df5fc7bd93903dbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47562026-04-07T02:23:26.419Z Running `/home/build/.rustup/toolchains/1.94.0-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=5c6d50f85b9ea030 -C extra-filename=-6bb43f5e940bb457 --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-c11560d9b5666be8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47572026-04-07T02:23:26.450Z Running `/home/build/.rustup/toolchains/1.94.0-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=a40f73e72e6e6757 -C extra-filename=-221d091219c6656a --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-d33b24db3b255967.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47582026-04-07T02:23:26.454Z Running `/home/build/.rustup/toolchains/1.94.0-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=f90b46f9a71a4f85 -C extra-filename=-cd6ca088fa01fdac --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-df5fc7bd93903dbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47592026-04-07T02:23:26.484Z Running `/home/build/.rustup/toolchains/1.94.0-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=fedcce89590f98cf -C extra-filename=-112ba9f30cfcfa1e --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-d33b24db3b255967.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47602026-04-07T02:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-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=614decca4ee57765 -C extra-filename=-ed6f2836946d9c4d --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-694d055fa972c990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47612026-04-07T02:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-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=029723d848e0a1d4 -C extra-filename=-6670f08b5a8a0ad3 --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-df5fc7bd93903dbf.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47622026-04-07T02:23:26.487Z Running `/home/build/.rustup/toolchains/1.94.0-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=91f4c7b86330031d -C extra-filename=-86e65d4551488617 --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-c051f503f089cbc9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47632026-04-07T02:23:26.517Z Running `/home/build/.rustup/toolchains/1.94.0-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=d43812e08b407554 -C extra-filename=-c6f3100193afe854 --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-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47642026-04-07T02:23:26.549Z Running `/home/build/.rustup/toolchains/1.94.0-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=fb4c58b556e58a8a -C extra-filename=-acad8ab8418d1bdd --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-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47652026-04-07T02:23:26.615Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47662026-04-07T02:23:26.618Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47672026-04-07T02:23:26.649Z Running `/home/build/.rustup/toolchains/1.94.0-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=ad6079db844ae73e -C extra-filename=-5a37be6435264217 --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-f4bc5cc9b4c282e3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5f5a9d8355306515.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47682026-04-07T02:23:26.678Z Running `/home/build/.rustup/toolchains/1.94.0-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=7ca42b1a38f68486 -C extra-filename=-2da76aa078efcaf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47692026-04-07T02:23:26.681Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47702026-04-07T02:23:26.745Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47712026-04-07T02:23:26.748Z Running `/home/build/.rustup/toolchains/1.94.0-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3672cdd997428517 -C extra-filename=-ac6f97dccfad9ec1 --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-df5fc7bd93903dbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47722026-04-07T02:23:26.780Z Running `/home/build/.rustup/toolchains/1.94.0-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=4243023f794b68fd -C extra-filename=-94bf1125966b5dfc --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-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47732026-04-07T02:23:26.848Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47742026-04-07T02:23:26.851Z Running `/home/build/.rustup/toolchains/1.94.0-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=08fae9aa097b6e20 -C extra-filename=-7416689b33f9da07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47752026-04-07T02:23:26.881Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47762026-04-07T02:23:26.917Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47772026-04-07T02:23:26.920Z Running `/home/build/.rustup/toolchains/1.94.0-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=0f277461265ebbc8 -C extra-filename=-ebd748ce51752551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47782026-04-07T02:23:26.920Z Running `/home/build/.rustup/toolchains/1.94.0-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=4359ca1655c134af -C extra-filename=-89c05b59b79c7ec3 --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-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47792026-04-07T02:23:26.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47802026-04-07T02:23:27.088Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47812026-04-07T02:23:27.091Z Running `/home/build/.rustup/toolchains/1.94.0-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=b01b81c9cb4340b0 -C extra-filename=-132df8a8454287a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47822026-04-07T02:23:27.153Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47832026-04-07T02:23:27.156Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47842026-04-07T02:23:27.156Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47852026-04-07T02:23:27.156Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47862026-04-07T02:23:27.156Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47872026-04-07T02:23:27.182Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47882026-04-07T02:23:27.185Z Running `/home/build/.rustup/toolchains/1.94.0-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=25f5ec4e18a8be1a -C extra-filename=-1e4fb8878917746c --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-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47892026-04-07T02:23:27.218Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47902026-04-07T02:23:27.221Z Running `/home/build/.rustup/toolchains/1.94.0-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=b70267efd44e9f7c -C extra-filename=-6740b0635558c968 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6740b0635558c968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-db8ebe9ff8f5be0c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47912026-04-07T02:23:27.222Z Running `/home/build/.rustup/toolchains/1.94.0-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=c810d39c424b956c -C extra-filename=-d2cbe0feba450481 --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-d080412e4a4d2cba.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47922026-04-07T02:23:27.222Z Running `/home/build/.rustup/toolchains/1.94.0-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=167c04391d9f9108 -C extra-filename=-8a3e52453be01127 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-8a3e52453be01127 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47932026-04-07T02:23:27.222Z Running `/home/build/.rustup/toolchains/1.94.0-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=740caf70647e7621 -C extra-filename=-4b18c5a07625a433 --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-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47942026-04-07T02:23:27.254Z Running `/home/build/.rustup/toolchains/1.94.0-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=9be79f237e835461 -C extra-filename=-a95e3ce71a544a7b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-a95e3ce71a544a7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47952026-04-07T02:23:27.257Z Running `/home/build/.rustup/toolchains/1.94.0-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=7b627af0aa1b6e7e -C extra-filename=-170b8ded3c0c2cc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-170b8ded3c0c2cc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47962026-04-07T02:23:27.289Z Running `/home/build/.rustup/toolchains/1.94.0-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=c8e3c7c4db12f06d -C extra-filename=-d2c495e9945206e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-d2c495e9945206e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47972026-04-07T02:23:27.292Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47982026-04-07T02:23:27.293Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
47992026-04-07T02:23:27.357Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=3379e430bceb673a -C extra-filename=-7eebacaee9c63139 --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-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48002026-04-07T02:23:27.360Z Running `/home/build/.rustup/toolchains/1.94.0-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="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=967c3e4dedc44a16 -C extra-filename=-d6f81c786a8baf97 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d6f81c786a8baf97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48012026-04-07T02:23:27.424Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48022026-04-07T02:23:27.460Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48032026-04-07T02:23:27.463Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/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=fd4ac9652c4f04cc -C extra-filename=-007c08cb04adce9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-d29f70d84cd546c0.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-53b3c6bb35e26b47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48042026-04-07T02:23:27.492Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48052026-04-07T02:23:27.495Z Running `/home/build/.rustup/toolchains/1.94.0-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=a622029416bb8236 -C extra-filename=-e3e88d9a9cf31b7a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-e3e88d9a9cf31b7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48062026-04-07T02:23:27.527Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48072026-04-07T02:23:27.531Z Running `/home/build/.rustup/toolchains/1.94.0-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=2fcac6c925d1e77f -C extra-filename=-b795794ac4789b01 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b795794ac4789b01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48082026-04-07T02:23:27.531Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48092026-04-07T02:23:27.564Z Running `/home/build/.rustup/toolchains/1.94.0-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=7d4fb1f9ded3b945 -C extra-filename=-23373d4f60027ec3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-23373d4f60027ec3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48102026-04-07T02:23:27.567Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48112026-04-07T02:23:27.570Z Running `/home/build/.rustup/toolchains/1.94.0-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=f003ee211a6231d7 -C extra-filename=-ebff425b673c108d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-ebff425b673c108d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48122026-04-07T02:23:27.602Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48132026-04-07T02:23:27.602Z Running `/home/build/.rustup/toolchains/1.94.0-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=7c57854b9900d06a -C extra-filename=-d4833dd34d2b50f4 --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-112ba9f30cfcfa1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48142026-04-07T02:23:27.634Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-170b8ded3c0c2cc1/build-script-build`
48152026-04-07T02:23:27.637Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-8a3e52453be01127/build-script-build`
48162026-04-07T02:23:27.667Z Running `/home/build/.rustup/toolchains/1.94.0-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=75d27a1886da14b5 -C extra-filename=-2c691eae0ece717f --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-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48172026-04-07T02:23:27.766Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48182026-04-07T02:23:27.803Z Running `/home/build/.rustup/toolchains/1.94.0-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=0bd02fb8beb7f516 -C extra-filename=-8647c73b5a6e9e97 --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-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48192026-04-07T02:23:27.838Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48202026-04-07T02:23:27.842Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48212026-04-07T02:23:27.842Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-d2c495e9945206e6/build-script-build`
48222026-04-07T02:23:27.842Z Running `/home/build/.rustup/toolchains/1.94.0-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=db05b133d81e6bed -C extra-filename=-d66141965e5b4e4e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-d66141965e5b4e4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48232026-04-07T02:23:27.842Z Running `/home/build/.rustup/toolchains/1.94.0-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=184f520cf11c4009 -C extra-filename=-d31c8db8b712705f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d31c8db8b712705f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48242026-04-07T02:23:27.906Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48252026-04-07T02:23:27.910Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab360061775e2861 -C extra-filename=-5c70cf524fb06e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48262026-04-07T02:23:27.938Z Running `/home/build/.rustup/toolchains/1.94.0-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=f1a6c70ff549ca96 -C extra-filename=-de74c9aadfcda996 --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-f4a77744e9fa620a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48272026-04-07T02:23:27.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48282026-04-07T02:23:28.006Z Running `/home/build/.rustup/toolchains/1.94.0-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=75590a09024db4eb -C extra-filename=-c84d0de41cd44e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f02ef4b8667ba37.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c9b876f58105adcf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d95d03d4f89baa11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48292026-04-07T02:23:28.042Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48302026-04-07T02:23:28.141Z Running `/home/build/.rustup/toolchains/1.94.0-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=257ed81a5d682d5a -C extra-filename=-92ffee8af7e9be3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f02ef4b8667ba37.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c9b876f58105adcf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d95d03d4f89baa11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48312026-04-07T02:23:28.144Z Running `/home/build/.rustup/toolchains/1.94.0-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=c2c0da48cc6cdce7 -C extra-filename=-6134f75dff1879bc --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-df5fc7bd93903dbf.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48322026-04-07T02:23:28.177Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48332026-04-07T02:23:28.180Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48342026-04-07T02:23:28.180Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-a95e3ce71a544a7b/build-script-build`
48352026-04-07T02:23:28.208Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b795794ac4789b01/build-script-build`
48362026-04-07T02:23:28.211Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d6f81c786a8baf97/build-script-build`
48372026-04-07T02:23:28.211Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-e3e88d9a9cf31b7a/build-script-build`
48382026-04-07T02:23:28.242Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48392026-04-07T02:23:28.245Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-23373d4f60027ec3/build-script-build`
48402026-04-07T02:23:28.245Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-ebff425b673c108d/build-script-build`
48412026-04-07T02:23:28.245Z Running `/home/build/.rustup/toolchains/1.94.0-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=a9031c442525eb51 -C extra-filename=-aa0514ff00f9b1ab --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-aa0514ff00f9b1ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48422026-04-07T02:23:28.245Z Running `/home/build/.rustup/toolchains/1.94.0-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=0a3a5ee83ee34247 -C extra-filename=-69d78a2115e60801 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-69d78a2115e60801 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48432026-04-07T02:23:28.275Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48442026-04-07T02:23:28.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=ce884953f91c9bd2 -C extra-filename=-93722891cc9d649d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-93722891cc9d649d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48452026-04-07T02:23:28.278Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48462026-04-07T02:23:28.278Z Running `/home/build/.rustup/toolchains/1.94.0-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=7d0cbcc86cd83ec3 -C extra-filename=-bfb36dda52318317 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-bfb36dda52318317 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48472026-04-07T02:23:28.309Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-d66141965e5b4e4e/build-script-build`
48482026-04-07T02:23:28.312Z Running `/home/build/.rustup/toolchains/1.94.0-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=f3955004161f5e9b -C extra-filename=-62613968c104b915 --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-ed6f2836946d9c4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48492026-04-07T02:23:28.312Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d31c8db8b712705f/build-script-build`
48502026-04-07T02:23:28.343Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48512026-04-07T02:23:28.346Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48522026-04-07T02:23:28.346Z Running `/home/build/.rustup/toolchains/1.94.0-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=d104896248a2ea76 -C extra-filename=-18ba318e92bb7f9b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-18ba318e92bb7f9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48532026-04-07T02:23:28.407Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48542026-04-07T02:23:28.410Z Running `/home/build/.rustup/toolchains/1.94.0-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=fbec669eae56f6de -C extra-filename=-3b833ef010f90ba1 --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-df5fc7bd93903dbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48552026-04-07T02:23:28.410Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6740b0635558c968/build-script-build`
48562026-04-07T02:23:28.410Z Running `/home/build/.rustup/toolchains/1.94.0-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=2ac09cace2a18a26 -C extra-filename=-0019b5149cbbe694 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-0019b5149cbbe694 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-db8ebe9ff8f5be0c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48572026-04-07T02:23:28.440Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48582026-04-07T02:23:28.504Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48592026-04-07T02:23:28.508Z Running `/home/build/.rustup/toolchains/1.94.0-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=d57fe673f9f521fb -C extra-filename=-4a367bb80667c05a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-4a367bb80667c05a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48602026-04-07T02:23:28.508Z Running `/home/build/.rustup/toolchains/1.94.0-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=4a5f2520fc9f1a02 -C extra-filename=-a467a3a7056ef155 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-a467a3a7056ef155 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48612026-04-07T02:23:28.567Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48622026-04-07T02:23:28.570Z Running `/home/build/.rustup/toolchains/1.94.0-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=e7593b583e7c48dc -C extra-filename=-2259e30cb78bdb38 --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-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48632026-04-07T02:23:28.630Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48642026-04-07T02:23:28.664Z Running `/home/build/.rustup/toolchains/1.94.0-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=6fec8dd4b58437d3 -C extra-filename=-763871cefa7325c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-763871cefa7325c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48652026-04-07T02:23:28.728Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48662026-04-07T02:23:28.732Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-bfb36dda52318317/build-script-build`
48672026-04-07T02:23:28.732Z Running `/home/build/.rustup/toolchains/1.94.0-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=38d6a466e1cfe745 -C extra-filename=-2cb45bd6c3c1afbe --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-2cb45bd6c3c1afbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48682026-04-07T02:23:28.764Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48692026-04-07T02:23:28.767Z Running `/home/build/.rustup/toolchains/1.94.0-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=19e51b6ff9e66109 -C extra-filename=-852dd6221b9dae43 --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-94bf1125966b5dfc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48702026-04-07T02:23:28.796Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48712026-04-07T02:23:28.830Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fdb111399ca52ba -C extra-filename=-6948973958606dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-bd8db95484c97424.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48722026-04-07T02:23:28.931Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48732026-04-07T02:23:28.934Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-18ba318e92bb7f9b/build-script-build`
48742026-04-07T02:23:28.937Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48752026-04-07T02:23:28.967Z Running `/home/build/.rustup/toolchains/1.94.0-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=2bc17bd9beb8f818 -C extra-filename=-2186b4c74a47c6a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-2186b4c74a47c6a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48762026-04-07T02:23:29.002Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48772026-04-07T02:23:29.005Z Running `/home/build/.rustup/toolchains/1.94.0-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=b0890302771ec290 -C extra-filename=-3dd1455b5e518036 --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-df5fc7bd93903dbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48782026-04-07T02:23:29.037Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48792026-04-07T02:23:29.040Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-4a367bb80667c05a/build-script-build`
48802026-04-07T02:23:29.040Z Running `/home/build/.rustup/toolchains/1.94.0-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=86482edc9cbf4e7a -C extra-filename=-5036399dce81d606 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-5036399dce81d606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48812026-04-07T02:23:29.040Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48822026-04-07T02:23:29.077Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48832026-04-07T02:23:29.080Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-69d78a2115e60801/build-script-build`
48842026-04-07T02:23:29.080Z Running `/home/build/.rustup/toolchains/1.94.0-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=e25def62405530a4 -C extra-filename=-8e7e1c05bd20ecf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-8e7e1c05bd20ecf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48852026-04-07T02:23:29.080Z Running `/home/build/.rustup/toolchains/1.94.0-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=e15b0af0b586f0d7 -C extra-filename=-e036a6a5ae28b54c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e036a6a5ae28b54c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a18bbac3da269e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48862026-04-07T02:23:29.108Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-aa0514ff00f9b1ab/build-script-build`
48872026-04-07T02:23:29.139Z Running `/home/build/.rustup/toolchains/1.94.0-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=dc169b4abe61f994 -C extra-filename=-dfbcc7107ee82152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48882026-04-07T02:23:29.173Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-93722891cc9d649d/build-script-build`
48892026-04-07T02:23:29.208Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-763871cefa7325c1/build-script-build`
48902026-04-07T02:23:29.242Z Running `/home/build/.rustup/toolchains/1.94.0-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=7c5d9f75b11132f8 -C extra-filename=-9f71f9eae1e72e69 --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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48912026-04-07T02:23:29.245Z Running `/home/build/.rustup/toolchains/1.94.0-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=bd61a3ba99ff10ba -C extra-filename=-a8dd905d6df820b9 --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-ed6f2836946d9c4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48922026-04-07T02:23:29.245Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-a467a3a7056ef155/build-script-build`
48932026-04-07T02:23:29.245Z Running `/home/build/.rustup/toolchains/1.94.0-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=65c39ff54fff313e -C extra-filename=-75a200d15d2a4f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48942026-04-07T02:23:29.272Z Running `/home/build/.rustup/toolchains/1.94.0-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=f0b1d0045ef77332 -C extra-filename=-89d36185ba7c4628 --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-112ba9f30cfcfa1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48952026-04-07T02:23:29.341Z Running `/home/build/.rustup/toolchains/1.94.0-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=730a527a6f24d311 -C extra-filename=-204fb87d8cd009a9 --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-d080412e4a4d2cba.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48962026-04-07T02:23:29.344Z Running `/home/build/.rustup/toolchains/1.94.0-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=c215c2c08adb8d37 -C extra-filename=-d60dbe2a2464dc87 --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-df5fc7bd93903dbf.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48972026-04-07T02:23:29.344Z Running `/home/build/.rustup/toolchains/1.94.0-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=9a7b1d90d26de905 -C extra-filename=-bd10bfd0fb5c4980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f02ef4b8667ba37.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c9b876f58105adcf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d95d03d4f89baa11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48982026-04-07T02:23:29.404Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-2cb45bd6c3c1afbe/build-script-build`
48992026-04-07T02:23:29.407Z Running `/home/build/.rustup/toolchains/1.94.0-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=c0b44c3eb984b517 -C extra-filename=-c440ca118a8b4bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49002026-04-07T02:23:29.500Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-0019b5149cbbe694/build-script-build`
49012026-04-07T02:23:29.530Z Running `/home/build/.rustup/toolchains/1.94.0-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=1d3cd54cecda7cf8 -C extra-filename=-ddd14bcdea6486d1 --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-3fade0003cdbe269.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49022026-04-07T02:23:29.562Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e036a6a5ae28b54c/build-script-build`
49032026-04-07T02:23:29.565Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-5036399dce81d606/build-script-build`
49042026-04-07T02:23:29.592Z Running `/home/build/.rustup/toolchains/1.94.0-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=a7ad7aca5d64a681 -C extra-filename=-dc9e01add603483d --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-3fade0003cdbe269.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49052026-04-07T02:23:29.625Z Running `/home/build/.rustup/toolchains/1.94.0-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=bf7705d009045ea6 -C extra-filename=-f85240ec1efb0c62 --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-94bf1125966b5dfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49062026-04-07T02:23:29.629Z Running `/home/build/.rustup/toolchains/1.94.0-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=f81b0a011e89a364 -C extra-filename=-5c2e0b1bb2dd2a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-132df8a8454287a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49072026-04-07T02:23:29.661Z Running `/home/build/.rustup/toolchains/1.94.0-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=ce06dbed9de920d9 -C extra-filename=-61b7402b98d76a3f --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-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49082026-04-07T02:23:29.665Z Running `/home/build/.rustup/toolchains/1.94.0-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=19c1f5fdfd39b77a -C extra-filename=-cba93a274ae5b51a --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-d33b24db3b255967.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49092026-04-07T02:23:29.762Z Running `/home/build/.rustup/toolchains/1.94.0-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=40538b0a009fb219 -C extra-filename=-86e1ca55823adfac --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-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49102026-04-07T02:23:29.887Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-2186b4c74a47c6a6/build-script-build`
49112026-04-07T02:23:29.890Z Running `/home/build/.rustup/toolchains/1.94.0-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=ff7b205c4792ce61 -C extra-filename=-32d8f3b8ea20b89e --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-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49122026-04-07T02:23:29.890Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-8e7e1c05bd20ecf3/build-script-build`
49132026-04-07T02:23:29.949Z Running `/home/build/.rustup/toolchains/1.94.0-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=8982b1a00652b444 -C extra-filename=-26dcd88a5aba04ba --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-df5fc7bd93903dbf.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49142026-04-07T02:23:30.112Z Running `/home/build/.rustup/toolchains/1.94.0-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=311fa3cbb6eb8af6 -C extra-filename=-1f44daec3a58f849 --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-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49152026-04-07T02:23:30.141Z Running `/home/build/.rustup/toolchains/1.94.0-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=0affe7f25e5f85e6 -C extra-filename=-9084d899b8afba29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b02895a4c285a2eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49162026-04-07T02:23:30.176Z Running `/home/build/.rustup/toolchains/1.94.0-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=14cd749db988e598 -C extra-filename=-f648ce6c4baeb9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49172026-04-07T02:23:30.179Z Running `/home/build/.rustup/toolchains/1.94.0-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=8aa15239c63982b9 -C extra-filename=-bb3783520e003ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49182026-04-07T02:23:30.210Z Running `/home/build/.rustup/toolchains/1.94.0-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=7f3ec1f7e948cd80 -C extra-filename=-d9b255d407a10071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49192026-04-07T02:23:30.295Z Running `/home/build/.rustup/toolchains/1.94.0-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=520f04f3304366fe -C extra-filename=-37751f11654682ee --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-694d055fa972c990.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49202026-04-07T02:23:30.384Z Running `/home/build/.rustup/toolchains/1.94.0-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=f933579abc5e4e28 -C extra-filename=-74abdd7fbfdbb2ca --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-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49212026-04-07T02:23:30.416Z Running `/home/build/.rustup/toolchains/1.94.0-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d50bae7c7d3c6fda -C extra-filename=-fb044061a8680a53 --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-df5fc7bd93903dbf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49222026-04-07T02:23:30.449Z Running `/home/build/.rustup/toolchains/1.94.0-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=25af55f1696ac074 -C extra-filename=-cb64338d4953b7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49232026-04-07T02:23:30.484Z Running `/home/build/.rustup/toolchains/1.94.0-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=28bc9c34c0ee9aab -C extra-filename=-dac703dc307b7e20 --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-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49242026-04-07T02:23:30.519Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49252026-04-07T02:23:30.522Z Running `/home/build/.rustup/toolchains/1.94.0-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=c0b47a5d6d6f6447 -C extra-filename=-cebbf157f632913b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ebd748ce51752551.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49262026-04-07T02:23:30.522Z Running `/home/build/.rustup/toolchains/1.94.0-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=8bb5535769b41fe9 -C extra-filename=-7908bc8cd852dd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49272026-04-07T02:23:30.584Z Running `/home/build/.rustup/toolchains/1.94.0-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=8bdfb23f257928ed -C extra-filename=-f942212613e67f1b --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-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49282026-04-07T02:23:30.669Z Running `/home/build/.rustup/toolchains/1.94.0-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=651955650ece2224 -C extra-filename=-bc118d77932b642b --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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49292026-04-07T02:23:30.897Z Running `/home/build/.rustup/toolchains/1.94.0-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=56a4fa47007dfd74 -C extra-filename=-28c29cd6b9899f98 --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-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49302026-04-07T02:23:30.940Z Running `/home/build/.rustup/toolchains/1.94.0-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=9dc9de35659ee14a -C extra-filename=-885eddcb395e33bc --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-d33b24db3b255967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49312026-04-07T02:23:30.972Z Running `/home/build/.rustup/toolchains/1.94.0-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=31d8881ac37b9302 -C extra-filename=-9f556fbb1cf5643a --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-c11560d9b5666be8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49322026-04-07T02:23:31.004Z Running `/home/build/.rustup/toolchains/1.94.0-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=1cae293b7d32b3a9 -C extra-filename=-8fa9b4fdb90dec86 --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-d33b24db3b255967.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49332026-04-07T02:23:31.040Z Running `/home/build/.rustup/toolchains/1.94.0-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=3e510d7bbd1abf91 -C extra-filename=-8a4db2883a842508 --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-df5fc7bd93903dbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49342026-04-07T02:23:31.082Z Running `/home/build/.rustup/toolchains/1.94.0-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=323b2d54f080af5b -C extra-filename=-c2e8b8fc00a42897 --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-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49352026-04-07T02:23:31.117Z Running `/home/build/.rustup/toolchains/1.94.0-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=711629e629c72b1b -C extra-filename=-413a7486109e445b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49362026-04-07T02:23:31.154Z Running `/home/build/.rustup/toolchains/1.94.0-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=833a34e7594c3171 -C extra-filename=-49f47d4b881d36eb --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-df5fc7bd93903dbf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49372026-04-07T02:23:31.191Z Running `/home/build/.rustup/toolchains/1.94.0-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=62ffdc7791627fc6 -C extra-filename=-4632dadb1939b8f8 --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-c051f503f089cbc9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49382026-04-07T02:23:31.228Z Running `/home/build/.rustup/toolchains/1.94.0-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=932abd0a1352ac1d -C extra-filename=-378be8d6efc92909 --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-2ae53f195cb59332.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49392026-04-07T02:23:31.288Z Running `/home/build/.rustup/toolchains/1.94.0-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=e6b9b0470a4351c4 -C extra-filename=-85378dd48200a773 --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-df5fc7bd93903dbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49402026-04-07T02:23:31.406Z Running `/home/build/.rustup/toolchains/1.94.0-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=d966ca98b7694eb6 -C extra-filename=-96305f3c6be76fca --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-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49412026-04-07T02:23:31.676Z Running `/home/build/.rustup/toolchains/1.94.0-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=b82b7af64045a665 -C extra-filename=-0670895b1481b8ef --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-f4bc5cc9b4c282e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5f5a9d8355306515.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49422026-04-07T02:23:32.661Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49432026-04-07T02:23:32.664Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/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=5446d1dd2677bff3 -C extra-filename=-c755fecea37757c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-47e19a3350ebdf65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
49442026-04-07T02:23:32.992Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49452026-04-07T02:23:32.996Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/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=462efd034807f793 -C extra-filename=-ca6fe748e3327568 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-c755fecea37757c3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-af59c051ffc4d076.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d95d03d4f89baa11.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
49462026-04-07T02:23:33.179Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49472026-04-07T02:23:33.182Z Running `/home/build/.rustup/toolchains/1.94.0-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=9dc99d2048e83a26 -C extra-filename=-3acfd7063d00fd26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d080412e4a4d2cba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6792120a2b714b04.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49482026-04-07T02:23:33.208Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49492026-04-07T02:23:33.211Z Running `/home/build/.rustup/toolchains/1.94.0-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=000f336b533b3050 -C extra-filename=-2d92d8857e078008 --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49502026-04-07T02:23:33.274Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49512026-04-07T02:23:33.274Z Running `/home/build/.rustup/toolchains/1.94.0-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=678df00121226920 -C extra-filename=-1ff2f44312a401c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49522026-04-07T02:23:33.317Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49532026-04-07T02:23:33.320Z Running `/home/build/.rustup/toolchains/1.94.0-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=34600e6ce96e77ed -C extra-filename=-aac1b20dbe8fa93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49542026-04-07T02:23:33.433Z Running `/home/build/.rustup/toolchains/1.94.0-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=52dbc6c739ad1b6f -C extra-filename=-b146e005ce57defd --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-92ffee8af7e9be3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49552026-04-07T02:23:33.473Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49562026-04-07T02:23:33.476Z Running `/home/build/.rustup/toolchains/1.94.0-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=5b5bc8d07c4e640a -C extra-filename=-0f1234a1824a6af7 --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-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49572026-04-07T02:23:33.511Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49582026-04-07T02:23:33.514Z Running `/home/build/.rustup/toolchains/1.94.0-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=39278d9a4e614604 -C extra-filename=-aa031f6cb361b82d --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-25bb92595f18c8f0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49592026-04-07T02:23:33.580Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49602026-04-07T02:23:33.584Z Running `/home/build/.rustup/toolchains/1.94.0-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=1f5e93c22a1fde66 -C extra-filename=-4ff0dbb454ec9753 --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-128982c901e7eaf0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49612026-04-07T02:23:33.754Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49622026-04-07T02:23:33.757Z Running `/home/build/.rustup/toolchains/1.94.0-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=7ad4d5d67050148b -C extra-filename=-d0b6f37f213a6346 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49632026-04-07T02:23:33.900Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49642026-04-07T02:23:33.904Z Running `/home/build/.rustup/toolchains/1.94.0-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=76fd8e29d8fa3a3b -C extra-filename=-f7bfdcd68048fe95 --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-99fe0158072dd3d9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49652026-04-07T02:23:34.069Z Running `/home/build/.rustup/toolchains/1.94.0-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=c17bdabbb52771f2 -C extra-filename=-4ca983d51c5010b1 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-92ffee8af7e9be3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b146e005ce57defd.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49662026-04-07T02:23:34.101Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49672026-04-07T02:23:34.104Z Running `/home/build/.rustup/toolchains/1.94.0-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=fd5f3fa043f0fd44 -C extra-filename=-5954fb9f52601d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49682026-04-07T02:23:34.145Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49692026-04-07T02:23:34.149Z Running `/home/build/.rustup/toolchains/1.94.0-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=8af2685d70b20292 -C extra-filename=-24f8763a5bcf40a2 --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-d33b24db3b255967.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49702026-04-07T02:23:34.178Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49712026-04-07T02:23:34.181Z Running `/home/build/.rustup/toolchains/1.94.0-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=ccdeae01517968ad -C extra-filename=-4a1140cdc70d744e --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-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49722026-04-07T02:23:34.217Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49732026-04-07T02:23:34.290Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=17eb4ba32078a38c -C extra-filename=-53885252fda7debe --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-92ffee8af7e9be3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49742026-04-07T02:23:34.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=acaedc3e4cc4a037 -C extra-filename=-255cb11b14e6244c --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-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49752026-04-07T02:23:34.334Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49762026-04-07T02:23:34.337Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa3e65aafc7015df -C extra-filename=-701ec5e5c6471e5b --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-1bc321bceb338989.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49772026-04-07T02:23:34.402Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49782026-04-07T02:23:34.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d4960718e5e6cc7 -C extra-filename=-49e05eb5cad22f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49792026-04-07T02:23:34.438Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49802026-04-07T02:23:34.438Z Running `/home/build/.rustup/toolchains/1.94.0-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=e5ff15c5f8ee60c7 -C extra-filename=-7d4a92e55f563c3c --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-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49812026-04-07T02:23:34.511Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49822026-04-07T02:23:34.514Z Running `/home/build/.rustup/toolchains/1.94.0-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=ec213f29221f30fe -C extra-filename=-4db1d7068555ad66 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49832026-04-07T02:23:34.614Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49842026-04-07T02:23:34.617Z Running `/home/build/.rustup/toolchains/1.94.0-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=1c043d04b56df570 -C extra-filename=-73d9ac11184a0b71 --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-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49852026-04-07T02:23:34.734Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49862026-04-07T02:23:34.735Z Running `/home/build/.rustup/toolchains/1.94.0-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=fe70a1d3b787249b -C extra-filename=-908c81e523ffc6f8 --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-1ff2f44312a401c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49872026-04-07T02:23:34.799Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49882026-04-07T02:23:34.844Z Running `/home/build/.rustup/toolchains/1.94.0-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=1186b0b729faa063 -C extra-filename=-b0835c2a396af8ae --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-97a3868d40601a98.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49892026-04-07T02:23:34.847Z Running `/home/build/.rustup/toolchains/1.94.0-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=83ad78f66346f829 -C extra-filename=-e3d9ca00b09746f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49902026-04-07T02:23:34.887Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49912026-04-07T02:23:34.890Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=53965818fdf1aad1 -C extra-filename=-bcf8bbaa79d1ea2d --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-92ffee8af7e9be3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-53885252fda7debe.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49922026-04-07T02:23:34.933Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=e24e1fca7a3be03b -C extra-filename=-df1d71ecd1b9ed73 --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-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-255cb11b14e6244c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49932026-04-07T02:23:34.972Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49942026-04-07T02:23:35.006Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49952026-04-07T02:23:35.009Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49962026-04-07T02:23:35.009Z Running `/home/build/.rustup/toolchains/1.94.0-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=fb43cd333522d6be -C extra-filename=-b1635387c5054048 --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-112ba9f30cfcfa1e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49972026-04-07T02:23:35.009Z Running `/home/build/.rustup/toolchains/1.94.0-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=85b780d015b6ea80 -C extra-filename=-dbca2bd479ed28ee --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-1ff2f44312a401c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49982026-04-07T02:23:35.009Z Running `/home/build/.rustup/toolchains/1.94.0-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=3a5c695db743e80d -C extra-filename=-1a77f188018e394b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49992026-04-07T02:23:35.080Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50002026-04-07T02:23:35.083Z Running `/home/build/.rustup/toolchains/1.94.0-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=0c406ab394be0f30 -C extra-filename=-06796fef13e13b1d --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-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50012026-04-07T02:23:35.116Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50022026-04-07T02:23:35.119Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50032026-04-07T02:23:35.119Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50042026-04-07T02:23:35.119Z Running `/home/build/.rustup/toolchains/1.94.0-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=8da66cc30b5ca4ad -C extra-filename=-04ce33e4a5a343ef --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-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50052026-04-07T02:23:35.154Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
50062026-04-07T02:23:35.190Z Running `/home/build/.rustup/toolchains/1.94.0-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=2915f68ea68de593 -C extra-filename=-04b3be39da9bf4f8 --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-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50072026-04-07T02:23:35.193Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50082026-04-07T02:23:35.193Z Running `/home/build/.rustup/toolchains/1.94.0-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=68b92f39f8aebda9 -C extra-filename=-832725963bfb6b1d --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-14842183da3c6f4a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50092026-04-07T02:23:35.193Z Running `/home/build/.rustup/toolchains/1.94.0-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=eaa4624ac89c4940 -C extra-filename=-2f543ecf4f852185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-61d6f2e7db67e033.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50102026-04-07T02:23:35.193Z Running `/home/build/.rustup/toolchains/1.94.0-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=e866fb720176a603 -C extra-filename=-7882cad970ce629b --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-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-94bf1125966b5dfc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50112026-04-07T02:23:35.258Z Running `/home/build/.rustup/toolchains/1.94.0-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=119524f3ff69cd4d -C extra-filename=-1f09d9aa4b91bf6a --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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50122026-04-07T02:23:35.327Z Running `/home/build/.rustup/toolchains/1.94.0-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=24e6383fe575f863 -C extra-filename=-e5fd5461cc85973b --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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50132026-04-07T02:23:35.379Z Running `/home/build/.rustup/toolchains/1.94.0-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=7bdff4eb5a5b9f88 -C extra-filename=-fb4fd8d422919bf0 --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-99fe0158072dd3d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50142026-04-07T02:23:35.429Z Running `/home/build/.rustup/toolchains/1.94.0-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=99d2f3913e061aa2 -C extra-filename=-651c352321c3b09d --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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50152026-04-07T02:23:35.488Z Running `/home/build/.rustup/toolchains/1.94.0-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=fd46d5caad9acd88 -C extra-filename=-6a0b2c1459d379b4 --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-1ff2f44312a401c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50162026-04-07T02:23:35.521Z Running `/home/build/.rustup/toolchains/1.94.0-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=32b9b3f48ccff269 -C extra-filename=-6b09638d5445741e --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-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50172026-04-07T02:23:35.645Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50182026-04-07T02:23:35.648Z Running `/home/build/.rustup/toolchains/1.94.0-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=4721c9d1eca4456b -C extra-filename=-3fa80192c2561383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50192026-04-07T02:23:35.679Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50202026-04-07T02:23:35.682Z Running `/home/build/.rustup/toolchains/1.94.0-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=c99b4e3f4181c027 -C extra-filename=-9d51c343b2f2d044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50212026-04-07T02:23:35.711Z Running `/home/build/.rustup/toolchains/1.94.0-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=369a71b63f645f3c -C extra-filename=-f78c998135727a31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-7882cad970ce629b.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-852dd6221b9dae43.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50222026-04-07T02:23:35.757Z Running `/home/build/.rustup/toolchains/1.94.0-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=b27dc70f733c7f3b -C extra-filename=-70f461b086853982 --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-14842183da3c6f4a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50232026-04-07T02:23:35.792Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50242026-04-07T02:23:35.795Z Running `/home/build/.rustup/toolchains/1.94.0-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=89ce04caf73a31ba -C extra-filename=-238284f930734a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-dfbcc7107ee82152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e791b9170293ea03.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-c463bbb9c5f3c96a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
50252026-04-07T02:23:35.824Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50262026-04-07T02:23:35.828Z Running `/home/build/.rustup/toolchains/1.94.0-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=5d31b4801aa6c0da -C extra-filename=-36247f8563631bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50272026-04-07T02:23:35.867Z Running `/home/build/.rustup/toolchains/1.94.0-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=f631469a6fd1e3f8 -C extra-filename=-246b1de6ab6a7c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4ca983d51c5010b1.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50282026-04-07T02:23:35.952Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a3f54ed0d7fd641 -C extra-filename=-c6f07561f03a8f9d --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-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50292026-04-07T02:23:36.102Z Running `/home/build/.rustup/toolchains/1.94.0-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=51eec4eba722d9f1 -C extra-filename=-91a81b7c6338bf5c --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-1ff2f44312a401c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50302026-04-07T02:23:36.173Z Running `/home/build/.rustup/toolchains/1.94.0-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=19de054a2a360649 -C extra-filename=-63db1b530b2fa3f6 --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-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50312026-04-07T02:23:36.329Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50322026-04-07T02:23:36.329Z Running `/home/build/.rustup/toolchains/1.94.0-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=815202906c8cb18b -C extra-filename=-3f1327f61703bae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50332026-04-07T02:23:36.378Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
50342026-04-07T02:23:36.378Z Running `/home/build/.rustup/toolchains/1.94.0-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=b053db76401c56ee -C extra-filename=-dad8b44fcbbbd9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50352026-04-07T02:23:36.436Z Running `/home/build/.rustup/toolchains/1.94.0-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=22d25c2d3c94d232 -C extra-filename=-6ac3a8e9e7c8e348 --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50362026-04-07T02:23:36.603Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa5aa3a04fcafb64 -C extra-filename=-4357538c6c9b3cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50372026-04-07T02:23:36.728Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50382026-04-07T02:23:36.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=0d863eaaaed5215e -C extra-filename=-ba5bbe4815fba396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-bcf8bbaa79d1ea2d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50392026-04-07T02:23:36.800Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=2082afc2eba01072 -C extra-filename=-2b88d31e2e307546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-df1d71ecd1b9ed73.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50402026-04-07T02:23:36.848Z Running `/home/build/.rustup/toolchains/1.94.0-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=0f6bc688e39561a2 -C extra-filename=-ef960409178512db --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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d10bff429efb0e63.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ee0658970173bd80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50412026-04-07T02:23:36.885Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50422026-04-07T02:23:36.888Z Running `/home/build/.rustup/toolchains/1.94.0-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=8eea0c29f3cfe1c7 -C extra-filename=-00b6e7e2829c3360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50432026-04-07T02:23:36.888Z Running `/home/build/.rustup/toolchains/1.94.0-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=e3bee5d0ddebf5bb -C extra-filename=-f5c5d3f8056599b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50442026-04-07T02:23:36.951Z Running `/home/build/.rustup/toolchains/1.94.0-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=1b028058445a77af -C extra-filename=-b20d2cf56bcc3526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50452026-04-07T02:23:37.064Z Running `/home/build/.rustup/toolchains/1.94.0-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=b4c09db302bbb4fd -C extra-filename=-2beece57ca7af599 --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-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50462026-04-07T02:23:37.165Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50472026-04-07T02:23:37.168Z Running `/home/build/.rustup/toolchains/1.94.0-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=6a69eeafe00dda5e -C extra-filename=-c0ba36a86c7b97e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50482026-04-07T02:23:37.314Z Running `/home/build/.rustup/toolchains/1.94.0-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=9c84465364d5dc14 -C extra-filename=-23e00b7568396e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-3f1327f61703bae0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50492026-04-07T02:23:37.349Z Running `/home/build/.rustup/toolchains/1.94.0-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=01c314422f0e1ca9 -C extra-filename=-7756f353872ff776 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3fa80192c2561383.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50502026-04-07T02:23:37.552Z Running `/home/build/.rustup/toolchains/1.94.0-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=c9ff26c346f25046 -C extra-filename=-b06ec528343a2292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50512026-04-07T02:23:37.587Z Running `/home/build/.rustup/toolchains/1.94.0-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=b86ded419f32e1af -C extra-filename=-3399a74cf9e27fde --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-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50522026-04-07T02:23:37.638Z Running `/home/build/.rustup/toolchains/1.94.0-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=55e0bb7e5f77ce8e -C extra-filename=-d930aa068dc240a4 --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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50532026-04-07T02:23:37.672Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50542026-04-07T02:23:37.675Z Running `/home/build/.rustup/toolchains/1.94.0-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=02064bf1736d3319 -C extra-filename=-7f6ef2b7a2b3f36c --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-df5fc7bd93903dbf.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-246b1de6ab6a7c8d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4ca983d51c5010b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50552026-04-07T02:23:37.790Z Running `/home/build/.rustup/toolchains/1.94.0-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=40f884fb40774196 -C extra-filename=-33ad6b6e26aa8c84 --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-df5fc7bd93903dbf.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-246b1de6ab6a7c8d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4ca983d51c5010b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50562026-04-07T02:23:37.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=83830d5eec71fa80 -C extra-filename=-af3cf2fc3251b3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50572026-04-07T02:23:37.973Z Running `/home/build/.rustup/toolchains/1.94.0-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=9ae06b2fd552bc55 -C extra-filename=-5b47952e5dd44efd --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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d10bff429efb0e63.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ee0658970173bd80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50582026-04-07T02:23:38.235Z Running `/home/build/.rustup/toolchains/1.94.0-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=58369aba42438a13 -C extra-filename=-d50b6f2fe2d122b2 --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-128982c901e7eaf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50592026-04-07T02:23:38.470Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a81e7493ab3dd46 -C extra-filename=-056da14d835489c6 --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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-94bf1125966b5dfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50602026-04-07T02:23:38.504Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50612026-04-07T02:23:38.507Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=a9dbf9f5673450eb -C extra-filename=-2578a3d9f7b5bd0e --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-df5fc7bd93903dbf.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ba5bbe4815fba396.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-bcf8bbaa79d1ea2d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50622026-04-07T02:23:38.545Z Running `/home/build/.rustup/toolchains/1.94.0-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=d3e012207e0303de -C extra-filename=-01a11f4e9456be2f --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-112ba9f30cfcfa1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50632026-04-07T02:23:38.545Z Running `/home/build/.rustup/toolchains/1.94.0-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=0947428eb1549dbf -C extra-filename=-85b1632a651a9ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50642026-04-07T02:23:38.620Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50652026-04-07T02:23:38.623Z Running `/home/build/.rustup/toolchains/1.94.0-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=9117e36c1b1d6943 -C extra-filename=-50aa32e179b5fd4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-15d72de0d2f066f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50662026-04-07T02:23:38.672Z Running `/home/build/.rustup/toolchains/1.94.0-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=74a144bbdb6ec15a -C extra-filename=-fd931a61e624a2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50672026-04-07T02:23:38.776Z Running `/home/build/.rustup/toolchains/1.94.0-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=8a1fbd75830da908 -C extra-filename=-fa8808ffc92f1390 --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-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50682026-04-07T02:23:38.841Z Running `/home/build/.rustup/toolchains/1.94.0-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=ab70a31e9fa83564 -C extra-filename=-634f2ad8b2241b33 --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-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50692026-04-07T02:23:38.966Z Running `/home/build/.rustup/toolchains/1.94.0-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=2b9868c48d13ae82 -C extra-filename=-24967da4a680feba --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-1bc321bceb338989.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
50702026-04-07T02:23:39.253Z Running `/home/build/.rustup/toolchains/1.94.0-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=014f58092511948d -C extra-filename=-d974eede20f1d104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-61d6f2e7db67e033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50712026-04-07T02:23:39.500Z Running `/home/build/.rustup/toolchains/1.94.0-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=dab3c5b2016178ed -C extra-filename=-450e436bb57f1f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50722026-04-07T02:23:39.534Z Running `/home/build/.rustup/toolchains/1.94.0-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=4590cde3b1e809aa -C extra-filename=-0f88fe35557bca64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50732026-04-07T02:23:39.538Z Running `/home/build/.rustup/toolchains/1.94.0-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=66752a54b3366915 -C extra-filename=-1dc8594f86548a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50742026-04-07T02:23:41.483Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50752026-04-07T02:23:41.486Z Running `/home/build/.rustup/toolchains/1.94.0-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=cda4fec5e8a71634 -C extra-filename=-e4034874f6499d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d080412e4a4d2cba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50762026-04-07T02:23:42.828Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50772026-04-07T02:23:42.828Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50782026-04-07T02:23:42.832Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50792026-04-07T02:23:42.832Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
50802026-04-07T02:23:42.833Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
50812026-04-07T02:23:42.833Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
50822026-04-07T02:23:42.833Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
50832026-04-07T02:23:42.833Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
50842026-04-07T02:23:42.833Z Running `/home/build/.rustup/toolchains/1.94.0-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=bc9cfad81853f3e0 -C extra-filename=-e33aa41801b23b14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b101c35f8e584038.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-606147e1ae0fc628.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-354ead1f26d55050.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
50852026-04-07T02:23:42.833Z Running `/home/build/.rustup/toolchains/1.94.0-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=33bf5e932b6fcc3f -C extra-filename=-c42889e54cc4a9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50862026-04-07T02:23:42.833Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f1361282e710971 -C extra-filename=-eebdfb98ca901e28 --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-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50872026-04-07T02:23:42.833Z Running `/home/build/.rustup/toolchains/1.94.0-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=a99054dc01d22690 -C extra-filename=-76645b193c6a9608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50882026-04-07T02:23:42.833Z Running `/home/build/.rustup/toolchains/1.94.0-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=e76ddc1077774e64 -C extra-filename=-c4ee081194d54d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50892026-04-07T02:23:42.862Z Running `/home/build/.rustup/toolchains/1.94.0-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=8068202e290b5382 -C extra-filename=-d95eb96b8800fe73 --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-2ae53f195cb59332.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50902026-04-07T02:23:42.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c45266a7fbf31a0 -C extra-filename=-0ae36ce76f4983bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50912026-04-07T02:23:42.865Z Running `/home/build/.rustup/toolchains/1.94.0-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=91eeae638a1046a0 -C extra-filename=-d5e1fdccbfe43b3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50922026-04-07T02:23:42.865Z Running `/home/build/.rustup/toolchains/1.94.0-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=e80f88c4c807ad4b -C extra-filename=-0504678df4692ced --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-89c05b59b79c7ec3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50932026-04-07T02:23:43.649Z Running `/home/build/.rustup/toolchains/1.94.0-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=33261a4503a3d5b4 -C extra-filename=-69c7a15ff15f09af --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-2ae53f195cb59332.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50942026-04-07T02:23:43.649Z Running `/home/build/.rustup/toolchains/1.94.0-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=a1d168728038fc80 -C extra-filename=-01b3adc27d2d36b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50952026-04-07T02:23:43.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=f1d1d841fbc5ed4b -C extra-filename=-071f132b8ce25e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50962026-04-07T02:23:43.681Z Running `/home/build/.rustup/toolchains/1.94.0-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=12b5e2a3068f6fba -C extra-filename=-219653c2b888575e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50972026-04-07T02:23:43.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af1e2406669d5140 -C extra-filename=-b6daeb7c68889e60 --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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50982026-04-07T02:23:43.685Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51242eee5165ab3d -C extra-filename=-77fae94c4990261a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50992026-04-07T02:23:43.685Z Running `/home/build/.rustup/toolchains/1.94.0-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=168ee21b109be9df -C extra-filename=-e65c1b5637a96dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51002026-04-07T02:23:44.154Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51012026-04-07T02:23:44.157Z Running `/home/build/.rustup/toolchains/1.94.0-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=89c7c86c07b978a6 -C extra-filename=-9b52b8b184d18788 --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-89c05b59b79c7ec3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51022026-04-07T02:23:44.518Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51032026-04-07T02:23:44.549Z Running `/home/build/.rustup/toolchains/1.94.0-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=b5135e267eae1e24 -C extra-filename=-670c0ffd9d7d6fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3fa80192c2561383.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7f6ef2b7a2b3f36c.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51042026-04-07T02:23:44.552Z Running `/home/build/.rustup/toolchains/1.94.0-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=eec4c032eaee4983 -C extra-filename=-dd9810f57482fcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3fa80192c2561383.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7f6ef2b7a2b3f36c.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51052026-04-07T02:23:44.781Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51062026-04-07T02:23:44.781Z Running `/home/build/.rustup/toolchains/1.94.0-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=559064bbad2e3b0d -C extra-filename=-7b835ec5b3a1c316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51072026-04-07T02:23:45.015Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51082026-04-07T02:23:45.018Z Running `/home/build/.rustup/toolchains/1.94.0-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=6efd8045ad22f7f1 -C extra-filename=-a50aac806ec5d0be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51092026-04-07T02:23:45.018Z Running `/home/build/.rustup/toolchains/1.94.0-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="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=2465c04b985ee96d -C extra-filename=-fe1b3bf82a43eb44 --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-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-643e08516b59e5f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51102026-04-07T02:23:45.083Z Running `/home/build/.rustup/toolchains/1.94.0-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=d705051998b794a6 -C extra-filename=-6631d2af5cda98ba --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-89c05b59b79c7ec3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51112026-04-07T02:23:45.133Z Running `/home/build/.rustup/toolchains/1.94.0-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="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=6f426b4d205c6056 -C extra-filename=-d8ca65a6f9f7403d --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-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-643e08516b59e5f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51122026-04-07T02:23:45.310Z Running `/home/build/.rustup/toolchains/1.94.0-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=5296eb53a130a88d -C extra-filename=-02a5bdcde06fd5ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51132026-04-07T02:23:45.444Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51142026-04-07T02:23:45.447Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/ccede3c/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=4d5a381a5ca68d8c -C extra-filename=-97ead886ec457b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7eebacaee9c63139.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2b88d31e2e307546.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-2578a3d9f7b5bd0e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-df1d71ecd1b9ed73.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51152026-04-07T02:23:45.475Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51162026-04-07T02:23:45.478Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51172026-04-07T02:23:45.478Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51182026-04-07T02:23:45.478Z Running `/home/build/.rustup/toolchains/1.94.0-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=3f12f3ad8b7eabc1 -C extra-filename=-74780dffb8b903d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ff5db3f6747ad698.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51192026-04-07T02:23:45.478Z Running `/home/build/.rustup/toolchains/1.94.0-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=ef9d99b792370e9e -C extra-filename=-5389cfb0a5465e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-61d6f2e7db67e033.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51202026-04-07T02:23:45.478Z Running `/home/build/.rustup/toolchains/1.94.0-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=a76ca05cdda527e0 -C extra-filename=-b5838f69a6cec234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51212026-04-07T02:23:45.508Z Running `/home/build/.rustup/toolchains/1.94.0-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=eb73ea7729f8c61a -C extra-filename=-758251520cb6e6b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1635387c5054048.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51222026-04-07T02:23:45.788Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51232026-04-07T02:23:45.788Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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=59552899c8b986c8 -C extra-filename=-30b80e295c7cad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97ead886ec457b32.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9a1d30cef25b60e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51242026-04-07T02:23:46.476Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51252026-04-07T02:23:46.479Z Running `/home/build/.rustup/toolchains/1.94.0-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=64a979f87290ceb2 -C extra-filename=-6571f566ee2845ef --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-d33b24db3b255967.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51262026-04-07T02:23:46.685Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51272026-04-07T02:23:46.688Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51282026-04-07T02:23:46.688Z Running `/home/build/.rustup/toolchains/1.94.0-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=ff7273ef0a57da98 -C extra-filename=-50b191fd42672830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51292026-04-07T02:23:46.688Z Running `/home/build/.rustup/toolchains/1.94.0-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=bb95dfa69ee9fe53 -C extra-filename=-268a65c1fd9cd47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e791b9170293ea03.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
51302026-04-07T02:23:46.834Z Running `/home/build/.rustup/toolchains/1.94.0-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=e7f38e0d819966fa -C extra-filename=-980d30c25a209a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-b5838f69a6cec234.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51312026-04-07T02:23:46.865Z Running `/home/build/.rustup/toolchains/1.94.0-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=66acbf0433016e61 -C extra-filename=-096189fe31698d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-61d6f2e7db67e033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51322026-04-07T02:23:46.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=4f884fb4e10a526c -C extra-filename=-76e73cbf59c441c6 --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-d33b24db3b255967.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51332026-04-07T02:23:46.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=c4a518f7c97ad820 -C extra-filename=-35ea5047e83584e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51342026-04-07T02:23:46.964Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51352026-04-07T02:23:46.967Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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", "tofino_asic"))' -C metadata=07b9dbe59213f5f8 -C extra-filename=-a8bc43d41c7a8a92 --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-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-30b80e295c7cad46.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-af59c051ffc4d076.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2262135116408a04.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51362026-04-07T02:23:47.132Z Running `/home/build/.rustup/toolchains/1.94.0-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=06b0bb72d648700a -C extra-filename=-79f90489de842fcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e791b9170293ea03.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
51372026-04-07T02:23:47.747Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51382026-04-07T02:23:47.750Z Running `/home/build/.rustup/toolchains/1.94.0-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=795795cfa5906811 -C extra-filename=-5d7a6567fee41654 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51392026-04-07T02:23:47.788Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51402026-04-07T02:23:47.791Z Running `/home/build/.rustup/toolchains/1.94.0-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=0b771a04c570128b -C extra-filename=-16c9b70c50047ca8 --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-14842183da3c6f4a.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51412026-04-07T02:23:48.114Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51422026-04-07T02:23:48.117Z Running `/home/build/.rustup/toolchains/1.94.0-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=cc3738639e8814cd -C extra-filename=-118aa5e58249c3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51432026-04-07T02:23:48.323Z Running `/home/build/.rustup/toolchains/1.94.0-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=11baf9d3ee0df3d2 -C extra-filename=-6929e9f77fc62391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51442026-04-07T02:23:48.372Z Running `/home/build/.rustup/toolchains/1.94.0-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=456ad467606e02ff -C extra-filename=-6428dd69b118c176 --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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51452026-04-07T02:23:48.443Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51462026-04-07T02:23:48.446Z Running `/home/build/.rustup/toolchains/1.94.0-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=d81c8c4ec5c925c9 -C extra-filename=-8f758060660b9710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51472026-04-07T02:23:48.752Z Running `/home/build/.rustup/toolchains/1.94.0-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=68777a865ae8a956 -C extra-filename=-80da8903cfe148c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-268a65c1fd9cd47d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e791b9170293ea03.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
51482026-04-07T02:23:49.376Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51492026-04-07T02:23:49.379Z Running `/home/build/.rustup/toolchains/1.94.0-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=0b9b51a65c550b45 -C extra-filename=-7e3182c691fc2f1d --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-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51502026-04-07T02:23:49.715Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51512026-04-07T02:23:49.719Z Running `/home/build/.rustup/toolchains/1.94.0-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=f5d0b246f1f3c205 -C extra-filename=-8fa334f85bf4dc77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51522026-04-07T02:23:49.814Z Running `/home/build/.rustup/toolchains/1.94.0-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=7dce7bf44f0b0f74 -C extra-filename=-5cc451ecc0ed5338 --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-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51532026-04-07T02:23:50.454Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51542026-04-07T02:23:50.454Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51552026-04-07T02:23:50.458Z Running `/home/build/.rustup/toolchains/1.94.0-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=cc32d220d72195a0 -C extra-filename=-1cbab31513b71a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51562026-04-07T02:23:50.458Z Running `/home/build/.rustup/toolchains/1.94.0-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=903343474d57a2bf -C extra-filename=-f995c6ed55d3e5c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51572026-04-07T02:23:50.649Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51582026-04-07T02:23:50.649Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51592026-04-07T02:23:50.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=2d6c98c0d7ee46ec -C extra-filename=-bb69a02927fb9af0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51602026-04-07T02:23:50.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a26b8731fc9bd78 -C extra-filename=-2b63e663999ccc0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51612026-04-07T02:23:51.076Z Running `/home/build/.rustup/toolchains/1.94.0-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=77417ef7a2b13615 -C extra-filename=-99fc1e6763bdf9a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51622026-04-07T02:23:51.394Z Running `/home/build/.rustup/toolchains/1.94.0-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=62b31ae4e2c51ff0 -C extra-filename=-1c2cc4bd50532173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51632026-04-07T02:23:51.988Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a5e61982f353119 -C extra-filename=-a61d4730b800bd78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51642026-04-07T02:23:53.008Z Running `/home/build/.rustup/toolchains/1.94.0-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=b1cd3b18865ae7f2 -C extra-filename=-61fda5916b0f27d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51652026-04-07T02:23:53.008Z Running `/home/build/.rustup/toolchains/1.94.0-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=0cdadf557e186cb4 -C extra-filename=-40d9c4424bfe88f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51662026-04-07T02:23:53.008Z Running `/home/build/.rustup/toolchains/1.94.0-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=ee87c3ca88313910 -C extra-filename=-e5ac4cb96d3b97d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51672026-04-07T02:23:53.368Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51682026-04-07T02:23:53.372Z Running `/home/build/.rustup/toolchains/1.94.0-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=638c0b1eb20d3aca -C extra-filename=-4008587e4c2f31b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51692026-04-07T02:23:53.562Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51702026-04-07T02:23:53.565Z Running `/home/build/.rustup/toolchains/1.94.0-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=c2d39d04ed8df72f -C extra-filename=-6507edca1398da9b --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-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51712026-04-07T02:23:54.407Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51722026-04-07T02:23:54.410Z Running `/home/build/.rustup/toolchains/1.94.0-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=1feaaa5831712377 -C extra-filename=-b16bf07b1feedf32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51732026-04-07T02:23:54.659Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51742026-04-07T02:23:54.662Z Running `/home/build/.rustup/toolchains/1.94.0-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=cc54aa38e6bda93f -C extra-filename=-4efb88f7e01d6bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51752026-04-07T02:23:55.034Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51762026-04-07T02:23:55.037Z Running `/home/build/.rustup/toolchains/1.94.0-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=beecf1fd806adb25 -C extra-filename=-6b78177b12807c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51772026-04-07T02:23:55.069Z Running `/home/build/.rustup/toolchains/1.94.0-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=9ffc0fdaac6216b9 -C extra-filename=-d19b2cd96ce204b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51782026-04-07T02:23:55.072Z Running `/home/build/.rustup/toolchains/1.94.0-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=25b687217a6d5b9a -C extra-filename=-e9f4952e8c75f5d5 --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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51792026-04-07T02:23:57.421Z Running `/home/build/.rustup/toolchains/1.94.0-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=acb4fa8e6b6d473d -C extra-filename=-0a9de263372c49ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4efb88f7e01d6bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51802026-04-07T02:23:57.426Z Running `/home/build/.rustup/toolchains/1.94.0-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=4a9e12b95e1e916d -C extra-filename=-ec0275cbbb9a5e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4efb88f7e01d6bed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51812026-04-07T02:23:57.426Z Running `/home/build/.rustup/toolchains/1.94.0-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=d6101d653362d7b4 -C extra-filename=-113d9923a178a438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51822026-04-07T02:23:57.426Z Running `/home/build/.rustup/toolchains/1.94.0-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=9049e2dec946cb68 -C extra-filename=-b541c9b8b7fb3b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51832026-04-07T02:23:57.426Z Running `/home/build/.rustup/toolchains/1.94.0-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=96bf07e4855fcaba -C extra-filename=-c1403cc15b07a17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51842026-04-07T02:23:57.458Z Running `/home/build/.rustup/toolchains/1.94.0-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=74b2867595eb69a1 -C extra-filename=-08134d1900d2cb04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51852026-04-07T02:23:59.791Z Running `/home/build/.rustup/toolchains/1.94.0-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=670dae7e33b5e525 -C extra-filename=-829a3b4af3fcc783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2b63e663999ccc0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51862026-04-07T02:24:02.327Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51872026-04-07T02:24:02.327Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51882026-04-07T02:24:02.331Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51892026-04-07T02:24:02.331Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51902026-04-07T02:24:02.331Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51912026-04-07T02:24:02.331Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51922026-04-07T02:24:02.331Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51932026-04-07T02:24:02.331Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
51942026-04-07T02:24:02.331Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
51952026-04-07T02:24:02.331Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
51962026-04-07T02:24:02.331Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51972026-04-07T02:24:02.332Z Running `/home/build/.rustup/toolchains/1.94.0-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=3334d2361ee08911 -C extra-filename=-b5e4229f57882bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51982026-04-07T02:24:02.332Z Running `/home/build/.rustup/toolchains/1.94.0-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=9562ab006b8be437 -C extra-filename=-135243827fc51ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51992026-04-07T02:24:02.332Z Running `/home/build/.rustup/toolchains/1.94.0-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=ead2ee1ea6bcf605 -C extra-filename=-30ec3ff1e32a67c8 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52002026-04-07T02:24:02.359Z Running `/home/build/.rustup/toolchains/1.94.0-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=9383b5a0c83d8456 -C extra-filename=-d25b5a0a5ea3cbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52012026-04-07T02:24:02.359Z Running `/home/build/.rustup/toolchains/1.94.0-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=1e3e9b7d98c702b1 -C extra-filename=-9918390e76febad7 --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-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52022026-04-07T02:24:02.359Z Running `/home/build/.rustup/toolchains/1.94.0-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=a58afae14a5b7585 -C extra-filename=-8eeae1737e9be4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52032026-04-07T02:24:02.359Z Running `/home/build/.rustup/toolchains/1.94.0-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=285ac5b60ac10d6d -C extra-filename=-d5bdc964454f22ac --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-2ae53f195cb59332.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52042026-04-07T02:24:02.391Z Running `/home/build/.rustup/toolchains/1.94.0-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=15158902140bbecd -C extra-filename=-1253532fac5fda9e --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52052026-04-07T02:24:02.394Z Running `/home/build/.rustup/toolchains/1.94.0-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=f88a6ca9c00bc9a2 -C extra-filename=-aedb6d0d61c8f164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52062026-04-07T02:24:02.394Z Running `/home/build/.rustup/toolchains/1.94.0-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=59a1ecf49cf19c26 -C extra-filename=-5c5ffdc3f03b4e10 --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-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52072026-04-07T02:24:02.394Z Running `/home/build/.rustup/toolchains/1.94.0-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=c240e11921666820 -C extra-filename=-e6619e8cf29f0882 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52082026-04-07T02:24:04.309Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52092026-04-07T02:24:04.312Z Running `/home/build/.rustup/toolchains/1.94.0-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=9ceabfd9d7cde095 -C extra-filename=-d75be434669d4677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52102026-04-07T02:24:04.313Z Running `/home/build/.rustup/toolchains/1.94.0-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=8cf0588ddd01199a -C extra-filename=-fb577fbc9d975ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52112026-04-07T02:24:04.531Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52122026-04-07T02:24:04.531Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52132026-04-07T02:24:04.534Z Running `/home/build/.rustup/toolchains/1.94.0-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=76b9a0a2eb6b3759 -C extra-filename=-cb26b124d51e8659 --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-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52142026-04-07T02:24:04.534Z Running `/home/build/.rustup/toolchains/1.94.0-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=3c96741ccac13098 -C extra-filename=-43b268d301640e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52152026-04-07T02:24:04.655Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52162026-04-07T02:24:04.658Z Running `/home/build/.rustup/toolchains/1.94.0-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=1e807fea99f8b8c1 -C extra-filename=-fa580adbb11f5e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52172026-04-07T02:24:05.311Z Running `/home/build/.rustup/toolchains/1.94.0-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=2310a6ca6791b6f5 -C extra-filename=-7ccbd30c435b9321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52182026-04-07T02:24:05.311Z Running `/home/build/.rustup/toolchains/1.94.0-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=fc791127c7d9cf28 -C extra-filename=-979d447cc56c1023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52192026-04-07T02:24:05.314Z Running `/home/build/.rustup/toolchains/1.94.0-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=992585462e62039b -C extra-filename=-9c670115c90df4a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52202026-04-07T02:24:05.314Z Running `/home/build/.rustup/toolchains/1.94.0-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=bd3d7341e08edf7f -C extra-filename=-b5155cc139526d9a --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52212026-04-07T02:24:05.346Z Running `/home/build/.rustup/toolchains/1.94.0-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=2fc6601bb6cd609b -C extra-filename=-76df0034fe442ab5 --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52222026-04-07T02:24:05.349Z Running `/home/build/.rustup/toolchains/1.94.0-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=ee832c10c905e9e0 -C extra-filename=-28874ec94b2502eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52232026-04-07T02:24:05.349Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a18c39c54dcb332 -C extra-filename=-9b76ec2e740d0629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52242026-04-07T02:24:05.349Z Running `/home/build/.rustup/toolchains/1.94.0-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=30bc922261a1bc6f -C extra-filename=-fa1cc60725b813cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52252026-04-07T02:24:05.349Z Running `/home/build/.rustup/toolchains/1.94.0-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=d1e76b082813963c -C extra-filename=-d2083927a8345cdd --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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52262026-04-07T02:24:05.349Z Running `/home/build/.rustup/toolchains/1.94.0-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=fa3cbc01abc4d683 -C extra-filename=-478cb97487dff9ab --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-2ae53f195cb59332.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52272026-04-07T02:24:05.634Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52282026-04-07T02:24:05.638Z Running `/home/build/.rustup/toolchains/1.94.0-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=70eb7f583e19b91c -C extra-filename=-6480db118f0497ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52292026-04-07T02:24:05.757Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52302026-04-07T02:24:05.760Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52312026-04-07T02:24:05.760Z Running `/home/build/.rustup/toolchains/1.94.0-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=52ffc42d2df1547c -C extra-filename=-3ec93fc1a095dc4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52322026-04-07T02:24:05.760Z Running `/home/build/.rustup/toolchains/1.94.0-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=f24cbf54ec0766eb -C extra-filename=-5f40f17805895c6d --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-b1db1361eaf8c359.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52332026-04-07T02:24:05.889Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52342026-04-07T02:24:05.892Z Running `/home/build/.rustup/toolchains/1.94.0-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=8cc98bbef579ab31 -C extra-filename=-44310e2a2f57fcc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5f3acfd8c0a59755.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52352026-04-07T02:24:06.351Z Running `/home/build/.rustup/toolchains/1.94.0-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=d75de6b10609c241 -C extra-filename=-b64f2e7c7052a347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9dc3dc4aef584b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52362026-04-07T02:24:06.443Z Running `/home/build/.rustup/toolchains/1.94.0-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=780573f2d345a99e -C extra-filename=-62a68ffabcf07267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52372026-04-07T02:24:06.458Z Running `/home/build/.rustup/toolchains/1.94.0-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=d5ebe265619a0b2b -C extra-filename=-63edef29f4ff4996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52382026-04-07T02:24:06.505Z Running `/home/build/.rustup/toolchains/1.94.0-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=4188d992e7b13ad5 -C extra-filename=-887fa34f5c78395a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ff5db3f6747ad698.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52392026-04-07T02:24:06.582Z Running `/home/build/.rustup/toolchains/1.94.0-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=848a27e15e3a73cc -C extra-filename=-a032d7adef4cca47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d080412e4a4d2cba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6792120a2b714b04.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52402026-04-07T02:24:06.674Z Running `/home/build/.rustup/toolchains/1.94.0-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=952b72e077c3c176 -C extra-filename=-faddd1e13f40ebf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52412026-04-07T02:24:06.766Z Running `/home/build/.rustup/toolchains/1.94.0-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=9933af5db0ab3d4c -C extra-filename=-63d443ca5efbc1cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52422026-04-07T02:24:06.800Z Running `/home/build/.rustup/toolchains/1.94.0-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=6f82b38599a0b339 -C extra-filename=-706d4f371ebe18df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9dc3dc4aef584b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52432026-04-07T02:24:06.862Z Running `/home/build/.rustup/toolchains/1.94.0-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=7885d7199330be49 -C extra-filename=-17f2f1abaf455d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52442026-04-07T02:24:06.928Z Running `/home/build/.rustup/toolchains/1.94.0-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=c53e4a763f269260 -C extra-filename=-98472c0777918236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52452026-04-07T02:24:06.984Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5efe9c71bccaadc -C extra-filename=-fcf0493eaaec3d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52462026-04-07T02:24:07.033Z Running `/home/build/.rustup/toolchains/1.94.0-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=6371e2f6da818084 -C extra-filename=-a714a0746199b80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52472026-04-07T02:24:07.083Z Running `/home/build/.rustup/toolchains/1.94.0-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c4d8793e9cd76bae -C extra-filename=-67507842077e2902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d080412e4a4d2cba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52482026-04-07T02:24:07.296Z Running `/home/build/.rustup/toolchains/1.94.0-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=caaa515be9a8b7e1 -C extra-filename=-4e9c31bfafd6baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9dc3dc4aef584b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52492026-04-07T02:24:07.385Z Running `/home/build/.rustup/toolchains/1.94.0-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=dbd24577a3e1ae96 -C extra-filename=-f3d380edd257d329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52502026-04-07T02:24:07.507Z Running `/home/build/.rustup/toolchains/1.94.0-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=69a5c854f9f84726 -C extra-filename=-6f123d26e3b77808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52512026-04-07T02:24:07.510Z Running `/home/build/.rustup/toolchains/1.94.0-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=6eb9ca96e2bbc108 -C extra-filename=-154dc70d84846351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52522026-04-07T02:24:07.575Z Running `/home/build/.rustup/toolchains/1.94.0-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=13e22e288c6defee -C extra-filename=-91c7492f91136830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52532026-04-07T02:24:07.623Z Running `/home/build/.rustup/toolchains/1.94.0-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=b9e3ac4a6e5903c7 -C extra-filename=-1d598dbd36f6b13f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52542026-04-07T02:24:07.713Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52552026-04-07T02:24:07.716Z Running `/home/build/.rustup/toolchains/1.94.0-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=521a245db9b217ef -C extra-filename=-386650d138995488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e4c7a6777b114a0b.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52562026-04-07T02:24:08.209Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52572026-04-07T02:24:08.212Z Running `/home/build/.rustup/toolchains/1.94.0-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=4852001b5f4d03ad -C extra-filename=-9a75e41df3748034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1635387c5054048.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-19af452ad0b9ec12.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-7882cad970ce629b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52582026-04-07T02:24:09.058Z Running `/home/build/.rustup/toolchains/1.94.0-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=44c9461635aa28aa -C extra-filename=-ab78610776390d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52592026-04-07T02:24:09.203Z Running `/home/build/.rustup/toolchains/1.94.0-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=a918eb98caecafc7 -C extra-filename=-60322a624077ee0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52602026-04-07T02:24:09.243Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52612026-04-07T02:24:09.246Z Running `/home/build/.rustup/toolchains/1.94.0-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=e5cdc8a37d1dcf68 -C extra-filename=-e23e988ff11cd224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
52622026-04-07T02:24:09.277Z Running `/home/build/.rustup/toolchains/1.94.0-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=afba544500a25234 -C extra-filename=-d1ec16f0256710b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52632026-04-07T02:24:09.989Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52642026-04-07T02:24:09.994Z Running `/home/build/.rustup/toolchains/1.94.0-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=193e9e8c2253e903 -C extra-filename=-fe6e21fc465e2e27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52652026-04-07T02:24:10.060Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52662026-04-07T02:24:10.064Z Running `/home/build/.rustup/toolchains/1.94.0-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=ebd54fe30f0c6a88 -C extra-filename=-eb10c0a39142082f --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-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52672026-04-07T02:24:10.093Z Running `/home/build/.rustup/toolchains/1.94.0-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=e4e0cdf03bb2752d -C extra-filename=-386fa6ec7d5fcdad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52682026-04-07T02:24:10.838Z Running `/home/build/.rustup/toolchains/1.94.0-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=c7e3e344f175b2af -C extra-filename=-1169bfd91586adc7 --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-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52692026-04-07T02:24:11.805Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a1af692891561c5 -C extra-filename=-575061ef06062bf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-39da1bee83ba482f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52702026-04-07T02:24:12.152Z Running `/home/build/.rustup/toolchains/1.94.0-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=1c38057bd091a4d1 -C extra-filename=-3a5eb2343d7f8237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52712026-04-07T02:24:12.190Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa9a478bedee9fcf -C extra-filename=-a7c042e9fe20c4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52722026-04-07T02:24:12.282Z Running `/home/build/.rustup/toolchains/1.94.0-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=235ad0da5a278a70 -C extra-filename=-2710b5f69d8b24db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52732026-04-07T02:24:13.631Z Running `/home/build/.rustup/toolchains/1.94.0-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=980b07050681fe5d -C extra-filename=-6cbc72a72f3c7b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52742026-04-07T02:24:13.797Z Running `/home/build/.rustup/toolchains/1.94.0-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=846a879c3fc74854 -C extra-filename=-8a321c16e742611d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e4c7a6777b114a0b.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52752026-04-07T02:24:14.522Z Running `/home/build/.rustup/toolchains/1.94.0-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=53a4eebea0605dda -C extra-filename=-bc22e3fab165e227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52762026-04-07T02:24:15.760Z Running `/home/build/.rustup/toolchains/1.94.0-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=10b5db2d131ab9d3 -C extra-filename=-2a655f0b53d409a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52772026-04-07T02:24:16.717Z Running `/home/build/.rustup/toolchains/1.94.0-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=6e09dbab21f9789a -C extra-filename=-9fe39afc8abfbdd7 --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-ce82e998364a0399.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52782026-04-07T02:24:16.856Z Running `/home/build/.rustup/toolchains/1.94.0-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=d24275ab4ab63e05 -C extra-filename=-7623a9b9a8c1dd81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5f3acfd8c0a59755.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52792026-04-07T02:24:18.069Z Running `/home/build/.rustup/toolchains/1.94.0-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=ef585ffd24f982f7 -C extra-filename=-9e8d92e5b000d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5f3acfd8c0a59755.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52802026-04-07T02:24:19.328Z Running `/home/build/.rustup/toolchains/1.94.0-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=18cad0811e361a05 -C extra-filename=-2d5f5a591b77b1a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5f3acfd8c0a59755.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52812026-04-07T02:24:19.359Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52822026-04-07T02:24:19.363Z Running `/home/build/.rustup/toolchains/1.94.0-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=7713d7ff16e65774 -C extra-filename=-789c23c3dcc37335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52832026-04-07T02:24:21.623Z Running `/home/build/.rustup/toolchains/1.94.0-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=8cf48a486f933b73 -C extra-filename=-0e5b065072828587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-118aa5e58249c3b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52842026-04-07T02:24:22.304Z Running `/home/build/.rustup/toolchains/1.94.0-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=2b9c36fdba14296a -C extra-filename=-5255680bf34ef2aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52852026-04-07T02:24:22.555Z Running `/home/build/.rustup/toolchains/1.94.0-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=90bf5268058716b3 -C extra-filename=-ac027fab521a61d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52862026-04-07T02:24:22.594Z Running `/home/build/.rustup/toolchains/1.94.0-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=e6ff88a4c4ea8f5b -C extra-filename=-e3a9a5031921cb12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52872026-04-07T02:24:23.195Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
52882026-04-07T02:24:23.198Z Running `/home/build/.rustup/toolchains/1.94.0-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=3f8af40876528b3c -C extra-filename=-fe8de3740ad22238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52892026-04-07T02:24:23.513Z Running `/home/build/.rustup/toolchains/1.94.0-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=0cf69d04bd7a0793 -C extra-filename=-c1b986af7cf89371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52902026-04-07T02:24:24.672Z Running `/home/build/.rustup/toolchains/1.94.0-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=7c10a88deb5a6d93 -C extra-filename=-a948f38facebd551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52912026-04-07T02:24:25.153Z Running `/home/build/.rustup/toolchains/1.94.0-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=c189329acb3b03ab -C extra-filename=-57ee7986fa49ab34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52922026-04-07T02:24:25.428Z Running `/home/build/.rustup/toolchains/1.94.0-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=070c2bef1c5720fe -C extra-filename=-fc3bb43884d9f169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-118aa5e58249c3b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2b63e663999ccc0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52932026-04-07T02:24:25.976Z Running `/home/build/.rustup/toolchains/1.94.0-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=84553fc04db3a6de -C extra-filename=-a2bf071011739871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52942026-04-07T02:24:26.512Z Running `/home/build/.rustup/toolchains/1.94.0-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=c60d63344af0cd7d -C extra-filename=-9e80c0e7cc7b5869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5f3acfd8c0a59755.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52952026-04-07T02:24:26.543Z Running `/home/build/.rustup/toolchains/1.94.0-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=661b1679770ea738 -C extra-filename=-4113863bf5600b41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-118aa5e58249c3b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2b63e663999ccc0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52962026-04-07T02:24:26.652Z Running `/home/build/.rustup/toolchains/1.94.0-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=fee6e4e6579b0bd0 -C extra-filename=-6f0d1fe578fd85ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52972026-04-07T02:24:26.953Z Running `/home/build/.rustup/toolchains/1.94.0-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=5da4faad4010c407 -C extra-filename=-7a8d7c8a8d4c13dd --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-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52982026-04-07T02:24:26.957Z Running `/home/build/.rustup/toolchains/1.94.0-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=7e009b78d7ffb075 -C extra-filename=-4abf8165129dfe3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52992026-04-07T02:24:27.098Z Running `/home/build/.rustup/toolchains/1.94.0-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=1a778c04694a89a7 -C extra-filename=-f3c1ea23790514fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53002026-04-07T02:24:28.158Z Running `/home/build/.rustup/toolchains/1.94.0-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=70ea674aaff4b96e -C extra-filename=-a864dbf1ee56e4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53012026-04-07T02:24:28.294Z Running `/home/build/.rustup/toolchains/1.94.0-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=e567d952417b4730 -C extra-filename=-359df52f9c49336d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53022026-04-07T02:24:28.542Z Running `/home/build/.rustup/toolchains/1.94.0-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=e821ea2fe21d8dbd -C extra-filename=-3a4cd4f077e1b9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-eeb0a2fbf74b0220.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-d14af20758565cc9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53032026-04-07T02:24:29.165Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53042026-04-07T02:24:29.168Z Running `/home/build/.rustup/toolchains/1.94.0-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=f04f2c60321c32d1 -C extra-filename=-06bf4dcd403f5719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53052026-04-07T02:24:29.307Z Running `/home/build/.rustup/toolchains/1.94.0-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=a7675a82dea006b7 -C extra-filename=-a0c7a82ec1ea3a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9dc3dc4aef584b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53062026-04-07T02:24:29.310Z Running `/home/build/.rustup/toolchains/1.94.0-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=849bee2304726250 -C extra-filename=-24a9acaed3de3dfc --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-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53072026-04-07T02:24:29.816Z Running `/home/build/.rustup/toolchains/1.94.0-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=1c390eb552b12c45 -C extra-filename=-05203e097a0aa188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53082026-04-07T02:24:30.893Z Running `/home/build/.rustup/toolchains/1.94.0-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=f7e442bea05bde7e -C extra-filename=-bf2301f6f2199def --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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-eeb0a2fbf74b0220.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53092026-04-07T02:24:31.182Z Running `/home/build/.rustup/toolchains/1.94.0-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=e3bbe1ff72274008 -C extra-filename=-e0c9438a34329cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ebd748ce51752551.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53102026-04-07T02:24:31.529Z Running `/home/build/.rustup/toolchains/1.94.0-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=410de3826939238c -C extra-filename=-bfc9cebf3db559dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b101c35f8e584038.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-606147e1ae0fc628.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-354ead1f26d55050.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53112026-04-07T02:24:31.671Z Running `/home/build/.rustup/toolchains/1.94.0-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=eabe973d1c7afe1e -C extra-filename=-fe76f2edb0e717fe --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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-eeb0a2fbf74b0220.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53122026-04-07T02:24:32.052Z Running `/home/build/.rustup/toolchains/1.94.0-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=53face14a72bda0a -C extra-filename=-3014c25558753340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53132026-04-07T02:24:32.573Z Running `/home/build/.rustup/toolchains/1.94.0-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=bd7274f98d735ec1 -C extra-filename=-149360831f2c2bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53142026-04-07T02:24:36.627Z Running `/home/build/.rustup/toolchains/1.94.0-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=80759b310363decd -C extra-filename=-77fb775723c72e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53152026-04-07T02:24:36.671Z Running `/home/build/.rustup/toolchains/1.94.0-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=d29efdb63fe30ac6 -C extra-filename=-b83f9d17c53908d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-374198a857324751.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53162026-04-07T02:24:37.425Z Running `/home/build/.rustup/toolchains/1.94.0-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=490d4858992d0f6f -C extra-filename=-f510b0cd200a2c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ebd748ce51752551.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53172026-04-07T02:24:38.055Z Running `/home/build/.rustup/toolchains/1.94.0-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=95ac692502ce4296 -C extra-filename=-62bee73fa2e014e4 --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-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-537dd229f533e4bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53182026-04-07T02:24:38.099Z Running `/home/build/.rustup/toolchains/1.94.0-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=af0a2524a35d2ea3 -C extra-filename=-70b77f09b89d1c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9dc3dc4aef584b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53192026-04-07T02:24:39.431Z Running `/home/build/.rustup/toolchains/1.94.0-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=b753da55a02b3406 -C extra-filename=-416bc97062ceb2a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-118aa5e58249c3b2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-374198a857324751.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53202026-04-07T02:24:39.933Z Running `/home/build/.rustup/toolchains/1.94.0-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=fe6628e25616cace -C extra-filename=-ceaa2250964f1639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53212026-04-07T02:24:41.828Z Running `/home/build/.rustup/toolchains/1.94.0-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=43b4189b91a9ff75 -C extra-filename=-2e855c384b7b8b67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53222026-04-07T02:24:42.990Z Running `/home/build/.rustup/toolchains/1.94.0-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=5000f401ab4724c6 -C extra-filename=-4accb9b91e67580c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53232026-04-07T02:24:43.244Z Running `/home/build/.rustup/toolchains/1.94.0-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=cf9ca35bbd113906 -C extra-filename=-01feb3f9a13b2b78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53242026-04-07T02:24:47.226Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53252026-04-07T02:24:47.226Z Running `/home/build/.rustup/toolchains/1.94.0-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=6f297c38514bd264 -C extra-filename=-a27c1e460b377afa --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-d2d25f9487a12a76.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1b21d355ec7233ea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bb61eab087d174ce.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53262026-04-07T02:24:49.378Z Running `/home/build/.rustup/toolchains/1.94.0-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=c5c4b66e4811dd1b -C extra-filename=-9c0c3af56ec086e6 --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-fb577fbc9d975ed9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53272026-04-07T02:24:50.199Z Running `/home/build/.rustup/toolchains/1.94.0-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=b1a36e326252c061 -C extra-filename=-9dc60a03f1f621ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-8647c73b5a6e9e97.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9c0c3af56ec086e6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53282026-04-07T02:24:52.848Z Running `/home/build/.rustup/toolchains/1.94.0-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=a699e9802fcb566f -C extra-filename=-bd22ce747a5f6aa5 --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-fb577fbc9d975ed9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53292026-04-07T02:24:52.910Z Running `/home/build/.rustup/toolchains/1.94.0-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=3008bf1e459cce3d -C extra-filename=-377537dcb52c6783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53302026-04-07T02:24:52.959Z Running `/home/build/.rustup/toolchains/1.94.0-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=3d2d9babfe2c6854 -C extra-filename=-2c9471d1f2be27d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-8647c73b5a6e9e97.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9c0c3af56ec086e6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53312026-04-07T02:24:53.317Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53322026-04-07T02:24:53.320Z Running `/home/build/.rustup/toolchains/1.94.0-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=016e422791ee461f -C extra-filename=-511e774cbc72aa0c --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-f4a77744e9fa620a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53332026-04-07T02:24:54.155Z Running `/home/build/.rustup/toolchains/1.94.0-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=6241281fd484bc3f -C extra-filename=-2b91d468a6c130d6 --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-cbb13366f6d95404.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53342026-04-07T02:24:54.245Z Running `/home/build/.rustup/toolchains/1.94.0-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=e115632ffa907802 -C extra-filename=-a9b2b4ab54410ff7 --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-f4a77744e9fa620a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53352026-04-07T02:24:58.278Z Running `/home/build/.rustup/toolchains/1.94.0-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="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=b658db5f4493fb4a -C extra-filename=-41eccedb1939d02b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9c0c3af56ec086e6.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53362026-04-07T02:25:01.620Z Running `/home/build/.rustup/toolchains/1.94.0-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=b533d7cda13c826f -C extra-filename=-c5a6924fc1706b39 --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1b21d355ec7233ea.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a27c1e460b377afa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bb61eab087d174ce.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53372026-04-07T02:25:01.624Z Running `/home/build/.rustup/toolchains/1.94.0-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=5e114b2dacf1068a -C extra-filename=-2afb5c5025ee9ba1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53382026-04-07T02:25:01.653Z Running `/home/build/.rustup/toolchains/1.94.0-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=238c64e7848f7f55 -C extra-filename=-9062208f22551969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53392026-04-07T02:25:01.658Z Running `/home/build/.rustup/toolchains/1.94.0-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=5598ab683e2ce058 -C extra-filename=-5fa4cf81b470c15a --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1b21d355ec7233ea.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a27c1e460b377afa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bb61eab087d174ce.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53402026-04-07T02:25:01.658Z Running `/home/build/.rustup/toolchains/1.94.0-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=0e45ca4e18c18b06 -C extra-filename=-94c34941a79f4a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53412026-04-07T02:25:01.658Z Running `/home/build/.rustup/toolchains/1.94.0-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=462c862ed7ddeefa -C extra-filename=-0ddd0e7b87c563d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53422026-04-07T02:25:01.658Z Running `/home/build/.rustup/toolchains/1.94.0-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=192aa31103c9728c -C extra-filename=-029d1f8888f5d7fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53432026-04-07T02:25:01.659Z Running `/home/build/.rustup/toolchains/1.94.0-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=d35bd0e85307de57 -C extra-filename=-1b5e4e60dc8cebb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53442026-04-07T02:25:01.687Z Running `/home/build/.rustup/toolchains/1.94.0-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=e95540778cbaa8ac -C extra-filename=-00ae11259318643c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53452026-04-07T02:25:01.690Z Running `/home/build/.rustup/toolchains/1.94.0-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=daf8780148ebe74d -C extra-filename=-910f5f807da6d276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53462026-04-07T02:25:01.691Z Running `/home/build/.rustup/toolchains/1.94.0-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=1df829c1285bf97e -C extra-filename=-80db25651cfe7fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53472026-04-07T02:25:01.691Z Running `/home/build/.rustup/toolchains/1.94.0-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=4bc8b6e9b392ae1e -C extra-filename=-a9d3186f6269dd64 --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1b21d355ec7233ea.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a27c1e460b377afa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bb61eab087d174ce.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53482026-04-07T02:25:01.721Z Running `/home/build/.rustup/toolchains/1.94.0-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=0118c37d9bba98fa -C extra-filename=-97c7211538aef68c --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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1b21d355ec7233ea.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bb61eab087d174ce.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53492026-04-07T02:25:01.724Z Running `/home/build/.rustup/toolchains/1.94.0-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=e237b2326667eefc -C extra-filename=-facd81656588edfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53502026-04-07T02:25:27.320Z Running `/home/build/.rustup/toolchains/1.94.0-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=ebe2034eb52e9a84 -C extra-filename=-f2cebd510566e229 --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-7a627029a175eba8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53512026-04-07T02:25:27.324Z Running `/home/build/.rustup/toolchains/1.94.0-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=17db92c0de7c9cef -C extra-filename=-47552fa8004e0f1c --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53522026-04-07T02:25:27.360Z Running `/home/build/.rustup/toolchains/1.94.0-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=b48eb4a4e8045b0d -C extra-filename=-3266d0367c8cc901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53532026-04-07T02:25:27.366Z Running `/home/build/.rustup/toolchains/1.94.0-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=369c8d0b9707e9ec -C extra-filename=-f7847b10e0015947 --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-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53542026-04-07T02:25:27.366Z Running `/home/build/.rustup/toolchains/1.94.0-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=bd2d9cff4538d22a -C extra-filename=-9759c7e75ad15f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53552026-04-07T02:25:27.366Z Running `/home/build/.rustup/toolchains/1.94.0-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=c5c646345489c097 -C extra-filename=-8ef81a3a2750d70c --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-97a3868d40601a98.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53562026-04-07T02:25:27.814Z Running `/home/build/.rustup/toolchains/1.94.0-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=dce5ed364bc8490d -C extra-filename=-edbd8be099ea4da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-758251520cb6e6b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53572026-04-07T02:25:29.060Z Running `/home/build/.rustup/toolchains/1.94.0-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=506b8e03e3e831b5 -C extra-filename=-6163afccd20bce89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53582026-04-07T02:25:31.357Z Running `/home/build/.rustup/toolchains/1.94.0-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=e728d9bfc27f6590 -C extra-filename=-86cde07e5cf7ed5c --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-7a627029a175eba8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53592026-04-07T02:25:31.357Z Running `/home/build/.rustup/toolchains/1.94.0-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=19cf5fa6f6862659 -C extra-filename=-cbf5f9c32abbc921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53602026-04-07T02:25:31.362Z Running `/home/build/.rustup/toolchains/1.94.0-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=a17c59f6b53cb22e -C extra-filename=-8dc74cc2e202f74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-758251520cb6e6b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53612026-04-07T02:25:31.362Z Running `/home/build/.rustup/toolchains/1.94.0-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=d1757aac356da929 -C extra-filename=-1c67a983c7df0391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53622026-04-07T02:25:31.387Z Running `/home/build/.rustup/toolchains/1.94.0-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=5f72b8fce66d3174 -C extra-filename=-dd5d095fb7042c09 --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-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53632026-04-07T02:25:31.390Z Running `/home/build/.rustup/toolchains/1.94.0-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=aa9218f1f1c574ae -C extra-filename=-cdc077586f4876d6 --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-97a3868d40601a98.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53642026-04-07T02:25:31.390Z Running `/home/build/.rustup/toolchains/1.94.0-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=2687bff80878e4dc -C extra-filename=-1b6300f8ce458fb9 --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-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53652026-04-07T02:25:31.573Z Running `/home/build/.rustup/toolchains/1.94.0-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=a8e65135642a490b -C extra-filename=-8ed709e89dbfb29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d25b5a0a5ea3cbf7.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53662026-04-07T02:25:32.856Z Running `/home/build/.rustup/toolchains/1.94.0-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=057d8bf88fcaa7a5 -C extra-filename=-cbda5a01bd3b808e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-7882cad970ce629b.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-852dd6221b9dae43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53672026-04-07T02:25:32.860Z Running `/home/build/.rustup/toolchains/1.94.0-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=f1577d04b8c4e4ad -C extra-filename=-1253ad2077c14cb9 --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-cbb13366f6d95404.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53682026-04-07T02:25:32.860Z Running `/home/build/.rustup/toolchains/1.94.0-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=5482dbe1b630bd5b -C extra-filename=-4cd82daeadc02b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-7882cad970ce629b.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-852dd6221b9dae43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-f78c998135727a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53692026-04-07T02:25:32.883Z Running `/home/build/.rustup/toolchains/1.94.0-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=16a7d27dacbda286 -C extra-filename=-c41570dbfae882bf --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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53702026-04-07T02:25:32.887Z Running `/home/build/.rustup/toolchains/1.94.0-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=4231ce1245b4888e -C extra-filename=-5abb52495dbad12c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1635387c5054048.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53712026-04-07T02:25:32.912Z Running `/home/build/.rustup/toolchains/1.94.0-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="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=1fd0f14eac23c5a2 -C extra-filename=-edd052013f30e1d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9c0c3af56ec086e6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53722026-04-07T02:25:32.915Z Running `/home/build/.rustup/toolchains/1.94.0-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=539bd096d1500c07 -C extra-filename=-ae82c40cea8bad9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1635387c5054048.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-758251520cb6e6b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53732026-04-07T02:25:33.540Z Running `/home/build/.rustup/toolchains/1.94.0-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=31e6ceb488e94423 -C extra-filename=-30b83d5bd9aaad00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53742026-04-07T02:25:34.756Z Running `/home/build/.rustup/toolchains/1.94.0-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=33d28a5d5a4c9f42 -C extra-filename=-b2e82ce5771d6143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-3dd1455b5e518036.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53752026-04-07T02:25:34.766Z Running `/home/build/.rustup/toolchains/1.94.0-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=70c85050f475d373 -C extra-filename=-b6bdc58b99abeaae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4745a47909f8ee2c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
53762026-04-07T02:25:34.767Z Running `/home/build/.rustup/toolchains/1.94.0-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=93781aad132437ed -C extra-filename=-414723b780a8a784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-3dd1455b5e518036.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53772026-04-07T02:28:03.871Z Running `/home/build/.rustup/toolchains/1.94.0-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=143da5a5de15f37f -C extra-filename=-d4d5b8a44300ff61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53782026-04-07T02:28:03.874Z Running `/home/build/.rustup/toolchains/1.94.0-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=f7921479887e45a1 -C extra-filename=-e64553b84a43e1f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53792026-04-07T02:28:03.906Z Running `/home/build/.rustup/toolchains/1.94.0-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=f9c857ac304636ef -C extra-filename=-cb9222199e5291cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53802026-04-07T02:28:03.910Z Running `/home/build/.rustup/toolchains/1.94.0-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=8c719028e5716e92 -C extra-filename=-8f29effb503f027e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4745a47909f8ee2c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53812026-04-07T02:28:03.910Z Running `/home/build/.rustup/toolchains/1.94.0-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=2f8d58955d1785b3 -C extra-filename=-12b2e7b4ea0e7027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4745a47909f8ee2c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53822026-04-07T02:28:03.937Z Running `/home/build/.rustup/toolchains/1.94.0-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=07e800012a414f1e -C extra-filename=-6907b548792dc2f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53832026-04-07T02:28:03.940Z Running `/home/build/.rustup/toolchains/1.94.0-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=410a6c396174b14c -C extra-filename=-d2123712ef38ad4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53842026-04-07T02:28:03.940Z Running `/home/build/.rustup/toolchains/1.94.0-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=ae92f6bf2000d860 -C extra-filename=-e3069b5e8afdc32b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-8ed709e89dbfb29b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53852026-04-07T02:29:41.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 19s
53862026-04-07T02:29:42.115Z
53872026-04-07T02:29:42.115Zreal 7:19.892512818
53882026-04-07T02:29:42.115Zuser 1:08:34.005482091
53892026-04-07T02:29:42.115Zsys 19:01.963354111
53902026-04-07T02:29:42.115Ztrap 2.006148475
53912026-04-07T02:29:42.115Ztflt 1.925125002
53922026-04-07T02:29:42.115Zdflt 17.926907960
53932026-04-07T02:29:42.115Zkflt 0.024921808
53942026-04-07T02:29:42.119Zlock 4:10:46.464399817
53952026-04-07T02:29:42.119Zslp 4:14:55.768348479
53962026-04-07T02:29:42.119Zlat 2:10.761138858
53972026-04-07T02:29:42.119Zstop 30:15.359260105
53982026-04-07T02:29:42.119Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
53992026-04-07T02:29:43.472Z Fresh unicode-ident v1.0.24
54002026-04-07T02:29:43.475Z Fresh cfg-if v1.0.4
54012026-04-07T02:29:43.475Z Fresh memchr v2.8.0
54022026-04-07T02:29:43.476Z Fresh smallvec v1.15.1
54032026-04-07T02:29:43.476Z Fresh log v0.4.29
54042026-04-07T02:29:43.476Z Fresh itoa v1.0.17
54052026-04-07T02:29:43.476Z Fresh version_check v0.9.5
54062026-04-07T02:29:43.476Z Fresh autocfg v1.5.0
54072026-04-07T02:29:43.476Z Fresh scopeguard v1.2.0
54082026-04-07T02:29:43.476Z Fresh stable_deref_trait v1.2.1
54092026-04-07T02:29:43.476Z Fresh percent-encoding v2.3.2
54102026-04-07T02:29:43.476Z Fresh writeable v0.6.2
54112026-04-07T02:29:43.476Z Fresh litemap v0.8.1
54122026-04-07T02:29:43.476Z Fresh utf8_iter v1.0.4
54132026-04-07T02:29:43.476Z Fresh shlex v1.3.0
54142026-04-07T02:29:43.476Z Fresh find-msvc-tools v0.1.9
54152026-04-07T02:29:43.476Z Fresh allocator-api2 v0.2.21
54162026-04-07T02:29:43.476Z Fresh subtle v2.6.1
54172026-04-07T02:29:43.476Z Fresh critical-section v1.2.0
54182026-04-07T02:29:43.476Z Fresh pin-project-lite v0.2.17
54192026-04-07T02:29:43.476Z Fresh proc-macro2 v1.0.106
54202026-04-07T02:29:43.476Z Fresh lock_api v0.4.14
54212026-04-07T02:29:43.476Z Fresh form_urlencoded v1.2.2
54222026-04-07T02:29:43.476Z Fresh equivalent v1.0.2
54232026-04-07T02:29:43.476Z Fresh heck v0.5.0
54242026-04-07T02:29:43.476Z Fresh foldhash v0.2.0
54252026-04-07T02:29:43.476Z Fresh fnv v1.0.7
54262026-04-07T02:29:43.479Z Fresh iana-time-zone v0.1.65
54272026-04-07T02:29:43.479Z Fresh rand_core v0.10.0
54282026-04-07T02:29:43.479Z Fresh regex-syntax v0.8.10
54292026-04-07T02:29:43.479Z Fresh futures-core v0.3.32
54302026-04-07T02:29:43.479Z Fresh dyn-clone v1.0.20
54312026-04-07T02:29:43.479Z Fresh strsim v0.11.1
54322026-04-07T02:29:43.479Z Fresh quote v1.0.44
54332026-04-07T02:29:43.480Z Fresh libc v0.2.180
54342026-04-07T02:29:43.480Z Fresh serde_core v1.0.228
54352026-04-07T02:29:43.480Z Fresh libm v0.2.16
54362026-04-07T02:29:43.480Z Fresh zmij v1.0.21
54372026-04-07T02:29:43.480Z Fresh icu_properties_data v2.1.2
54382026-04-07T02:29:43.480Z Fresh icu_normalizer_data v2.1.1
54392026-04-07T02:29:43.480Z Fresh portable-atomic v1.13.1
54402026-04-07T02:29:43.480Z Fresh hashbrown v0.16.1
54412026-04-07T02:29:43.480Z Fresh const-oid v0.9.6
54422026-04-07T02:29:43.480Z Fresh aho-corasick v1.1.4
54432026-04-07T02:29:43.480Z Fresh byteorder v1.5.0
54442026-04-07T02:29:43.480Z Fresh futures-sink v0.3.32
54452026-04-07T02:29:43.480Z Fresh futures-io v0.3.32
54462026-04-07T02:29:43.480Z Fresh futures-task v0.3.32
54472026-04-07T02:29:43.480Z Fresh slab v0.4.12
54482026-04-07T02:29:43.480Z Fresh cpufeatures v0.2.17
54492026-04-07T02:29:43.480Z Fresh pkg-config v0.3.32
54502026-04-07T02:29:43.480Z Fresh base64 v0.22.1
54512026-04-07T02:29:43.483Z Fresh syn v2.0.117
54522026-04-07T02:29:43.483Z Fresh errno v0.3.14
54532026-04-07T02:29:43.483Z Fresh getrandom v0.2.17
54542026-04-07T02:29:43.483Z Fresh serde_json v1.0.149
54552026-04-07T02:29:43.483Z Fresh num-traits v0.2.19
54562026-04-07T02:29:43.483Z Fresh bitflags v2.11.0
54572026-04-07T02:29:43.483Z Fresh semver v1.0.27
54582026-04-07T02:29:43.483Z Fresh jobserver v0.1.34
54592026-04-07T02:29:43.483Z Fresh parking_lot_core v0.9.12
54602026-04-07T02:29:43.483Z Fresh once_cell v1.21.3
54612026-04-07T02:29:43.483Z Fresh mio v1.1.1
54622026-04-07T02:29:43.483Z Fresh socket2 v0.6.2
54632026-04-07T02:29:43.483Z Fresh typenum v1.19.0
54642026-04-07T02:29:43.483Z Fresh getrandom v0.4.1
54652026-04-07T02:29:43.483Z Fresh indexmap v2.13.0
54662026-04-07T02:29:43.484Z Fresh rustversion v1.0.22
54672026-04-07T02:29:43.484Z Fresh regex-automata v0.4.14
54682026-04-07T02:29:43.484Z Fresh futures-channel v0.3.32
54692026-04-07T02:29:43.484Z Fresh ident_case v1.0.1
54702026-04-07T02:29:43.484Z Fresh either v1.15.0
54712026-04-07T02:29:43.484Z Fresh untrusted v0.9.0
54722026-04-07T02:29:43.484Z Fresh anstyle v1.0.13
54732026-04-07T02:29:43.484Z Fresh utf8parse v0.2.2
54742026-04-07T02:29:43.484Z Fresh base64ct v1.8.3
54752026-04-07T02:29:43.484Z Fresh anstyle-query v1.1.5
54762026-04-07T02:29:43.487Z Fresh serde_derive v1.0.228
54772026-04-07T02:29:43.487Z Fresh zeroize_derive v1.4.3
54782026-04-07T02:29:43.487Z Fresh synstructure v0.13.2
54792026-04-07T02:29:43.487Z Fresh zerovec-derive v0.11.2
54802026-04-07T02:29:43.487Z Fresh displaydoc v0.2.5
54812026-04-07T02:29:43.487Z Fresh cc v1.2.56
54822026-04-07T02:29:43.487Z Fresh parking_lot v0.12.5
54832026-04-07T02:29:43.487Z Fresh zerocopy-derive v0.8.40
54842026-04-07T02:29:43.487Z Fresh rand_core v0.6.4
54852026-04-07T02:29:43.487Z Fresh thiserror-impl v2.0.18
54862026-04-07T02:29:43.487Z Fresh signal-hook-registry v1.4.8
54872026-04-07T02:29:43.488Z Fresh tokio-macros v2.6.0
54882026-04-07T02:29:43.488Z Fresh uuid v1.23.0
54892026-04-07T02:29:43.488Z Fresh serde_derive_internals v0.29.1
54902026-04-07T02:29:43.488Z Fresh getrandom v0.3.4
54912026-04-07T02:29:43.488Z Fresh futures-macro v0.3.32
54922026-04-07T02:29:43.488Z Fresh rustix v1.1.3
54932026-04-07T02:29:43.488Z Fresh thiserror-impl v1.0.69
54942026-04-07T02:29:43.488Z Fresh syn v1.0.109
54952026-04-07T02:29:43.488Z Fresh regex v1.12.3
54962026-04-07T02:29:43.488Z Fresh tracing-core v0.1.36
54972026-04-07T02:29:43.488Z Fresh tracing-attributes v0.1.31
54982026-04-07T02:29:43.488Z Fresh anyhow v1.0.102
54992026-04-07T02:29:43.488Z Fresh anstyle-parse v0.2.7
55002026-04-07T02:29:43.488Z Fresh colorchoice v1.0.4
55012026-04-07T02:29:43.488Z Fresh is_terminal_polyfill v1.70.2
55022026-04-07T02:29:43.488Z Fresh ryu v1.0.23
55032026-04-07T02:29:43.488Z Fresh time-core v0.1.8
55042026-04-07T02:29:43.488Z Fresh num-conv v0.2.0
55052026-04-07T02:29:43.488Z Fresh powerfmt v0.2.0
55062026-04-07T02:29:43.488Z Fresh serde v1.0.228
55072026-04-07T02:29:43.488Z Fresh zeroize v1.8.2
55082026-04-07T02:29:43.488Z Fresh zerofrom-derive v0.1.6
55092026-04-07T02:29:43.488Z Fresh yoke-derive v0.8.1
55102026-04-07T02:29:43.488Z Fresh zerocopy v0.8.40
55112026-04-07T02:29:43.488Z Fresh thiserror v2.0.18
55122026-04-07T02:29:43.488Z Fresh schemars_derive v0.8.22
55132026-04-07T02:29:43.488Z Fresh futures-util v0.3.32
55142026-04-07T02:29:43.488Z Fresh thiserror v1.0.69
55152026-04-07T02:29:43.488Z Fresh tracing v0.1.44
55162026-04-07T02:29:43.488Z Fresh crossbeam-utils v0.8.21
55172026-04-07T02:29:43.488Z Fresh httparse v1.10.1
55182026-04-07T02:29:43.488Z Fresh anstream v0.6.21
55192026-04-07T02:29:43.488Z Fresh terminal_size v0.4.3
55202026-04-07T02:29:43.488Z Fresh deranged v0.5.8
55212026-04-07T02:29:43.488Z Fresh time-macros v0.2.27
55222026-04-07T02:29:43.488Z Fresh pem-rfc7468 v0.7.0
55232026-04-07T02:29:43.488Z Fresh atomic-waker v1.1.2
55242026-04-07T02:29:43.488Z Fresh num_threads v0.1.7
55252026-04-07T02:29:43.488Z Fresh clap_lex v1.0.0
55262026-04-07T02:29:43.489Z Fresh rand_core v0.9.5
55272026-04-07T02:29:43.489Z Fresh clap_derive v4.5.55
55282026-04-07T02:29:43.489Z Fresh httpdate v1.0.3
55292026-04-07T02:29:43.489Z Fresh try-lock v0.2.5
55302026-04-07T02:29:43.489Z Fresh cmake v0.1.57
55312026-04-07T02:29:43.489Z Fresh der_derive v0.7.3
55322026-04-07T02:29:43.489Z Fresh tower-service v0.3.3
55332026-04-07T02:29:43.489Z Fresh pin-utils v0.1.0
55342026-04-07T02:29:43.489Z Fresh tower-layer v0.3.3
55352026-04-07T02:29:43.492Z Fresh bytes v1.11.1
55362026-04-07T02:29:43.492Z Fresh zerofrom v0.1.6
55372026-04-07T02:29:43.492Z Fresh chrono v0.4.44
55382026-04-07T02:29:43.492Z Fresh generic-array v0.14.7
55392026-04-07T02:29:43.492Z Fresh ppv-lite86 v0.2.21
55402026-04-07T02:29:43.492Z Fresh serde_tokenstream v0.2.3
55412026-04-07T02:29:43.492Z Fresh ipnet v2.11.0
55422026-04-07T02:29:43.492Z Fresh rustls-pki-types v1.14.0
55432026-04-07T02:29:43.492Z Fresh clap_builder v4.5.60
55442026-04-07T02:29:43.492Z Fresh time v0.3.47
55452026-04-07T02:29:43.492Z Fresh want v0.3.1
55462026-04-07T02:29:43.492Z Fresh dunce v1.0.5
55472026-04-07T02:29:43.492Z Fresh flagset v0.4.7
55482026-04-07T02:29:43.492Z Fresh fs_extra v1.3.0
55492026-04-07T02:29:43.492Z Fresh erased-serde v0.3.31
55502026-04-07T02:29:43.492Z Fresh unicode-segmentation v1.12.0
55512026-04-07T02:29:43.492Z Fresh socket2 v0.5.10
55522026-04-07T02:29:43.492Z Fresh spin v0.9.8
55532026-04-07T02:29:43.493Z Fresh vcpkg v0.2.15
55542026-04-07T02:29:43.493Z Fresh async-trait v0.1.89
55552026-04-07T02:29:43.493Z Fresh ucd-trie v0.1.7
55562026-04-07T02:29:43.493Z Fresh pretty-hex v0.4.1
55572026-04-07T02:29:43.493Z Fresh fastrand v2.3.0
55582026-04-07T02:29:43.493Z Fresh hex v0.4.3
55592026-04-07T02:29:43.493Z Fresh plain v0.2.3
55602026-04-07T02:29:43.493Z Fresh untrusted v0.7.1
55612026-04-07T02:29:43.493Z Fresh serde_urlencoded v0.7.1
55622026-04-07T02:29:43.493Z Fresh yoke v0.8.1
55632026-04-07T02:29:43.493Z Fresh tokio v1.50.0
55642026-04-07T02:29:43.493Z Fresh crypto-common v0.1.7
55652026-04-07T02:29:43.493Z Fresh block-buffer v0.10.4
55662026-04-07T02:29:43.493Z Fresh http v1.4.0
55672026-04-07T02:29:43.493Z Fresh ring v0.17.14
55682026-04-07T02:29:43.493Z Fresh block-padding v0.3.3
55692026-04-07T02:29:43.493Z Fresh clap v4.5.60
55702026-04-07T02:29:43.493Z Fresh der v0.7.10
55712026-04-07T02:29:43.493Z Fresh camino v1.2.2
55722026-04-07T02:29:43.493Z Fresh slog v2.8.2
55732026-04-07T02:29:43.493Z Fresh rand_chacha v0.9.0
55742026-04-07T02:29:43.493Z Fresh pest v2.8.6
55752026-04-07T02:29:43.493Z Fresh openssl-probe v0.2.1
55762026-04-07T02:29:43.493Z Fresh tempfile v3.25.0
55772026-04-07T02:29:43.493Z Fresh rand_chacha v0.3.1
55782026-04-07T02:29:43.493Z Fresh rustc_version v0.4.1
55792026-04-07T02:29:43.493Z Fresh winnow v0.7.14
55802026-04-07T02:29:43.493Z Fresh openapiv3 v2.2.0
55812026-04-07T02:29:43.493Z Fresh sync_wrapper v1.0.2
55822026-04-07T02:29:43.493Z Fresh webpki-roots v1.0.6
55832026-04-07T02:29:43.493Z Fresh darling_core v0.21.3
55842026-04-07T02:29:43.493Z Fresh iri-string v0.7.10
55852026-04-07T02:29:43.493Z Fresh simd-adler32 v0.3.8
55862026-04-07T02:29:43.493Z Fresh adler2 v2.0.1
55872026-04-07T02:29:43.497Z Fresh mime v0.3.17
55882026-04-07T02:29:43.497Z Fresh static_assertions v1.1.0
55892026-04-07T02:29:43.497Z Fresh lazy_static v1.5.0
55902026-04-07T02:29:43.497Z Fresh toml_datetime v0.6.11
55912026-04-07T02:29:43.497Z Fresh zerovec v0.11.5
55922026-04-07T02:29:43.497Z Fresh zerotrie v0.2.3
55932026-04-07T02:29:43.497Z Fresh digest v0.10.7
55942026-04-07T02:29:43.497Z Fresh tokio-util v0.7.18
55952026-04-07T02:29:43.497Z Fresh inout v0.1.4
55962026-04-07T02:29:43.497Z Fresh http-body v1.0.1
55972026-04-07T02:29:43.497Z Fresh rand v0.9.2
55982026-04-07T02:29:43.497Z Fresh pest_meta v2.8.6
55992026-04-07T02:29:43.497Z Fresh spki v0.7.3
56002026-04-07T02:29:43.497Z Fresh rand v0.8.5
56012026-04-07T02:29:43.497Z Fresh rustls-native-certs v0.8.3
56022026-04-07T02:29:43.497Z Fresh tower v0.5.3
56032026-04-07T02:29:43.497Z Fresh darling_macro v0.21.3
56042026-04-07T02:29:43.497Z Fresh miniz_oxide v0.8.9
56052026-04-07T02:29:43.497Z Fresh serde_spanned v0.6.9
56062026-04-07T02:29:43.497Z Fresh hubpack_derive v0.1.1
56072026-04-07T02:29:43.497Z Fresh strum_macros v0.26.4
56082026-04-07T02:29:43.497Z Fresh encoding_rs v0.8.35
56092026-04-07T02:29:43.497Z Fresh toml_parser v1.0.9+spec-1.1.0
56102026-04-07T02:29:43.497Z Fresh scroll_derive v0.13.1
56112026-04-07T02:29:43.497Z Fresh foreign-types-shared v0.1.1
56122026-04-07T02:29:43.497Z Fresh heck v0.4.1
56132026-04-07T02:29:43.497Z Fresh openssl-macros v0.1.1
56142026-04-07T02:29:43.497Z Fresh tinyvec_macros v0.1.1
56152026-04-07T02:29:43.497Z Fresh num-integer v0.1.46
56162026-04-07T02:29:43.498Z Fresh data-encoding v2.10.0
56172026-04-07T02:29:43.498Z Fresh tinystr v0.8.2
56182026-04-07T02:29:43.498Z Fresh potential_utf v0.1.4
56192026-04-07T02:29:43.498Z Fresh cipher v0.4.4
56202026-04-07T02:29:43.498Z Fresh sha2 v0.10.9
56212026-04-07T02:29:43.498Z Fresh hmac v0.12.1
56222026-04-07T02:29:43.498Z Fresh h2 v0.4.13
56232026-04-07T02:29:43.498Z Fresh http-body-util v0.1.3
56242026-04-07T02:29:43.498Z Fresh aws-lc-sys v0.37.1
56252026-04-07T02:29:43.498Z Fresh pest_generator v2.8.6
56262026-04-07T02:29:43.498Z Fresh tower-http v0.6.8
56272026-04-07T02:29:43.498Z Fresh darling v0.21.3
56282026-04-07T02:29:43.498Z Fresh signature v2.2.0
56292026-04-07T02:29:43.498Z Fresh hubpack v0.1.2
56302026-04-07T02:29:43.498Z Fresh paste v1.0.15
56312026-04-07T02:29:43.498Z Fresh strum v0.26.3
56322026-04-07T02:29:43.498Z Fresh scroll v0.13.0
56332026-04-07T02:29:43.498Z Fresh openssl-sys v0.9.111
56342026-04-07T02:29:43.498Z Fresh foreign-types v0.3.2
56352026-04-07T02:29:43.498Z Fresh sha1 v0.10.6
56362026-04-07T02:29:43.498Z Fresh tinyvec v1.10.0
56372026-04-07T02:29:43.501Z Fresh thread-id v5.1.0
56382026-04-07T02:29:43.502Z Fresh bit-vec v0.8.0
56392026-04-07T02:29:43.502Z Fresh base16ct v0.2.0
56402026-04-07T02:29:43.502Z Fresh zlib-rs v0.6.2
56412026-04-07T02:29:43.502Z Fresh ff v0.13.1
56422026-04-07T02:29:43.502Z Fresh icu_locale_core v2.1.1
56432026-04-07T02:29:43.502Z Fresh icu_collections v2.1.1
56442026-04-07T02:29:43.502Z Fresh hyper v1.8.1
56452026-04-07T02:29:43.502Z Fresh aws-lc-rs v1.16.0
56462026-04-07T02:29:43.502Z Fresh aes v0.8.4
56472026-04-07T02:29:43.502Z Fresh pbkdf2 v0.12.2
56482026-04-07T02:29:43.502Z Fresh cbc v0.1.2
56492026-04-07T02:29:43.502Z Fresh salsa20 v0.10.2
56502026-04-07T02:29:43.502Z Fresh pest_derive v2.8.6
56512026-04-07T02:29:43.502Z Fresh crc32fast v1.5.0
56522026-04-07T02:29:43.502Z Fresh openssl v0.10.75
56532026-04-07T02:29:43.502Z Fresh goblin v0.10.5
56542026-04-07T02:29:43.502Z Fresh bit-set v0.8.0
56552026-04-07T02:29:43.502Z Fresh scroll_derive v0.12.1
56562026-04-07T02:29:43.502Z Fresh memmap2 v0.9.10
56572026-04-07T02:29:43.502Z Fresh wait-timeout v0.2.1
56582026-04-07T02:29:43.502Z Fresh toml_datetime v0.7.5+spec-1.1.0
56592026-04-07T02:29:43.502Z Fresh litrs v1.0.0
56602026-04-07T02:29:43.502Z Fresh group v0.13.0
56612026-04-07T02:29:43.502Z Fresh hkdf v0.12.4
56622026-04-07T02:29:43.502Z Fresh num-iter v0.1.45
56632026-04-07T02:29:43.502Z Fresh crypto-bigint v0.5.5
56642026-04-07T02:29:43.502Z Fresh crossbeam-epoch v0.9.18
56652026-04-07T02:29:43.502Z Fresh zerocopy-derive v0.7.35
56662026-04-07T02:29:43.502Z Fresh bstr v1.12.1
56672026-04-07T02:29:43.502Z Fresh psl-types v2.0.11
56682026-04-07T02:29:43.502Z Fresh icu_provider v2.1.1
56692026-04-07T02:29:43.502Z Fresh hyper-util v0.1.20
56702026-04-07T02:29:43.502Z Fresh rustls-webpki v0.103.9
56712026-04-07T02:29:43.502Z Fresh scrypt v0.11.0
56722026-04-07T02:29:43.502Z Fresh dtrace-parser v0.3.0
56732026-04-07T02:29:43.502Z Fresh dof v0.4.0
56742026-04-07T02:29:43.502Z Fresh native-tls v0.2.18
56752026-04-07T02:29:43.502Z Fresh flate2 v1.1.9
56762026-04-07T02:29:43.503Z Fresh scroll v0.12.0
56772026-04-07T02:29:43.503Z Fresh object v0.37.3
56782026-04-07T02:29:43.503Z Fresh ahash v0.8.12
56792026-04-07T02:29:43.503Z Fresh document-features v0.2.12
56802026-04-07T02:29:43.503Z Fresh cfg_aliases v0.2.1
56812026-04-07T02:29:43.503Z Fresh siphasher v1.0.2
56822026-04-07T02:29:43.503Z Fresh quick-error v1.2.3
56832026-04-07T02:29:43.503Z Fresh zerocopy v0.7.35
56842026-04-07T02:29:43.503Z Fresh rand_xorshift v0.4.0
56852026-04-07T02:29:43.503Z Fresh itertools v0.13.0
56862026-04-07T02:29:43.503Z Fresh darling_core v0.20.11
56872026-04-07T02:29:43.503Z Fresh unarray v0.1.4
56882026-04-07T02:29:43.503Z Fresh winnow v0.5.40
56892026-04-07T02:29:43.503Z Fresh dtrace-parser v0.2.0
56902026-04-07T02:29:43.503Z Fresh x509-cert v0.2.5
56912026-04-07T02:29:43.503Z Fresh thread-id v4.2.2
56922026-04-07T02:29:43.503Z Fresh rfc6979 v0.4.0
56932026-04-07T02:29:43.503Z Fresh curve25519-dalek-derive v0.1.1
56942026-04-07T02:29:43.506Z Fresh icu_properties v2.1.2
56952026-04-07T02:29:43.506Z Fresh icu_normalizer v2.1.1
56962026-04-07T02:29:43.506Z Fresh rustls v0.23.37
56972026-04-07T02:29:43.506Z Fresh pkcs5 v0.7.1
56982026-04-07T02:29:43.506Z Fresh usdt-impl v0.6.0
56992026-04-07T02:29:43.506Z Fresh tokio-native-tls v0.3.1
57002026-04-07T02:29:43.506Z Fresh goblin v0.8.2
57012026-04-07T02:29:43.506Z Fresh cookie v0.18.1
57022026-04-07T02:29:43.506Z Fresh rusty-fork v0.3.1
57032026-04-07T02:29:43.506Z Fresh darling_macro v0.20.11
57042026-04-07T02:29:43.507Z Fresh rustix v0.38.44
57052026-04-07T02:29:43.507Z Fresh toml_edit v0.19.15
57062026-04-07T02:29:43.507Z Fresh serde_with_macros v3.17.0
57072026-04-07T02:29:43.507Z Fresh daft-derive v0.1.5
57082026-04-07T02:29:43.507Z Fresh env_filter v1.0.0
57092026-04-07T02:29:43.507Z Fresh toml_write v0.1.2
57102026-04-07T02:29:43.507Z Fresh keccak v0.1.6
57112026-04-07T02:29:43.507Z Fresh bitflags v1.3.2
57122026-04-07T02:29:43.507Z Fresh unicode-normalization v0.1.25
57132026-04-07T02:29:43.507Z Fresh enum-as-inner v0.6.1
57142026-04-07T02:29:43.507Z Fresh managed v0.8.0
57152026-04-07T02:29:43.507Z Fresh phf_shared v0.11.3
57162026-04-07T02:29:43.507Z Fresh idna_adapter v1.2.1
57172026-04-07T02:29:43.507Z Fresh tokio-rustls v0.26.4
57182026-04-07T02:29:43.507Z Fresh pkcs8 v0.10.2
57192026-04-07T02:29:43.507Z Fresh usdt-macro v0.6.0
57202026-04-07T02:29:43.507Z Fresh hyper-tls v0.6.0
57212026-04-07T02:29:43.507Z Fresh usdt-attr-macro v0.6.0
57222026-04-07T02:29:43.507Z Fresh num-bigint-dig v0.8.6
57232026-04-07T02:29:43.507Z Fresh rustls-platform-verifier v0.6.2
57242026-04-07T02:29:43.507Z Fresh proptest v1.10.0
57252026-04-07T02:29:43.507Z Fresh dof v0.3.0
57262026-04-07T02:29:43.507Z Fresh darling v0.20.11
57272026-04-07T02:29:43.507Z Fresh memoffset v0.9.1
57282026-04-07T02:29:43.507Z Fresh curve25519-dalek v4.1.3
57292026-04-07T02:29:43.507Z Fresh sha3 v0.10.8
57302026-04-07T02:29:43.507Z Fresh toml_edit v0.22.27
57312026-04-07T02:29:43.507Z Fresh env_logger v0.11.9
57322026-04-07T02:29:43.507Z Fresh cargo-platform v0.1.9
57332026-04-07T02:29:43.507Z Fresh ref-cast-impl v1.0.25
57342026-04-07T02:29:43.507Z Fresh precomputed-hash v0.1.1
57352026-04-07T02:29:43.507Z Fresh new_debug_unreachable v1.0.6
57362026-04-07T02:29:43.507Z Fresh fixedbitset v0.4.2
57372026-04-07T02:29:43.507Z Fresh rustc-hash v2.1.1
57382026-04-07T02:29:43.507Z Fresh foldhash v0.1.5
57392026-04-07T02:29:43.507Z Fresh idna v1.1.0
57402026-04-07T02:29:43.512Z Fresh hyper-rustls v0.27.7
57412026-04-07T02:29:43.512Z Fresh sec1 v0.7.3
57422026-04-07T02:29:43.512Z Fresh pkcs1 v0.7.5
57432026-04-07T02:29:43.512Z Fresh usdt v0.6.0
57442026-04-07T02:29:43.512Z Fresh usdt-impl v0.5.0
57452026-04-07T02:29:43.512Z Fresh derive_builder_core v0.20.2
57462026-04-07T02:29:43.512Z Fresh ed25519 v2.2.3
57472026-04-07T02:29:43.512Z Fresh signal-hook v0.3.18
57482026-04-07T02:29:43.512Z Fresh bzip2-sys v0.1.13+1.0.8
57492026-04-07T02:29:43.512Z Fresh nix v0.31.1
57502026-04-07T02:29:43.512Z Fresh petgraph v0.6.5
57512026-04-07T02:29:43.512Z Fresh ref-cast v1.0.25
57522026-04-07T02:29:43.512Z Fresh cargo_metadata v0.19.2
57532026-04-07T02:29:43.512Z Fresh hashbrown v0.15.5
57542026-04-07T02:29:43.512Z Fresh string_cache v0.8.9
57552026-04-07T02:29:43.512Z Fresh zstd-sys v2.0.16+zstd.1.5.7
57562026-04-07T02:29:43.512Z Fresh toml v0.7.8
57572026-04-07T02:29:43.512Z Fresh libbz2-rs-sys v0.2.2
57582026-04-07T02:29:43.512Z Fresh lalrpop-util v0.19.12
57592026-04-07T02:29:43.512Z Fresh bumpalo v3.20.2
57602026-04-07T02:29:43.512Z Fresh similar v2.7.0
57612026-04-07T02:29:43.512Z Fresh tokio-stream v0.1.18
57622026-04-07T02:29:43.512Z Fresh serde-big-array v0.5.1
57632026-04-07T02:29:43.512Z Fresh hash32 v0.2.1
57642026-04-07T02:29:43.512Z Fresh unicode-properties v0.1.4
57652026-04-07T02:29:43.512Z Fresh jiff v0.2.21
57662026-04-07T02:29:43.512Z Fresh url v2.5.8
57672026-04-07T02:29:43.512Z Fresh publicsuffix v2.3.0
57682026-04-07T02:29:43.513Z Fresh elliptic-curve v0.13.8
57692026-04-07T02:29:43.513Z Fresh rsa v0.9.10
57702026-04-07T02:29:43.513Z Fresh derive_builder_macro v0.20.2
57712026-04-07T02:29:43.513Z Fresh ed25519-dalek v2.2.0
57722026-04-07T02:29:43.513Z Fresh bzip2 v0.4.4
57732026-04-07T02:29:43.513Z Fresh signal-hook-mio v0.2.5
57742026-04-07T02:29:43.513Z Fresh zstd-safe v7.2.4
57752026-04-07T02:29:43.513Z Fresh fs-err v3.3.0
57762026-04-07T02:29:43.513Z Fresh zopfli v0.8.3
57772026-04-07T02:29:43.513Z Fresh bzip2 v0.6.1
57782026-04-07T02:29:43.513Z Fresh predicates-core v1.0.10
57792026-04-07T02:29:43.513Z Fresh unicode-bidi v0.3.18
57802026-04-07T02:29:43.513Z Fresh md-5 v0.10.6
57812026-04-07T02:29:43.513Z Fresh float-cmp v0.10.0
57822026-04-07T02:29:43.513Z Fresh strum_macros v0.27.2
57832026-04-07T02:29:43.513Z Fresh difflib v0.4.0
57842026-04-07T02:29:43.513Z Fresh normalize-line-endings v0.3.0
57852026-04-07T02:29:43.513Z Fresh fallible-iterator v0.2.0
57862026-04-07T02:29:43.513Z Fresh phf_shared v0.13.1
57872026-04-07T02:29:43.513Z Fresh buf-list v1.1.2
57882026-04-07T02:29:43.513Z Fresh serde_repr v0.1.20
57892026-04-07T02:29:43.513Z Fresh fixedbitset v0.5.7
57902026-04-07T02:29:43.513Z Fresh peg-runtime v0.8.5
57912026-04-07T02:29:43.513Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57922026-04-07T02:29:43.513Z Fresh whoami v2.1.0
57932026-04-07T02:29:43.513Z Fresh is-terminal v0.4.17
57942026-04-07T02:29:43.513Z Fresh futures-executor v0.3.32
57952026-04-07T02:29:43.513Z Fresh crossbeam-channel v0.5.15
57962026-04-07T02:29:43.513Z Fresh schemars v0.8.22
57972026-04-07T02:29:43.513Z Fresh cookie_store v0.22.1
57982026-04-07T02:29:43.513Z Fresh reqwest v0.12.28
57992026-04-07T02:29:43.513Z Fresh ecdsa v0.16.9
58002026-04-07T02:29:43.513Z Fresh derive_builder v0.20.2
58012026-04-07T02:29:43.513Z Fresh zip v0.6.6
58022026-04-07T02:29:43.513Z Fresh zstd v0.13.3
58032026-04-07T02:29:43.513Z Fresh crossterm v0.28.1
58042026-04-07T02:29:43.513Z Fresh hickory-proto v0.25.2
58052026-04-07T02:29:43.513Z Fresh stringprep v0.1.5
58062026-04-07T02:29:43.513Z Fresh heapless v0.7.17
58072026-04-07T02:29:43.514Z Fresh strum v0.27.2
58082026-04-07T02:29:43.518Z Fresh predicates v3.1.4
58092026-04-07T02:29:43.518Z Fresh phf v0.13.1
58102026-04-07T02:29:43.518Z Fresh petgraph v0.8.3
58112026-04-07T02:29:43.518Z Fresh futures v0.3.32
58122026-04-07T02:29:43.518Z Fresh thread_local v1.1.9
58132026-04-07T02:29:43.518Z Fresh take_mut v0.2.2
58142026-04-07T02:29:43.518Z Fresh term v1.2.1
58152026-04-07T02:29:43.518Z Fresh regress v0.10.5
58162026-04-07T02:29:43.518Z Fresh structmeta-derive v0.3.0
58172026-04-07T02:29:43.518Z Fresh match_cfg v0.1.0
58182026-04-07T02:29:43.518Z Fresh slog-json v2.6.1
58192026-04-07T02:29:43.518Z Fresh newtype-uuid-macros v0.1.0
58202026-04-07T02:29:43.518Z Fresh debug-ignore v1.0.5
58212026-04-07T02:29:43.518Z Fresh serde_spanned v1.0.4
58222026-04-07T02:29:43.518Z Fresh toml_writer v1.0.6+spec-1.1.0
58232026-04-07T02:29:43.518Z Fresh rustls-webpki v0.102.8
58242026-04-07T02:29:43.518Z Fresh serde_path_to_error v0.1.20
58252026-04-07T02:29:43.518Z Fresh ipnetwork v0.21.1
58262026-04-07T02:29:43.518Z Fresh reqwest v0.13.2
58272026-04-07T02:29:43.518Z Fresh newtype-uuid v1.3.2
58282026-04-07T02:29:43.518Z Fresh serde_with v3.17.0
58292026-04-07T02:29:43.518Z Fresh vergen-lib v0.1.6
58302026-04-07T02:29:43.518Z Fresh zip v4.6.1
58312026-04-07T02:29:43.518Z Fresh postgres-protocol v0.6.10
58322026-04-07T02:29:43.518Z Fresh smoltcp v0.9.1
58332026-04-07T02:29:43.518Z Fresh slog-term v2.9.2
58342026-04-07T02:29:43.518Z Fresh structmeta v0.3.0
58352026-04-07T02:29:43.519Z Fresh hostname v0.3.1
58362026-04-07T02:29:43.519Z Fresh async-stream-impl v0.3.6
58372026-04-07T02:29:43.519Z Fresh rustls-pemfile v2.2.0
58382026-04-07T02:29:43.519Z Fresh waitgroup v0.1.2
58392026-04-07T02:29:43.519Z Fresh hostname v0.4.2
58402026-04-07T02:29:43.519Z Fresh toml v0.9.12+spec-1.1.0
58412026-04-07T02:29:43.519Z Fresh dropshot_endpoint v0.16.7
58422026-04-07T02:29:43.519Z Fresh itertools v0.14.0
58432026-04-07T02:29:43.519Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58442026-04-07T02:29:43.519Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
58452026-04-07T02:29:43.519Z Fresh macaddr v1.0.1
58462026-04-07T02:29:43.519Z Fresh instant v0.1.13
58472026-04-07T02:29:43.519Z Fresh progenitor-client v0.10.0
58482026-04-07T02:29:43.519Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
58492026-04-07T02:29:43.519Z Fresh backon v1.6.0
58502026-04-07T02:29:43.519Z Fresh unicode-width v0.2.0
58512026-04-07T02:29:43.519Z Fresh toml v0.8.23
58522026-04-07T02:29:43.519Z Fresh convert_case v0.4.0
58532026-04-07T02:29:43.519Z Fresh oxnet v0.1.4
58542026-04-07T02:29:43.519Z Fresh vergen v9.0.6
58552026-04-07T02:29:43.519Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58562026-04-07T02:29:43.519Z Fresh postgres-types v0.2.12
58572026-04-07T02:29:43.519Z Fresh slog-async v2.8.0
58582026-04-07T02:29:43.519Z Fresh slog-bunyan v2.5.0
58592026-04-07T02:29:43.519Z Fresh derive-ex v0.1.8
58602026-04-07T02:29:43.519Z Fresh progenitor-client v0.13.0
58612026-04-07T02:29:43.519Z Fresh rustls v0.22.4
58622026-04-07T02:29:43.519Z Fresh async-stream v0.3.6
58632026-04-07T02:29:43.519Z Fresh multer v3.1.0
58642026-04-07T02:29:43.519Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58652026-04-07T02:29:43.519Z Fresh parse-display-derive v0.10.0
58662026-04-07T02:29:43.519Z Fresh backoff v0.4.0
58672026-04-07T02:29:43.519Z Fresh derive_more v0.99.20
58682026-04-07T02:29:43.519Z Fresh half v2.7.1
58692026-04-07T02:29:43.519Z Fresh ciborium-io v0.2.2
58702026-04-07T02:29:43.519Z Fresh unsafe-libyaml v0.2.11
58712026-04-07T02:29:43.519Z Fresh secrecy v0.10.3
58722026-04-07T02:29:43.519Z Fresh universal-hash v0.5.1
58732026-04-07T02:29:43.520Z Fresh indent_write v2.2.0
58742026-04-07T02:29:43.520Z Fresh opaque-debug v0.3.1
58752026-04-07T02:29:43.520Z Fresh typify-impl v0.6.1
58762026-04-07T02:29:43.520Z Fresh aead v0.5.2
58772026-04-07T02:29:43.520Z Fresh chacha20 v0.9.1
58782026-04-07T02:29:43.520Z Fresh camino-tempfile v1.4.1
58792026-04-07T02:29:43.520Z Fresh thiserror-impl-no-std v2.0.2
58802026-04-07T02:29:43.520Z Fresh swrite v0.1.0
58812026-04-07T02:29:43.520Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
58822026-04-07T02:29:43.520Z Fresh byte-wrapper v0.1.0
58832026-04-07T02:29:43.520Z Fresh daft v0.1.5
58842026-04-07T02:29:43.520Z Fresh tokio-postgres v0.7.16
58852026-04-07T02:29:43.520Z Fresh test-strategy v0.4.5
58862026-04-07T02:29:43.520Z Fresh tokio-rustls v0.25.0
58872026-04-07T02:29:43.520Z Fresh parse-display v0.10.0
58882026-04-07T02:29:43.520Z Fresh progenitor-extras v0.1.1
58892026-04-07T02:29:43.520Z Fresh ciborium-ll v0.2.2
58902026-04-07T02:29:43.520Z Fresh serde_yaml v0.9.34+deprecated
58912026-04-07T02:29:43.520Z Fresh typify-macro v0.6.1
58922026-04-07T02:29:43.520Z Fresh poly1305 v0.8.0
58932026-04-07T02:29:43.520Z Fresh thiserror-no-std v2.0.2
58942026-04-07T02:29:43.520Z Fresh blake2 v0.10.6
58952026-04-07T02:29:43.520Z Fresh password-hash v0.5.0
58962026-04-07T02:29:43.520Z Fresh crossbeam-deque v0.8.6
58972026-04-07T02:29:43.520Z Fresh glob v0.3.3
58982026-04-07T02:29:43.520Z Fresh toml_edit v0.23.10+spec-1.0.0
58992026-04-07T02:29:43.520Z Fresh unicode-width v0.1.14
59002026-04-07T02:29:43.520Z Fresh tabwriter v1.4.1
59012026-04-07T02:29:43.520Z Fresh ingot-macros v0.1.1
59022026-04-07T02:29:43.520Z Fresh hash32 v0.3.1
59032026-04-07T02:29:43.524Z Fresh cobs v0.3.0
59042026-04-07T02:29:43.524Z Fresh colored v3.1.1
59052026-04-07T02:29:43.524Z Fresh proc-macro-crate v1.3.1
59062026-04-07T02:29:43.524Z Fresh foreign-types-macros v0.2.3
59072026-04-07T02:29:43.524Z Fresh iddqd v0.3.17
59082026-04-07T02:29:43.524Z Fresh dropshot v0.16.7
59092026-04-07T02:29:43.524Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59102026-04-07T02:29:43.524Z Fresh ciborium v0.2.2
59112026-04-07T02:29:43.524Z Fresh typify v0.6.1
59122026-04-07T02:29:43.524Z Fresh crucible-workspace-hack v0.1.0
59132026-04-07T02:29:43.524Z Fresh vsss-rs v3.3.4
59142026-04-07T02:29:43.524Z Fresh chacha20poly1305 v0.10.1
59152026-04-07T02:29:43.524Z Fresh argon2 v0.5.3
59162026-04-07T02:29:43.524Z Fresh proc-macro-crate v3.4.0
59172026-04-07T02:29:43.524Z Fresh ingot-types v0.1.2
59182026-04-07T02:29:43.524Z Fresh postcard v1.1.3
59192026-04-07T02:29:43.524Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59202026-04-07T02:29:43.524Z Fresh cpufeatures v0.3.0
59212026-04-07T02:29:43.524Z Fresh foreign-types-shared v0.3.1
59222026-04-07T02:29:43.524Z Fresh num_enum_derive v0.5.11
59232026-04-07T02:29:43.524Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59242026-04-07T02:29:43.525Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59252026-04-07T02:29:43.525Z Fresh sigpipe v0.1.3
59262026-04-07T02:29:43.525Z Fresh cstr-argument v0.1.2
59272026-04-07T02:29:43.525Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
59282026-04-07T02:29:43.525Z Fresh progenitor-impl v0.13.0
59292026-04-07T02:29:43.525Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
59302026-04-07T02:29:43.525Z Fresh rayon-core v1.13.0
59312026-04-07T02:29:43.525Z Fresh proc-macro-error-attr v1.0.4
59322026-04-07T02:29:43.525Z Fresh heapless v0.8.0
59332026-04-07T02:29:43.525Z Fresh num_enum_derive v0.7.5
59342026-04-07T02:29:43.525Z Fresh ingot v0.1.1
59352026-04-07T02:29:43.525Z Fresh foreign-types v0.5.0
59362026-04-07T02:29:43.525Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59372026-04-07T02:29:43.525Z Fresh chacha20 v0.10.0
59382026-04-07T02:29:43.525Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59392026-04-07T02:29:43.525Z Fresh num_enum v0.5.11
59402026-04-07T02:29:43.525Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59412026-04-07T02:29:43.525Z Fresh num-derive v0.4.2
59422026-04-07T02:29:43.525Z Fresh itertools v0.12.1
59432026-04-07T02:29:43.525Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
59442026-04-07T02:29:43.525Z Fresh smf v0.2.3
59452026-04-07T02:29:43.525Z Fresh whoami v1.6.1
59462026-04-07T02:29:43.525Z Fresh usdt-macro v0.5.0
59472026-04-07T02:29:43.525Z Fresh usdt-attr-macro v0.5.0
59482026-04-07T02:29:43.525Z Fresh atomicwrites v0.4.4
59492026-04-07T02:29:43.525Z Fresh memmap v0.7.0
59502026-04-07T02:29:43.525Z Fresh derive-where v1.6.0
59512026-04-07T02:29:43.525Z Fresh console v0.15.11
59522026-04-07T02:29:43.525Z Fresh newline-converter v0.3.0
59532026-04-07T02:29:43.525Z Fresh bytecount v0.6.9
59542026-04-07T02:29:43.525Z Fresh progenitor-macro v0.13.0
59552026-04-07T02:29:43.525Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
59562026-04-07T02:29:43.525Z Fresh proc-macro-error v1.0.4
59572026-04-07T02:29:43.525Z Fresh rayon v1.11.0
59582026-04-07T02:29:43.525Z Fresh smoltcp v0.11.0
59592026-04-07T02:29:43.525Z Fresh num_enum v0.7.5
59602026-04-07T02:29:43.525Z Fresh rand v0.10.0
59612026-04-07T02:29:43.526Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59622026-04-07T02:29:43.526Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59632026-04-07T02:29:43.526Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59642026-04-07T02:29:43.526Z Fresh usdt v0.5.0
59652026-04-07T02:29:43.526Z Fresh expectorate v1.2.0
59662026-04-07T02:29:43.526Z Fresh num-rational v0.4.2
59672026-04-07T02:29:43.526Z Fresh num-complex v0.4.6
59682026-04-07T02:29:43.526Z Fresh libsw-core v0.3.2
59692026-04-07T02:29:43.526Z Fresh float-ord v0.3.2
59702026-04-07T02:29:43.526Z Fresh linear-map v1.2.0
59712026-04-07T02:29:43.526Z Fresh gethostname v0.5.0
59722026-04-07T02:29:43.526Z Fresh same-file v1.0.6
59732026-04-07T02:29:43.526Z Fresh unicode-xid v0.2.6
59742026-04-07T02:29:43.526Z Fresh async-recursion v1.1.1
59752026-04-07T02:29:43.526Z Fresh resolv-conf v0.7.6
59762026-04-07T02:29:43.526Z Fresh convert_case v0.10.0
59772026-04-07T02:29:43.526Z Fresh unicode-linebreak v0.1.5
59782026-04-07T02:29:43.526Z Fresh smawk v0.3.2
59792026-04-07T02:29:43.526Z Fresh globset v0.4.18
59802026-04-07T02:29:43.526Z Fresh progenitor v0.13.0
59812026-04-07T02:29:43.526Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
59822026-04-07T02:29:43.526Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59832026-04-07T02:29:43.526Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59842026-04-07T02:29:43.526Z Fresh zone_cfg_derive v0.3.1
59852026-04-07T02:29:43.526Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59862026-04-07T02:29:43.526Z Fresh tokio-dtrace v0.1.1
59872026-04-07T02:29:43.526Z Fresh num v0.4.3
59882026-04-07T02:29:43.526Z Fresh owo-colors v4.3.0
59892026-04-07T02:29:43.526Z Fresh libsw v3.5.0
59902026-04-07T02:29:43.526Z Fresh walkdir v2.5.0
59912026-04-07T02:29:43.526Z Fresh derive_more-impl v2.1.1
59922026-04-07T02:29:43.526Z Fresh termtree v0.5.1
59932026-04-07T02:29:43.526Z Fresh fd-lock v4.0.4
59942026-04-07T02:29:43.526Z Fresh pin-project-internal v1.1.11
59952026-04-07T02:29:43.526Z Fresh vte v0.14.1
59962026-04-07T02:29:43.526Z Fresh minimal-lexical v0.2.1
59972026-04-07T02:29:43.526Z Fresh linked-hash-map v0.5.6
59982026-04-07T02:29:43.526Z Fresh hickory-proto v0.24.4
59992026-04-07T02:29:43.526Z Fresh pem v3.0.6
60002026-04-07T02:29:43.527Z Fresh display-error-chain v0.2.2
60012026-04-07T02:29:43.527Z Fresh nu-ansi-term v0.50.3
60022026-04-07T02:29:43.527Z Fresh ar_archive_writer v0.5.1
60032026-04-07T02:29:43.530Z Fresh snafu-derive v0.8.9
60042026-04-07T02:29:43.530Z Fresh textwrap v0.16.2
60052026-04-07T02:29:43.530Z Fresh olpc-cjson v0.1.4
60062026-04-07T02:29:43.530Z Fresh serde_plain v1.0.2
60072026-04-07T02:29:43.530Z Fresh typed-path v0.9.3
60082026-04-07T02:29:43.530Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
60092026-04-07T02:29:43.530Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
60102026-04-07T02:29:43.530Z Fresh zone v0.3.1
60112026-04-07T02:29:43.530Z Fresh oxide-tokio-rt v0.1.3
60122026-04-07T02:29:43.530Z Fresh cancel-safe-futures v0.1.5
60132026-04-07T02:29:43.530Z Fresh prettyplease v0.2.37
60142026-04-07T02:29:43.530Z Fresh derive_more v2.1.1
60152026-04-07T02:29:43.531Z Fresh slog-dtrace v0.3.0
60162026-04-07T02:29:43.531Z Fresh nom v7.1.3
60172026-04-07T02:29:43.531Z Fresh pin-project v1.1.11
60182026-04-07T02:29:43.531Z Fresh lru-cache v0.1.2
60192026-04-07T02:29:43.531Z Fresh strip-ansi-escapes v0.2.1
60202026-04-07T02:29:43.531Z Fresh csv-core v0.1.13
60212026-04-07T02:29:43.531Z Fresh humantime v2.3.0
60222026-04-07T02:29:43.531Z Fresh cfg_aliases v0.1.1
60232026-04-07T02:29:43.531Z Fresh highway v1.3.0
60242026-04-07T02:29:43.531Z Fresh nibble_vec v0.1.0
60252026-04-07T02:29:43.531Z Fresh home v0.5.12
60262026-04-07T02:29:43.531Z Fresh endian-type v0.1.2
60272026-04-07T02:29:43.531Z Fresh tabled_derive v0.7.0
60282026-04-07T02:29:43.531Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
60292026-04-07T02:29:43.531Z Fresh crossterm v0.29.0
60302026-04-07T02:29:43.531Z Fresh reedline v0.40.0
60312026-04-07T02:29:43.531Z Fresh hickory-resolver v0.24.4
60322026-04-07T02:29:43.531Z Fresh snafu v0.8.9
60332026-04-07T02:29:43.531Z Fresh csv v1.4.0
60342026-04-07T02:29:43.531Z Fresh radix_trie v0.2.1
60352026-04-07T02:29:43.531Z Fresh papergrid v0.11.0
60362026-04-07T02:29:43.531Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60372026-04-07T02:29:43.531Z Fresh phf_shared v0.12.1
60382026-04-07T02:29:43.531Z Fresh recursive-proc-macro-impl v0.1.1
60392026-04-07T02:29:43.531Z Fresh semver v0.1.20
60402026-04-07T02:29:43.531Z Fresh const_format_proc_macros v0.2.34
60412026-04-07T02:29:43.531Z Fresh peg-macros v0.8.5
60422026-04-07T02:29:43.531Z Fresh sqlparser_derive v0.5.0
60432026-04-07T02:29:43.531Z Fresh winnow v0.6.26
60442026-04-07T02:29:43.531Z Fresh unicode_categories v0.1.1
60452026-04-07T02:29:43.531Z Fresh bcs v0.1.6
60462026-04-07T02:29:43.531Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
60472026-04-07T02:29:43.531Z Fresh filetime v0.2.27
60482026-04-07T02:29:43.531Z Fresh xattr v1.6.1
60492026-04-07T02:29:43.531Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
60502026-04-07T02:29:43.531Z Fresh qorb v0.4.1
60512026-04-07T02:29:43.531Z Fresh tough v0.20.0
60522026-04-07T02:29:43.531Z Fresh psm v0.1.30
60532026-04-07T02:29:43.532Z Fresh tabled v0.15.0
60542026-04-07T02:29:43.532Z Fresh rustc_version v0.1.7
60552026-04-07T02:29:43.532Z Fresh phf v0.12.1
60562026-04-07T02:29:43.532Z Fresh peg v0.8.5
60572026-04-07T02:29:43.532Z Fresh sqlformat v0.3.5
60582026-04-07T02:29:43.532Z Fresh const_format v0.2.35
60592026-04-07T02:29:43.532Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
60602026-04-07T02:29:43.532Z Fresh tar v0.4.45
60612026-04-07T02:29:43.532Z Fresh subprocess v0.2.15
60622026-04-07T02:29:43.532Z Fresh headers-core v0.3.0
60632026-04-07T02:29:43.532Z Fresh base64 v0.21.7
60642026-04-07T02:29:43.532Z Fresh yasna v0.5.2
60652026-04-07T02:29:43.532Z Fresh dropshot-api-manager-types v0.6.0
60662026-04-07T02:29:43.532Z Fresh tagptr v0.2.0
60672026-04-07T02:29:43.532Z Fresh utf-8 v0.7.6
60682026-04-07T02:29:43.532Z Fresh stacker v0.1.23
60692026-04-07T02:29:43.532Z Fresh nix v0.28.0
60702026-04-07T02:29:43.532Z Fresh chrono-tz v0.10.4
60712026-04-07T02:29:43.532Z Fresh headers v0.4.1
60722026-04-07T02:29:43.532Z Fresh rcgen v0.12.1
60732026-04-07T02:29:43.532Z Fresh moka v0.12.13
60742026-04-07T02:29:43.532Z Fresh bitfield-struct v0.6.2
60752026-04-07T02:29:43.532Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60762026-04-07T02:29:43.532Z Fresh tungstenite v0.21.0
60772026-04-07T02:29:43.532Z Fresh tap v1.0.1
60782026-04-07T02:29:43.532Z Fresh zerocopy-derive v0.6.6
60792026-04-07T02:29:43.532Z Fresh funty v2.0.0
60802026-04-07T02:29:43.532Z Fresh crc-catalog v2.4.0
60812026-04-07T02:29:43.532Z Fresh packed_struct_codegen v0.10.1
60822026-04-07T02:29:43.532Z Fresh bitfield-macros v0.19.4
60832026-04-07T02:29:43.536Z Fresh nodrop v0.1.14
60842026-04-07T02:29:43.536Z Fresh hashbrown v0.12.3
60852026-04-07T02:29:43.536Z Fresh ron v0.8.1
60862026-04-07T02:29:43.536Z Fresh hashbrown v0.13.2
60872026-04-07T02:29:43.536Z Fresh recursive v0.1.1
60882026-04-07T02:29:43.536Z Fresh rustyline v14.0.0
60892026-04-07T02:29:43.536Z Fresh hickory-resolver v0.25.2
60902026-04-07T02:29:43.536Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60912026-04-07T02:29:43.536Z Fresh tokio-tungstenite v0.21.0
60922026-04-07T02:29:43.536Z Fresh wyz v0.5.1
60932026-04-07T02:29:43.536Z Fresh zerocopy v0.6.6
60942026-04-07T02:29:43.536Z Fresh crc v3.4.0
60952026-04-07T02:29:43.536Z Fresh bitfield v0.19.4
60962026-04-07T02:29:43.536Z Fresh array-init v0.0.4
60972026-04-07T02:29:43.536Z Fresh xshell-macros v0.2.7
60982026-04-07T02:29:43.536Z Fresh crc-any v2.5.0
60992026-04-07T02:29:43.536Z Fresh path-slash v0.1.5
61002026-04-07T02:29:43.536Z Fresh half v1.8.3
61012026-04-07T02:29:43.536Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61022026-04-07T02:29:43.536Z Fresh num-derive v0.3.3
61032026-04-07T02:29:43.536Z Fresh proc-macro-error-attr2 v2.0.0
61042026-04-07T02:29:43.536Z Fresh sqlparser v0.61.0
61052026-04-07T02:29:43.536Z Fresh newtype_derive v0.1.6
61062026-04-07T02:29:43.536Z Fresh libefi-sys v0.1.0
61072026-04-07T02:29:43.536Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61082026-04-07T02:29:43.536Z Fresh radium v0.7.0
61092026-04-07T02:29:43.536Z Fresh maybe-uninit v2.0.0
61102026-04-07T02:29:43.536Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
61112026-04-07T02:29:43.536Z Fresh indexmap v1.9.3
61122026-04-07T02:29:43.537Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61132026-04-07T02:29:43.537Z Fresh xshell v0.2.7
61142026-04-07T02:29:43.537Z Fresh serde_cbor v0.11.2
61152026-04-07T02:29:43.537Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61162026-04-07T02:29:43.537Z Fresh proc-macro-error2 v2.0.1
61172026-04-07T02:29:43.537Z Fresh libscf-sys v1.1.0
61182026-04-07T02:29:43.537Z Fresh maplit v1.0.2
61192026-04-07T02:29:43.537Z Fresh papergrid v0.17.0
61202026-04-07T02:29:43.537Z Fresh testing_table v0.3.0
61212026-04-07T02:29:43.537Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61222026-04-07T02:29:43.537Z Fresh fxhash v0.2.1
61232026-04-07T02:29:43.537Z Fresh unicase v2.9.0
61242026-04-07T02:29:43.537Z Fresh crc8 v0.1.1
61252026-04-07T02:29:43.537Z Fresh diff v0.1.13
61262026-04-07T02:29:43.537Z Fresh dsl_auto_type v0.2.0
61272026-04-07T02:29:43.537Z Fresh steno v0.4.1
61282026-04-07T02:29:43.537Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61292026-04-07T02:29:43.537Z Fresh bitvec v1.0.1
61302026-04-07T02:29:43.537Z Fresh smallvec v0.6.14
61312026-04-07T02:29:43.537Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61322026-04-07T02:29:43.537Z Fresh object v0.30.4
61332026-04-07T02:29:43.537Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61342026-04-07T02:29:43.537Z Fresh tabled_derive v0.11.0
61352026-04-07T02:29:43.537Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61362026-04-07T02:29:43.537Z Fresh git-stub v1.0.0
61372026-04-07T02:29:43.537Z Fresh scheduled-thread-pool v0.2.7
61382026-04-07T02:29:43.537Z Fresh diesel_table_macro_syntax v0.3.0
61392026-04-07T02:29:43.537Z Fresh kstat-rs v0.2.4
61402026-04-07T02:29:43.537Z Fresh downcast-rs v2.0.2
61412026-04-07T02:29:43.537Z Fresh arc-swap v1.8.2
61422026-04-07T02:29:43.537Z Fresh dirs-sys-next v0.1.2
61432026-04-07T02:29:43.537Z Fresh typify-impl v0.4.3
61442026-04-07T02:29:43.537Z Fresh prefix-trie v0.7.0
61452026-04-07T02:29:43.537Z Fresh packed_struct v0.10.1
61462026-04-07T02:29:43.537Z Fresh serde-hex v0.1.0
61472026-04-07T02:29:43.537Z Fresh tabled v0.20.0
61482026-04-07T02:29:43.537Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61492026-04-07T02:29:43.537Z Fresh diesel_derives v2.3.7
61502026-04-07T02:29:43.538Z Fresh git-stub-vcs v0.1.0
61512026-04-07T02:29:43.538Z Fresh r2d2 v0.8.10
61522026-04-07T02:29:43.538Z Fresh slog-scope v4.4.1
61532026-04-07T02:29:43.538Z Fresh dirs-next v2.0.0
61542026-04-07T02:29:43.538Z Fresh typify-macro v0.4.3
61552026-04-07T02:29:43.538Z Fresh hickory-server v0.25.2
61562026-04-07T02:29:43.538Z Fresh nanorand v0.7.0
61572026-04-07T02:29:43.538Z Fresh bit-vec v0.6.3
61582026-04-07T02:29:43.538Z Fresh itertools v0.10.5
61592026-04-07T02:29:43.538Z Fresh libloading v0.8.9
61602026-04-07T02:29:43.538Z Fresh ena v0.14.4
61612026-04-07T02:29:43.538Z Fresh regex-syntax v0.6.29
61622026-04-07T02:29:43.538Z Fresh cexpr v0.6.0
61632026-04-07T02:29:43.538Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61642026-04-07T02:29:43.538Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61652026-04-07T02:29:43.542Z Fresh diesel v2.3.7
61662026-04-07T02:29:43.542Z Fresh vergen-gitcl v1.0.8
61672026-04-07T02:29:43.542Z Fresh parking_lot_core v0.8.6
61682026-04-07T02:29:43.542Z Fresh slog-stdlog v4.1.1
61692026-04-07T02:29:43.542Z Fresh crunchy v0.2.4
61702026-04-07T02:29:43.542Z Fresh term v0.7.0
61712026-04-07T02:29:43.542Z Fresh flume v0.11.1
61722026-04-07T02:29:43.542Z Fresh typify v0.4.3
61732026-04-07T02:29:43.542Z Fresh bit-set v0.5.3
61742026-04-07T02:29:43.542Z Fresh clang-sys v1.8.1
61752026-04-07T02:29:43.542Z Fresh primeorder v0.13.6
61762026-04-07T02:29:43.542Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61772026-04-07T02:29:43.542Z Fresh strum_macros v0.24.3
61782026-04-07T02:29:43.542Z Fresh indoc v1.0.9
61792026-04-07T02:29:43.542Z Fresh predicates-tree v1.0.13
61802026-04-07T02:29:43.542Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
61812026-04-07T02:29:43.542Z Fresh quick-xml v0.37.5
61822026-04-07T02:29:43.542Z Fresh oso-derive v0.27.3
61832026-04-07T02:29:43.542Z Fresh impl-trait-for-tuples v0.2.3
61842026-04-07T02:29:43.542Z Fresh openssl-probe v0.1.6
61852026-04-07T02:29:43.542Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61862026-04-07T02:29:43.542Z Fresh parking_lot v0.11.2
61872026-04-07T02:29:43.542Z Fresh slog-envlogger v2.2.0
61882026-04-07T02:29:43.542Z Fresh ascii-canvas v3.0.0
61892026-04-07T02:29:43.542Z Fresh tiny-keccak v2.0.2
61902026-04-07T02:29:43.542Z Fresh bindgen v0.71.1
61912026-04-07T02:29:43.542Z Fresh salty v0.3.0
61922026-04-07T02:29:43.542Z Fresh p384 v0.13.1
61932026-04-07T02:29:43.542Z Fresh trait-variant v0.1.2
61942026-04-07T02:29:43.542Z Fresh parse-size v1.1.0
61952026-04-07T02:29:43.542Z Fresh assert_matches v1.5.0
61962026-04-07T02:29:43.542Z Fresh progenitor-impl v0.10.0
61972026-04-07T02:29:43.542Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
61982026-04-07T02:29:43.542Z Fresh progenitor-impl v0.11.2
61992026-04-07T02:29:43.542Z Fresh ignore v0.4.25
62002026-04-07T02:29:43.542Z Fresh progenitor-client v0.11.2
62012026-04-07T02:29:43.542Z Fresh bb8 v0.8.6
62022026-04-07T02:29:43.543Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
62032026-04-07T02:29:43.543Z Fresh sled v0.34.7
62042026-04-07T02:29:43.543Z Fresh lalrpop v0.19.12
62052026-04-07T02:29:43.543Z Fresh libxml v0.3.3
62062026-04-07T02:29:43.543Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62072026-04-07T02:29:43.543Z Fresh fs-err v2.11.0
62082026-04-07T02:29:43.543Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62092026-04-07T02:29:43.543Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
62102026-04-07T02:29:43.543Z Fresh progenitor-macro v0.10.0
62112026-04-07T02:29:43.543Z Fresh progenitor-macro v0.11.2
62122026-04-07T02:29:43.543Z Fresh globwalk v0.9.1
62132026-04-07T02:29:43.543Z Fresh toml_datetime v1.0.0+spec-1.1.0
62142026-04-07T02:29:43.543Z Fresh http-range v0.1.5
62152026-04-07T02:29:43.543Z Fresh async-bb8-diesel v0.2.1
62162026-04-07T02:29:43.543Z Fresh diesel-dtrace v0.5.0
62172026-04-07T02:29:43.543Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62182026-04-07T02:29:43.543Z Fresh atty v0.2.14
62192026-04-07T02:29:43.543Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62202026-04-07T02:29:43.543Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62212026-04-07T02:29:43.543Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62222026-04-07T02:29:43.543Z Fresh progenitor v0.10.0
62232026-04-07T02:29:43.543Z Fresh progenitor v0.11.2
62242026-04-07T02:29:43.543Z Fresh camino-tempfile-ext v0.3.3
62252026-04-07T02:29:43.543Z Fresh toml v1.0.6+spec-1.1.0
62262026-04-07T02:29:43.543Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62272026-04-07T02:29:43.543Z Fresh mime_guess v2.0.5
62282026-04-07T02:29:43.543Z Fresh compression-core v0.4.31
62292026-04-07T02:29:43.543Z Fresh nonempty v0.12.0
62302026-04-07T02:29:43.543Z Fresh corncobs v0.1.4
62312026-04-07T02:29:43.543Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62322026-04-07T02:29:43.543Z Fresh signal-hook-tokio v0.3.1
62332026-04-07T02:29:43.543Z Fresh secrecy v0.8.0
62342026-04-07T02:29:43.543Z Fresh dropshot_endpoint v0.17.0
62352026-04-07T02:29:43.543Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62362026-04-07T02:29:43.543Z Fresh samael v0.0.19
62372026-04-07T02:29:43.543Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62382026-04-07T02:29:43.543Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62392026-04-07T02:29:43.543Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62402026-04-07T02:29:43.544Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62412026-04-07T02:29:43.544Z Fresh hyper-staticfile v0.10.1
62422026-04-07T02:29:43.544Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62432026-04-07T02:29:43.544Z Fresh compression-codecs v0.4.37
62442026-04-07T02:29:43.544Z Fresh tungstenite v0.23.0
62452026-04-07T02:29:43.544Z Fresh rand_seeder v0.4.0
62462026-04-07T02:29:43.544Z Fresh void v1.0.2
62472026-04-07T02:29:43.544Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62482026-04-07T02:29:43.544Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62492026-04-07T02:29:43.544Z Fresh nix v0.27.1
62502026-04-07T02:29:43.544Z Fresh serde_bytes v0.11.19
62512026-04-07T02:29:43.544Z Fresh yansi v1.0.1
62522026-04-07T02:29:43.544Z Fresh is_ci v1.2.0
62532026-04-07T02:29:43.544Z Fresh polar-core v0.27.3
62542026-04-07T02:29:43.544Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62552026-04-07T02:29:43.547Z Fresh async-compression v0.4.41
62562026-04-07T02:29:43.547Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62572026-04-07T02:29:43.548Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62582026-04-07T02:29:43.548Z Fresh tokio-tungstenite v0.23.1
62592026-04-07T02:29:43.548Z Fresh lzss v0.8.2
62602026-04-07T02:29:43.548Z Fresh pretty_assertions v1.4.1
62612026-04-07T02:29:43.548Z Fresh darling_core v0.23.0
62622026-04-07T02:29:43.548Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62632026-04-07T02:29:43.548Z Fresh indoc v2.0.7
62642026-04-07T02:29:43.548Z Fresh castaway v0.2.4
62652026-04-07T02:29:43.548Z Fresh unicode-truncate v1.1.0
62662026-04-07T02:29:43.548Z Fresh lru v0.12.5
62672026-04-07T02:29:43.548Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62682026-04-07T02:29:43.548Z Fresh cassowary v0.3.0
62692026-04-07T02:29:43.548Z Fresh console v0.16.2
62702026-04-07T02:29:43.548Z Fresh unit-prefix v0.5.2
62712026-04-07T02:29:43.548Z Fresh oso v0.27.3
62722026-04-07T02:29:43.548Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62732026-04-07T02:29:43.548Z Fresh dropshot v0.17.0
62742026-04-07T02:29:43.548Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62752026-04-07T02:29:43.548Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62762026-04-07T02:29:43.548Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62772026-04-07T02:29:43.548Z Fresh darling_macro v0.23.0
62782026-04-07T02:29:43.548Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62792026-04-07T02:29:43.548Z Fresh compact_str v0.8.1
62802026-04-07T02:29:43.548Z Fresh indicatif v0.18.4
62812026-04-07T02:29:43.548Z Fresh supports-color v3.0.2
62822026-04-07T02:29:43.548Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62832026-04-07T02:29:43.548Z Fresh sct v0.7.1
62842026-04-07T02:29:43.548Z Fresh rustls-webpki v0.101.7
62852026-04-07T02:29:43.548Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
62862026-04-07T02:29:43.548Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62872026-04-07T02:29:43.548Z Fresh darling v0.23.0
62882026-04-07T02:29:43.548Z Fresh libz-sys v1.1.24
62892026-04-07T02:29:43.548Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62902026-04-07T02:29:43.548Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62912026-04-07T02:29:43.548Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62922026-04-07T02:29:43.548Z Fresh rustls-pemfile v1.0.4
62932026-04-07T02:29:43.548Z Fresh twox-hash v2.1.2
62942026-04-07T02:29:43.548Z Fresh colored v2.2.0
62952026-04-07T02:29:43.549Z Fresh hex-literal v0.4.1
62962026-04-07T02:29:43.549Z Fresh shell-words v1.1.1
62972026-04-07T02:29:43.549Z Fresh instability v0.3.11
62982026-04-07T02:29:43.549Z Fresh libgit2-sys v0.18.3+1.9.2
62992026-04-07T02:29:43.549Z Fresh rustls v0.21.12
63002026-04-07T02:29:43.549Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63012026-04-07T02:29:43.549Z Fresh nix v0.29.0
63022026-04-07T02:29:43.549Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
63032026-04-07T02:29:43.549Z Fresh fatfs v0.3.6
63042026-04-07T02:29:43.549Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63052026-04-07T02:29:43.549Z Fresh ordered-float v2.10.1
63062026-04-07T02:29:43.549Z Fresh seq-macro v0.3.6
63072026-04-07T02:29:43.549Z Fresh concurrent-queue v2.5.0
63082026-04-07T02:29:43.549Z Fresh plotters-backend v0.3.7
63092026-04-07T02:29:43.549Z Fresh parking v2.2.1
63102026-04-07T02:29:43.549Z Fresh cargo-platform v0.2.0
63112026-04-07T02:29:43.549Z Fresh sapling-renderdag v0.1.0
63122026-04-07T02:29:43.549Z Fresh rtoolbox v0.0.3
63132026-04-07T02:29:43.549Z Fresh sync-ptr v0.1.4
63142026-04-07T02:29:43.549Z Fresh futures-timer v3.0.3
63152026-04-07T02:29:43.710Z Fresh cast v0.3.0
63162026-04-07T02:29:43.714Z Fresh tinytemplate v1.2.1
63172026-04-07T02:29:43.714Z Fresh anes v0.1.6
63182026-04-07T02:29:43.714Z Fresh oorandom v11.1.5
63192026-04-07T02:29:43.714Z Running `/home/build/.rustup/toolchains/1.94.0-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-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=29c1759275d2c86c -C extra-filename=-b995602dac8f3ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
63202026-04-07T02:29:43.714Z Fresh ratatui v0.29.0
63212026-04-07T02:29:43.714Z Fresh git2 v0.20.4
63222026-04-07T02:29:43.717Z Fresh tokio-rustls v0.24.1
63232026-04-07T02:29:43.717Z Fresh typeid v1.0.3
63242026-04-07T02:29:43.717Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63252026-04-07T02:29:43.717Z Fresh serde-value v0.7.0
63262026-04-07T02:29:43.717Z Fresh plotters-svg v0.3.7
63272026-04-07T02:29:43.717Z Fresh event-listener v5.4.1
63282026-04-07T02:29:43.717Z Fresh criterion-plot v0.6.0
63292026-04-07T02:29:43.717Z Fresh rpassword v7.4.0
63302026-04-07T02:29:43.717Z Fresh polyval v0.6.2
63312026-04-07T02:29:43.717Z Fresh gimli v0.32.3
63322026-04-07T02:29:43.717Z Fresh ctr v0.9.2
63332026-04-07T02:29:43.717Z Fresh assert-json-diff v2.0.2
63342026-04-07T02:29:43.717Z Fresh serde_regex v1.1.0
63352026-04-07T02:29:43.717Z Fresh path-tree v0.8.3
63362026-04-07T02:29:43.717Z Fresh rustc-demangle v0.1.27
63372026-04-07T02:29:43.717Z Fresh stringmetrics v2.2.2
63382026-04-07T02:29:43.717Z Fresh blowfish v0.9.1
63392026-04-07T02:29:43.717Z Fresh ssh-encoding v0.2.0
63402026-04-07T02:29:43.717Z Fresh constant_time_eq v0.4.2
63412026-04-07T02:29:43.721Z Fresh vergen-git2 v1.0.7
63422026-04-07T02:29:43.721Z Fresh erased-serde v0.4.9
63432026-04-07T02:29:43.721Z Fresh petname v2.0.2
63442026-04-07T02:29:43.721Z Fresh event-listener-strategy v0.5.4
63452026-04-07T02:29:43.721Z Fresh plotters v0.3.7
63462026-04-07T02:29:43.721Z Fresh tui-tree-widget v0.23.1
63472026-04-07T02:29:43.721Z Fresh addr2line v0.25.1
63482026-04-07T02:29:43.721Z Fresh ghash v0.5.1
63492026-04-07T02:29:43.721Z Fresh arrayvec v0.7.6
63502026-04-07T02:29:43.721Z Fresh arrayref v0.3.9
63512026-04-07T02:29:43.721Z Fresh bcrypt-pbkdf v0.10.0
63522026-04-07T02:29:43.721Z Fresh supports-color v2.1.0
63532026-04-07T02:29:43.721Z Fresh textwrap v0.15.2
63542026-04-07T02:29:43.721Z Fresh supports-unicode v2.1.0
63552026-04-07T02:29:43.721Z Fresh supports-hyperlinks v2.1.0
63562026-04-07T02:29:43.721Z Fresh hashbrown v0.14.5
63572026-04-07T02:29:43.721Z Fresh password-hash v0.4.2
63582026-04-07T02:29:43.721Z Fresh miette-derive v5.10.0
63592026-04-07T02:29:43.721Z Fresh cargo-platform v0.3.2
63602026-04-07T02:29:43.721Z Fresh terminal_size v0.1.17
63612026-04-07T02:29:43.721Z Fresh owo-colors v3.5.0
63622026-04-07T02:29:43.721Z Fresh p521 v0.13.3
63632026-04-07T02:29:43.721Z Fresh p256 v0.13.2
63642026-04-07T02:29:43.721Z Fresh knuffel-derive v3.2.0
63652026-04-07T02:29:43.725Z Fresh serde-untagged v0.1.9
63662026-04-07T02:29:43.725Z Fresh criterion v0.7.0
63672026-04-07T02:29:43.725Z Fresh async-lock v3.4.2
63682026-04-07T02:29:43.725Z Fresh target-lexicon v0.13.3
63692026-04-07T02:29:43.725Z Fresh aes-gcm v0.10.3
63702026-04-07T02:29:43.725Z Fresh backtrace v0.3.76
63712026-04-07T02:29:43.725Z Fresh guppy-workspace-hack v0.1.0
63722026-04-07T02:29:43.725Z Fresh cargo_metadata v0.23.1
63732026-04-07T02:29:43.725Z Fresh pbkdf2 v0.11.0
63742026-04-07T02:29:43.725Z Fresh chumsky v0.9.3
63752026-04-07T02:29:43.725Z Fresh pathdiff v0.2.3
63762026-04-07T02:29:43.725Z Fresh russh-cryptovec v0.7.3
63772026-04-07T02:29:43.725Z Fresh nested v0.1.1
63782026-04-07T02:29:43.725Z Fresh md5 v0.7.0
63792026-04-07T02:29:43.725Z Fresh httptest v0.16.4
63802026-04-07T02:29:43.725Z Fresh des v0.8.1
63812026-04-07T02:29:43.725Z Fresh cargo-util-schemas v0.8.2
63822026-04-07T02:29:43.725Z Fresh async-object-pool v0.2.0
63832026-04-07T02:29:43.726Z Fresh ssh-cipher v0.2.0
63842026-04-07T02:29:43.726Z Fresh backtrace-ext v0.2.1
63852026-04-07T02:29:43.726Z Fresh cfg-expr v0.20.6
63862026-04-07T02:29:43.726Z Fresh num-bigint v0.4.6
63872026-04-07T02:29:43.726Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63882026-04-07T02:29:43.726Z Fresh hickory-client v0.25.2
63892026-04-07T02:29:43.726Z Fresh similar-asserts v1.7.0
63902026-04-07T02:29:43.726Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63912026-04-07T02:29:43.726Z Fresh internet-checksum v0.2.1
63922026-04-07T02:29:43.726Z Fresh escape8259 v0.5.3
63932026-04-07T02:29:43.726Z Fresh topological-sort v0.2.2
63942026-04-07T02:29:43.729Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
63952026-04-07T02:29:43.729Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63962026-04-07T02:29:43.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/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=9ad690b383285679 -C extra-filename=-e96ab1ef03b5ad97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
63972026-04-07T02:29:43.754Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63982026-04-07T02:29:43.755Z Fresh cargo_metadata v0.21.0
63992026-04-07T02:29:43.755Z Fresh httpmock v0.8.3
64002026-04-07T02:29:43.755Z Fresh target-spec v3.5.7
64012026-04-07T02:29:43.755Z Fresh miette v5.10.0
64022026-04-07T02:29:43.755Z Fresh ssh-key v0.6.7
64032026-04-07T02:29:43.755Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64042026-04-07T02:29:43.755Z Fresh blake3 v1.8.3
64052026-04-07T02:29:43.755Z Fresh libtest-mimic v0.8.1
64062026-04-07T02:29:43.755Z Compiling tokio-test v0.4.5
64072026-04-07T02:29:43.755Z Fresh fancy-regex v0.14.0
64082026-04-07T02:29:43.770Z Fresh relative-path v1.9.3
64092026-04-07T02:29:43.773Z Fresh support-bundle-viewer v0.1.2
64102026-04-07T02:29:43.773Z Fresh multimap v0.10.1
64112026-04-07T02:29:43.773Z Fresh uzers v0.12.2
64122026-04-07T02:29:43.773Z Fresh termcolor v1.4.1
64132026-04-07T02:29:43.773Z Running `/home/build/.rustup/toolchains/1.94.0-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=6d9fe2479c165768 -C extra-filename=-17ed6e1748424566 --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-d2281c904bfe50c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64142026-04-07T02:29:43.773Z Fresh guppy v0.17.25
64152026-04-07T02:29:43.776Z Fresh russh-keys v0.45.0
64162026-04-07T02:29:43.776Z Fresh knuffel v3.2.0
64172026-04-07T02:29:43.776Z Fresh omicron-zone-package v0.12.2
64182026-04-07T02:29:43.776Z Fresh rstest_macros v0.25.0
64192026-04-07T02:29:43.777Z Fresh datatest-stable v0.3.3
64202026-04-07T02:29:43.777Z Fresh target-triple v1.0.0
64212026-04-07T02:29:43.777Z Fresh assert_cmd v2.1.2
64222026-04-07T02:29:43.777Z Fresh blake2b_simd v1.0.4
64232026-04-07T02:29:43.777Z Fresh partial-io v0.5.4
64242026-04-07T02:29:43.777Z Fresh rand_distr v0.5.1
64252026-04-07T02:29:43.777Z Fresh drift v0.1.3
64262026-04-07T02:29:43.777Z Fresh approx v0.5.1
64272026-04-07T02:29:43.777Z Fresh constant_time_eq v0.3.1
64282026-04-07T02:29:43.780Z Fresh russh v0.45.0
64292026-04-07T02:29:43.780Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64302026-04-07T02:29:43.780Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64312026-04-07T02:29:43.780Z Fresh linkme-impl v0.3.35
64322026-04-07T02:29:43.780Z Fresh rstest v0.25.0
64332026-04-07T02:29:43.780Z Fresh trybuild v1.0.116
64342026-04-07T02:29:43.780Z Fresh rust-argon2 v2.1.0
64352026-04-07T02:29:43.780Z Fresh dropshot-api-manager v0.6.0
64362026-04-07T02:29:43.780Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64372026-04-07T02:29:43.780Z Fresh cargo_toml v0.21.0
64382026-04-07T02:29:43.780Z Fresh termios v0.3.3
64392026-04-07T02:29:43.780Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64402026-04-07T02:29:43.780Z Fresh linkme v0.3.35
64412026-04-07T02:29:43.780Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64422026-04-07T02:29:43.780Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64432026-04-07T02:29:43.783Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64442026-04-07T02:29:43.783Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64452026-04-07T02:29:43.783Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64462026-04-07T02:29:43.783Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64472026-04-07T02:29:43.783Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64482026-04-07T02:29:43.784Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64492026-04-07T02:29:43.784Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64502026-04-07T02:29:43.784Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64512026-04-07T02:29:43.784Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64522026-04-07T02:29:43.784Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64532026-04-07T02:29:43.784Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64542026-04-07T02:29:43.784Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64552026-04-07T02:29:43.784Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64562026-04-07T02:29:43.784Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64572026-04-07T02:29:43.784Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64582026-04-07T02:29:43.784Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64592026-04-07T02:29:43.787Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64602026-04-07T02:29:43.787Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64612026-04-07T02:29:43.787Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64622026-04-07T02:29:43.787Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64632026-04-07T02:29:43.787Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64642026-04-07T02:29:43.787Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64652026-04-07T02:29:43.787Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64662026-04-07T02:29:43.787Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64672026-04-07T02:29:43.787Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64682026-04-07T02:29:43.787Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64692026-04-07T02:29:43.787Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64702026-04-07T02:29:43.787Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64712026-04-07T02:29:43.787Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64722026-04-07T02:29:43.791Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64732026-04-07T02:29:43.791Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64742026-04-07T02:29:43.791Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64752026-04-07T02:29:43.791Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64762026-04-07T02:29:43.791Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64772026-04-07T02:29:43.791Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64782026-04-07T02:29:43.791Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64792026-04-07T02:29:43.791Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64802026-04-07T02:29:43.791Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64812026-04-07T02:29:43.791Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64822026-04-07T02:29:43.791Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64832026-04-07T02:29:43.791Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64842026-04-07T02:29:43.791Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64852026-04-07T02:29:43.791Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64862026-04-07T02:29:43.791Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64872026-04-07T02:29:43.791Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64882026-04-07T02:29:43.791Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64892026-04-07T02:29:43.791Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64902026-04-07T02:29:43.794Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64912026-04-07T02:29:43.794Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64922026-04-07T02:29:43.794Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64932026-04-07T02:29:43.794Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64942026-04-07T02:29:43.794Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64952026-04-07T02:29:43.794Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64962026-04-07T02:29:43.794Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64972026-04-07T02:29:43.794Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64982026-04-07T02:29:43.794Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
64992026-04-07T02:29:43.813Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65002026-04-07T02:29:43.816Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65012026-04-07T02:29:43.816Z Running `/home/build/.rustup/toolchains/1.94.0-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-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=2536ae6890c3ee88 -C extra-filename=-fb901680cf1610cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
65022026-04-07T02:29:43.816Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65032026-04-07T02:29:43.816Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65042026-04-07T02:29:43.816Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65052026-04-07T02:29:43.816Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65062026-04-07T02:29:43.816Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65072026-04-07T02:29:43.816Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65082026-04-07T02:29:43.816Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65092026-04-07T02:29:43.816Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65102026-04-07T02:29:43.816Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65112026-04-07T02:29:43.816Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65122026-04-07T02:29:43.816Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
65132026-04-07T02:29:43.817Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65142026-04-07T02:29:43.817Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65152026-04-07T02:29:43.820Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65162026-04-07T02:29:43.820Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65172026-04-07T02:29:43.820Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65182026-04-07T02:29:43.820Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65192026-04-07T02:29:43.820Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65202026-04-07T02:29:43.820Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65212026-04-07T02:29:43.820Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65222026-04-07T02:29:43.820Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65232026-04-07T02:29:43.820Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65242026-04-07T02:29:43.820Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65252026-04-07T02:29:43.820Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65262026-04-07T02:29:43.820Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65272026-04-07T02:29:43.820Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65282026-04-07T02:29:43.820Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65292026-04-07T02:29:43.820Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65302026-04-07T02:29:43.820Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
65312026-04-07T02:29:43.820Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65322026-04-07T02:29:43.820Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65332026-04-07T02:29:43.820Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65342026-04-07T02:29:43.821Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65352026-04-07T02:29:43.821Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65362026-04-07T02:29:43.821Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65372026-04-07T02:29:43.824Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65382026-04-07T02:29:43.824Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65392026-04-07T02:29:43.824Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65402026-04-07T02:29:43.824Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65412026-04-07T02:29:43.824Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65422026-04-07T02:29:43.824Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65432026-04-07T02:29:43.824Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65442026-04-07T02:29:43.824Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65452026-04-07T02:29:43.824Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65462026-04-07T02:29:43.824Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65472026-04-07T02:29:43.824Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65482026-04-07T02:29:43.824Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65492026-04-07T02:29:43.824Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65502026-04-07T02:29:43.824Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65512026-04-07T02:29:43.824Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65522026-04-07T02:29:43.824Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65532026-04-07T02:29:43.824Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65542026-04-07T02:29:43.824Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65552026-04-07T02:29:43.824Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65562026-04-07T02:29:43.824Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65572026-04-07T02:29:43.824Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65582026-04-07T02:29:43.825Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65592026-04-07T02:29:43.825Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65602026-04-07T02:29:43.825Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65612026-04-07T02:29:43.825Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65622026-04-07T02:29:43.825Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65632026-04-07T02:29:43.825Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65642026-04-07T02:29:43.825Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65652026-04-07T02:29:43.825Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65662026-04-07T02:29:43.825Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65672026-04-07T02:29:43.825Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65682026-04-07T02:29:43.825Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65692026-04-07T02:29:43.825Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65702026-04-07T02:29:43.825Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65712026-04-07T02:29:43.825Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65722026-04-07T02:29:43.825Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65732026-04-07T02:29:43.825Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65742026-04-07T02:29:43.825Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65752026-04-07T02:29:43.825Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65762026-04-07T02:29:43.825Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65772026-04-07T02:29:43.825Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65782026-04-07T02:29:43.825Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65792026-04-07T02:29:43.825Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65802026-04-07T02:29:43.825Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65812026-04-07T02:29:43.825Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65822026-04-07T02:29:43.829Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65832026-04-07T02:29:43.829Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65842026-04-07T02:29:43.829Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65852026-04-07T02:29:43.829Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65862026-04-07T02:29:43.829Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65872026-04-07T02:29:43.829Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65882026-04-07T02:29:43.829Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65892026-04-07T02:29:43.829Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65902026-04-07T02:29:43.829Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
65912026-04-07T02:29:43.829Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65922026-04-07T02:29:43.829Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
65932026-04-07T02:29:43.829Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
65942026-04-07T02:29:43.829Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
65952026-04-07T02:29:43.829Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65962026-04-07T02:29:43.829Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
65972026-04-07T02:29:43.829Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
65982026-04-07T02:29:43.829Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
65992026-04-07T02:29:43.829Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66002026-04-07T02:29:43.829Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66012026-04-07T02:29:43.829Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66022026-04-07T02:29:43.829Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66032026-04-07T02:29:43.829Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66042026-04-07T02:29:43.829Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66052026-04-07T02:29:43.829Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66062026-04-07T02:29:43.829Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66072026-04-07T02:29:43.829Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66082026-04-07T02:29:43.829Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66092026-04-07T02:29:43.829Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66102026-04-07T02:29:43.829Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66112026-04-07T02:29:43.829Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66122026-04-07T02:29:43.830Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66132026-04-07T02:29:44.417Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
66142026-04-07T02:29:44.424Z Running `/home/build/.rustup/toolchains/1.94.0-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=897d8f211178e63a -C extra-filename=-b681e2fa620a10a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66152026-04-07T02:29:44.725Z Running `/home/build/.rustup/toolchains/1.94.0-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=dd76c85de2300457 -C extra-filename=-50728dda09aa4db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e96ab1ef03b5ad97.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-17ed6e1748424566.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66162026-04-07T02:32:11.459Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
66172026-04-07T02:32:11.462Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
66182026-04-07T02:32:11.462Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
66192026-04-07T02:32:11.462Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
66202026-04-07T02:32:11.487Z Running `/home/build/.rustup/toolchains/1.94.0-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=57050f509026d1d3 -C extra-filename=-b61402b6eee6d472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66212026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=1987e9db0fbdff00 -C extra-filename=-db8cdc9f9056dfec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66222026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=9214363e0879d8e5 -C extra-filename=-eaaede267e2894d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66232026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=4bc47636d7eb13bd -C extra-filename=-3af0c4375651b704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66242026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=c77e653cae56e119 -C extra-filename=-8f371f183a87e7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4745a47909f8ee2c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66252026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=c8839ef3bfa26f68 -C extra-filename=-08d72cad4b7f132c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-4745a47909f8ee2c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66262026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=92e21beb4aa49ff0 -C extra-filename=-9ad2d28d482361e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e96ab1ef03b5ad97.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-17ed6e1748424566.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66272026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=2f96f29b01030a3c -C extra-filename=-95b5d3d72bc6eae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e96ab1ef03b5ad97.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-17ed6e1748424566.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66282026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=608df4f296a7cbbe -C extra-filename=-17346b3bbc02576a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66292026-04-07T02:32:11.494Z Running `/home/build/.rustup/toolchains/1.94.0-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=b11515eedc1f8143 -C extra-filename=-dbe0b1f379035dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e96ab1ef03b5ad97.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-17ed6e1748424566.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66302026-04-07T02:32:11.507Z Running `/home/build/.rustup/toolchains/1.94.0-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=edca18b1a26c3755 -C extra-filename=-9a04a0c90a5688af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66312026-04-07T02:32:11.510Z Running `/home/build/.rustup/toolchains/1.94.0-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=8230de53cbd86531 -C extra-filename=-1e6f388e121b20e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66322026-04-07T02:32:11.510Z Running `/home/build/.rustup/toolchains/1.94.0-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=7906a8bbd3f769a9 -C extra-filename=-e07746374cc91859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66332026-04-07T02:34:13.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 31s
66342026-04-07T02:34:13.774Z
66352026-04-07T02:34:13.774Zreal 4:31.574001021
66362026-04-07T02:34:13.774Zuser 18:48.130514045
66372026-04-07T02:34:13.774Zsys 3:17.940505262
66382026-04-07T02:34:13.774Ztrap 0.157787139
66392026-04-07T02:34:13.775Ztflt 0.077514079
66402026-04-07T02:34:13.775Zdflt 3.048596719
66412026-04-07T02:34:13.775Zkflt 0.000026798
66422026-04-07T02:34:13.775Zlock 1:16:02.472139024
66432026-04-07T02:34:13.775Zslp 1:13:48.669209367
66442026-04-07T02:34:13.775Zlat 1.109343429
66452026-04-07T02:34:13.775Zstop 41.438864860
66462026-04-07T02:34:13.780Z++ ls -t /home/build/.cargo/log/20260407T022221282Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260407T022941306Z-e4292872132ecfd0.jsonl
66472026-04-07T02:34:13.783Z++ head -1
66482026-04-07T02:34:13.786Z+ cp /home/build/.cargo/log/20260407T022941306Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
66492026-04-07T02:34:13.789Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66502026-04-07T02:34:13.789Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66512026-04-07T02:34:13.792Z++ mktemp -d /tmp/nextest-state.XXXXXX
66522026-04-07T02:34:13.792Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.dGaWFs
66532026-04-07T02:34:13.792Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66542026-04-07T02:34:13.792Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
66552026-04-07T02:34:13.792Z+ mkdir -p /tmp/nextest-recording-config
66562026-04-07T02:34:13.795Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66572026-04-07T02:34:13.795Z+ export NEXTEST_STATE_DIR
66582026-04-07T02:34:13.795Z+ banner test
66592026-04-07T02:34:13.798Z
66602026-04-07T02:34:13.798Z ##### ###### #### #####
66612026-04-07T02:34:13.798Z # # # #
66622026-04-07T02:34:13.798Z # ##### #### #
66632026-04-07T02:34:13.798Z # # # #
66642026-04-07T02:34:13.798Z # # # # #
66652026-04-07T02:34:13.798Z # ###### #### #
66662026-04-07T02:34:13.798Z
66672026-04-07T02:34:13.798Z+ NEXTEST_EXIT=0
66682026-04-07T02:34:13.798Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66692026-04-07T02:34:15.026Zinfo: experimental features enabled: setup-scripts, benchmarks
66702026-04-07T02:34:16.403Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66712026-04-07T02:34:16.590Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66722026-04-07T02:34:16.620Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66732026-04-07T02:34:16.650Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66742026-04-07T02:34:27.721Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.68s
66752026-04-07T02:34:28.787Z────────────
66762026-04-07T02:34:28.787Z Nextest run ID edefa006-2677-4455-a1fa-71da8f33e850 with nextest profile: ci
66772026-04-07T02:34:28.787Z Starting 2770 tests across 230 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66782026-04-07T02:34:28.790Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66792026-04-07T02:34:29.611Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66802026-04-07T02:34:29.734Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66812026-04-07T02:34:29.747Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66822026-04-07T02:34:29.750Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66832026-04-07T02:34:29.776Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66842026-04-07T02:34:29.794Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66852026-04-07T02:34:29.794Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66862026-04-07T02:34:29.823Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66872026-04-07T02:34:29.827Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66882026-04-07T02:34:30.012Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66892026-04-07T02:34:30.071Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66902026-04-07T02:34:30.407Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66912026-04-07T02:34:30.709Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66922026-04-07T02:34:30.957Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66932026-04-07T02:34:31.286Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66942026-04-07T02:34:31.320Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66952026-04-07T02:34:31.481Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66962026-04-07T02:34:37.370Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66972026-04-07T02:34:38.351Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66982026-04-07T02:34:38.354Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66992026-04-07T02:34:46.631Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67002026-04-07T02:34:54.075Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67012026-04-07T02:34:55.642Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67022026-04-07T02:34:57.246Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67032026-04-07T02:35:06.159Z Finished `test` profile [unoptimized + debuginfo] target(s) in 37.35s
67042026-04-07T02:35:06.303Z Running `target/debug/crdb-seed`
67052026-04-07T02:35:06.362ZApr 07 02:35:05.436 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp4QqJpr
67062026-04-07T02:35:06.362ZApr 07 02:35:05.437 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpPGaYDo,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp4QqJpr/listen-url --max-sql-memory 256MiB
67072026-04-07T02:35:06.362ZApr 07 02:35:05.437 INFO cockroach environment: BUILDOMAT_JOB_ID=01KNJVNWCM8D5VY86E7TDJ53EF BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=jhendricks/r19-propolis-bump GITHUB_REF=refs/heads/jhendricks/r19-propolis-bump GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=50642c7a3908023cccc3cc5d83e0eefc14f84159 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-5ca7f9e42700fd7b/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out:/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out:/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out:/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out:/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envtNs6xf NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out:/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out:/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out:/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=edefa006-2677-4455-a1fa-71da8f33e850 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.dGaWFs NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.94.0-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
67082026-04-07T02:35:06.801ZApr 07 02:35:05.876 INFO cockroach pid: 9999
67092026-04-07T02:35:06.802ZApr 07 02:35:05.876 INFO cockroach listen URL: postgresql://root@[::1]:35321/omicron?sslmode=disable
67102026-04-07T02:35:06.805ZApr 07 02:35:05.880 INFO cockroach: populating
67112026-04-07T02:35:07.866ZApr 07 02:35:06.940 INFO cockroach: populated
67122026-04-07T02:35:08.849ZApr 07 02:35:07.922 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/0feeac6372fda5585119b1b65a2e8c1a96006599ad179bef91823e4efa1cd94e.tar`
67132026-04-07T02:35:08.856Z SETUP PASS [ 40.067s] crdb-seed: cargo run -p crdb-seed --profile test
67142026-04-07T02:35:08.859Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67152026-04-07T02:35:09.637Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67162026-04-07T02:35:09.640Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67172026-04-07T02:35:10.824Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67182026-04-07T02:35:11.775Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67192026-04-07T02:35:21.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
67202026-04-07T02:35:21.483Z Running `target/debug/clickhouse-cluster-dev`
67212026-04-07T02:35:21.541ZApr 07 02:35:20.615 INFO Setting up a ClickHouse cluster
67222026-04-07T02:35:21.544ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67232026-04-07T02:35:21.544ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67242026-04-07T02:35:21.544ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67252026-04-07T02:35:21.544ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67262026-04-07T02:35:21.544ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67272026-04-07T02:35:22.076ZApr 07 02:35:21.149 INFO ClickHouse server ready
67282026-04-07T02:35:22.109ZApr 07 02:35:21.183 INFO ClickHouse server ready
67292026-04-07T02:35:23.485ZApr 07 02:35:22.558 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67302026-04-07T02:35:23.492Z SETUP PASS [ 14.635s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67312026-04-07T02:35:23.531Z PASS [ 0.025s] ( 1/2770) api_identity test::test_identity
67322026-04-07T02:35:23.534Z PASS [ 0.026s] ( 2/2770) api_identity test::test_identity_no_field
67332026-04-07T02:35:23.538Z PASS [ 0.033s] ( 3/2770) authz-macros tests::test_authz_snapshots
67342026-04-07T02:35:23.545Z PASS [ 0.014s] ( 4/2770) bootstore schemes::tests::hello_roundtrip
67352026-04-07T02:35:23.560Z PASS [ 0.015s] ( 5/2770) bootstore schemes::v0::share_pkg::tests::create_packages
67362026-04-07T02:35:23.573Z PASS [ 0.013s] ( 6/2770) bootstore trust_quorum::rack_secret::tests::create_and_verify
67372026-04-07T02:35:23.576Z PASS [ 0.038s] ( 7/2770) bootstore schemes::v0::peer::tests::network_config
67382026-04-07T02:35:23.584Z PASS [ 0.011s] ( 8/2770) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67392026-04-07T02:35:24.581Z PASS [ 1.050s] ( 9/2770) bootstore schemes::v0::peer::tests::basic_3_nodes
67402026-04-07T02:35:24.636Z PASS [ 0.055s] ( 10/2770) cert-dev::test-cert-dev test_cert_create
67412026-04-07T02:35:24.708Z PASS [ 0.071s] ( 11/2770) clickana chart::tests::gather_chart_data_failure
67422026-04-07T02:35:24.724Z PASS [ 0.017s] ( 12/2770) clickana chart::tests::gather_chart_data_for_disk_usage_success
67432026-04-07T02:35:24.742Z PASS [ 0.018s] ( 13/2770) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67442026-04-07T02:35:24.759Z PASS [ 0.017s] ( 14/2770) clickana chart::tests::gather_chart_data_for_query_count_success
67452026-04-07T02:35:24.777Z PASS [ 0.018s] ( 15/2770) clickana chart::tests::gather_chart_data_for_running_queries_success
67462026-04-07T02:35:24.799Z PASS [ 0.021s] ( 16/2770) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67472026-04-07T02:35:24.819Z PASS [ 0.020s] ( 17/2770) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67482026-04-07T02:35:24.845Z PASS [ 0.026s] ( 18/2770) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67492026-04-07T02:35:24.868Z PASS [ 0.023s] ( 19/2770) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67502026-04-07T02:35:24.893Z PASS [ 0.024s] ( 20/2770) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67512026-04-07T02:35:24.923Z PASS [ 0.030s] ( 21/2770) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67522026-04-07T02:35:24.951Z PASS [ 0.028s] ( 22/2770) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67532026-04-07T02:35:24.981Z PASS [ 0.030s] ( 23/2770) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67542026-04-07T02:35:25.033Z PASS [ 0.052s] ( 24/2770) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67552026-04-07T02:35:25.064Z PASS [ 0.031s] ( 25/2770) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67562026-04-07T02:35:25.096Z PASS [ 1.520s] ( 26/2770) bootstore::v0-fsm-proptest-learner run
67572026-04-07T02:35:25.099Z PASS [ 0.034s] ( 27/2770) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67582026-04-07T02:35:25.123Z PASS [ 0.027s] ( 28/2770) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67592026-04-07T02:35:25.127Z PASS [ 0.029s] ( 29/2770) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67602026-04-07T02:35:25.153Z PASS [ 0.030s] ( 30/2770) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67612026-04-07T02:35:25.160Z PASS [ 0.033s] ( 31/2770) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67622026-04-07T02:35:25.181Z PASS [ 0.028s] ( 32/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67632026-04-07T02:35:25.187Z PASS [ 0.027s] ( 33/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67642026-04-07T02:35:25.207Z PASS [ 0.026s] ( 34/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67652026-04-07T02:35:25.212Z PASS [ 0.025s] ( 35/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67662026-04-07T02:35:25.232Z PASS [ 0.025s] ( 36/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67672026-04-07T02:35:25.240Z PASS [ 0.027s] ( 37/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67682026-04-07T02:35:25.260Z PASS [ 0.028s] ( 38/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67692026-04-07T02:35:25.268Z PASS [ 0.028s] ( 39/2770) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67702026-04-07T02:35:25.286Z PASS [ 0.025s] ( 40/2770) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67712026-04-07T02:35:25.291Z PASS [ 0.023s] ( 41/2770) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67722026-04-07T02:35:25.308Z PASS [ 0.022s] ( 42/2770) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67732026-04-07T02:35:25.316Z PASS [ 0.025s] ( 43/2770) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67742026-04-07T02:35:25.332Z PASS [ 0.025s] ( 44/2770) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67752026-04-07T02:35:25.342Z PASS [ 0.025s] ( 45/2770) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67762026-04-07T02:35:25.355Z PASS [ 0.023s] ( 46/2770) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67772026-04-07T02:35:25.361Z PASS [ 0.020s] ( 47/2770) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67782026-04-07T02:35:25.376Z PASS [ 0.020s] ( 48/2770) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67792026-04-07T02:35:25.380Z PASS [ 0.018s] ( 49/2770) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67802026-04-07T02:35:25.396Z PASS [ 0.021s] ( 50/2770) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67812026-04-07T02:35:25.415Z PASS [ 0.035s] ( 51/2770) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67822026-04-07T02:35:25.430Z PASS [ 0.034s] ( 52/2770) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67832026-04-07T02:35:25.433Z PASS [ 0.015s] ( 53/2770) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67842026-04-07T02:35:25.448Z PASS [ 0.017s] ( 54/2770) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
67852026-04-07T02:35:25.451Z PASS [ 0.019s] ( 55/2770) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67862026-04-07T02:35:25.462Z PASS [ 0.014s] ( 56/2770) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
67872026-04-07T02:35:25.465Z PASS [ 0.015s] ( 57/2770) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
67882026-04-07T02:35:25.477Z PASS [ 0.015s] ( 58/2770) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
67892026-04-07T02:35:25.510Z PASS [ 0.046s] ( 59/2770) db-dev::test-db-dev test_db_dev_populate_no_args
67902026-04-07T02:35:25.527Z PASS [ 0.050s] ( 60/2770) db-dev::test-db-dev test_db_dev_wipe_no_args
67912026-04-07T02:35:26.468Z PASS [ 2.884s] ( 61/2770) bootstore::v0-fsm-proptest-rack-coordinator run
67922026-04-07T02:35:26.518Z PASS [ 0.049s] ( 62/2770) db-macros lookup::test::test_lookup_snapshots
67932026-04-07T02:35:26.544Z PASS [ 0.027s] ( 63/2770) db-macros tests::test_derive_metadata_identity_fails_for_enums
67942026-04-07T02:35:26.571Z PASS [ 0.027s] ( 64/2770) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67952026-04-07T02:35:26.598Z PASS [ 0.027s] ( 65/2770) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67962026-04-07T02:35:26.624Z PASS [ 0.026s] ( 66/2770) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67972026-04-07T02:35:26.654Z PASS [ 0.030s] ( 67/2770) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67982026-04-07T02:35:26.689Z PASS [ 0.034s] ( 68/2770) db-macros tests::test_derive_snapshots
67992026-04-07T02:35:26.726Z PASS [ 0.037s] ( 69/2770) db-macros tests::test_derive_with_unknown_field
68002026-04-07T02:35:26.833Z PASS [ 0.107s] ( 70/2770) dns-server storage::test::test_update_basic
68012026-04-07T02:35:26.959Z PASS [ 0.126s] ( 71/2770) dns-server storage::test::test_update_in_progress
68022026-04-07T02:35:27.088Z PASS [ 0.129s] ( 72/2770) dns-server storage::test::test_update_interrupted
68032026-04-07T02:35:27.245Z PASS [ 0.156s] ( 73/2770) dns-server storage::test::test_zone_gets_soa_record
68042026-04-07T02:35:27.402Z PASS [ 0.158s] ( 74/2770) dns-server::basic_test a_crud
68052026-04-07T02:35:27.571Z PASS [ 0.165s] ( 75/2770) dns-server::basic_test aaaa_crud
68062026-04-07T02:35:27.706Z PASS [ 0.137s] ( 76/2770) dns-server::basic_test answers_match_question
68072026-04-07T02:35:27.911Z PASS [ 0.207s] ( 77/2770) dns-server::basic_test empty_record
68082026-04-07T02:35:28.073Z PASS [ 0.162s] ( 78/2770) dns-server::basic_test multi_record_crud
68092026-04-07T02:35:28.198Z PASS [ 0.125s] ( 79/2770) dns-server::basic_test name_contains_zone
68102026-04-07T02:35:28.320Z PASS [ 0.119s] ( 80/2770) dns-server::basic_test nxdomain
68112026-04-07T02:35:28.512Z PASS [ 0.193s] ( 81/2770) dns-server::basic_test servfail
68122026-04-07T02:35:28.764Z PASS [ 0.249s] ( 82/2770) dns-server::basic_test soa
68132026-04-07T02:35:28.865Z PASS [ 3.353s] ( 83/2770) db-dev::test-db-dev test_db_killed
68142026-04-07T02:35:28.930Z PASS [ 0.164s] ( 84/2770) dns-server::basic_test srv_crud
68152026-04-07T02:35:29.300Z PASS [ 0.433s] ( 85/2770) dns-server::cross_version_test cross_version_works
68162026-04-07T02:35:29.316Z PASS [ 0.020s] ( 86/2770) ereport-types tests::test_arb_json_deserializes
68172026-04-07T02:35:29.341Z PASS [ 0.020s] ( 87/2770) ereport-types tests::test_ena_from_str
68182026-04-07T02:35:29.355Z PASS [ 0.019s] ( 88/2770) ereport-types tests::test_ena_from_str_roundtrip
68192026-04-07T02:35:29.380Z PASS [ 0.025s] ( 89/2770) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68202026-04-07T02:35:29.469Z PASS [ 0.087s] ( 90/2770) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68212026-04-07T02:35:29.490Z PASS [ 0.020s] ( 91/2770) gfss gf256::tests::test_all_multiplication
68222026-04-07T02:35:29.529Z PASS [ 0.042s] ( 92/2770) gfss gf256::tests::test_all_multiplicative_inverses
68232026-04-07T02:35:29.547Z PASS [ 0.017s] ( 93/2770) gfss gf256::tests::test_docs_example
68242026-04-07T02:35:32.633Z PASS [ 3.708s] ( 94/2770) dnsadm::commands_test test_dnsadm
68252026-04-07T02:35:34.239Z PASS [ 1.606s] ( 95/2770) gfss shamir::tests::split_and_combine
68262026-04-07T02:35:34.258Z PASS [ 0.017s] ( 96/2770) gfss shamir::tests::test_share_reconstruction
68272026-04-07T02:35:34.282Z PASS [ 0.024s] ( 97/2770) illumos-utils destructor::test::test_delayed_delete
68282026-04-07T02:35:34.843Z PASS [ 0.562s] ( 98/2770) illumos-utils destructor::test::test_delayed_delete_with_error
68292026-04-07T02:35:34.869Z PASS [ 0.026s] ( 99/2770) illumos-utils destructor::test::test_destructor_bad_close
68302026-04-07T02:35:34.896Z PASS [ 0.027s] ( 100/2770) illumos-utils link::test::test_allocate
68312026-04-07T02:35:34.925Z PASS [ 0.025s] ( 101/2770) illumos-utils link::test::test_allocate_within_scopes
68322026-04-07T02:35:34.948Z PASS [ 0.025s] ( 102/2770) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68332026-04-07T02:35:34.971Z PASS [ 0.024s] ( 103/2770) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68342026-04-07T02:35:34.999Z PASS [ 0.028s] ( 104/2770) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68352026-04-07T02:35:35.023Z PASS [ 0.023s] ( 105/2770) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68362026-04-07T02:35:35.048Z PASS [ 0.025s] ( 106/2770) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68372026-04-07T02:35:35.079Z PASS [ 0.029s] ( 107/2770) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68382026-04-07T02:35:35.099Z PASS [ 0.023s] ( 108/2770) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68392026-04-07T02:35:35.129Z PASS [ 0.024s] ( 109/2770) illumos-utils running_zone::tests::test_is_oxide_smf_service
68402026-04-07T02:35:35.149Z PASS [ 0.023s] ( 110/2770) illumos-utils svcs::tests::test_retain_enabled_not_online
68412026-04-07T02:35:35.171Z PASS [ 0.024s] ( 111/2770) illumos-utils svcs::tests::test_svc_parse_empty_success
68422026-04-07T02:35:35.198Z PASS [ 0.025s] ( 112/2770) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
68432026-04-07T02:35:35.225Z PASS [ 0.025s] ( 113/2770) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
68442026-04-07T02:35:35.247Z PASS [ 0.025s] ( 114/2770) illumos-utils svcs::tests::test_svc_parse_success
68452026-04-07T02:35:35.272Z PASS [ 0.024s] ( 115/2770) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
68462026-04-07T02:35:35.317Z PASS [ 0.046s] ( 116/2770) illumos-utils zfs::test::directory_mutability
68472026-04-07T02:35:35.362Z PASS [ 0.045s] ( 117/2770) illumos-utils zfs::test::get_values_of_rpool
68482026-04-07T02:35:35.390Z PASS [ 0.027s] ( 118/2770) illumos-utils zfs::test::parse_dataset_bad_avail
68492026-04-07T02:35:35.418Z PASS [ 0.025s] ( 119/2770) illumos-utils zfs::test::parse_dataset_bad_quota
68502026-04-07T02:35:35.445Z PASS [ 0.027s] ( 120/2770) illumos-utils zfs::test::parse_dataset_bad_reservation
68512026-04-07T02:35:35.473Z PASS [ 0.027s] ( 121/2770) illumos-utils zfs::test::parse_dataset_bad_usage
68522026-04-07T02:35:35.496Z PASS [ 0.025s] ( 122/2770) illumos-utils zfs::test::parse_dataset_bad_uuid
68532026-04-07T02:35:35.527Z PASS [ 0.030s] ( 123/2770) illumos-utils zfs::test::parse_dataset_missing_fields
68542026-04-07T02:35:35.552Z PASS [ 0.025s] ( 124/2770) illumos-utils zfs::test::parse_dataset_props
68552026-04-07T02:35:35.583Z PASS [ 0.030s] ( 125/2770) illumos-utils zfs::test::parse_dataset_props_with_optionals
68562026-04-07T02:35:35.608Z PASS [ 0.026s] ( 126/2770) illumos-utils zfs::test::parse_dataset_too_many_columns
68572026-04-07T02:35:35.636Z PASS [ 0.028s] ( 127/2770) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68582026-04-07T02:35:35.660Z PASS [ 0.024s] ( 128/2770) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68592026-04-07T02:35:35.690Z PASS [ 0.025s] ( 129/2770) illumos-utils zfs::test::parse_quota_ignored_if_default
68602026-04-07T02:35:35.712Z PASS [ 0.026s] ( 130/2770) illumos-utils zfs::test::parse_reservation_ignored_if_default
68612026-04-07T02:35:35.738Z PASS [ 0.026s] ( 131/2770) illumos-utils zfs::test::parse_sorts_and_dedups
68622026-04-07T02:35:35.776Z PASS [ 0.038s] ( 132/2770) illumos-utils zone::tests::delete_nonexistent_address
68632026-04-07T02:35:35.799Z PASS [ 0.023s] ( 133/2770) illumos-utils zone::tests::test_parse_ip_network
68642026-04-07T02:35:35.826Z PASS [ 0.027s] ( 134/2770) illumos-utils zpool::test::test_parse_zpool
68652026-04-07T02:35:35.851Z PASS [ 0.024s] ( 135/2770) illumos-utils zpool::test::test_parse_zpool_missing_column
68662026-04-07T02:35:37.676Z PASS [ 1.826s] ( 136/2770) installinator mock_peers::tests::proptest_fetch_artifact
68672026-04-07T02:35:37.689Z PASS [ 12.161s] ( 137/2770) db-dev::test-db-dev test_db_run
68682026-04-07T02:35:37.702Z PASS [ 0.027s] ( 138/2770) installinator peers::tests::iter_no_preferred_preserves_btree_order
68692026-04-07T02:35:37.714Z PASS [ 0.023s] ( 139/2770) installinator peers::tests::last_known_peer_preferred
68702026-04-07T02:35:37.732Z PASS [ 0.029s] ( 140/2770) installinator peers::tests::last_known_peer_stale
68712026-04-07T02:35:37.791Z PASS [ 0.059s] ( 141/2770) installinator-common block_size_writer::tests::proptest_block_writer
68722026-04-07T02:35:37.923Z PASS [ 0.131s] ( 142/2770) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68732026-04-07T02:35:37.998Z PASS [ 14.492s] ( 143/2770) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
68742026-04-07T02:35:38.049Z PASS [ 0.122s] ( 144/2770) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68752026-04-07T02:35:38.132Z PASS [ 0.135s] ( 145/2770) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68762026-04-07T02:35:38.249Z PASS [ 0.204s] ( 146/2770) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68772026-04-07T02:35:38.309Z PASS [ 0.176s] ( 147/2770) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68782026-04-07T02:35:38.347Z PASS [ 8.799s] ( 148/2770) gfss polynomial::tests::test_polynomial_eval
68792026-04-07T02:35:38.374Z PASS [ 0.025s] ( 149/2770) internal-dns-types config::test::display_hosts
68802026-04-07T02:35:38.394Z PASS [ 0.022s] ( 150/2770) internal-dns-types config::test::display_srv_service
68812026-04-07T02:35:38.422Z PASS [ 0.171s] ( 151/2770) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68822026-04-07T02:35:38.422Z PASS [ 0.026s] ( 152/2770) internal-dns-types config::test::test_builder_errors
68832026-04-07T02:35:38.456Z PASS [ 0.033s] ( 153/2770) internal-dns-types config::test::test_builder_output
68842026-04-07T02:35:38.462Z PASS [ 0.151s] ( 154/2770) internal-dns-resolver resolver::test::update_record
68852026-04-07T02:35:38.466Z PASS [ 0.044s] ( 155/2770) internal-dns-types diff::test::diff_different
68862026-04-07T02:35:38.480Z PASS [ 0.027s] ( 156/2770) internal-dns-types diff::test::diff_equivalent
68872026-04-07T02:35:38.484Z PASS [ 0.020s] ( 157/2770) ipcc tests::deserialize_fixed_value
68882026-04-07T02:35:38.490Z PASS [ 0.029s] ( 158/2770) internal-dns-types diff::test::diff_invalid
68892026-04-07T02:35:38.502Z PASS [ 0.022s] ( 159/2770) ipcc tests::installinator_image_id_round_trip
68902026-04-07T02:35:38.509Z PASS [ 0.022s] ( 160/2770) ipcc tests::serialized_size
68912026-04-07T02:35:38.519Z PASS [ 0.028s] ( 161/2770) key-manager tests::different_disks_produce_different_keys
68922026-04-07T02:35:38.534Z PASS [ 0.032s] ( 162/2770) key-manager tests::different_ikm_produces_different_keys
68932026-04-07T02:35:38.540Z PASS [ 0.031s] ( 163/2770) key-manager tests::disk_encryption_key_epoch_0
68942026-04-07T02:35:38.549Z PASS [ 0.029s] ( 164/2770) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68952026-04-07T02:35:38.570Z PASS [ 0.036s] ( 165/2770) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68962026-04-07T02:35:38.579Z PASS [ 0.039s] ( 166/2770) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68972026-04-07T02:35:38.587Z PASS [ 0.035s] ( 167/2770) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68982026-04-07T02:35:38.600Z PASS [ 0.025s] ( 168/2770) nexus-auth authn::external::session_cookie::test::test_get_token
68992026-04-07T02:35:38.606Z PASS [ 0.029s] ( 169/2770) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69002026-04-07T02:35:38.615Z PASS [ 0.033s] ( 170/2770) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69012026-04-07T02:35:38.627Z PASS [ 0.031s] ( 171/2770) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69022026-04-07T02:35:38.640Z PASS [ 0.033s] ( 172/2770) nexus-auth authn::external::session_cookie::test::test_other_cookie
69032026-04-07T02:35:38.647Z PASS [ 0.031s] ( 173/2770) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69042026-04-07T02:35:38.663Z PASS [ 0.033s] ( 174/2770) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69052026-04-07T02:35:38.672Z PASS [ 0.032s] ( 175/2770) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69062026-04-07T02:35:38.680Z PASS [ 0.034s] ( 176/2770) nexus-auth authn::external::spoof::test::test_make_header_value
69072026-04-07T02:35:38.693Z PASS [ 0.031s] ( 177/2770) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69082026-04-07T02:35:38.702Z PASS [ 0.030s] ( 178/2770) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69092026-04-07T02:35:38.708Z PASS [ 0.028s] ( 179/2770) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69102026-04-07T02:35:38.722Z PASS [ 0.030s] ( 180/2770) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69112026-04-07T02:35:38.737Z PASS [ 0.031s] ( 181/2770) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69122026-04-07T02:35:38.745Z PASS [ 0.036s] ( 182/2770) nexus-auth authn::external::test::test_authn_sequence
69132026-04-07T02:35:38.754Z PASS [ 0.031s] ( 183/2770) nexus-auth authn::external::token::test::test_make_header_value
69142026-04-07T02:35:38.774Z PASS [ 0.037s] ( 184/2770) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69152026-04-07T02:35:38.779Z PASS [ 0.034s] ( 185/2770) nexus-auth authn::external::token::test::test_token_header_missing
69162026-04-07T02:35:38.785Z PASS [ 0.033s] ( 186/2770) nexus-auth authn::external::token::test::test_token_header_valid
69172026-04-07T02:35:38.804Z PASS [ 0.031s] ( 187/2770) nexus-auth authn::test::test_internal_users
69182026-04-07T02:35:38.821Z PASS [ 1.108s] ( 188/2770) installinator write::tests::proptest_write_artifact
69192026-04-07T02:35:38.832Z PASS [ 0.046s] ( 189/2770) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69202026-04-07T02:35:38.855Z PASS [ 0.076s] ( 190/2770) nexus-auth authz::context::test::test_unregistered_resource
69212026-04-07T02:35:38.894Z PASS [ 0.067s] ( 191/2770) nexus-auth context::test::test_background_context
69222026-04-07T02:35:38.919Z PASS [ 0.041s] ( 192/2770) nexus-config nexus_config::test::test_bad_authn_schemes
69232026-04-07T02:35:38.919Z PASS [ 0.069s] ( 193/2770) nexus-auth context::test::test_test_context
69242026-04-07T02:35:38.920Z PASS [ 0.033s] ( 194/2770) nexus-config nexus_config::test::test_config_bad_toml
69252026-04-07T02:35:38.920Z PASS [ 0.082s] ( 195/2770) nexus-auth context::test::test_child_context
69262026-04-07T02:35:38.991Z PASS [ 0.027s] ( 196/2770) nexus-config nexus_config::test::test_config_empty
69272026-04-07T02:35:38.991Z PASS [ 0.031s] ( 197/2770) nexus-config nexus_config::test::test_config_nonexistent
69282026-04-07T02:35:38.991Z PASS [ 0.032s] ( 198/2770) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
69292026-04-07T02:35:38.991Z PASS [ 0.035s] ( 199/2770) nexus-config nexus_config::test::test_deployment_config_schema
69302026-04-07T02:35:39.017Z PASS [ 0.029s] ( 200/2770) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69312026-04-07T02:35:39.017Z PASS [ 0.032s] ( 201/2770) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69322026-04-07T02:35:39.017Z PASS [ 0.045s] ( 202/2770) nexus-config nexus_config::test::test_repo_configs_are_valid
69332026-04-07T02:35:39.017Z PASS [ 0.029s] ( 203/2770) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69342026-04-07T02:35:39.017Z PASS [ 0.048s] ( 204/2770) nexus-config nexus_config::test::test_valid
69352026-04-07T02:35:39.017Z PASS [ 0.028s] ( 205/2770) nexus-config postgres_config::test::test_all_addresses_single_host
69362026-04-07T02:35:39.022Z PASS [ 0.027s] ( 206/2770) nexus-config postgres_config::test::test_bad_url
69372026-04-07T02:35:39.022Z PASS [ 0.028s] ( 207/2770) nexus-config postgres_config::test::test_example_url
69382026-04-07T02:35:39.022Z PASS [ 0.027s] ( 208/2770) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69392026-04-07T02:35:39.029Z PASS [ 0.031s] ( 209/2770) nexus-db-fixed-data test::test_allowlist_id_is_valid
69402026-04-07T02:35:39.036Z PASS [ 0.029s] ( 210/2770) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69412026-04-07T02:35:39.040Z PASS [ 0.028s] ( 211/2770) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69422026-04-07T02:35:39.056Z PASS [ 0.026s] ( 212/2770) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69432026-04-07T02:35:39.066Z PASS [ 0.031s] ( 213/2770) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69442026-04-07T02:35:39.082Z PASS [ 0.044s] ( 214/2770) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69452026-04-07T02:35:39.087Z PASS [ 0.031s] ( 215/2770) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69462026-04-07T02:35:39.095Z PASS [ 0.027s] ( 216/2770) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69472026-04-07T02:35:39.112Z PASS [ 0.029s] ( 217/2770) nexus-db-model device_auth::test::test_generate_user_code
69482026-04-07T02:35:39.118Z PASS [ 0.028s] ( 218/2770) nexus-db-model instance_state::tests::test_from_str_roundtrips
69492026-04-07T02:35:39.125Z PASS [ 0.029s] ( 219/2770) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69502026-04-07T02:35:39.148Z PASS [ 0.037s] ( 220/2770) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69512026-04-07T02:35:39.159Z PASS [ 0.037s] ( 221/2770) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69522026-04-07T02:35:39.192Z PASS [ 0.076s] ( 222/2770) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
69532026-04-07T02:35:39.214Z PASS [ 0.054s] ( 223/2770) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
69542026-04-07T02:35:39.221Z PASS [ 0.070s] ( 224/2770) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
69552026-04-07T02:35:39.243Z PASS [ 0.052s] ( 225/2770) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
69562026-04-07T02:35:39.273Z PASS [ 0.049s] ( 226/2770) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
69572026-04-07T02:35:39.279Z PASS [ 0.054s] ( 227/2770) nexus-db-model schema_versions::test::test_classify_create_index
69582026-04-07T02:35:39.288Z PASS [ 0.042s] ( 228/2770) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
69592026-04-07T02:35:39.298Z PASS [ 0.031s] ( 229/2770) nexus-db-model schema_versions::test::test_classify_dml_ignored
69602026-04-07T02:35:39.323Z PASS [ 0.054s] ( 230/2770) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
69612026-04-07T02:35:39.334Z PASS [ 0.036s] ( 231/2770) nexus-db-model schema_versions::test::test_known_versions
69622026-04-07T02:35:39.346Z PASS [ 0.059s] ( 232/2770) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
69632026-04-07T02:35:39.373Z PASS [ 0.040s] ( 233/2770) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
69642026-04-07T02:35:39.382Z PASS [ 0.037s] ( 234/2770) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
69652026-04-07T02:35:39.410Z PASS [ 0.035s] ( 235/2770) nexus-db-model schema_versions::test::test_one_ddl_enforcement
69662026-04-07T02:35:39.415Z PASS [ 0.089s] ( 236/2770) nexus-db-model schema_versions::test::test_migration_verification_files
69672026-04-07T02:35:39.433Z PASS [ 0.049s] ( 237/2770) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
69682026-04-07T02:35:39.457Z PASS [ 0.048s] ( 238/2770) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
69692026-04-07T02:35:39.463Z PASS [ 0.050s] ( 239/2770) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
69702026-04-07T02:35:39.478Z PASS [ 0.048s] ( 240/2770) nexus-db-model schema_versions::test::test_preprocess_storing
69712026-04-07T02:35:39.499Z PASS [ 0.043s] ( 241/2770) nexus-db-model schema_versions::test::test_preprocess_type_array
69722026-04-07T02:35:39.508Z PASS [ 0.047s] ( 242/2770) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69732026-04-07T02:35:39.519Z PASS [ 0.040s] ( 243/2770) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69742026-04-07T02:35:39.531Z PASS [ 0.030s] ( 244/2770) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69752026-04-07T02:35:39.535Z PASS [ 0.028s] ( 245/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
69762026-04-07T02:35:39.548Z PASS [ 0.028s] ( 246/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
69772026-04-07T02:35:39.558Z PASS [ 0.028s] ( 247/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
69782026-04-07T02:35:39.566Z PASS [ 0.030s] ( 248/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
69792026-04-07T02:35:39.572Z PASS [ 0.025s] ( 249/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
69802026-04-07T02:35:39.584Z PASS [ 0.025s] ( 250/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
69812026-04-07T02:35:39.593Z PASS [ 0.026s] ( 251/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
69822026-04-07T02:35:39.602Z PASS [ 0.029s] ( 252/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
69832026-04-07T02:35:39.611Z PASS [ 0.029s] ( 253/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
69842026-04-07T02:35:39.620Z PASS [ 0.027s] ( 254/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
69852026-04-07T02:35:39.634Z PASS [ 0.029s] ( 255/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
69862026-04-07T02:35:39.644Z PASS [ 0.033s] ( 256/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
69872026-04-07T02:35:39.649Z PASS [ 0.030s] ( 257/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
69882026-04-07T02:35:39.656Z PASS [ 0.025s] ( 258/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
69892026-04-07T02:35:39.672Z PASS [ 0.024s] ( 259/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
69902026-04-07T02:35:39.676Z PASS [ 0.025s] ( 260/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
69912026-04-07T02:35:39.681Z PASS [ 0.024s] ( 261/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
69922026-04-07T02:35:39.694Z PASS [ 0.023s] ( 262/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
69932026-04-07T02:35:39.705Z PASS [ 0.028s] ( 263/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
69942026-04-07T02:35:39.716Z PASS [ 0.034s] ( 264/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
69952026-04-07T02:35:39.727Z PASS [ 0.032s] ( 265/2770) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
69962026-04-07T02:35:39.734Z PASS [ 0.030s] ( 266/2770) nexus-db-model schema_versions::test::test_verification_query_add_constraint
69972026-04-07T02:35:39.745Z PASS [ 0.029s] ( 267/2770) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
69982026-04-07T02:35:39.755Z PASS [ 0.027s] ( 268/2770) nexus-db-model schema_versions::test::test_verification_query_create_index
69992026-04-07T02:35:39.760Z PASS [ 0.028s] ( 269/2770) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
70002026-04-07T02:35:39.770Z PASS [ 0.026s] ( 270/2770) nexus-db-model schema_versions::test::test_verify
70012026-04-07T02:35:39.779Z PASS [ 0.025s] ( 271/2770) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
70022026-04-07T02:35:39.786Z PASS [ 0.026s] ( 272/2770) nexus-db-model semver_version::test::test_to_from_sortable_string
70032026-04-07T02:35:39.795Z PASS [ 0.025s] ( 273/2770) nexus-db-model tests::test_ip_subnet_check_requestable_address
70042026-04-07T02:35:39.801Z PASS [ 0.024s] ( 274/2770) nexus-db-model tests::test_ipv6_net_random_subnet
70052026-04-07T02:35:39.816Z PASS [ 0.028s] ( 275/2770) nexus-db-model tests::test_roles_database_strings
70062026-04-07T02:35:39.824Z PASS [ 0.030s] ( 276/2770) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70072026-04-07T02:35:39.830Z PASS [ 0.028s] ( 277/2770) nexus-db-model typed_uuid::tests::test_compare_consistency
70082026-04-07T02:35:39.846Z PASS [ 0.027s] ( 278/2770) nexus-db-model typed_uuid::tests::test_hash_equality
70092026-04-07T02:35:39.852Z PASS [ 0.027s] ( 279/2770) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70102026-04-07T02:35:39.865Z PASS [ 0.028s] ( 280/2770) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70112026-04-07T02:35:40.649Z PASS [ 17.141s] ( 281/2770) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
70122026-04-07T02:35:40.922Z PASS [ 17.413s] ( 282/2770) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
70132026-04-07T02:35:41.457Z PASS [ 2.444s] ( 283/2770) nexus-db-lookup::integration lookup::test_lookup
70142026-04-07T02:35:42.149Z PASS [ 2.289s] ( 284/2770) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70152026-04-07T02:35:42.417Z PASS [ 2.558s] ( 285/2770) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70162026-04-07T02:35:42.502Z PASS [ 2.640s] ( 286/2770) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70172026-04-07T02:35:43.097Z PASS [ 2.432s] ( 287/2770) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70182026-04-07T02:35:43.377Z PASS [ 2.457s] ( 288/2770) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70192026-04-07T02:35:43.729Z PASS [ 20.222s] ( 289/2770) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
70202026-04-07T02:35:43.776Z PASS [ 0.049s] ( 290/2770) nexus-db-queries db::collection_attach::test::test_verify_query
70212026-04-07T02:35:43.786Z PASS [ 20.270s] ( 291/2770) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
70222026-04-07T02:35:43.911Z PASS [ 2.452s] ( 292/2770) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70232026-04-07T02:35:44.292Z PASS [ 20.791s] ( 293/2770) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
70242026-04-07T02:35:44.424Z PASS [ 20.917s] ( 294/2770) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
70252026-04-07T02:35:44.673Z PASS [ 2.542s] ( 295/2770) nexus-db-queries db::collection_attach::test::test_attach_once
70262026-04-07T02:35:44.766Z PASS [ 21.259s] ( 296/2770) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
70272026-04-07T02:35:44.816Z PASS [ 0.051s] ( 297/2770) nexus-db-queries db::collection_detach::test::test_verify_query
70282026-04-07T02:35:45.049Z PASS [ 2.631s] ( 298/2770) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70292026-04-07T02:35:45.221Z PASS [ 2.730s] ( 299/2770) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70302026-04-07T02:35:45.515Z PASS [ 2.434s] ( 300/2770) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70312026-04-07T02:35:45.601Z PASS [ 22.100s] ( 301/2770) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
70322026-04-07T02:35:45.650Z PASS [ 22.150s] ( 302/2770) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
70332026-04-07T02:35:45.690Z PASS [ 22.190s] ( 303/2770) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
70342026-04-07T02:35:45.727Z PASS [ 22.228s] ( 304/2770) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
70352026-04-07T02:35:45.893Z PASS [ 2.516s] ( 305/2770) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70362026-04-07T02:35:45.939Z PASS [ 0.047s] ( 306/2770) nexus-db-queries db::collection_detach_many::test::test_verify_query
70372026-04-07T02:35:46.092Z PASS [ 22.592s] ( 307/2770) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
70382026-04-07T02:35:46.408Z PASS [ 2.631s] ( 308/2770) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70392026-04-07T02:35:46.450Z PASS [ 2.672s] ( 309/2770) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70402026-04-07T02:35:46.457Z PASS [ 0.049s] ( 310/2770) nexus-db-queries db::collection_insert::test::test_verify_query
70412026-04-07T02:35:46.461Z PASS [ 2.551s] ( 311/2770) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70422026-04-07T02:35:46.542Z PASS [ 0.085s] ( 312/2770) nexus-db-queries db::column_walker::test::test_walk_columns
70432026-04-07T02:35:46.546Z PASS [ 0.093s] ( 313/2770) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70442026-04-07T02:35:46.546Z PASS [ 0.082s] ( 314/2770) nexus-db-queries db::column_walker::test::test_walk_table
70452026-04-07T02:35:46.818Z PASS [ 2.525s] ( 315/2770) nexus-db-queries db::collection_detach::test::test_detach_once
70462026-04-07T02:35:47.049Z PASS [ 23.553s] ( 316/2770) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
70472026-04-07T02:35:47.115Z PASS [ 2.691s] ( 317/2770) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70482026-04-07T02:35:47.321Z PASS [ 2.647s] ( 318/2770) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70492026-04-07T02:35:47.409Z PASS [ 2.592s] ( 319/2770) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70502026-04-07T02:35:47.688Z PASS [ 2.639s] ( 320/2770) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70512026-04-07T02:35:47.811Z PASS [ 2.590s] ( 321/2770) nexus-db-queries db::collection_detach_many::test::test_detach_many
70522026-04-07T02:35:48.254Z PASS [ 2.738s] ( 322/2770) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70532026-04-07T02:35:48.418Z PASS [ 2.816s] ( 323/2770) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70542026-04-07T02:35:48.460Z PASS [ 2.768s] ( 324/2770) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70552026-04-07T02:35:48.468Z PASS [ 2.741s] ( 325/2770) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
70562026-04-07T02:35:48.485Z PASS [ 2.835s] ( 326/2770) nexus-db-queries db::collection_detach_many::test::test_detach_once
70572026-04-07T02:35:48.564Z PASS [ 2.625s] ( 327/2770) nexus-db-queries db::collection_insert::test::test_collection_not_present
70582026-04-07T02:35:48.773Z PASS [ 2.680s] ( 328/2770) nexus-db-queries db::collection_insert::test::test_collection_present
70592026-04-07T02:35:50.992Z PASS [ 4.433s] ( 329/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
70602026-04-07T02:35:51.013Z PASS [ 4.471s] ( 330/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
70612026-04-07T02:35:51.130Z PASS [ 27.634s] ( 331/2770) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
70622026-04-07T02:35:51.175Z PASS [ 4.357s] ( 332/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
70632026-04-07T02:35:51.289Z PASS [ 4.239s] ( 333/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
70642026-04-07T02:35:51.529Z PASS [ 4.208s] ( 334/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
70652026-04-07T02:35:51.933Z PASS [ 4.117s] ( 335/2770) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
70662026-04-07T02:35:51.955Z PASS [ 4.819s] ( 336/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
70672026-04-07T02:35:51.955Z PASS [ 4.249s] ( 337/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
70682026-04-07T02:35:52.244Z PASS [ 4.835s] ( 338/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
70692026-04-07T02:35:52.282Z PASS [ 4.027s] ( 339/2770) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
70702026-04-07T02:35:52.675Z PASS [ 4.257s] ( 340/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
70712026-04-07T02:35:52.740Z PASS [ 4.254s] ( 341/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
70722026-04-07T02:35:52.856Z PASS [ 4.397s] ( 342/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
70732026-04-07T02:35:52.879Z PASS [ 4.314s] ( 343/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
70742026-04-07T02:35:52.907Z PASS [ 29.410s] ( 344/2770) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
70752026-04-07T02:35:53.034Z PASS [ 6.490s] ( 345/2770) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
70762026-04-07T02:35:57.631Z PASS [ 30.016s] ( 346/2770) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
70772026-04-07T02:35:57.637Z PASS [ 4.797s] ( 347/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
70782026-04-07T02:35:57.637Z PASS [ 2.639s] ( 348/2770) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
70792026-04-07T02:35:57.637Z PASS [ 6.191s] ( 349/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
70802026-04-07T02:35:57.637Z PASS [ 3.904s] ( 350/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
70812026-04-07T02:35:57.637Z PASS [ 4.078s] ( 351/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
70822026-04-07T02:35:57.637Z PASS [ 3.924s] ( 352/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
70832026-04-07T02:35:57.637Z PASS [ 3.992s] ( 353/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
70842026-04-07T02:35:57.637Z PASS [ 4.496s] ( 354/2770) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
70852026-04-07T02:35:57.637Z PASS [ 4.110s] ( 355/2770) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
70862026-04-07T02:35:57.637Z PASS [ 3.771s] ( 356/2770) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
70872026-04-07T02:35:57.637Z PASS [ 3.845s] ( 357/2770) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
70882026-04-07T02:35:57.637Z PASS [ 1.223s] ( 358/2770) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
70892026-04-07T02:35:57.637Z PASS [ 1.147s] ( 359/2770) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
70902026-04-07T02:35:57.638Z PASS [ 33.103s] ( 360/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
70912026-04-07T02:35:57.638Z PASS [ 3.975s] ( 361/2770) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
70922026-04-07T02:35:57.638Z PASS [ 3.926s] ( 362/2770) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
70932026-04-07T02:35:57.638Z PASS [ 3.863s] ( 363/2770) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
70942026-04-07T02:35:57.638Z PASS [ 3.906s] ( 364/2770) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
70952026-04-07T02:35:57.638Z PASS [ 3.798s] ( 365/2770) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
70962026-04-07T02:35:57.638Z PASS [ 33.348s] ( 366/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
70972026-04-07T02:35:57.638Z PASS [ 3.943s] ( 367/2770) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
70982026-04-07T02:35:57.638Z PASS [ 5.494s] ( 368/2770) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
70992026-04-07T02:35:57.638Z PASS [ 2.649s] ( 369/2770) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71002026-04-07T02:35:57.638Z PASS [ 33.785s] ( 370/2770) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
71012026-04-07T02:35:57.638Z PASS [ 3.825s] ( 371/2770) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71022026-04-07T02:35:57.638Z PASS [ 5.449s] ( 372/2770) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71032026-04-07T02:35:57.638Z PASS [ 33.929s] ( 373/2770) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
71042026-04-07T02:35:57.638Z PASS [ 2.482s] ( 374/2770) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71052026-04-07T02:35:57.638Z PASS [ 4.050s] ( 375/2770) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71062026-04-07T02:35:57.680Z PASS [ 0.848s] ( 376/2770) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
71072026-04-07T02:35:57.728Z PASS [ 0.878s] ( 377/2770) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
71082026-04-07T02:35:57.864Z PASS [ 3.203s] ( 378/2770) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71092026-04-07T02:35:58.062Z PASS [ 1.039s] ( 379/2770) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
71102026-04-07T02:35:58.246Z PASS [ 2.736s] ( 380/2770) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71112026-04-07T02:35:58.313Z PASS [ 0.251s] ( 381/2770) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71122026-04-07T02:35:58.703Z PASS [ 3.647s] ( 382/2770) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
71132026-04-07T02:35:58.762Z PASS [ 2.709s] ( 383/2770) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71142026-04-07T02:35:58.812Z PASS [ 2.764s] ( 384/2770) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71152026-04-07T02:35:58.838Z PASS [ 2.748s] ( 385/2770) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71162026-04-07T02:35:58.892Z PASS [ 2.570s] ( 386/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71172026-04-07T02:35:58.982Z PASS [ 2.554s] ( 387/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71182026-04-07T02:35:59.056Z PASS [ 2.447s] ( 388/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71192026-04-07T02:35:59.169Z PASS [ 2.520s] ( 389/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71202026-04-07T02:35:59.182Z PASS [ 2.516s] ( 390/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71212026-04-07T02:35:59.233Z PASS [ 0.051s] ( 391/2770) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71222026-04-07T02:35:59.274Z PASS [ 2.532s] ( 392/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71232026-04-07T02:35:59.279Z PASS [ 2.516s] ( 393/2770) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71242026-04-07T02:35:59.731Z PASS [ 2.509s] ( 394/2770) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71252026-04-07T02:35:59.836Z PASS [ 2.495s] ( 395/2770) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71262026-04-07T02:35:59.890Z PASS [ 2.608s] ( 396/2770) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71272026-04-07T02:35:59.893Z PASS [ 2.515s] ( 397/2770) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71282026-04-07T02:35:59.921Z PASS [ 2.491s] ( 398/2770) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71292026-04-07T02:35:59.989Z PASS [ 2.472s] ( 399/2770) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71302026-04-07T02:36:00.012Z PASS [ 2.391s] ( 400/2770) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71312026-04-07T02:36:00.161Z PASS [ 0.240s] ( 401/2770) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
71322026-04-07T02:36:00.196Z PASS [ 0.304s] ( 402/2770) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
71332026-04-07T02:36:00.592Z PASS [ 3.741s] ( 403/2770) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71342026-04-07T02:36:00.595Z PASS [ 2.347s] ( 404/2770) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71352026-04-07T02:36:00.910Z PASS [ 37.413s] ( 405/2770) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71362026-04-07T02:36:01.657Z PASS [ 3.929s] ( 406/2770) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71372026-04-07T02:36:01.839Z PASS [ 4.159s] ( 407/2770) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71382026-04-07T02:36:01.938Z PASS [ 4.073s] ( 408/2770) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71392026-04-07T02:36:02.298Z PASS [ 38.801s] ( 409/2770) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71402026-04-07T02:36:02.491Z PASS [ 2.502s] ( 410/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71412026-04-07T02:36:02.500Z PASS [ 2.488s] ( 411/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71422026-04-07T02:36:02.642Z PASS [ 2.481s] ( 412/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71432026-04-07T02:36:02.642Z PASS [ 3.939s] ( 413/2770) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71442026-04-07T02:36:02.765Z PASS [ 2.568s] ( 414/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71452026-04-07T02:36:02.907Z PASS [ 4.070s] ( 415/2770) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
71462026-04-07T02:36:02.951Z PASS [ 3.717s] ( 416/2770) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71472026-04-07T02:36:02.974Z PASS [ 4.162s] ( 417/2770) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71482026-04-07T02:36:03.069Z PASS [ 3.899s] ( 418/2770) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71492026-04-07T02:36:03.095Z PASS [ 4.113s] ( 419/2770) nexus-db-queries db::datastore::deployment::tests::test_set_target
71502026-04-07T02:36:03.211Z PASS [ 4.898s] ( 420/2770) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71512026-04-07T02:36:03.270Z PASS [ 2.677s] ( 421/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71522026-04-07T02:36:03.273Z PASS [ 2.677s] ( 422/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
71532026-04-07T02:36:03.297Z PASS [ 4.022s] ( 423/2770) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71542026-04-07T02:36:03.426Z PASS [ 4.370s] ( 424/2770) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71552026-04-07T02:36:03.433Z PASS [ 4.671s] ( 425/2770) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71562026-04-07T02:36:03.491Z PASS [ 2.581s] ( 426/2770) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
71572026-04-07T02:36:03.620Z PASS [ 3.888s] ( 427/2770) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71582026-04-07T02:36:03.724Z PASS [ 3.833s] ( 428/2770) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
71592026-04-07T02:36:03.780Z PASS [ 4.500s] ( 429/2770) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
71602026-04-07T02:36:03.831Z PASS [ 3.994s] ( 430/2770) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
71612026-04-07T02:36:03.999Z PASS [ 2.342s] ( 431/2770) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
71622026-04-07T02:36:04.207Z PASS [ 2.368s] ( 432/2770) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
71632026-04-07T02:36:04.393Z PASS [ 2.455s] ( 433/2770) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
71642026-04-07T02:36:04.430Z PASS [ 5.537s] ( 434/2770) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
71652026-04-07T02:36:05.792Z PASS [ 3.493s] ( 435/2770) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
71662026-04-07T02:36:06.226Z PASS [ 3.735s] ( 436/2770) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
71672026-04-07T02:36:06.448Z PASS [ 3.683s] ( 437/2770) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
71682026-04-07T02:36:06.526Z PASS [ 3.883s] ( 438/2770) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
71692026-04-07T02:36:06.732Z PASS [ 3.756s] ( 439/2770) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
71702026-04-07T02:36:06.773Z PASS [ 4.271s] ( 440/2770) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
71712026-04-07T02:36:06.791Z PASS [ 3.840s] ( 441/2770) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
71722026-04-07T02:36:06.841Z PASS [ 3.933s] ( 442/2770) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
71732026-04-07T02:36:06.967Z PASS [ 3.897s] ( 443/2770) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
71742026-04-07T02:36:07.019Z PASS [ 3.722s] ( 444/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
71752026-04-07T02:36:07.045Z PASS [ 3.775s] ( 445/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
71762026-04-07T02:36:07.059Z PASS [ 3.963s] ( 446/2770) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
71772026-04-07T02:36:07.120Z PASS [ 4.476s] ( 447/2770) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
71782026-04-07T02:36:07.129Z PASS [ 3.695s] ( 448/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
71792026-04-07T02:36:07.176Z PASS [ 3.905s] ( 449/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
71802026-04-07T02:36:07.196Z PASS [ 3.769s] ( 450/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
71812026-04-07T02:36:07.219Z PASS [ 3.728s] ( 451/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
71822026-04-07T02:36:07.219Z PASS [ 4.007s] ( 452/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
71832026-04-07T02:36:07.419Z PASS [ 0.243s] ( 453/2770) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
71842026-04-07T02:36:07.447Z PASS [ 0.251s] ( 454/2770) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
71852026-04-07T02:36:07.522Z PASS [ 0.303s] ( 455/2770) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
71862026-04-07T02:36:07.624Z PASS [ 3.793s] ( 456/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
71872026-04-07T02:36:07.627Z PASS [ 4.004s] ( 457/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
71882026-04-07T02:36:07.627Z PASS [ 3.903s] ( 458/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
71892026-04-07T02:36:07.732Z PASS [ 3.952s] ( 459/2770) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
71902026-04-07T02:36:07.856Z PASS [ 3.857s] ( 460/2770) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
71912026-04-07T02:36:08.099Z PASS [ 3.891s] ( 461/2770) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
71922026-04-07T02:36:08.283Z PASS [ 3.852s] ( 462/2770) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
71932026-04-07T02:36:08.301Z PASS [ 3.907s] ( 463/2770) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
71942026-04-07T02:36:09.390Z PASS [ 3.598s] ( 464/2770) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
71952026-04-07T02:36:09.549Z PASS [ 2.330s] ( 465/2770) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
71962026-04-07T02:36:09.749Z PASS [ 2.329s] ( 466/2770) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
71972026-04-07T02:36:09.862Z PASS [ 2.340s] ( 467/2770) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
71982026-04-07T02:36:09.927Z PASS [ 3.700s] ( 468/2770) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
71992026-04-07T02:36:10.080Z PASS [ 2.633s] ( 469/2770) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72002026-04-07T02:36:10.187Z PASS [ 2.563s] ( 470/2770) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72012026-04-07T02:36:10.233Z PASS [ 3.784s] ( 471/2770) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72022026-04-07T02:36:10.591Z PASS [ 4.065s] ( 472/2770) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72032026-04-07T02:36:10.704Z PASS [ 3.932s] ( 473/2770) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72042026-04-07T02:36:10.729Z PASS [ 3.684s] ( 474/2770) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72052026-04-07T02:36:10.775Z PASS [ 3.808s] ( 475/2770) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72062026-04-07T02:36:10.786Z PASS [ 4.054s] ( 476/2770) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72072026-04-07T02:36:10.790Z PASS [ 3.998s] ( 477/2770) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72082026-04-07T02:36:10.798Z PASS [ 3.669s] ( 478/2770) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72092026-04-07T02:36:10.820Z PASS [ 3.801s] ( 479/2770) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72102026-04-07T02:36:10.890Z PASS [ 3.831s] ( 480/2770) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
72112026-04-07T02:36:10.953Z PASS [ 4.112s] ( 481/2770) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72122026-04-07T02:36:10.995Z PASS [ 3.876s] ( 482/2770) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
72132026-04-07T02:36:11.465Z PASS [ 47.964s] ( 483/2770) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
72142026-04-07T02:36:11.499Z PASS [ 3.872s] ( 484/2770) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
72152026-04-07T02:36:11.537Z PASS [ 3.805s] ( 485/2770) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
72162026-04-07T02:36:11.589Z PASS [ 3.732s] ( 486/2770) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
72172026-04-07T02:36:11.700Z PASS [ 3.601s] ( 487/2770) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72182026-04-07T02:36:11.970Z PASS [ 4.346s] ( 488/2770) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72192026-04-07T02:36:12.104Z PASS [ 3.802s] ( 489/2770) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72202026-04-07T02:36:12.144Z PASS [ 3.861s] ( 490/2770) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72212026-04-07T02:36:13.010Z PASS [ 3.620s] ( 491/2770) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72222026-04-07T02:36:13.620Z PASS [ 3.871s] ( 492/2770) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72232026-04-07T02:36:13.632Z PASS [ 4.083s] ( 493/2770) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
72242026-04-07T02:36:13.685Z PASS [ 3.758s] ( 494/2770) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
72252026-04-07T02:36:13.717Z PASS [ 3.855s] ( 495/2770) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72262026-04-07T02:36:14.078Z PASS [ 3.891s] ( 496/2770) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72272026-04-07T02:36:14.180Z PASS [ 3.948s] ( 497/2770) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72282026-04-07T02:36:14.388Z PASS [ 2.687s] ( 498/2770) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72292026-04-07T02:36:14.591Z PASS [ 4.000s] ( 499/2770) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72302026-04-07T02:36:14.606Z PASS [ 3.715s] ( 500/2770) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72312026-04-07T02:36:14.661Z PASS [ 2.691s] ( 501/2770) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72322026-04-07T02:36:14.799Z PASS [ 4.071s] ( 502/2770) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72332026-04-07T02:36:14.816Z PASS [ 2.712s] ( 503/2770) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72342026-04-07T02:36:14.856Z PASS [ 4.071s] ( 504/2770) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72352026-04-07T02:36:14.860Z PASS [ 4.062s] ( 505/2770) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72362026-04-07T02:36:14.869Z PASS [ 4.079s] ( 506/2770) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72372026-04-07T02:36:14.887Z PASS [ 2.743s] ( 507/2770) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72382026-04-07T02:36:14.898Z PASS [ 4.123s] ( 508/2770) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72392026-04-07T02:36:14.911Z PASS [ 0.250s] ( 509/2770) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72402026-04-07T02:36:14.915Z PASS [ 4.209s] ( 510/2770) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72412026-04-07T02:36:15.054Z PASS [ 4.101s] ( 511/2770) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72422026-04-07T02:36:15.061Z PASS [ 0.245s] ( 512/2770) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72432026-04-07T02:36:15.065Z PASS [ 0.263s] ( 513/2770) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72442026-04-07T02:36:15.327Z PASS [ 5.247s] ( 514/2770) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72452026-04-07T02:36:15.436Z PASS [ 4.615s] ( 515/2770) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72462026-04-07T02:36:15.718Z PASS [ 4.218s] ( 516/2770) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72472026-04-07T02:36:15.728Z PASS [ 4.139s] ( 517/2770) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72482026-04-07T02:36:15.826Z PASS [ 4.361s] ( 518/2770) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72492026-04-07T02:36:15.837Z PASS [ 4.300s] ( 519/2770) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72502026-04-07T02:36:16.590Z PASS [ 3.580s] ( 520/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72512026-04-07T02:36:17.044Z PASS [ 6.048s] ( 521/2770) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72522026-04-07T02:36:17.307Z PASS [ 3.589s] ( 522/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72532026-04-07T02:36:17.342Z PASS [ 3.657s] ( 523/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72542026-04-07T02:36:17.383Z PASS [ 3.750s] ( 524/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72552026-04-07T02:36:17.444Z PASS [ 3.823s] ( 525/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72562026-04-07T02:36:17.703Z PASS [ 3.624s] ( 526/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72572026-04-07T02:36:17.814Z PASS [ 3.633s] ( 527/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
72582026-04-07T02:36:18.090Z PASS [ 3.701s] ( 528/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
72592026-04-07T02:36:18.290Z PASS [ 3.699s] ( 529/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
72602026-04-07T02:36:18.485Z PASS [ 3.878s] ( 530/2770) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
72612026-04-07T02:36:18.746Z PASS [ 3.834s] ( 531/2770) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
72622026-04-07T02:36:18.756Z PASS [ 3.896s] ( 532/2770) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
72632026-04-07T02:36:18.774Z PASS [ 3.876s] ( 533/2770) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
72642026-04-07T02:36:18.827Z PASS [ 3.913s] ( 534/2770) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
72652026-04-07T02:36:18.867Z PASS [ 3.978s] ( 535/2770) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
72662026-04-07T02:36:18.955Z PASS [ 3.901s] ( 536/2770) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
72672026-04-07T02:36:19.003Z PASS [ 3.941s] ( 537/2770) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
72682026-04-07T02:36:19.008Z PASS [ 4.138s] ( 538/2770) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
72692026-04-07T02:36:19.025Z PASS [ 3.962s] ( 539/2770) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
72702026-04-07T02:36:19.193Z PASS [ 4.336s] ( 540/2770) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
72712026-04-07T02:36:19.207Z PASS [ 3.880s] ( 541/2770) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
72722026-04-07T02:36:19.411Z PASS [ 3.975s] ( 542/2770) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
72732026-04-07T02:36:19.752Z PASS [ 3.915s] ( 543/2770) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
72742026-04-07T02:36:19.811Z PASS [ 4.093s] ( 544/2770) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
72752026-04-07T02:36:19.930Z PASS [ 4.202s] ( 545/2770) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
72762026-04-07T02:36:20.033Z PASS [ 4.206s] ( 546/2770) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
72772026-04-07T02:36:20.498Z PASS [ 3.908s] ( 547/2770) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
72782026-04-07T02:36:20.853Z PASS [ 3.809s] ( 548/2770) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
72792026-04-07T02:36:21.137Z PASS [ 57.628s] ( 549/2770) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
72802026-04-07T02:36:21.141Z PASS [ 3.834s] ( 550/2770) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
72812026-04-07T02:36:21.191Z PASS [ 3.849s] ( 551/2770) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
72822026-04-07T02:36:21.192Z PASS [ 3.808s] ( 552/2770) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
72832026-04-07T02:36:21.513Z PASS [ 4.070s] ( 553/2770) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
72842026-04-07T02:36:21.621Z PASS [ 3.919s] ( 554/2770) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
72852026-04-07T02:36:21.818Z PASS [ 4.004s] ( 555/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
72862026-04-07T02:36:22.096Z PASS [ 3.806s] ( 556/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
72872026-04-07T02:36:22.252Z PASS [ 4.162s] ( 557/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
72882026-04-07T02:36:22.374Z PASS [ 3.890s] ( 558/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
72892026-04-07T02:36:22.679Z PASS [ 3.922s] ( 559/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
72902026-04-07T02:36:22.764Z PASS [ 3.897s] ( 560/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
72912026-04-07T02:36:22.804Z PASS [ 4.029s] ( 561/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
72922026-04-07T02:36:22.831Z PASS [ 4.085s] ( 562/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
72932026-04-07T02:36:22.849Z PASS [ 4.022s] ( 563/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
72942026-04-07T02:36:23.018Z PASS [ 3.993s] ( 564/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
72952026-04-07T02:36:23.129Z PASS [ 4.121s] ( 565/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
72962026-04-07T02:36:23.174Z PASS [ 4.218s] ( 566/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
72972026-04-07T02:36:23.195Z PASS [ 4.002s] ( 567/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
72982026-04-07T02:36:23.295Z PASS [ 4.291s] ( 568/2770) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
72992026-04-07T02:36:23.508Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73002026-04-07T02:36:23.512Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
73012026-04-07T02:36:23.561Z PASS [ 4.354s] ( 569/2770) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73022026-04-07T02:36:23.581Z PASS [ 3.770s] ( 570/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73032026-04-07T02:36:24.007Z PASS [ 4.595s] ( 571/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73042026-04-07T02:36:24.339Z PASS [ 4.409s] ( 572/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73052026-04-07T02:36:24.343Z PASS [ 4.588s] ( 573/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73062026-04-07T02:36:24.410Z PASS [ 4.378s] ( 574/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73072026-04-07T02:36:25.094Z PASS [ 4.597s] ( 575/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73082026-04-07T02:36:25.404Z PASS [ 4.551s] ( 576/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73092026-04-07T02:36:25.519Z PASS [ 4.384s] ( 577/2770) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73102026-04-07T02:36:25.634Z PASS [ 4.493s] ( 578/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73112026-04-07T02:36:25.750Z PASS [ 4.559s] ( 579/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73122026-04-07T02:36:25.815Z PASS [ 4.623s] ( 580/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73132026-04-07T02:36:26.177Z PASS [ 4.664s] ( 581/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73142026-04-07T02:36:26.197Z PASS [ 4.575s] ( 582/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73152026-04-07T02:36:26.386Z PASS [ 4.568s] ( 583/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73162026-04-07T02:36:26.636Z PASS [ 3.805s] ( 584/2770) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73172026-04-07T02:36:26.838Z PASS [ 4.586s] ( 585/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73182026-04-07T02:36:26.915Z PASS [ 4.819s] ( 586/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73192026-04-07T02:36:27.065Z PASS [ 4.691s] ( 587/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73202026-04-07T02:36:27.311Z PASS [ 4.632s] ( 588/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73212026-04-07T02:36:27.311Z PASS [ 4.461s] ( 589/2770) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
73222026-04-07T02:36:27.338Z PASS [ 4.575s] ( 590/2770) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73232026-04-07T02:36:27.397Z PASS [ 4.593s] ( 591/2770) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
73242026-04-07T02:36:27.746Z PASS [ 4.728s] ( 592/2770) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
73252026-04-07T02:36:27.764Z PASS [ 4.635s] ( 593/2770) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
73262026-04-07T02:36:27.810Z PASS [ 4.636s] ( 594/2770) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
73272026-04-07T02:36:27.949Z PASS [ 3.942s] ( 595/2770) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
73282026-04-07T02:36:27.989Z PASS [ 4.694s] ( 596/2770) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
73292026-04-07T02:36:28.002Z PASS [ 4.807s] ( 597/2770) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
73302026-04-07T02:36:28.493Z PASS [ 4.154s] ( 598/2770) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
73312026-04-07T02:36:28.513Z PASS [ 4.951s] ( 599/2770) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
73322026-04-07T02:36:28.519Z PASS [ 4.178s] ( 600/2770) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
73332026-04-07T02:36:28.537Z PASS [ 0.043s] ( 601/2770) nexus-db-queries db::datastore::region::test::test_extent_count
73342026-04-07T02:36:28.975Z PASS [ 4.565s] ( 602/2770) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73352026-04-07T02:36:29.007Z PASS [ 5.426s] ( 603/2770) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73362026-04-07T02:36:29.014Z PASS [ 3.920s] ( 604/2770) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73372026-04-07T02:36:29.574Z PASS [ 3.940s] ( 605/2770) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73382026-04-07T02:36:29.616Z PASS [ 3.801s] ( 606/2770) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73392026-04-07T02:36:30.023Z PASS [ 4.618s] ( 607/2770) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73402026-04-07T02:36:30.234Z PASS [ 4.057s] ( 608/2770) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73412026-04-07T02:36:30.421Z PASS [ 4.224s] ( 609/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73422026-04-07T02:36:30.512Z PASS [ 4.126s] ( 610/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73432026-04-07T02:36:30.918Z PASS [ 4.080s] ( 611/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73442026-04-07T02:36:31.106Z PASS [ 4.469s] ( 612/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73452026-04-07T02:36:31.146Z PASS [ 4.081s] ( 613/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73462026-04-07T02:36:31.291Z PASS [ 4.375s] ( 614/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73472026-04-07T02:36:31.724Z PASS [ 4.326s] ( 615/2770) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73482026-04-07T02:36:31.991Z PASS [ 4.653s] ( 616/2770) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73492026-04-07T02:36:31.998Z PASS [ 3.997s] ( 617/2770) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73502026-04-07T02:36:32.028Z PASS [ 4.039s] ( 618/2770) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73512026-04-07T02:36:32.085Z PASS [ 4.339s] ( 619/2770) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73522026-04-07T02:36:32.148Z PASS [ 4.837s] ( 620/2770) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73532026-04-07T02:36:32.329Z PASS [ 4.520s] ( 621/2770) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73542026-04-07T02:36:32.374Z PASS [ 4.609s] ( 622/2770) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73552026-04-07T02:36:32.523Z PASS [ 4.574s] ( 623/2770) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
73562026-04-07T02:36:32.544Z PASS [ 4.031s] ( 624/2770) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
73572026-04-07T02:36:32.650Z PASS [ 4.113s] ( 625/2770) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
73582026-04-07T02:36:32.704Z PASS [ 4.185s] ( 626/2770) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
73592026-04-07T02:36:32.936Z PASS [ 3.921s] ( 627/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
73602026-04-07T02:36:32.966Z PASS [ 3.959s] ( 628/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
73612026-04-07T02:36:33.026Z PASS [ 4.051s] ( 629/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
73622026-04-07T02:36:33.104Z PASS [ 5.793s] ( 630/2770) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
73632026-04-07T02:36:33.482Z PASS [ 3.865s] ( 631/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
73642026-04-07T02:36:33.615Z PASS [ 4.041s] ( 632/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
73652026-04-07T02:36:33.736Z PASS [ 3.713s] ( 633/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
73662026-04-07T02:36:34.078Z PASS [ 3.844s] ( 634/2770) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
73672026-04-07T02:36:34.160Z PASS [ 3.739s] ( 635/2770) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
73682026-04-07T02:36:34.364Z PASS [ 3.851s] ( 636/2770) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
73692026-04-07T02:36:34.497Z PASS [ 3.579s] ( 637/2770) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
73702026-04-07T02:36:34.691Z PASS [ 3.544s] ( 638/2770) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
73712026-04-07T02:36:34.847Z PASS [ 3.742s] ( 639/2770) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
73722026-04-07T02:36:34.989Z PASS [ 3.698s] ( 640/2770) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
73732026-04-07T02:36:35.417Z PASS [ 3.694s] ( 641/2770) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
73742026-04-07T02:36:35.460Z PASS [ 9.941s] ( 642/2770) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
73752026-04-07T02:36:35.662Z PASS [ 3.671s] ( 643/2770) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
73762026-04-07T02:36:36.044Z PASS [ 4.016s] ( 644/2770) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
73772026-04-07T02:36:36.052Z PASS [ 4.053s] ( 645/2770) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
73782026-04-07T02:36:36.067Z PASS [ 3.982s] ( 646/2770) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
73792026-04-07T02:36:36.117Z PASS [ 3.968s] ( 647/2770) nexus-db-queries db::datastore::sled::test::affinity_multi_group
73802026-04-07T02:36:36.308Z PASS [ 3.934s] ( 648/2770) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
73812026-04-07T02:36:36.415Z PASS [ 4.085s] ( 649/2770) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
73822026-04-07T02:36:36.563Z PASS [ 4.039s] ( 650/2770) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
73832026-04-07T02:36:36.772Z PASS [ 4.227s] ( 651/2770) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
73842026-04-07T02:36:36.853Z PASS [ 4.202s] ( 652/2770) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
73852026-04-07T02:36:36.957Z PASS [ 4.252s] ( 653/2770) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
73862026-04-07T02:36:36.968Z PASS [ 4.032s] ( 654/2770) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
73872026-04-07T02:36:37.078Z PASS [ 4.112s] ( 655/2770) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
73882026-04-07T02:36:37.124Z PASS [ 4.098s] ( 656/2770) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
73892026-04-07T02:36:37.577Z PASS [ 4.473s] ( 657/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation
73902026-04-07T02:36:38.675Z PASS [ 5.059s] ( 658/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
73912026-04-07T02:36:38.783Z PASS [ 5.301s] ( 659/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
73922026-04-07T02:36:38.787Z PASS [ 5.049s] ( 660/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
73932026-04-07T02:36:38.933Z PASS [ 4.854s] ( 661/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
73942026-04-07T02:36:39.265Z PASS [ 4.902s] ( 662/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
73952026-04-07T02:36:39.288Z PASS [ 5.128s] ( 663/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
73962026-04-07T02:36:39.312Z PASS [ 4.621s] ( 664/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
73972026-04-07T02:36:39.566Z PASS [ 5.069s] ( 665/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
73982026-04-07T02:36:39.604Z PASS [ 4.615s] ( 666/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
73992026-04-07T02:36:39.652Z PASS [ 4.804s] ( 667/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74002026-04-07T02:36:40.218Z PASS [ 4.101s] ( 668/2770) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74012026-04-07T02:36:40.272Z PASS [ 4.205s] ( 669/2770) nexus-db-queries db::datastore::sled::test::sled_list_batch
74022026-04-07T02:36:40.504Z PASS [ 4.196s] ( 670/2770) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74032026-04-07T02:36:40.658Z PASS [ 4.096s] ( 671/2770) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74042026-04-07T02:36:40.658Z PASS [ 4.996s] ( 672/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74052026-04-07T02:36:40.687Z PASS [ 4.271s] ( 673/2770) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74062026-04-07T02:36:40.862Z PASS [ 4.818s] ( 674/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74072026-04-07T02:36:40.929Z PASS [ 5.468s] ( 675/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74082026-04-07T02:36:41.151Z PASS [ 5.099s] ( 676/2770) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74092026-04-07T02:36:41.174Z PASS [ 4.095s] ( 677/2770) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74102026-04-07T02:36:41.177Z PASS [ 4.208s] ( 678/2770) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74112026-04-07T02:36:41.190Z PASS [ 4.337s] ( 679/2770) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74122026-04-07T02:36:41.235Z PASS [ 4.111s] ( 680/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74132026-04-07T02:36:41.243Z PASS [ 4.471s] ( 681/2770) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74142026-04-07T02:36:41.319Z PASS [ 15.568s] ( 682/2770) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
74152026-04-07T02:36:41.702Z PASS [ 4.124s] ( 683/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
74162026-04-07T02:36:43.220Z PASS [ 3.908s] ( 684/2770) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
74172026-04-07T02:36:43.318Z PASS [ 4.029s] ( 685/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
74182026-04-07T02:36:43.379Z PASS [ 4.113s] ( 686/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
74192026-04-07T02:36:43.510Z PASS [ 3.944s] ( 687/2770) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
74202026-04-07T02:36:43.545Z PASS [ 3.940s] ( 688/2770) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
74212026-04-07T02:36:43.575Z PASS [ 3.923s] ( 689/2770) nexus-db-queries db::datastore::target_release::test::target_release_datastore
74222026-04-07T02:36:43.704Z PASS [ 6.747s] ( 690/2770) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74232026-04-07T02:36:43.994Z PASS [ 5.319s] ( 691/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74242026-04-07T02:36:44.027Z PASS [ 5.243s] ( 692/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74252026-04-07T02:36:44.087Z PASS [ 3.814s] ( 693/2770) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
74262026-04-07T02:36:44.125Z PASS [ 5.339s] ( 694/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74272026-04-07T02:36:44.162Z PASS [ 5.229s] ( 695/2770) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74282026-04-07T02:36:44.281Z PASS [ 4.062s] ( 696/2770) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
74292026-04-07T02:36:44.359Z PASS [ 3.855s] ( 697/2770) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
74302026-04-07T02:36:44.468Z PASS [ 3.781s] ( 698/2770) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74312026-04-07T02:36:44.543Z PASS [ 3.884s] ( 699/2770) nexus-db-queries db::datastore::test::test_project_creation
74322026-04-07T02:36:44.728Z PASS [ 4.069s] ( 700/2770) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
74332026-04-07T02:36:44.929Z PASS [ 4.066s] ( 701/2770) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74342026-04-07T02:36:45.148Z PASS [ 3.996s] ( 702/2770) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74352026-04-07T02:36:45.296Z PASS [ 4.119s] ( 703/2770) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74362026-04-07T02:36:45.513Z PASS [ 3.811s] ( 704/2770) nexus-db-queries db::datastore::test::test_session_cleanup_batch
74372026-04-07T02:36:45.718Z PASS [ 4.544s] ( 705/2770) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74382026-04-07T02:36:47.180Z PASS [ 3.862s] ( 706/2770) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74392026-04-07T02:36:47.188Z PASS [ 3.809s] ( 707/2770) nexus-db-queries db::datastore::test::test_ssh_keys
74402026-04-07T02:36:47.197Z PASS [ 3.976s] ( 708/2770) nexus-db-queries db::datastore::test::test_session_methods
74412026-04-07T02:36:47.221Z PASS [ 3.711s] ( 709/2770) nexus-db-queries db::datastore::test::test_table_scan
74422026-04-07T02:36:47.528Z PASS [ 3.953s] ( 710/2770) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74432026-04-07T02:36:47.564Z PASS [ 3.860s] ( 711/2770) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74442026-04-07T02:36:47.787Z PASS [ 4.241s] ( 712/2770) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74452026-04-07T02:36:47.806Z PASS [ 3.812s] ( 713/2770) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74462026-04-07T02:36:48.138Z PASS [ 4.110s] ( 714/2770) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74472026-04-07T02:36:48.138Z PASS [ 4.051s] ( 715/2770) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74482026-04-07T02:36:48.286Z PASS [ 4.005s] ( 716/2770) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74492026-04-07T02:36:48.357Z PASS [ 3.997s] ( 717/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74502026-04-07T02:36:48.613Z PASS [ 7.422s] ( 718/2770) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
74512026-04-07T02:36:48.661Z PASS [ 0.049s] ( 719/2770) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74522026-04-07T02:36:48.711Z PASS [ 0.049s] ( 720/2770) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
74532026-04-07T02:36:48.714Z PASS [ 4.170s] ( 721/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74542026-04-07T02:36:48.730Z PASS [ 4.262s] ( 722/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74552026-04-07T02:36:48.814Z PASS [ 7.578s] ( 723/2770) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
74562026-04-07T02:36:48.826Z PASS [ 7.896s] ( 724/2770) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
74572026-04-07T02:36:48.845Z PASS [ 4.116s] ( 725/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74582026-04-07T02:36:48.884Z PASS [ 4.722s] ( 726/2770) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
74592026-04-07T02:36:49.198Z PASS [ 4.050s] ( 727/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
74602026-04-07T02:36:49.342Z PASS [ 4.045s] ( 728/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
74612026-04-07T02:36:49.580Z PASS [ 8.261s] ( 729/2770) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
74622026-04-07T02:36:49.624Z PASS [ 3.906s] ( 730/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
74632026-04-07T02:36:49.684Z PASS [ 4.755s] ( 731/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
74642026-04-07T02:36:49.865Z PASS [ 0.240s] ( 732/2770) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
74652026-04-07T02:36:49.983Z PASS [ 4.469s] ( 733/2770) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
74662026-04-07T02:36:50.142Z PASS [ 8.898s] ( 734/2770) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
74672026-04-07T02:36:51.020Z PASS [ 3.831s] ( 735/2770) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
74682026-04-07T02:36:51.037Z PASS [ 3.840s] ( 736/2770) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
74692026-04-07T02:36:51.344Z PASS [ 4.122s] ( 737/2770) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
74702026-04-07T02:36:51.372Z PASS [ 3.843s] ( 738/2770) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
74712026-04-07T02:36:51.590Z PASS [ 4.409s] ( 739/2770) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
74722026-04-07T02:36:51.594Z PASS [ 3.807s] ( 740/2770) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
74732026-04-07T02:36:51.622Z PASS [ 3.816s] ( 741/2770) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
74742026-04-07T02:36:51.630Z PASS [ 4.066s] ( 742/2770) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
74752026-04-07T02:36:51.689Z PASS [ 0.058s] ( 743/2770) nexus-db-queries db::pagination::test::test_paginator
74762026-04-07T02:36:51.814Z PASS [ 3.677s] ( 744/2770) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
74772026-04-07T02:36:52.018Z PASS [ 3.880s] ( 745/2770) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
74782026-04-07T02:36:52.044Z PASS [ 3.758s] ( 746/2770) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
74792026-04-07T02:36:52.364Z PASS [ 2.679s] ( 747/2770) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
74802026-04-07T02:36:52.433Z PASS [ 3.703s] ( 748/2770) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
74812026-04-07T02:36:52.483Z PASS [ 3.657s] ( 749/2770) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
74822026-04-07T02:36:52.514Z PASS [ 3.700s] ( 750/2770) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
74832026-04-07T02:36:52.610Z PASS [ 2.467s] ( 751/2770) nexus-db-queries db::explain::test::test_explain_full_table_scan
74842026-04-07T02:36:52.637Z PASS [ 2.654s] ( 752/2770) nexus-db-queries db::explain::test::test_explain_async
74852026-04-07T02:36:52.799Z PASS [ 3.954s] ( 753/2770) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
74862026-04-07T02:36:52.836Z PASS [ 3.952s] ( 754/2770) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
74872026-04-07T02:36:52.904Z PASS [ 0.266s] ( 755/2770) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
74882026-04-07T02:36:53.088Z PASS [ 0.289s] ( 756/2770) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
74892026-04-07T02:36:53.091Z PASS [ 1.400s] ( 757/2770) nexus-db-queries db::pool::test::test_pool_can_be_terminated
74902026-04-07T02:36:53.132Z PASS [ 0.296s] ( 758/2770) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
74912026-04-07T02:36:53.163Z PASS [ 0.259s] ( 759/2770) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
74922026-04-07T02:36:53.167Z PASS [ 1.353s] ( 760/2770) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
74932026-04-07T02:36:53.780Z PASS [ 2.760s] ( 761/2770) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
74942026-04-07T02:36:53.831Z PASS [ 3.966s] ( 762/2770) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
74952026-04-07T02:36:53.852Z PASS [ 2.814s] ( 763/2770) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
74962026-04-07T02:36:53.966Z PASS [ 4.625s] ( 764/2770) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
74972026-04-07T02:36:54.080Z PASS [ 2.736s] ( 765/2770) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
74982026-04-07T02:36:54.104Z PASS [ 2.732s] ( 766/2770) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
74992026-04-07T02:36:54.176Z PASS [ 4.978s] ( 767/2770) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75002026-04-07T02:36:54.329Z PASS [ 0.249s] ( 768/2770) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
75012026-04-07T02:36:54.361Z PASS [ 0.258s] ( 769/2770) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
75022026-04-07T02:36:54.440Z PASS [ 2.817s] ( 770/2770) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75032026-04-07T02:36:54.501Z PASS [ 2.907s] ( 771/2770) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75042026-04-07T02:36:54.528Z PASS [ 2.938s] ( 772/2770) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75052026-04-07T02:36:54.587Z PASS [ 0.258s] ( 773/2770) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
75062026-04-07T02:36:54.618Z PASS [ 0.256s] ( 774/2770) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
75072026-04-07T02:36:54.674Z PASS [ 5.094s] ( 775/2770) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75082026-04-07T02:36:54.706Z PASS [ 0.267s] ( 776/2770) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
75092026-04-07T02:36:54.781Z PASS [ 0.280s] ( 777/2770) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
75102026-04-07T02:36:54.808Z PASS [ 0.280s] ( 778/2770) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
75112026-04-07T02:36:54.859Z PASS [ 0.271s] ( 779/2770) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
75122026-04-07T02:36:54.947Z PASS [ 2.583s] ( 780/2770) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75132026-04-07T02:36:55.608Z PASS [ 0.749s] ( 781/2770) nexus-db-queries db::queries::network_interface::tests::expectorate_query
75142026-04-07T02:36:55.789Z PASS [ 7.432s] ( 782/2770) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75152026-04-07T02:36:55.984Z PASS [ 3.940s] ( 783/2770) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75162026-04-07T02:36:56.125Z PASS [ 4.106s] ( 784/2770) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75172026-04-07T02:36:56.125Z PASS [ 3.692s] ( 785/2770) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75182026-04-07T02:36:56.176Z PASS [ 0.051s] ( 786/2770) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75192026-04-07T02:36:56.379Z PASS [ 7.667s] ( 787/2770) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75202026-04-07T02:36:56.415Z PASS [ 7.701s] ( 788/2770) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75212026-04-07T02:36:56.544Z PASS [ 3.934s] ( 789/2770) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75222026-04-07T02:36:56.680Z PASS [ 4.197s] ( 790/2770) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75232026-04-07T02:36:56.731Z PASS [ 4.217s] ( 791/2770) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75242026-04-07T02:36:56.810Z PASS [ 2.634s] ( 792/2770) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
75252026-04-07T02:36:57.066Z PASS [ 3.903s] ( 793/2770) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75262026-04-07T02:36:57.071Z PASS [ 3.903s] ( 794/2770) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
75272026-04-07T02:36:57.234Z PASS [ 4.101s] ( 795/2770) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75282026-04-07T02:36:57.533Z PASS [ 4.443s] ( 796/2770) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75292026-04-07T02:36:57.596Z PASS [ 4.508s] ( 797/2770) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
75302026-04-07T02:36:57.838Z PASS [ 4.058s] ( 798/2770) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
75312026-04-07T02:36:57.878Z PASS [ 4.027s] ( 799/2770) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
75322026-04-07T02:36:57.932Z PASS [ 0.054s] ( 800/2770) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75332026-04-07T02:36:58.126Z PASS [ 4.159s] ( 801/2770) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75342026-04-07T02:36:58.157Z PASS [ 4.327s] ( 802/2770) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75352026-04-07T02:36:58.639Z PASS [ 4.020s] ( 803/2770) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75362026-04-07T02:36:58.678Z PASS [ 3.870s] ( 804/2770) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75372026-04-07T02:36:58.708Z PASS [ 3.761s] ( 805/2770) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75382026-04-07T02:36:58.754Z PASS [ 0.045s] ( 806/2770) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75392026-04-07T02:36:58.758Z PASS [ 3.974s] ( 807/2770) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75402026-04-07T02:36:58.948Z PASS [ 4.241s] ( 808/2770) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75412026-04-07T02:36:58.964Z PASS [ 4.290s] ( 809/2770) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75422026-04-07T02:36:59.066Z PASS [ 0.311s] ( 810/2770) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75432026-04-07T02:36:59.214Z PASS [ 0.266s] ( 811/2770) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75442026-04-07T02:36:59.259Z PASS [ 0.045s] ( 812/2770) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75452026-04-07T02:36:59.315Z PASS [ 0.056s] ( 813/2770) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75462026-04-07T02:36:59.736Z PASS [ 3.946s] ( 814/2770) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75472026-04-07T02:36:59.993Z PASS [ 3.868s] ( 815/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75482026-04-07T02:37:00.049Z PASS [ 3.873s] ( 816/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75492026-04-07T02:37:00.102Z PASS [ 3.687s] ( 817/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75502026-04-07T02:37:00.154Z PASS [ 3.776s] ( 818/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75512026-04-07T02:37:00.311Z PASS [ 4.702s] ( 819/2770) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75522026-04-07T02:37:00.317Z PASS [ 1.001s] ( 820/2770) nexus-db-queries db::queries::region_allocation::test::expectorate_query
75532026-04-07T02:37:00.544Z PASS [ 3.863s] ( 821/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
75542026-04-07T02:37:00.578Z PASS [ 0.261s] ( 822/2770) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
75552026-04-07T02:37:00.607Z PASS [ 4.623s] ( 823/2770) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
75562026-04-07T02:37:00.654Z PASS [ 3.843s] ( 824/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
75572026-04-07T02:37:00.728Z PASS [ 2.602s] ( 825/2770) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
75582026-04-07T02:37:00.755Z PASS [ 4.024s] ( 826/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
75592026-04-07T02:37:00.768Z PASS [ 4.223s] ( 827/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75602026-04-07T02:37:00.838Z PASS [ 2.680s] ( 828/2770) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
75612026-04-07T02:37:00.867Z PASS [ 0.289s] ( 829/2770) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
75622026-04-07T02:37:00.875Z PASS [ 0.268s] ( 830/2770) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
75632026-04-07T02:37:00.936Z PASS [ 3.870s] ( 831/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
75642026-04-07T02:37:01.017Z PASS [ 0.249s] ( 832/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
75652026-04-07T02:37:01.027Z PASS [ 3.955s] ( 833/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
75662026-04-07T02:37:01.076Z PASS [ 0.238s] ( 834/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
75672026-04-07T02:37:01.119Z PASS [ 0.244s] ( 835/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
75682026-04-07T02:37:01.122Z PASS [ 0.255s] ( 836/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
75692026-04-07T02:37:01.129Z PASS [ 0.474s] ( 837/2770) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
75702026-04-07T02:37:01.164Z PASS [ 3.930s] ( 838/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
75712026-04-07T02:37:01.193Z PASS [ 0.070s] ( 839/2770) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
75722026-04-07T02:37:01.197Z PASS [ 0.069s] ( 840/2770) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
75732026-04-07T02:37:01.210Z PASS [ 0.046s] ( 841/2770) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
75742026-04-07T02:37:01.213Z PASS [ 0.094s] ( 842/2770) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
75752026-04-07T02:37:01.257Z PASS [ 0.064s] ( 843/2770) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
75762026-04-07T02:37:01.382Z PASS [ 2.703s] ( 844/2770) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
75772026-04-07T02:37:01.403Z PASS [ 2.764s] ( 845/2770) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
75782026-04-07T02:37:01.422Z PASS [ 2.457s] ( 846/2770) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
75792026-04-07T02:37:01.455Z PASS [ 0.258s] ( 847/2770) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
75802026-04-07T02:37:01.533Z PASS [ 4.000s] ( 848/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
75812026-04-07T02:37:01.573Z PASS [ 2.819s] ( 849/2770) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
75822026-04-07T02:37:01.592Z PASS [ 3.996s] ( 850/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
75832026-04-07T02:37:01.604Z PASS [ 0.030s] ( 851/2770) nexus-defaults tests::test_random_vpc_ipv6_prefix
75842026-04-07T02:37:01.642Z PASS [ 2.575s] ( 852/2770) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
75852026-04-07T02:37:01.644Z PASS [ 0.050s] ( 853/2770) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
75862026-04-07T02:37:01.657Z PASS [ 0.053s] ( 854/2770) nexus-inventory builder::test::test_basic
75872026-04-07T02:37:01.676Z PASS [ 0.034s] ( 855/2770) nexus-inventory builder::test::test_empty
75882026-04-07T02:37:01.686Z PASS [ 0.043s] ( 856/2770) nexus-inventory builder::test::test_problems
75892026-04-07T02:37:01.753Z PASS [ 3.915s] ( 857/2770) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
75902026-04-07T02:37:01.879Z PASS [ 3.946s] ( 858/2770) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
75912026-04-07T02:37:01.992Z PASS [ 0.305s] ( 859/2770) nexus-inventory collector::test::test_multi_mgs_failure
75922026-04-07T02:37:02.208Z PASS [ 0.455s] ( 860/2770) nexus-inventory collector::test::test_sled_agent_failure
75932026-04-07T02:37:02.211Z PASS [ 2.473s] ( 861/2770) nexus-db-queries db::queries::region_allocation::test::explainable
75942026-04-07T02:37:02.225Z PASS [ 0.568s] ( 862/2770) nexus-inventory collector::test::test_basic
75952026-04-07T02:37:02.422Z PASS [ 0.746s] ( 863/2770) nexus-inventory collector::test::test_multi_mgs
75962026-04-07T02:37:02.775Z PASS [ 2.230s] ( 864/2770) nexus-db-queries db::queries::regions_hard_delete::test::explainable
75972026-04-07T02:37:02.824Z PASS [ 1.291s] ( 865/2770) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
75982026-04-07T02:37:03.017Z PASS [ 0.792s] ( 866/2770) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
75992026-04-07T02:37:03.094Z PASS [ 0.884s] ( 867/2770) nexus-mgs-updates driver_update::test::test_rot_basic_failures
76002026-04-07T02:37:03.139Z PASS [ 2.384s] ( 868/2770) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
76012026-04-07T02:37:03.195Z PASS [ 2.466s] ( 869/2770) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
76022026-04-07T02:37:03.355Z PASS [ 2.418s] ( 870/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
76032026-04-07T02:37:03.381Z PASS [ 2.365s] ( 871/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
76042026-04-07T02:37:03.395Z PASS [ 2.368s] ( 872/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
76052026-04-07T02:37:03.435Z PASS [ 2.359s] ( 873/2770) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
76062026-04-07T02:37:03.588Z PASS [ 2.377s] ( 874/2770) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
76072026-04-07T02:37:03.600Z PASS [ 0.776s] ( 875/2770) nexus-mgs-updates driver_update::test::test_sp_basic_failures
76082026-04-07T02:37:03.643Z PASS [ 0.043s] ( 876/2770) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
76092026-04-07T02:37:03.679Z PASS [ 0.244s] ( 877/2770) nexus-mgs-updates test_util::step_through::test::test_basic
76102026-04-07T02:37:03.688Z PASS [ 0.045s] ( 878/2770) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
76112026-04-07T02:37:03.691Z PASS [ 2.433s] ( 879/2770) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
76122026-04-07T02:37:03.703Z PASS [ 2.489s] ( 880/2770) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
76132026-04-07T02:37:03.725Z PASS [ 0.045s] ( 881/2770) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
76142026-04-07T02:37:03.744Z PASS [ 0.056s] ( 882/2770) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
76152026-04-07T02:37:03.756Z PASS [ 0.057s] ( 883/2770) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
76162026-04-07T02:37:03.756Z PASS [ 0.049s] ( 884/2770) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
76172026-04-07T02:37:03.769Z PASS [ 0.044s] ( 885/2770) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
76182026-04-07T02:37:03.783Z PASS [ 0.039s] ( 886/2770) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
76192026-04-07T02:37:03.796Z PASS [ 0.044s] ( 887/2770) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
76202026-04-07T02:37:03.802Z PASS [ 0.055s] ( 888/2770) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
76212026-04-07T02:37:03.805Z PASS [ 0.215s] ( 889/2770) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
76222026-04-07T02:37:03.813Z PASS [ 0.044s] ( 890/2770) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
76232026-04-07T02:37:03.827Z PASS [ 0.043s] ( 891/2770) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
76242026-04-07T02:37:03.837Z PASS [ 0.041s] ( 892/2770) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
76252026-04-07T02:37:03.854Z PASS [ 0.052s] ( 893/2770) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
76262026-04-07T02:37:03.859Z PASS [ 0.046s] ( 894/2770) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
76272026-04-07T02:37:03.862Z PASS [ 0.058s] ( 895/2770) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
76282026-04-07T02:37:03.871Z PASS [ 0.044s] ( 896/2770) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
76292026-04-07T02:37:03.884Z PASS [ 0.047s] ( 897/2770) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
76302026-04-07T02:37:03.901Z PASS [ 0.047s] ( 898/2770) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
76312026-04-07T02:37:03.911Z PASS [ 0.052s] ( 899/2770) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
76322026-04-07T02:37:03.915Z PASS [ 0.044s] ( 900/2770) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
76332026-04-07T02:37:04.154Z PASS [ 4.105s] ( 901/2770) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76342026-04-07T02:37:04.170Z PASS [ 4.177s] ( 902/2770) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
76352026-04-07T02:37:04.217Z PASS [ 4.062s] ( 903/2770) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76362026-04-07T02:37:04.236Z PASS [ 4.133s] ( 904/2770) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76372026-04-07T02:37:04.239Z PASS [ 0.069s] ( 905/2770) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76382026-04-07T02:37:04.274Z PASS [ 0.057s] ( 906/2770) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76392026-04-07T02:37:04.283Z PASS [ 0.047s] ( 907/2770) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76402026-04-07T02:37:04.288Z PASS [ 0.048s] ( 908/2770) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76412026-04-07T02:37:04.315Z PASS [ 4.005s] ( 909/2770) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76422026-04-07T02:37:04.483Z PASS [ 2.604s] ( 910/2770) nexus-metrics-producer-gc tests::test_prune_expired_producers
76432026-04-07T02:37:04.509Z PASS [ 1.155s] ( 911/2770) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76442026-04-07T02:37:04.546Z PASS [ 0.063s] ( 912/2770) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76452026-04-07T02:37:04.586Z PASS [ 0.040s] ( 913/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76462026-04-07T02:37:04.621Z PASS [ 0.035s] ( 914/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76472026-04-07T02:37:04.653Z PASS [ 0.032s] ( 915/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76482026-04-07T02:37:04.712Z PASS [ 0.059s] ( 916/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76492026-04-07T02:37:04.753Z PASS [ 3.298s] ( 917/2770) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76502026-04-07T02:37:04.757Z PASS [ 0.045s] ( 918/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76512026-04-07T02:37:04.798Z PASS [ 0.045s] ( 919/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76522026-04-07T02:37:04.811Z PASS [ 0.054s] ( 920/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
76532026-04-07T02:37:04.834Z PASS [ 0.036s] ( 921/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
76542026-04-07T02:37:04.862Z PASS [ 2.870s] ( 922/2770) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
76552026-04-07T02:37:04.867Z PASS [ 0.056s] ( 923/2770) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
76562026-04-07T02:37:04.870Z PASS [ 0.035s] ( 924/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
76572026-04-07T02:37:04.891Z PASS [ 2.683s] ( 925/2770) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76582026-04-07T02:37:04.894Z PASS [ 0.030s] ( 926/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
76592026-04-07T02:37:04.897Z PASS [ 0.030s] ( 927/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
76602026-04-07T02:37:04.902Z PASS [ 0.033s] ( 928/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
76612026-04-07T02:37:04.920Z PASS [ 0.029s] ( 929/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
76622026-04-07T02:37:04.923Z PASS [ 0.031s] ( 930/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
76632026-04-07T02:37:04.927Z PASS [ 0.029s] ( 931/2770) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
76642026-04-07T02:37:04.931Z PASS [ 0.028s] ( 932/2770) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
76652026-04-07T02:37:04.959Z PASS [ 0.039s] ( 933/2770) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
76662026-04-07T02:37:05.016Z PASS [ 3.593s] ( 934/2770) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
76672026-04-07T02:37:05.111Z PASS [ 0.095s] ( 935/2770) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
76682026-04-07T02:37:05.139Z PASS [ 0.028s] ( 936/2770) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
76692026-04-07T02:37:05.168Z PASS [ 0.209s] ( 937/2770) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
76702026-04-07T02:37:05.188Z PASS [ 0.049s] ( 938/2770) nexus-reconfigurator-planning example::tests::builder_all_zone_types
76712026-04-07T02:37:05.216Z PASS [ 0.048s] ( 939/2770) nexus-reconfigurator-planning example::tests::builder_zone_counts
76722026-04-07T02:37:05.243Z PASS [ 0.026s] ( 940/2770) nexus-reconfigurator-planning example::tests::instances_on_examples
76732026-04-07T02:37:05.282Z PASS [ 0.039s] ( 941/2770) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
76742026-04-07T02:37:05.320Z PASS [ 0.038s] ( 942/2770) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
76752026-04-07T02:37:05.363Z PASS [ 0.043s] ( 943/2770) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
76762026-04-07T02:37:05.390Z PASS [ 0.463s] ( 944/2770) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
76772026-04-07T02:37:05.401Z PASS [ 0.038s] ( 945/2770) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
76782026-04-07T02:37:05.415Z PASS [ 0.484s] ( 946/2770) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
76792026-04-07T02:37:05.429Z PASS [ 0.039s] ( 947/2770) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
76802026-04-07T02:37:05.444Z PASS [ 0.043s] ( 948/2770) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
76812026-04-07T02:37:05.452Z PASS [ 0.037s] ( 949/2770) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
76822026-04-07T02:37:05.465Z PASS [ 0.036s] ( 950/2770) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
76832026-04-07T02:37:05.491Z PASS [ 0.046s] ( 951/2770) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
76842026-04-07T02:37:05.496Z PASS [ 0.043s] ( 952/2770) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
76852026-04-07T02:37:05.514Z PASS [ 0.049s] ( 953/2770) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
76862026-04-07T02:37:05.578Z PASS [ 0.082s] ( 954/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
76872026-04-07T02:37:05.666Z PASS [ 0.087s] ( 955/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
76882026-04-07T02:37:05.691Z PASS [ 0.175s] ( 956/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
76892026-04-07T02:37:05.708Z PASS [ 0.217s] ( 957/2770) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
76902026-04-07T02:37:05.770Z PASS [ 0.104s] ( 958/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
76912026-04-07T02:37:05.785Z PASS [ 0.095s] ( 959/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
76922026-04-07T02:37:05.848Z PASS [ 0.140s] ( 960/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
76932026-04-07T02:37:05.852Z PASS [ 0.083s] ( 961/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
76942026-04-07T02:37:05.857Z PASS [ 0.073s] ( 962/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
76952026-04-07T02:37:05.918Z PASS [ 0.069s] ( 963/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
76962026-04-07T02:37:05.967Z PASS [ 0.109s] ( 964/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
76972026-04-07T02:37:05.990Z PASS [ 0.137s] ( 965/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
76982026-04-07T02:37:06.031Z PASS [ 0.113s] ( 966/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
76992026-04-07T02:37:06.208Z PASS [ 0.177s] ( 967/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
77002026-04-07T02:37:06.243Z PASS [ 0.253s] ( 968/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
77012026-04-07T02:37:06.350Z PASS [ 0.142s] ( 969/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
77022026-04-07T02:37:06.403Z PASS [ 0.160s] ( 970/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
77032026-04-07T02:37:06.511Z PASS [ 0.108s] ( 971/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
77042026-04-07T02:37:06.519Z PASS [ 0.552s] ( 972/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
77052026-04-07T02:37:06.629Z PASS [ 0.118s] ( 973/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
77062026-04-07T02:37:06.632Z PASS [ 0.112s] ( 974/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
77072026-04-07T02:37:06.832Z PASS [ 0.482s] ( 975/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
77082026-04-07T02:37:06.905Z PASS [ 1.982s] ( 976/2770) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
77092026-04-07T02:37:07.321Z PASS [ 2.133s] ( 977/2770) nexus-reconfigurator-planning example::tests::dns_resolution_works
77102026-04-07T02:37:07.430Z PASS [ 0.598s] ( 978/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
77112026-04-07T02:37:07.513Z PASS [ 0.082s] ( 979/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
77122026-04-07T02:37:07.516Z PASS [ 0.881s] ( 980/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
77132026-04-07T02:37:07.627Z PASS [ 4.488s] ( 981/2770) nexus-mgs-updates driver_update::test::test_sp_update_watched
77142026-04-07T02:37:07.717Z PASS [ 0.812s] ( 982/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
77152026-04-07T02:37:07.760Z PASS [ 3.845s] ( 983/2770) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
77162026-04-07T02:37:07.782Z PASS [ 0.022s] ( 984/2770) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
77172026-04-07T02:37:07.815Z PASS [ 0.032s] ( 985/2770) nexus-saga-recovery recovery::test::test_execution_basic
77182026-04-07T02:37:07.842Z PASS [ 0.028s] ( 986/2770) nexus-saga-recovery recovery::test::test_plan_basic
77192026-04-07T02:37:07.866Z PASS [ 0.023s] ( 987/2770) nexus-saga-recovery recovery::test::test_read_all_from_channel
77202026-04-07T02:37:07.880Z PASS [ 3.978s] ( 988/2770) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
77212026-04-07T02:37:07.895Z PASS [ 0.029s] ( 989/2770) nexus-saga-recovery test::test_basic
77222026-04-07T02:37:07.902Z PASS [ 3.991s] ( 990/2770) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
77232026-04-07T02:37:07.921Z PASS [ 0.025s] ( 991/2770) nexus-types alert::tests::test_from_str_roundtrips
77242026-04-07T02:37:07.928Z PASS [ 0.026s] ( 992/2770) nexus-types alert::tests::test_is_test
77252026-04-07T02:37:07.942Z PASS [ 23.816s] ( 993/2770) nexus-db-queries db::datastore::update::test::test_list_unpruned
77262026-04-07T02:37:07.945Z PASS [ 0.025s] ( 994/2770) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
77272026-04-07T02:37:07.957Z PASS [ 0.028s] ( 995/2770) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
77282026-04-07T02:37:07.971Z PASS [ 0.028s] ( 996/2770) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
77292026-04-07T02:37:07.977Z PASS [ 0.031s] ( 997/2770) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
77302026-04-07T02:37:07.983Z PASS [ 0.027s] ( 998/2770) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
77312026-04-07T02:37:07.998Z PASS [ 0.028s] ( 999/2770) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
77322026-04-07T02:37:08.001Z PASS [ 3.846s] (1000/2770) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
77332026-04-07T02:37:08.005Z PASS [ 0.028s] (1001/2770) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
77342026-04-07T02:37:08.025Z PASS [ 0.704s] (1002/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
77352026-04-07T02:37:08.028Z PASS [ 0.030s] (1003/2770) nexus-types deployment::test::test_serialize_pending_mgs_updates
77362026-04-07T02:37:08.031Z PASS [ 0.030s] (1004/2770) nexus-types fm::case::tests::test_case_display
77372026-04-07T02:37:08.033Z PASS [ 0.027s] (1005/2770) nexus-types fm::tests::test_analysis_input_report_display_empty
77382026-04-07T02:37:08.056Z PASS [ 0.030s] (1006/2770) nexus-types fm::tests::test_analysis_input_report_display_same_inv
77392026-04-07T02:37:08.059Z PASS [ 0.030s] (1007/2770) nexus-types fm::tests::test_analysis_input_report_display_with_cases
77402026-04-07T02:37:08.068Z PASS [ 0.038s] (1008/2770) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77412026-04-07T02:37:08.071Z PASS [ 0.039s] (1009/2770) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77422026-04-07T02:37:08.090Z PASS [ 0.034s] (1010/2770) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77432026-04-07T02:37:08.096Z PASS [ 1.467s] (1011/2770) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
77442026-04-07T02:37:08.107Z PASS [ 0.039s] (1012/2770) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77452026-04-07T02:37:08.107Z PASS [ 0.049s] (1013/2770) nexus-types quiesce::test::test_drained_blueprint
77462026-04-07T02:37:08.110Z PASS [ 0.036s] (1014/2770) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77472026-04-07T02:37:08.126Z PASS [ 0.036s] (1015/2770) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77482026-04-07T02:37:08.140Z PASS [ 0.044s] (1016/2770) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77492026-04-07T02:37:08.145Z PASS [ 0.038s] (1017/2770) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77502026-04-07T02:37:08.153Z PASS [ 0.046s] (1018/2770) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77512026-04-07T02:37:08.172Z PASS [ 0.065s] (1019/2770) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77522026-04-07T02:37:08.177Z PASS [ 0.037s] (1020/2770) nexus-types quiesce::test::test_quiesce_noop
77532026-04-07T02:37:08.177Z PASS [ 0.050s] (1021/2770) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77542026-04-07T02:37:08.195Z PASS [ 0.049s] (1022/2770) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77552026-04-07T02:37:08.209Z PASS [ 0.055s] (1023/2770) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
77562026-04-07T02:37:08.209Z PASS [ 0.036s] (1024/2770) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
77572026-04-07T02:37:08.220Z PASS [ 0.042s] (1025/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
77582026-04-07T02:37:08.220Z PASS [ 0.027s] (1026/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
77592026-04-07T02:37:08.234Z PASS [ 0.030s] (1027/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
77602026-04-07T02:37:08.244Z PASS [ 0.036s] (1028/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
77612026-04-07T02:37:08.247Z PASS [ 0.038s] (1029/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
77622026-04-07T02:37:08.251Z PASS [ 0.032s] (1030/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
77632026-04-07T02:37:08.256Z PASS [ 0.031s] (1031/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
77642026-04-07T02:37:08.270Z PASS [ 0.036s] (1032/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
77652026-04-07T02:37:08.276Z PASS [ 0.031s] (1033/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
77662026-04-07T02:37:08.278Z PASS [ 0.031s] (1034/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
77672026-04-07T02:37:08.288Z PASS [ 0.032s] (1035/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
77682026-04-07T02:37:08.288Z PASS [ 0.037s] (1036/2770) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
77692026-04-07T02:37:08.306Z PASS [ 0.031s] (1037/2770) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
77702026-04-07T02:37:08.311Z PASS [ 0.042s] (1038/2770) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
77712026-04-07T02:37:08.326Z PASS [ 0.037s] (1039/2770) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
77722026-04-07T02:37:08.326Z PASS [ 0.033s] (1040/2770) nexus-types-versions impls::policy::tests::test_policy_parsing
77732026-04-07T02:37:08.326Z PASS [ 0.048s] (1041/2770) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
77742026-04-07T02:37:08.342Z PASS [ 0.035s] (1042/2770) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
77752026-04-07T02:37:08.382Z PASS [ 0.071s] (1043/2770) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
77762026-04-07T02:37:08.397Z PASS [ 0.071s] (1044/2770) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
77772026-04-07T02:37:08.407Z PASS [ 0.081s] (1045/2770) omicron-certificates tests::test_common_name_is_validated
77782026-04-07T02:37:08.407Z PASS [ 0.064s] (1046/2770) omicron-certificates tests::test_subject_alternate_names_are_validated
77792026-04-07T02:37:08.410Z PASS [ 0.082s] (1047/2770) omicron-certificates tests::test_cert_extended_key_usage
77802026-04-07T02:37:08.449Z PASS [ 0.067s] (1048/2770) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
77812026-04-07T02:37:08.614Z PASS [ 7.232s] (1049/2770) nexus-db-queries policy_test::test_conferred_roles
77822026-04-07T02:37:09.045Z PASS [ 6.622s] (1050/2770) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
77832026-04-07T02:37:09.064Z PASS [ 0.019s] (1051/2770) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
77842026-04-07T02:37:09.093Z PASS [ 0.029s] (1052/2770) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
77852026-04-07T02:37:09.231Z PASS [ 0.137s] (1053/2770) omicron-cockroach-metrics tests::test_cluster_client_caching
77862026-04-07T02:37:09.257Z PASS [ 0.026s] (1054/2770) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
77872026-04-07T02:37:09.278Z PASS [ 0.020s] (1055/2770) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
77882026-04-07T02:37:09.290Z PASS [ 6.095s] (1056/2770) nexus-mgs-updates driver_update::test_host_phase_1::basic
77892026-04-07T02:37:09.294Z PASS [ 0.017s] (1057/2770) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
77902026-04-07T02:37:09.313Z PASS [ 0.022s] (1058/2770) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
77912026-04-07T02:37:09.320Z PASS [ 0.025s] (1059/2770) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
77922026-04-07T02:37:09.331Z PASS [ 0.018s] (1060/2770) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
77932026-04-07T02:37:09.339Z PASS [ 0.019s] (1061/2770) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
77942026-04-07T02:37:09.356Z PASS [ 0.025s] (1062/2770) omicron-common address::test::test_dns_subnets
77952026-04-07T02:37:09.362Z PASS [ 6.587s] (1063/2770) nexus-mgs-updates driver_update::test::test_rot_update_basic
77962026-04-07T02:37:09.364Z PASS [ 0.025s] (1064/2770) omicron-common address::test::test_ip_range_checks_non_decreasing
77972026-04-07T02:37:09.381Z PASS [ 0.025s] (1065/2770) omicron-common address::test::test_ip_range_enum_deserialization
77982026-04-07T02:37:09.388Z PASS [ 0.026s] (1066/2770) omicron-common address::test::test_ip_range_iter
77992026-04-07T02:37:09.391Z PASS [ 0.026s] (1067/2770) omicron-common address::test::test_ip_range_length
78002026-04-07T02:37:09.407Z PASS [ 0.025s] (1068/2770) omicron-common address::test::test_ip_range_try_from
78012026-04-07T02:37:09.412Z PASS [ 0.024s] (1069/2770) omicron-common address::test::test_ipv6_subnet_deserialize
78022026-04-07T02:37:09.426Z PASS [ 0.035s] (1070/2770) omicron-common address::test::test_sled_address
78032026-04-07T02:37:09.430Z PASS [ 0.024s] (1071/2770) omicron-common api::external::error::test::test_bail_unless
78042026-04-07T02:37:09.452Z PASS [ 0.026s] (1072/2770) omicron-common api::external::http_pagination::test::test_pagination_examples
78052026-04-07T02:37:09.455Z PASS [ 0.042s] (1073/2770) omicron-common api::external::error::test::test_context
78062026-04-07T02:37:09.462Z PASS [ 0.032s] (1074/2770) omicron-common api::external::http_pagination::test::test_pagination_schemas
78072026-04-07T02:37:09.481Z PASS [ 0.029s] (1075/2770) omicron-common api::external::http_pagination::test::test_scan_by_id
78082026-04-07T02:37:09.486Z PASS [ 0.031s] (1076/2770) omicron-common api::external::http_pagination::test::test_scan_by_name
78092026-04-07T02:37:09.503Z PASS [ 0.041s] (1077/2770) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
78102026-04-07T02:37:09.511Z PASS [ 0.029s] (1078/2770) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
78112026-04-07T02:37:09.516Z PASS [ 0.030s] (1079/2770) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
78122026-04-07T02:37:09.536Z PASS [ 0.032s] (1080/2770) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
78132026-04-07T02:37:09.552Z PASS [ 0.035s] (1081/2770) omicron-common api::external::test::test_bytecount_display
78142026-04-07T02:37:09.552Z PASS [ 0.041s] (1082/2770) omicron-common api::external::test::test_bytecount
78152026-04-07T02:37:09.578Z PASS [ 0.042s] (1083/2770) omicron-common api::external::test::test_digest
78162026-04-07T02:37:09.609Z PASS [ 0.057s] (1084/2770) omicron-common api::external::test::test_firewall_rule_host_filter_parse
78172026-04-07T02:37:09.667Z PASS [ 0.112s] (1085/2770) omicron-common api::external::test::test_firewall_deserialization
78182026-04-07T02:37:09.674Z PASS [ 0.064s] (1086/2770) omicron-common api::external::test::test_firewall_rule_target_parse
78192026-04-07T02:37:09.682Z PASS [ 0.104s] (1087/2770) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
78202026-04-07T02:37:09.695Z PASS [ 0.028s] (1088/2770) omicron-common api::external::test::test_generation_display_parse
78212026-04-07T02:37:09.712Z PASS [ 0.039s] (1089/2770) omicron-common api::external::test::test_generation_from_int
78222026-04-07T02:37:09.747Z PASS [ 0.049s] (1090/2770) omicron-common api::external::test::test_generation_serde
78232026-04-07T02:37:09.755Z PASS [ 0.042s] (1091/2770) omicron-common api::external::test::test_hostname_from_str
78242026-04-07T02:37:09.789Z PASS [ 0.034s] (1092/2770) omicron-common api::external::test::test_ip_port_range_into_str
78252026-04-07T02:37:09.799Z PASS [ 0.054s] (1093/2770) omicron-common api::external::test::test_ip_port_range_from_str
78262026-04-07T02:37:09.822Z PASS [ 0.032s] (1094/2770) omicron-common api::external::test::test_ipv6_net_operations
78272026-04-07T02:37:09.837Z PASS [ 0.035s] (1095/2770) omicron-common api::external::test::test_mac_system_iterator
78282026-04-07T02:37:09.850Z PASS [ 0.028s] (1096/2770) omicron-common api::external::test::test_mac_to_int_conversions
78292026-04-07T02:37:09.885Z PASS [ 0.047s] (1097/2770) omicron-common api::external::test::test_macaddr
78302026-04-07T02:37:09.910Z PASS [ 0.061s] (1098/2770) omicron-common api::external::test::test_name_parse
78312026-04-07T02:37:09.918Z PASS [ 0.033s] (1099/2770) omicron-common api::external::test::test_name_parse_from_param
78322026-04-07T02:37:09.940Z PASS [ 0.029s] (1100/2770) omicron-common api::external::test::test_resource_name_parse
78332026-04-07T02:37:09.981Z PASS [ 0.041s] (1101/2770) omicron-common api::external::test::test_route_target_parse
78342026-04-07T02:37:09.994Z PASS [ 0.311s] (1102/2770) omicron-common api::external::test::test_generation_overflow
78352026-04-07T02:37:09.994Z PASS [ 0.075s] (1103/2770) omicron-common api::external::test::test_route_destination_parse
78362026-04-07T02:37:10.021Z PASS [ 0.040s] (1104/2770) omicron-common api::external::test::test_semver_serialize
78372026-04-07T02:37:10.040Z PASS [ 0.046s] (1105/2770) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
78382026-04-07T02:37:10.048Z PASS [ 0.054s] (1106/2770) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
78392026-04-07T02:37:10.067Z PASS [ 0.046s] (1107/2770) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
78402026-04-07T02:37:10.067Z PASS [ 0.027s] (1108/2770) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
78412026-04-07T02:37:10.100Z PASS [ 0.052s] (1109/2770) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
78422026-04-07T02:37:10.123Z PASS [ 0.056s] (1110/2770) omicron-common zpool_name::test::test_parse_bad_zpool_names
78432026-04-07T02:37:10.135Z PASS [ 0.068s] (1111/2770) omicron-common disk::tests::parse_dataset_name
78442026-04-07T02:37:10.135Z PASS [ 0.035s] (1112/2770) omicron-common zpool_name::test::test_parse_external_zpool_name
78452026-04-07T02:37:10.160Z PASS [ 0.037s] (1113/2770) omicron-common zpool_name::test::test_parse_internal_zpool_name
78462026-04-07T02:37:10.169Z PASS [ 0.034s] (1114/2770) omicron-common zpool_name::test::test_zpool_name_regex
78472026-04-07T02:37:10.172Z PASS [ 0.034s] (1115/2770) omicron-common zpool_name::test::test_parse_zpool_name_json
78482026-04-07T02:37:10.275Z PASS [ 1.868s] (1116/2770) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
78492026-04-07T02:37:10.294Z PASS [ 1.680s] (1117/2770) omicron-cockroach-admin context::tests::test_node_id
78502026-04-07T02:37:10.330Z PASS [ 0.170s] (1118/2770) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
78512026-04-07T02:37:10.336Z PASS [ 0.041s] (1119/2770) omicron-gateway management_switch::location_map::tests::test_config_validation
78522026-04-07T02:37:10.368Z PASS [ 0.037s] (1120/2770) omicron-gateway management_switch::location_map::tests::test_resolve_location
78532026-04-07T02:37:10.409Z PASS [ 0.041s] (1121/2770) omicron-gateway::test_all integration_tests::config::read_production_smf_config
78542026-04-07T02:37:10.457Z PASS [ 2.048s] (1122/2770) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
78552026-04-07T02:37:10.491Z PASS [ 0.311s] (1123/2770) omicron-dev::test-omicron-dev test_omicron_dev_no_args
78562026-04-07T02:37:10.589Z PASS [ 2.709s] (1124/2770) nexus-test-utils test::test_suite_password_matches_hash
78572026-04-07T02:37:10.607Z PASS [ 0.271s] (1125/2770) omicron-gateway::test_all integration_tests::component_list::component_list
78582026-04-07T02:37:10.658Z PASS [ 0.248s] (1126/2770) omicron-gateway::test_all integration_tests::ereports::ereports_basic
78592026-04-07T02:37:10.728Z PASS [ 0.271s] (1127/2770) omicron-gateway::test_all integration_tests::ereports::ereports_commit
78602026-04-07T02:37:10.761Z PASS [ 0.270s] (1128/2770) omicron-gateway::test_all integration_tests::ereports::ereports_limit
78612026-04-07T02:37:10.788Z PASS [ 0.027s] (1129/2770) omicron-ledger test::test_commit_handles_write_failures
78622026-04-07T02:37:10.814Z PASS [ 0.025s] (1130/2770) omicron-ledger test::test_create_default_ledger
78632026-04-07T02:37:10.835Z PASS [ 0.022s] (1131/2770) omicron-ledger test::test_create_ledger_reads_from_storage
78642026-04-07T02:37:10.860Z PASS [ 0.024s] (1132/2770) omicron-ledger test::test_create_ledger_reads_latest_from_storage
78652026-04-07T02:37:10.993Z PASS [ 0.265s] (1133/2770) omicron-gateway::test_all integration_tests::task_dump::task_dump
78662026-04-07T02:37:11.006Z PASS [ 0.348s] (1134/2770) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
78672026-04-07T02:37:11.083Z PASS [ 0.077s] (1135/2770) omicron-nexus app::alert::tests::test_alert_class_list
78682026-04-07T02:37:11.086Z PASS [ 0.477s] (1136/2770) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
78692026-04-07T02:37:11.186Z PASS [ 0.597s] (1137/2770) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
78702026-04-07T02:37:11.610Z PASS [ 8.592s] (1138/2770) nexus-mgs-updates driver_update::test::test_sp_update_basic
78712026-04-07T02:37:11.899Z PASS [ 3.502s] (1139/2770) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
78722026-04-07T02:37:13.134Z PASS [ 9.738s] (1140/2770) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
78732026-04-07T02:37:13.177Z PASS [ 4.728s] (1141/2770) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
78742026-04-07T02:37:13.664Z PASS [ 5.256s] (1142/2770) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
78752026-04-07T02:37:13.723Z PASS [ 0.059s] (1143/2770) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
78762026-04-07T02:37:13.779Z PASS [ 0.056s] (1144/2770) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
78772026-04-07T02:37:13.830Z PASS [ 0.050s] (1145/2770) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
78782026-04-07T02:37:13.883Z PASS [ 0.053s] (1146/2770) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
78792026-04-07T02:37:13.940Z PASS [ 0.057s] (1147/2770) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
78802026-04-07T02:37:15.076Z PASS [ 10.787s] (1148/2770) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
78812026-04-07T02:37:15.493Z PASS [ 11.177s] (1149/2770) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
78822026-04-07T02:37:15.624Z PASS [ 11.341s] (1150/2770) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
78832026-04-07T02:37:16.392Z PASS [ 11.882s] (1151/2770) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
78842026-04-07T02:37:17.593Z PASS [ 14.498s] (1152/2770) nexus-mgs-updates driver_update::test::test_sp_update_takeover
78852026-04-07T02:37:21.268Z PASS [ 6.192s] (1153/2770) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
78862026-04-07T02:37:21.355Z PASS [ 11.185s] (1154/2770) omicron-dev::test-omicron-dev test_run_all
78872026-04-07T02:37:21.505Z PASS [ 6.011s] (1155/2770) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
78882026-04-07T02:37:21.657Z PASS [ 13.673s] (1156/2770) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
78892026-04-07T02:37:21.819Z PASS [ 6.194s] (1157/2770) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
78902026-04-07T02:37:23.030Z PASS [ 19.648s] (1158/2770) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
78912026-04-07T02:37:23.099Z PASS [ 0.069s] (1159/2770) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
78922026-04-07T02:37:23.511Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
78932026-04-07T02:37:23.515Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
78942026-04-07T02:37:23.613Z PASS [ 12.529s] (1160/2770) omicron-nexus app::background::driver::test::test_driver_basic
78952026-04-07T02:37:24.551Z PASS [ 13.364s] (1161/2770) omicron-nexus app::background::init::test::test_dns_propagation_basic
78962026-04-07T02:37:25.060Z PASS [ 13.977s] (1162/2770) omicron-nexus app::background::driver::test::test_activation_in_progress
78972026-04-07T02:37:25.555Z PASS [ 18.042s] (1163/2770) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
78982026-04-07T02:37:26.566Z PASS [ 5.061s] (1164/2770) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
78992026-04-07T02:37:26.918Z PASS [ 13.740s] (1165/2770) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
79002026-04-07T02:37:27.398Z PASS [ 5.579s] (1166/2770) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
79012026-04-07T02:37:27.469Z PASS [ 5.811s] (1167/2770) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
79022026-04-07T02:37:27.640Z PASS [ 16.778s] (1168/2770) omicron-ls-apis::test_dependencies test_api_check
79032026-04-07T02:37:27.677Z PASS [ 20.164s] (1169/2770) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
79042026-04-07T02:37:28.053Z PASS [ 6.698s] (1170/2770) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
79052026-04-07T02:37:28.113Z PASS [ 20.485s] (1171/2770) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
79062026-04-07T02:37:28.473Z PASS [ 17.480s] (1172/2770) omicron-ls-apis::test_dependencies test_api_dependencies
79072026-04-07T02:37:30.595Z PASS [ 13.002s] (1173/2770) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
79082026-04-07T02:37:31.337Z PASS [ 19.437s] (1174/2770) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
79092026-04-07T02:37:31.394Z PASS [ 19.784s] (1175/2770) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
79102026-04-07T02:37:31.940Z PASS [ 24.222s] (1176/2770) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
79112026-04-07T02:37:32.610Z PASS [ 19.475s] (1177/2770) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
79122026-04-07T02:37:33.147Z PASS [ 29.285s] (1178/2770) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
79132026-04-07T02:37:33.151Z PASS [ 5.752s] (1179/2770) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
79142026-04-07T02:37:33.263Z PASS [ 0.113s] (1180/2770) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
79152026-04-07T02:37:33.321Z PASS [ 0.058s] (1181/2770) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
79162026-04-07T02:37:33.377Z PASS [ 0.055s] (1182/2770) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
79172026-04-07T02:37:33.433Z PASS [ 0.056s] (1183/2770) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
79182026-04-07T02:37:33.454Z PASS [ 5.986s] (1184/2770) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
79192026-04-07T02:37:33.485Z PASS [ 0.051s] (1185/2770) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
79202026-04-07T02:37:33.505Z PASS [ 0.051s] (1186/2770) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
79212026-04-07T02:37:33.539Z PASS [ 0.055s] (1187/2770) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
79222026-04-07T02:37:33.555Z PASS [ 0.050s] (1188/2770) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
79232026-04-07T02:37:33.586Z PASS [ 0.047s] (1189/2770) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
79242026-04-07T02:37:33.638Z PASS [ 0.052s] (1190/2770) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
79252026-04-07T02:37:33.656Z PASS [ 0.101s] (1191/2770) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
79262026-04-07T02:37:33.724Z PASS [ 0.085s] (1192/2770) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
79272026-04-07T02:37:33.779Z PASS [ 0.122s] (1193/2770) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
79282026-04-07T02:37:33.784Z PASS [ 0.060s] (1194/2770) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
79292026-04-07T02:37:33.843Z PASS [ 0.064s] (1195/2770) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
79302026-04-07T02:37:33.902Z PASS [ 0.059s] (1196/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
79312026-04-07T02:37:33.949Z PASS [ 0.047s] (1197/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
79322026-04-07T02:37:33.977Z PASS [ 0.192s] (1198/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
79332026-04-07T02:37:34.012Z PASS [ 0.064s] (1199/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
79342026-04-07T02:37:34.021Z PASS [ 6.381s] (1200/2770) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
79352026-04-07T02:37:34.030Z PASS [ 0.053s] (1201/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
79362026-04-07T02:37:34.033Z PASS [ 17.640s] (1202/2770) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
79372026-04-07T02:37:34.070Z PASS [ 0.057s] (1203/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
79382026-04-07T02:37:34.078Z PASS [ 0.057s] (1204/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
79392026-04-07T02:37:34.086Z PASS [ 0.053s] (1205/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
79402026-04-07T02:37:34.114Z PASS [ 6.061s] (1206/2770) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
79412026-04-07T02:37:34.126Z PASS [ 0.055s] (1207/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
79422026-04-07T02:37:34.144Z PASS [ 0.058s] (1208/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
79432026-04-07T02:37:34.144Z PASS [ 0.114s] (1209/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
79442026-04-07T02:37:34.144Z PASS [ 0.066s] (1210/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
79452026-04-07T02:37:34.166Z PASS [ 0.052s] (1211/2770) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
79462026-04-07T02:37:34.351Z PASS [ 6.674s] (1212/2770) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
79472026-04-07T02:37:35.421Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
79482026-04-07T02:37:36.381Z PASS [ 26.104s] (1213/2770) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
79492026-04-07T02:37:36.887Z PASS [ 13.788s] (1214/2770) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
79502026-04-07T02:37:37.144Z PASS [ 13.530s] (1215/2770) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
79512026-04-07T02:37:38.373Z PASS [ 13.821s] (1216/2770) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
79522026-04-07T02:37:38.541Z PASS [ 13.480s] (1217/2770) omicron-nexus app::background::tasks::dns_config::test::test_basic
79532026-04-07T02:37:38.617Z PASS [ 6.006s] (1218/2770) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
79542026-04-07T02:37:39.706Z PASS [ 14.150s] (1219/2770) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
79552026-04-07T02:37:40.502Z PASS [ 136.998s] (1220/2770) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79562026-04-07T02:37:40.825Z PASS [ 14.258s] (1221/2770) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
79572026-04-07T02:37:40.853Z PASS [ 19.584s] (1222/2770) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
79582026-04-07T02:37:41.411Z PASS [ 14.493s] (1223/2770) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
79592026-04-07T02:37:45.718Z PASS [ 4.865s] (1224/2770) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
79602026-04-07T02:37:48.256Z PASS [ 14.111s] (1225/2770) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
79612026-04-07T02:37:48.307Z PASS [ 15.159s] (1226/2770) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
79622026-04-07T02:37:48.343Z PASS [ 14.176s] (1227/2770) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
79632026-04-07T02:37:48.430Z PASS [ 0.087s] (1228/2770) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
79642026-04-07T02:37:49.097Z PASS [ 14.952s] (1229/2770) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
79652026-04-07T02:37:49.126Z PASS [ 14.774s] (1230/2770) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
79662026-04-07T02:37:50.223Z PASS [ 4.505s] (1231/2770) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
79672026-04-07T02:37:50.332Z PASS [ 21.858s] (1232/2770) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
79682026-04-07T02:37:50.419Z PASS [ 18.479s] (1233/2770) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
79692026-04-07T02:37:50.474Z PASS [ 36.533s] (1234/2770) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
79702026-04-07T02:37:51.347Z PASS [ 14.966s] (1235/2770) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
79712026-04-07T02:37:51.841Z PASS [ 14.953s] (1236/2770) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
79722026-04-07T02:37:51.959Z PASS [ 20.621s] (1237/2770) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
79732026-04-07T02:37:52.226Z PASS [ 15.082s] (1238/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
79742026-04-07T02:37:52.258Z PASS [ 13.885s] (1239/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
79752026-04-07T02:37:52.459Z PASS [ 13.918s] (1240/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
79762026-04-07T02:37:52.717Z PASS [ 0.257s] (1241/2770) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
79772026-04-07T02:37:52.991Z PASS [ 0.274s] (1242/2770) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
79782026-04-07T02:37:53.020Z PASS [ 4.763s] (1243/2770) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
79792026-04-07T02:37:53.256Z PASS [ 4.949s] (1244/2770) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
79802026-04-07T02:37:53.266Z PASS [ 0.275s] (1245/2770) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
79812026-04-07T02:37:53.319Z PASS [ 0.062s] (1246/2770) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
79822026-04-07T02:37:53.342Z PASS [ 0.076s] (1247/2770) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
79832026-04-07T02:37:53.403Z PASS [ 0.084s] (1248/2770) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
79842026-04-07T02:37:53.438Z PASS [ 0.096s] (1249/2770) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
79852026-04-07T02:37:53.541Z PASS [ 0.103s] (1250/2770) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
79862026-04-07T02:37:53.714Z PASS [ 13.211s] (1251/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
79872026-04-07T02:37:53.797Z PASS [ 0.777s] (1252/2770) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
79882026-04-07T02:37:53.808Z PASS [ 12.983s] (1253/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
79892026-04-07T02:37:53.838Z PASS [ 0.124s] (1254/2770) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
79902026-04-07T02:37:53.866Z PASS [ 0.070s] (1255/2770) omicron-nexus app::external_endpoints::test::test_no_endpoint
79912026-04-07T02:37:53.871Z PASS [ 0.063s] (1256/2770) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
79922026-04-07T02:37:53.896Z PASS [ 0.058s] (1257/2770) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
79932026-04-07T02:37:53.936Z PASS [ 0.069s] (1258/2770) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
79942026-04-07T02:37:53.939Z PASS [ 0.066s] (1259/2770) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
79952026-04-07T02:37:53.939Z PASS [ 0.535s] (1260/2770) omicron-nexus app::external_endpoints::test::test_authority
79962026-04-07T02:37:53.965Z PASS [ 0.069s] (1261/2770) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
79972026-04-07T02:37:54.060Z PASS [ 0.123s] (1262/2770) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
79982026-04-07T02:37:54.075Z PASS [ 0.110s] (1263/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
79992026-04-07T02:37:54.101Z PASS [ 0.163s] (1264/2770) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
80002026-04-07T02:37:54.110Z PASS [ 0.050s] (1265/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
80012026-04-07T02:37:54.113Z PASS [ 0.173s] (1266/2770) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
80022026-04-07T02:37:54.125Z PASS [ 0.049s] (1267/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
80032026-04-07T02:37:54.154Z PASS [ 0.053s] (1268/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
80042026-04-07T02:37:54.228Z PASS [ 0.118s] (1269/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
80052026-04-07T02:37:54.254Z PASS [ 0.100s] (1270/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
80062026-04-07T02:37:54.259Z PASS [ 0.148s] (1271/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
80072026-04-07T02:37:54.274Z PASS [ 0.149s] (1272/2770) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
80082026-04-07T02:37:54.279Z PASS [ 0.051s] (1273/2770) omicron-nexus app::multicast::tests::test_is_ssm_address
80092026-04-07T02:37:54.346Z PASS [ 0.066s] (1274/2770) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
80102026-04-07T02:37:55.413Z PASS [ 21.288s] (1275/2770) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
80112026-04-07T02:37:55.432Z PASS [ 1.890s] (1276/2770) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
80122026-04-07T02:37:55.926Z PASS [ 14.515s] (1277/2770) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
80132026-04-07T02:37:59.974Z PASS [ 20.267s] (1278/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
80142026-04-07T02:38:01.407Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
80152026-04-07T02:38:01.811Z PASS [ 27.665s] (1279/2770) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
80162026-04-07T02:38:02.112Z PASS [ 23.494s] (1280/2770) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
80172026-04-07T02:38:02.250Z PASS [ 11.831s] (1281/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
80182026-04-07T02:38:02.303Z PASS [ 13.176s] (1282/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
80192026-04-07T02:38:02.312Z PASS [ 11.980s] (1283/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
80202026-04-07T02:38:02.745Z PASS [ 14.314s] (1284/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
80212026-04-07T02:38:03.887Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80222026-04-07T02:38:04.278Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
80232026-04-07T02:38:04.341Z PASS [ 12.500s] (1285/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
80242026-04-07T02:38:04.623Z PASS [ 14.399s] (1286/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
80252026-04-07T02:38:05.905Z PASS [ 16.808s] (1287/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
80262026-04-07T02:38:06.535Z PASS [ 14.576s] (1288/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
80272026-04-07T02:38:07.284Z PASS [ 63.397s] (1289/2770) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80282026-04-07T02:38:07.514Z PASS [ 39.399s] (1290/2770) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
80292026-04-07T02:38:07.791Z PASS [ 66.386s] (1291/2770) nexus-db-queries policy_test::test_iam_roles_behavior
80302026-04-07T02:38:07.898Z PASS [ 15.639s] (1292/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
80312026-04-07T02:38:08.486Z PASS [ 17.138s] (1293/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
80322026-04-07T02:38:09.063Z PASS [ 16.835s] (1294/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
80332026-04-07T02:38:09.398Z PASS [ 15.142s] (1295/2770) omicron-nexus app::quiesce::test::test_quiesce_easy
80342026-04-07T02:38:09.947Z PASS [ 15.687s] (1296/2770) omicron-nexus app::quiesce::test::test_quiesce_full
80352026-04-07T02:38:10.590Z PASS [ 20.115s] (1297/2770) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
80362026-04-07T02:38:11.079Z PASS [ 16.804s] (1298/2770) omicron-nexus app::quiesce::test::test_quiesce_multi
80372026-04-07T02:38:12.949Z PASS [ 42.352s] (1299/2770) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
80382026-04-07T02:38:14.404Z PASS [ 43.008s] (1300/2770) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
80392026-04-07T02:38:17.863Z PASS [ 22.449s] (1301/2770) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
80402026-04-07T02:38:18.327Z PASS [ 23.981s] (1302/2770) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
80412026-04-07T02:38:23.519Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
80422026-04-07T02:38:24.128Z PASS [ 22.015s] (1303/2770) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
80432026-04-07T02:38:24.474Z PASS [ 16.960s] (1304/2770) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
80442026-04-07T02:38:24.631Z PASS [ 14.040s] (1305/2770) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
80452026-04-07T02:38:24.811Z PASS [ 14.863s] (1306/2770) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
80462026-04-07T02:38:24.971Z PASS [ 17.686s] (1307/2770) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
80472026-04-07T02:38:25.034Z PASS [ 15.636s] (1308/2770) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
80482026-04-07T02:38:25.344Z PASS [ 16.858s] (1309/2770) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
80492026-04-07T02:38:25.502Z PASS [ 17.603s] (1310/2770) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
80502026-04-07T02:38:25.623Z PASS [ 17.831s] (1311/2770) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
80512026-04-07T02:38:26.598Z PASS [ 13.648s] (1312/2770) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
80522026-04-07T02:38:27.448Z PASS [ 13.043s] (1313/2770) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
80532026-04-07T02:38:27.992Z PASS [ 21.456s] (1314/2770) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
80542026-04-07T02:38:28.799Z PASS [ 113.378s] (1315/2770) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
80552026-04-07T02:38:29.846Z PASS [ 29.869s] (1316/2770) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
80562026-04-07T02:38:30.511Z PASS [ 35.078s] (1317/2770) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
80572026-04-07T02:38:33.581Z PASS [ 30.835s] (1318/2770) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
80582026-04-07T02:38:34.658Z PASS [ 16.793s] (1319/2770) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
80592026-04-07T02:38:40.079Z PASS [ 15.950s] (1320/2770) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
80602026-04-07T02:38:40.805Z PASS [ 15.993s] (1321/2770) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
80612026-04-07T02:38:41.199Z PASS [ 16.724s] (1322/2770) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
80622026-04-07T02:38:41.821Z PASS [ 16.319s] (1323/2770) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
80632026-04-07T02:38:42.274Z PASS [ 17.303s] (1324/2770) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
80642026-04-07T02:38:42.706Z PASS [ 17.362s] (1325/2770) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
80652026-04-07T02:38:43.126Z PASS [ 16.528s] (1326/2770) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
80662026-04-07T02:38:43.849Z PASS [ 16.400s] (1327/2770) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
80672026-04-07T02:38:44.434Z PASS [ 15.634s] (1328/2770) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
80682026-04-07T02:38:44.856Z PASS [ 35.792s] (1329/2770) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
80692026-04-07T02:38:45.892Z PASS [ 16.047s] (1330/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
80702026-04-07T02:38:50.125Z PASS [ 16.543s] (1331/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
80712026-04-07T02:38:50.637Z PASS [ 48.825s] (1332/2770) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
80722026-04-07T02:38:51.280Z PASS [ 16.622s] (1333/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
80732026-04-07T02:38:51.598Z PASS [ 55.670s] (1334/2770) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
80742026-04-07T02:38:53.498Z PASS [ 9.649s] (1335/2770) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
80752026-04-07T02:38:53.513Z PASS [ 9.079s] (1336/2770) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
80762026-04-07T02:38:54.180Z PASS [ 9.324s] (1337/2770) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
80772026-04-07T02:38:57.358Z PASS [ 11.466s] (1338/2770) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
80782026-04-07T02:38:57.469Z PASS [ 16.663s] (1339/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
80792026-04-07T02:38:58.351Z PASS [ 16.530s] (1340/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
80802026-04-07T02:38:58.399Z PASS [ 15.272s] (1341/2770) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
80812026-04-07T02:38:59.625Z PASS [ 17.350s] (1342/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
80822026-04-07T02:38:59.751Z PASS [ 115.473s] (1343/2770) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
80832026-04-07T02:38:59.814Z PASS [ 0.063s] (1344/2770) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
80842026-04-07T02:38:59.893Z PASS [ 57.587s] (1345/2770) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
80852026-04-07T02:39:00.794Z PASS [ 10.156s] (1346/2770) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
80862026-04-07T02:39:00.825Z PASS [ 9.226s] (1347/2770) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
80872026-04-07T02:39:00.910Z PASS [ 10.785s] (1348/2770) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
80882026-04-07T02:39:01.188Z PASS [ 50.107s] (1349/2770) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80892026-04-07T02:39:01.224Z PASS [ 58.972s] (1350/2770) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
80902026-04-07T02:39:02.317Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
80912026-04-07T02:39:03.351Z PASS [ 20.644s] (1351/2770) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
80922026-04-07T02:39:03.542Z PASS [ 10.028s] (1352/2770) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
80932026-04-07T02:39:04.057Z PASS [ 61.742s] (1353/2770) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
80942026-04-07T02:39:04.074Z PASS [ 58.167s] (1354/2770) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
80952026-04-07T02:39:04.346Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
80962026-04-07T02:39:04.627Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
80972026-04-07T02:39:04.803Z PASS [ 39.178s] (1355/2770) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80982026-04-07T02:39:04.810Z PASS [ 60.467s] (1356/2770) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
80992026-04-07T02:39:10.073Z PASS [ 10.447s] (1357/2770) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
81002026-04-07T02:39:11.213Z PASS [ 40.701s] (1358/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81012026-04-07T02:39:11.912Z PASS [ 67.287s] (1359/2770) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
81022026-04-07T02:39:13.755Z PASS [ 10.212s] (1360/2770) omicron-nexus app::sagas::test_saga::test_saga_stuck
81032026-04-07T02:39:14.075Z PASS [ 20.576s] (1361/2770) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
81042026-04-07T02:39:14.128Z PASS [ 0.051s] (1362/2770) omicron-nexus external_api::console_api::test::test_accept_gz
81052026-04-07T02:39:14.180Z PASS [ 0.053s] (1363/2770) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
81062026-04-07T02:39:14.248Z PASS [ 0.068s] (1364/2770) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
81072026-04-07T02:39:14.306Z PASS [ 0.057s] (1365/2770) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
81082026-04-07T02:39:14.366Z PASS [ 0.060s] (1366/2770) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
81092026-04-07T02:39:14.420Z PASS [ 0.054s] (1367/2770) omicron-nexus external_api::console_api::test::test_find_file_finds_file
81102026-04-07T02:39:14.478Z PASS [ 0.058s] (1368/2770) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
81112026-04-07T02:39:14.535Z PASS [ 0.057s] (1369/2770) omicron-nexus external_api::console_api::test::test_relative_uri
81122026-04-07T02:39:15.622Z PASS [ 1.867s] (1370/2770) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
81132026-04-07T02:39:16.731Z PASS [ 12.656s] (1371/2770) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
81142026-04-07T02:39:16.970Z PASS [ 12.160s] (1372/2770) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
81152026-04-07T02:39:16.991Z PASS [ 12.188s] (1373/2770) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
81162026-04-07T02:39:17.296Z PASS [ 13.239s] (1374/2770) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
81172026-04-07T02:39:17.876Z PASS [ 16.688s] (1375/2770) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
81182026-04-07T02:39:17.962Z PASS [ 17.136s] (1376/2770) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
81192026-04-07T02:39:18.167Z PASS [ 17.256s] (1377/2770) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
81202026-04-07T02:39:18.212Z PASS [ 16.987s] (1378/2770) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
81212026-04-07T02:39:18.332Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81222026-04-07T02:39:19.498Z PASS [ 16.146s] (1379/2770) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
81232026-04-07T02:39:20.354Z PASS [ 10.280s] (1380/2770) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
81242026-04-07T02:39:22.122Z PASS [ 10.908s] (1381/2770) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
81252026-04-07T02:39:22.563Z PASS [ 57.929s] (1382/2770) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81262026-04-07T02:39:22.982Z PASS [ 11.069s] (1383/2770) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
81272026-04-07T02:39:23.522Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
81282026-04-07T02:39:24.083Z PASS [ 23.288s] (1384/2770) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
81292026-04-07T02:39:24.723Z PASS [ 66.393s] (1385/2770) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81302026-04-07T02:39:25.039Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81312026-04-07T02:39:25.778Z PASS [ 10.156s] (1386/2770) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
81322026-04-07T02:39:27.929Z PASS [ 11.198s] (1387/2770) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
81332026-04-07T02:39:27.949Z PASS [ 28.135s] (1388/2770) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
81342026-04-07T02:39:27.978Z PASS [ 30.619s] (1389/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
81352026-04-07T02:39:27.996Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81362026-04-07T02:39:28.480Z PASS [ 0.502s] (1390/2770) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
81372026-04-07T02:39:28.809Z PASS [ 34.628s] (1391/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
81382026-04-07T02:39:30.420Z PASS [ 2.471s] (1392/2770) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
81392026-04-07T02:39:30.423Z PASS [ 2.492s] (1393/2770) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
81402026-04-07T02:39:33.229Z PASS [ 15.352s] (1394/2770) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
81412026-04-07T02:39:33.788Z PASS [ 11.665s] (1395/2770) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
81422026-04-07T02:39:33.837Z PASS [ 16.866s] (1396/2770) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
81432026-04-07T02:39:34.281Z PASS [ 13.927s] (1397/2770) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
81442026-04-07T02:39:34.425Z PASS [ 14.927s] (1398/2770) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
81452026-04-07T02:39:34.439Z PASS [ 17.448s] (1399/2770) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
81462026-04-07T02:39:34.629Z PASS [ 16.666s] (1400/2770) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
81472026-04-07T02:39:35.562Z PASS [ 17.395s] (1401/2770) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
81482026-04-07T02:39:37.964Z PASS [ 12.185s] (1402/2770) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
81492026-04-07T02:39:39.718Z PASS [ 59.637s] (1403/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81502026-04-07T02:39:39.760Z PASS [ 10.950s] (1404/2770) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
81512026-04-07T02:39:39.819Z PASS [ 11.338s] (1405/2770) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
81522026-04-07T02:39:40.569Z PASS [ 16.485s] (1406/2770) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
81532026-04-07T02:39:41.204Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81542026-04-07T02:39:41.283Z PASS [ 73.289s] (1407/2770) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81552026-04-07T02:39:42.017Z PASS [ 24.719s] (1408/2770) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
81562026-04-07T02:39:42.049Z PASS [ 11.628s] (1409/2770) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
81572026-04-07T02:39:42.409Z PASS [ 11.988s] (1410/2770) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
81582026-04-07T02:39:42.721Z PASS [ 24.508s] (1411/2770) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
81592026-04-07T02:39:43.032Z PASS [ 61.831s] (1412/2770) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81602026-04-07T02:39:43.175Z PASS [ 18.451s] (1413/2770) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
81612026-04-07T02:39:43.188Z PASS [ 51.906s] (1414/2770) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
81622026-04-07T02:39:43.237Z PASS [ 0.205s] (1415/2770) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
81632026-04-07T02:39:43.520Z PASS [ 1.111s] (1416/2770) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
81642026-04-07T02:39:43.539Z PASS [ 9.702s] (1417/2770) omicron-nexus::test_all integration_tests::basic::test_ping
81652026-04-07T02:39:43.636Z PASS [ 9.847s] (1418/2770) omicron-nexus::test_all integration_tests::basic::test_basic_failures
81662026-04-07T02:39:43.871Z PASS [ 10.641s] (1419/2770) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
81672026-04-07T02:39:44.142Z PASS [ 1.421s] (1420/2770) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
81682026-04-07T02:39:44.447Z PASS [ 10.006s] (1421/2770) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
81692026-04-07T02:39:44.535Z PASS [ 9.905s] (1422/2770) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
81702026-04-07T02:39:44.682Z PASS [ 44.787s] (1423/2770) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
81712026-04-07T02:39:44.925Z PASS [ 9.362s] (1424/2770) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
81722026-04-07T02:39:46.682Z PASS [ 32.146s] (1425/2770) omicron-nexus populate::test::test_populators
81732026-04-07T02:39:47.874Z PASS [ 9.910s] (1426/2770) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
81742026-04-07T02:39:50.134Z PASS [ 10.415s] (1427/2770) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
81752026-04-07T02:39:51.033Z PASS [ 52.632s] (1428/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
81762026-04-07T02:39:51.429Z PASS [ 11.609s] (1429/2770) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
81772026-04-07T02:39:52.261Z PASS [ 17.978s] (1430/2770) omicron-nexus::test_all integration_tests::basic::test_projects_basic
81782026-04-07T02:39:53.281Z PASS [ 13.521s] (1431/2770) omicron-nexus::test_all integration_tests::certificates::test_crud
81792026-04-07T02:39:53.291Z PASS [ 12.008s] (1432/2770) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
81802026-04-07T02:39:53.481Z PASS [ 11.432s] (1433/2770) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
81812026-04-07T02:39:53.690Z PASS [ 11.672s] (1434/2770) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
81822026-04-07T02:39:54.322Z PASS [ 11.146s] (1435/2770) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
81832026-04-07T02:39:54.831Z PASS [ 11.593s] (1436/2770) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
81842026-04-07T02:39:54.870Z PASS [ 11.682s] (1437/2770) omicron-nexus::test_all integration_tests::console_api::test_assets
81852026-04-07T02:39:55.001Z PASS [ 11.365s] (1438/2770) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
81862026-04-07T02:39:55.265Z PASS [ 57.793s] (1439/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
81872026-04-07T02:39:56.143Z PASS [ 11.696s] (1440/2770) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
81882026-04-07T02:39:56.168Z PASS [ 11.485s] (1441/2770) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
81892026-04-07T02:39:56.227Z PASS [ 12.084s] (1442/2770) omicron-nexus::test_all integration_tests::console_api::test_session_me
81902026-04-07T02:39:56.299Z PASS [ 21.873s] (1443/2770) omicron-nexus::test_all integration_tests::basic::test_projects_list
81912026-04-07T02:39:57.249Z PASS [ 13.377s] (1444/2770) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
81922026-04-07T02:39:58.355Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
81932026-04-07T02:39:58.729Z PASS [ 18.159s] (1445/2770) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
81942026-04-07T02:39:58.932Z PASS [ 15.411s] (1446/2770) omicron-nexus::test_all integration_tests::console_api::test_console_pages
81952026-04-07T02:39:58.989Z PASS [ 15.449s] (1447/2770) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
81962026-04-07T02:40:01.501Z PASS [ 16.966s] (1448/2770) omicron-nexus::test_all integration_tests::console_api::test_sessions
81972026-04-07T02:40:02.080Z PASS [ 97.042s] (1449/2770) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81982026-04-07T02:40:03.509Z PASS [ 65.155s] (1450/2770) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
81992026-04-07T02:40:05.388Z PASS [ 42.405s] (1451/2770) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
82002026-04-07T02:40:08.206Z PASS [ 10.956s] (1452/2770) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
82012026-04-07T02:40:09.745Z PASS [ 10.755s] (1453/2770) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
82022026-04-07T02:40:09.793Z PASS [ 10.861s] (1454/2770) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
82032026-04-07T02:40:10.786Z PASS [ 9.284s] (1455/2770) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
82042026-04-07T02:40:13.132Z PASS [ 7.743s] (1456/2770) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
82052026-04-07T02:40:15.789Z PASS [ 13.709s] (1457/2770) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
82062026-04-07T02:40:16.201Z PASS [ 12.692s] (1458/2770) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
82072026-04-07T02:40:17.029Z PASS [ 18.300s] (1459/2770) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
82082026-04-07T02:40:19.082Z PASS [ 10.876s] (1460/2770) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
82092026-04-07T02:40:20.009Z PASS [ 35.083s] (1461/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
82102026-04-07T02:40:22.566Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82112026-04-07T02:40:23.525Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
82122026-04-07T02:40:24.055Z PASS [ 30.773s] (1462/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82132026-04-07T02:40:34.166Z PASS [ 46.290s] (1463/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
82142026-04-07T02:40:35.791Z PASS [ 42.497s] (1464/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82152026-04-07T02:40:35.879Z PASS [ 22.746s] (1465/2770) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
82162026-04-07T02:40:36.398Z PASS [ 40.254s] (1466/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
82172026-04-07T02:40:37.175Z PASS [ 50.491s] (1467/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
82182026-04-07T02:40:38.051Z PASS [ 47.916s] (1468/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
82192026-04-07T02:40:38.461Z PASS [ 28.716s] (1469/2770) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82202026-04-07T02:40:43.773Z PASS [ 81.208s] (1470/2770) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82212026-04-07T02:40:44.796Z PASS [ 34.009s] (1471/2770) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
82222026-04-07T02:40:47.631Z PASS [ 9.579s] (1472/2770) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
82232026-04-07T02:40:47.916Z PASS [ 9.454s] (1473/2770) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
82242026-04-07T02:40:48.156Z PASS [ 51.927s] (1474/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82252026-04-07T02:40:51.037Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82262026-04-07T02:40:51.433Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82272026-04-07T02:40:51.553Z PASS [ 58.070s] (1475/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82282026-04-07T02:40:51.902Z PASS [ 59.638s] (1476/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82292026-04-07T02:40:53.694Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82302026-04-07T02:40:54.247Z PASS [ 9.450s] (1477/2770) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
82312026-04-07T02:40:54.326Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82322026-04-07T02:40:54.835Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
82332026-04-07T02:40:54.874Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82342026-04-07T02:40:55.005Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
82352026-04-07T02:40:55.269Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
82362026-04-07T02:40:56.172Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
82372026-04-07T02:40:56.301Z PASS [ 20.510s] (1478/2770) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
82382026-04-07T02:40:56.304Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82392026-04-07T02:40:56.388Z PASS [ 12.614s] (1479/2770) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
82402026-04-07T02:40:57.259Z PASS [ 20.083s] (1480/2770) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82412026-04-07T02:40:57.818Z PASS [ 62.551s] (1481/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
82422026-04-07T02:41:00.547Z PASS [ 337.030s] (1482/2770) oximeter-db client::tests::test_replicated
82432026-04-07T02:41:00.573Z PASS [ 0.027s] (1483/2770) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
82442026-04-07T02:41:00.601Z PASS [ 0.027s] (1484/2770) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
82452026-04-07T02:41:00.650Z PASS [ 0.043s] (1485/2770) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
82462026-04-07T02:41:00.674Z PASS [ 0.029s] (1486/2770) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
82472026-04-07T02:41:00.701Z PASS [ 0.027s] (1487/2770) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
82482026-04-07T02:41:01.926Z PASS [ 1.225s] (1488/2770) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
82492026-04-07T02:41:02.149Z PASS [ 0.222s] (1489/2770) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
82502026-04-07T02:41:02.354Z PASS [ 0.206s] (1490/2770) omicron-clickhouse-admin::integration_test test_lgif_parsing
82512026-04-07T02:41:02.573Z PASS [ 0.219s] (1491/2770) omicron-clickhouse-admin::integration_test test_raft_config_parsing
82522026-04-07T02:41:02.705Z PASS [ 0.132s] (1492/2770) omicron-clickhouse-admin::integration_test test_teardown
82532026-04-07T02:41:02.754Z PASS [ 0.049s] (1493/2770) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
82542026-04-07T02:41:03.104Z PASS [ 68.270s] (1494/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
82552026-04-07T02:41:06.280Z PASS [ 72.588s] (1495/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82562026-04-07T02:41:06.450Z PASS [ 75.018s] (1496/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82572026-04-07T02:41:09.798Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
82582026-04-07T02:41:10.338Z PASS [ 79.302s] (1497/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82592026-04-07T02:41:13.247Z PASS [ 15.429s] (1498/2770) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
82602026-04-07T02:41:13.283Z PASS [ 49.226s] (1499/2770) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
82612026-04-07T02:41:13.399Z PASS [ 79.075s] (1500/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82622026-04-07T02:41:13.670Z PASS [ 77.498s] (1501/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
82632026-04-07T02:41:14.048Z PASS [ 79.175s] (1502/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82642026-04-07T02:41:14.440Z PASS [ 58.648s] (1503/2770) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
82652026-04-07T02:41:16.206Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
82662026-04-07T02:41:16.351Z PASS [ 66.556s] (1504/2770) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
82672026-04-07T02:41:17.033Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
82682026-04-07T02:41:19.086Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
82692026-04-07T02:41:19.513Z PASS [ 31.880s] (1505/2770) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
82702026-04-07T02:41:20.013Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82712026-04-07T02:41:21.789Z PASS [ 29.886s] (1506/2770) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
82722026-04-07T02:41:22.550Z PASS [ 63.465s] (1507/2770) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
82732026-04-07T02:41:23.092Z PASS [ 16.811s] (1508/2770) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
82742026-04-07T02:41:23.386Z PASS [ 20.282s] (1509/2770) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
82752026-04-07T02:41:23.584Z PASS [ 49.416s] (1510/2770) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
82762026-04-07T02:41:24.024Z PASS [ 27.635s] (1511/2770) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
82772026-04-07T02:41:24.526Z PASS [ 68.323s] (1512/2770) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
82782026-04-07T02:41:24.595Z PASS [ 48.195s] (1513/2770) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
82792026-04-07T02:41:27.791Z PASS [ 70.760s] (1514/2770) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
82802026-04-07T02:41:28.043Z PASS [ 13.603s] (1515/2770) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
82812026-04-07T02:41:29.763Z PASS [ 13.411s] (1516/2770) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
82822026-04-07T02:41:30.301Z PASS [ 42.383s] (1517/2770) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
82832026-04-07T02:41:31.182Z PASS [ 24.731s] (1518/2770) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
82842026-04-07T02:41:32.014Z PASS [ 18.730s] (1519/2770) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
82852026-04-07T02:41:32.604Z PASS [ 56.723s] (1520/2770) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82862026-04-07T02:41:32.737Z PASS [ 19.489s] (1521/2770) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
82872026-04-07T02:41:32.793Z PASS [ 72.781s] (1522/2770) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82882026-04-07T02:41:33.746Z PASS [ 39.497s] (1523/2770) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
82892026-04-07T02:41:34.907Z PASS [ 13.118s] (1524/2770) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
82902026-04-07T02:41:35.269Z PASS [ 15.756s] (1525/2770) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
82912026-04-07T02:41:36.046Z PASS [ 13.496s] (1526/2770) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
82922026-04-07T02:41:36.256Z PASS [ 22.586s] (1527/2770) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
82932026-04-07T02:41:36.913Z PASS [ 13.329s] (1528/2770) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
82942026-04-07T02:41:36.926Z PASS [ 13.833s] (1529/2770) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
82952026-04-07T02:41:37.002Z PASS [ 13.615s] (1530/2770) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
82962026-04-07T02:41:37.086Z PASS [ 48.928s] (1531/2770) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
82972026-04-07T02:41:38.087Z PASS [ 24.686s] (1532/2770) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
82982026-04-07T02:41:40.006Z PASS [ 15.982s] (1533/2770) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
82992026-04-07T02:41:41.066Z PASS [ 16.470s] (1534/2770) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
83002026-04-07T02:41:41.701Z PASS [ 17.174s] (1535/2770) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
83012026-04-07T02:41:42.725Z PASS [ 46.422s] (1536/2770) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
83022026-04-07T02:41:45.478Z PASS [ 53.923s] (1537/2770) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
83032026-04-07T02:41:46.065Z PASS [ 18.273s] (1538/2770) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
83042026-04-07T02:41:46.476Z PASS [ 49.215s] (1539/2770) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
83052026-04-07T02:41:46.841Z PASS [ 15.658s] (1540/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
83062026-04-07T02:41:47.167Z PASS [ 14.373s] (1541/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
83072026-04-07T02:41:47.725Z PASS [ 37.386s] (1542/2770) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
83082026-04-07T02:41:48.146Z PASS [ 14.399s] (1543/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
83092026-04-07T02:41:49.183Z PASS [ 14.276s] (1544/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
83102026-04-07T02:41:49.397Z PASS [ 16.792s] (1545/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
83112026-04-07T02:41:49.809Z PASS [ 14.539s] (1546/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
83122026-04-07T02:41:50.966Z PASS [ 22.921s] (1547/2770) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
83132026-04-07T02:41:51.238Z PASS [ 14.324s] (1548/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
83142026-04-07T02:41:51.569Z PASS [ 14.642s] (1549/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
83152026-04-07T02:41:51.707Z PASS [ 37.658s] (1550/2770) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
83162026-04-07T02:41:51.780Z PASS [ 19.766s] (1551/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
83172026-04-07T02:41:52.628Z PASS [ 16.581s] (1552/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
83182026-04-07T02:41:53.281Z PASS [ 17.025s] (1553/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
83192026-04-07T02:41:54.843Z PASS [ 22.105s] (1554/2770) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
83202026-04-07T02:41:55.008Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83212026-04-07T02:41:56.307Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83222026-04-07T02:41:56.690Z PASS [ 13.965s] (1555/2770) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
83232026-04-07T02:41:56.848Z PASS [ 15.146s] (1556/2770) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
83242026-04-07T02:41:57.697Z PASS [ 17.690s] (1557/2770) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
83252026-04-07T02:41:57.736Z PASS [ 20.650s] (1558/2770) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
83262026-04-07T02:41:57.895Z PASS [ 121.591s] (1559/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83272026-04-07T02:41:58.061Z PASS [ 123.056s] (1560/2770) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83282026-04-07T02:41:58.975Z PASS [ 13.496s] (1561/2770) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
83292026-04-07T02:41:59.522Z PASS [ 4.678s] (1562/2770) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
83302026-04-07T02:41:59.808Z PASS [ 13.742s] (1563/2770) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
83312026-04-07T02:41:59.906Z PASS [ 18.840s] (1564/2770) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
83322026-04-07T02:42:00.096Z PASS [ 29.794s] (1565/2770) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
83332026-04-07T02:42:00.118Z PASS [ 7.489s] (1566/2770) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
83342026-04-07T02:42:00.275Z PASS [ 6.994s] (1567/2770) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
83352026-04-07T02:42:00.731Z PASS [ 23.728s] (1568/2770) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
83362026-04-07T02:42:01.370Z PASS [ 14.894s] (1569/2770) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
83372026-04-07T02:42:01.446Z PASS [ 31.681s] (1570/2770) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
83382026-04-07T02:42:02.759Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83392026-04-07T02:42:03.242Z PASS [ 16.401s] (1571/2770) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
83402026-04-07T02:42:03.259Z PASS [ 60.502s] (1572/2770) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83412026-04-07T02:42:05.680Z PASS [ 17.955s] (1573/2770) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
83422026-04-07T02:42:05.826Z PASS [ 9.135s] (1574/2770) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
83432026-04-07T02:42:06.633Z PASS [ 3.374s] (1575/2770) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
83442026-04-07T02:42:07.007Z PASS [ 19.840s] (1576/2770) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
83452026-04-07T02:42:09.240Z PASS [ 17.459s] (1577/2770) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
83462026-04-07T02:42:11.434Z PASS [ 20.195s] (1578/2770) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
83472026-04-07T02:42:11.650Z PASS [ 19.942s] (1579/2770) omicron-nexus::test_all integration_tests::images::test_silo_image_create
83482026-04-07T02:42:11.743Z PASS [ 22.559s] (1580/2770) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
83492026-04-07T02:42:11.759Z PASS [ 20.189s] (1581/2770) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
83502026-04-07T02:42:12.127Z PASS [ 21.160s] (1582/2770) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
83512026-04-07T02:42:12.375Z PASS [ 15.527s] (1583/2770) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
83522026-04-07T02:42:13.161Z PASS [ 23.763s] (1584/2770) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
83532026-04-07T02:42:13.956Z PASS [ 13.860s] (1585/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
83542026-04-07T02:42:14.081Z PASS [ 13.962s] (1586/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
83552026-04-07T02:42:14.326Z PASS [ 16.628s] (1587/2770) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
83562026-04-07T02:42:15.108Z PASS [ 13.737s] (1588/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
83572026-04-07T02:42:16.028Z PASS [ 17.966s] (1589/2770) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
83582026-04-07T02:42:18.595Z PASS [ 15.352s] (1590/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
83592026-04-07T02:42:18.748Z PASS [ 12.114s] (1591/2770) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
83602026-04-07T02:42:20.213Z PASS [ 20.690s] (1592/2770) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
83612026-04-07T02:42:20.759Z PASS [ 15.078s] (1593/2770) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
83622026-04-07T02:42:22.215Z PASS [ 21.938s] (1594/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
83632026-04-07T02:42:22.388Z PASS [ 23.412s] (1595/2770) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
83642026-04-07T02:42:22.580Z PASS [ 34.432s] (1596/2770) omicron-nexus::test_all integration_tests::images::test_image_create
83652026-04-07T02:42:22.744Z PASS [ 22.935s] (1597/2770) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
83662026-04-07T02:42:23.259Z PASS [ 45.170s] (1598/2770) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
83672026-04-07T02:42:25.446Z PASS [ 24.714s] (1599/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
83682026-04-07T02:42:25.926Z PASS [ 28.030s] (1600/2770) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
83692026-04-07T02:42:26.170Z PASS [ 24.724s] (1601/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
83702026-04-07T02:42:27.921Z PASS [ 30.183s] (1602/2770) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
83712026-04-07T02:42:28.721Z PASS [ 38.911s] (1603/2770) omicron-nexus::test_all integration_tests::images::test_image_promotion
83722026-04-07T02:42:29.954Z PASS [ 18.520s] (1604/2770) omicron-nexus::test_all integration_tests::instances::test_instance_access
83732026-04-07T02:42:30.563Z PASS [ 30.656s] (1605/2770) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
83742026-04-07T02:42:32.401Z PASS [ 26.574s] (1606/2770) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
83752026-04-07T02:42:32.521Z PASS [ 20.870s] (1607/2770) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
83762026-04-07T02:42:33.156Z PASS [ 18.829s] (1608/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
83772026-04-07T02:42:33.808Z PASS [ 21.432s] (1609/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
83782026-04-07T02:42:33.836Z PASS [ 13.623s] (1610/2770) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
83792026-04-07T02:42:33.839Z PASS [ 20.677s] (1611/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
83802026-04-07T02:42:34.864Z PASS [ 16.115s] (1612/2770) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
83812026-04-07T02:42:37.416Z PASS [ 25.288s] (1613/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
83822026-04-07T02:42:38.024Z PASS [ 26.280s] (1614/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
83832026-04-07T02:42:38.052Z PASS [ 24.095s] (1615/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
83842026-04-07T02:42:39.739Z PASS [ 18.979s] (1616/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
83852026-04-07T02:42:42.331Z PASS [ 19.586s] (1617/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
83862026-04-07T02:42:42.487Z PASS [ 20.098s] (1618/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
83872026-04-07T02:42:42.527Z PASS [ 19.267s] (1619/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
83882026-04-07T02:42:42.996Z PASS [ 20.781s] (1620/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
83892026-04-07T02:42:43.574Z PASS [ 20.993s] (1621/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
83902026-04-07T02:42:44.564Z PASS [ 30.482s] (1622/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
83912026-04-07T02:42:45.238Z PASS [ 12.081s] (1623/2770) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
83922026-04-07T02:42:45.586Z PASS [ 11.750s] (1624/2770) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
83932026-04-07T02:42:46.330Z PASS [ 30.301s] (1625/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
83942026-04-07T02:42:46.424Z PASS [ 12.615s] (1626/2770) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
83952026-04-07T02:42:46.665Z PASS [ 12.826s] (1627/2770) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
83962026-04-07T02:42:49.434Z PASS [ 30.792s] (1628/2770) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83972026-04-07T02:42:50.584Z PASS [ 18.062s] (1629/2770) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
83982026-04-07T02:42:50.656Z PASS [ 18.254s] (1630/2770) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
83992026-04-07T02:42:51.051Z PASS [ 24.880s] (1631/2770) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
84002026-04-07T02:42:51.415Z PASS [ 42.173s] (1632/2770) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
84012026-04-07T02:42:51.975Z PASS [ 23.253s] (1633/2770) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
84022026-04-07T02:42:54.101Z PASS [ 16.075s] (1634/2770) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
84032026-04-07T02:42:54.341Z PASS [ 26.420s] (1635/2770) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
84042026-04-07T02:42:54.544Z PASS [ 23.979s] (1636/2770) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
84052026-04-07T02:42:54.982Z PASS [ 25.025s] (1637/2770) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
84062026-04-07T02:42:56.037Z PASS [ 49.027s] (1638/2770) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
84072026-04-07T02:42:56.230Z PASS [ 13.233s] (1639/2770) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
84082026-04-07T02:42:56.789Z PASS [ 41.679s] (1640/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
84092026-04-07T02:42:57.868Z PASS [ 12.281s] (1641/2770) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
84102026-04-07T02:42:59.487Z PASS [ 16.997s] (1642/2770) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
84112026-04-07T02:42:59.570Z PASS [ 33.642s] (1643/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
84122026-04-07T02:43:01.260Z PASS [ 16.695s] (1644/2770) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
84132026-04-07T02:43:01.263Z PASS [ 10.604s] (1645/2770) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
84142026-04-07T02:43:02.557Z PASS [ 18.982s] (1646/2770) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
84152026-04-07T02:43:02.708Z PASS [ 17.469s] (1647/2770) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
84162026-04-07T02:43:02.893Z PASS [ 51.132s] (1648/2770) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
84172026-04-07T02:43:04.473Z PASS [ 18.048s] (1649/2770) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
84182026-04-07T02:43:04.832Z PASS [ 13.780s] (1650/2770) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
84192026-04-07T02:43:05.444Z PASS [ 10.900s] (1651/2770) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
84202026-04-07T02:43:05.513Z PASS [ 14.097s] (1652/2770) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
84212026-04-07T02:43:05.528Z PASS [ 19.197s] (1653/2770) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
84222026-04-07T02:43:05.726Z PASS [ 13.751s] (1654/2770) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
84232026-04-07T02:43:05.747Z PASS [ 30.882s] (1655/2770) omicron-nexus::test_all integration_tests::instances::test_instance_serial
84242026-04-07T02:43:05.778Z PASS [ 23.446s] (1656/2770) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
84252026-04-07T02:43:05.800Z PASS [ 26.061s] (1657/2770) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
84262026-04-07T02:43:06.739Z PASS [ 17.350s] (1658/2770) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
84272026-04-07T02:43:06.906Z PASS [ 28.852s] (1659/2770) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
84282026-04-07T02:43:10.788Z PASS [ 20.203s] (1660/2770) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
84292026-04-07T02:43:12.088Z PASS [ 10.827s] (1661/2770) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
84302026-04-07T02:43:13.510Z PASS [ 12.248s] (1662/2770) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
84312026-04-07T02:43:15.372Z PASS [ 28.706s] (1663/2770) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
84322026-04-07T02:43:15.401Z PASS [ 21.299s] (1664/2770) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
84332026-04-07T02:43:15.578Z PASS [ 16.007s] (1665/2770) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
84342026-04-07T02:43:16.070Z PASS [ 16.585s] (1666/2770) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
84352026-04-07T02:43:16.105Z PASS [ 38.688s] (1667/2770) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
84362026-04-07T02:43:16.303Z PASS [ 13.409s] (1668/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
84372026-04-07T02:43:16.481Z PASS [ 22.139s] (1669/2770) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
84382026-04-07T02:43:16.763Z PASS [ 20.532s] (1670/2770) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
84392026-04-07T02:43:17.020Z PASS [ 20.983s] (1671/2770) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
84402026-04-07T02:43:17.334Z PASS [ 14.777s] (1672/2770) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
84412026-04-07T02:43:17.423Z PASS [ 11.978s] (1673/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
84422026-04-07T02:43:17.645Z PASS [ 11.918s] (1674/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
84432026-04-07T02:43:17.665Z PASS [ 19.796s] (1675/2770) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
84442026-04-07T02:43:17.846Z PASS [ 12.318s] (1676/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
84452026-04-07T02:43:17.873Z PASS [ 12.126s] (1677/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
84462026-04-07T02:43:18.020Z PASS [ 12.241s] (1678/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
84472026-04-07T02:43:18.226Z PASS [ 13.393s] (1679/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
84482026-04-07T02:43:18.236Z PASS [ 12.723s] (1680/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
84492026-04-07T02:43:18.997Z PASS [ 22.207s] (1681/2770) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
84502026-04-07T02:43:19.088Z PASS [ 14.615s] (1682/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
84512026-04-07T02:43:19.275Z PASS [ 24.293s] (1683/2770) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
84522026-04-07T02:43:19.701Z PASS [ 13.900s] (1684/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
84532026-04-07T02:43:20.190Z PASS [ 13.450s] (1685/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
84542026-04-07T02:43:20.592Z PASS [ 55.143s] (1686/2770) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
84552026-04-07T02:43:21.910Z PASS [ 11.121s] (1687/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
84562026-04-07T02:43:23.463Z PASS [ 20.754s] (1688/2770) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
84572026-04-07T02:43:24.651Z PASS [ 17.744s] (1689/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
84582026-04-07T02:43:28.372Z PASS [ 13.000s] (1690/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
84592026-04-07T02:43:28.448Z PASS [ 13.047s] (1691/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
84602026-04-07T02:43:29.223Z PASS [ 17.134s] (1692/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
84612026-04-07T02:43:31.490Z PASS [ 14.155s] (1693/2770) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
84622026-04-07T02:43:32.076Z PASS [ 15.594s] (1694/2770) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
84632026-04-07T02:43:32.559Z PASS [ 15.538s] (1695/2770) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
84642026-04-07T02:43:34.380Z PASS [ 20.870s] (1696/2770) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
84652026-04-07T02:43:35.441Z PASS [ 18.017s] (1697/2770) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
84662026-04-07T02:43:37.289Z PASS [ 19.442s] (1698/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
84672026-04-07T02:43:38.761Z PASS [ 9.538s] (1699/2770) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
84682026-04-07T02:43:39.584Z PASS [ 23.476s] (1700/2770) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
84692026-04-07T02:43:41.154Z PASS [ 12.705s] (1701/2770) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
84702026-04-07T02:43:41.175Z PASS [ 12.802s] (1702/2770) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
84712026-04-07T02:43:41.314Z PASS [ 25.736s] (1703/2770) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
84722026-04-07T02:43:41.794Z PASS [ 25.031s] (1704/2770) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
84732026-04-07T02:43:42.430Z PASS [ 10.939s] (1705/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion
84742026-04-07T02:43:42.531Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
84752026-04-07T02:43:42.990Z PASS [ 10.914s] (1706/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
84762026-04-07T02:43:43.788Z PASS [ 11.229s] (1707/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
84772026-04-07T02:43:44.179Z PASS [ 23.587s] (1708/2770) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
84782026-04-07T02:43:45.862Z PASS [ 27.987s] (1709/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
84792026-04-07T02:43:46.536Z PASS [ 26.834s] (1710/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
84802026-04-07T02:43:48.175Z PASS [ 29.085s] (1711/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
84812026-04-07T02:43:48.552Z PASS [ 32.480s] (1712/2770) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
84822026-04-07T02:43:49.777Z PASS [ 31.550s] (1713/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
84832026-04-07T02:43:50.560Z PASS [ 32.539s] (1714/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
84842026-04-07T02:43:52.107Z PASS [ 10.791s] (1715/2770) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
84852026-04-07T02:43:52.658Z PASS [ 35.012s] (1716/2770) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
84862026-04-07T02:43:53.624Z PASS [ 12.449s] (1717/2770) omicron-nexus::test_all integration_tests::projects::test_projects
84872026-04-07T02:43:54.057Z PASS [ 15.295s] (1718/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
84882026-04-07T02:43:54.359Z PASS [ 10.570s] (1719/2770) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
84892026-04-07T02:43:55.000Z PASS [ 10.820s] (1720/2770) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
84902026-04-07T02:43:55.038Z PASS [ 13.243s] (1721/2770) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
84912026-04-07T02:43:55.137Z PASS [ 0.137s] (1722/2770) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
84922026-04-07T02:43:55.140Z PASS [ 31.674s] (1723/2770) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
84932026-04-07T02:43:55.167Z PASS [ 0.129s] (1724/2770) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
84942026-04-07T02:43:55.334Z PASS [ 0.198s] (1725/2770) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
84952026-04-07T02:43:55.372Z PASS [ 0.205s] (1726/2770) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
84962026-04-07T02:43:55.378Z PASS [ 0.239s] (1727/2770) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
84972026-04-07T02:43:55.664Z PASS [ 14.509s] (1728/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
84982026-04-07T02:43:55.865Z PASS [ 13.434s] (1729/2770) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
84992026-04-07T02:43:57.312Z PASS [ 35.401s] (1730/2770) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85002026-04-07T02:43:58.304Z PASS [ 40.638s] (1731/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
85012026-04-07T02:43:58.330Z PASS [ 11.794s] (1732/2770) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
85022026-04-07T02:43:58.437Z PASS [ 0.133s] (1733/2770) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
85032026-04-07T02:43:58.487Z PASS [ 12.625s] (1734/2770) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
85042026-04-07T02:43:58.617Z PASS [ 0.129s] (1735/2770) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
85052026-04-07T02:43:58.822Z PASS [ 0.205s] (1736/2770) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
85062026-04-07T02:43:58.873Z PASS [ 39.596s] (1737/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
85072026-04-07T02:44:00.041Z PASS [ 11.865s] (1738/2770) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
85082026-04-07T02:44:00.240Z PASS [ 25.859s] (1739/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
85092026-04-07T02:44:00.941Z PASS [ 11.162s] (1740/2770) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
85102026-04-07T02:44:02.013Z PASS [ 13.461s] (1741/2770) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
85112026-04-07T02:44:02.440Z PASS [ 11.879s] (1742/2770) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
85122026-04-07T02:44:03.564Z PASS [ 26.274s] (1743/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
85132026-04-07T02:44:03.842Z PASS [ 45.604s] (1744/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
85142026-04-07T02:44:04.981Z PASS [ 29.538s] (1745/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
85152026-04-07T02:44:05.044Z PASS [ 44.852s] (1746/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
85162026-04-07T02:44:05.949Z PASS [ 2.384s] (1747/2770) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
85172026-04-07T02:44:06.241Z PASS [ 26.658s] (1748/2770) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
85182026-04-07T02:44:06.680Z PASS [ 14.021s] (1749/2770) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
85192026-04-07T02:44:07.456Z PASS [ 12.077s] (1750/2770) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
85202026-04-07T02:44:07.870Z PASS [ 12.205s] (1751/2770) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
85212026-04-07T02:44:07.924Z PASS [ 12.589s] (1752/2770) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
85222026-04-07T02:44:07.956Z PASS [ 13.899s] (1753/2770) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
85232026-04-07T02:44:07.970Z PASS [ 2.021s] (1754/2770) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
85242026-04-07T02:44:08.054Z PASS [ 12.189s] (1755/2770) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
85252026-04-07T02:44:08.096Z PASS [ 51.791s] (1756/2770) omicron-nexus::test_all integration_tests::metrics::test_metrics
85262026-04-07T02:44:08.111Z PASS [ 1.869s] (1757/2770) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
85272026-04-07T02:44:08.291Z PASS [ 12.919s] (1758/2770) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
85282026-04-07T02:44:08.337Z PASS [ 13.976s] (1759/2770) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
85292026-04-07T02:44:08.351Z PASS [ 16.243s] (1760/2770) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
85302026-04-07T02:44:08.738Z PASS [ 11.425s] (1761/2770) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
85312026-04-07T02:44:09.411Z PASS [ 10.537s] (1762/2770) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
85322026-04-07T02:44:09.434Z PASS [ 1.463s] (1763/2770) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
85332026-04-07T02:44:09.438Z PASS [ 10.616s] (1764/2770) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
85342026-04-07T02:44:09.441Z PASS [ 50.443s] (1765/2770) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
85352026-04-07T02:44:09.445Z PASS [ 1.518s] (1766/2770) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
85362026-04-07T02:44:09.550Z PASS [ 1.258s] (1767/2770) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
85372026-04-07T02:44:09.638Z PASS [ 1.528s] (1768/2770) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
85382026-04-07T02:44:09.669Z PASS [ 11.338s] (1769/2770) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
85392026-04-07T02:44:09.746Z PASS [ 11.309s] (1770/2770) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
85402026-04-07T02:44:09.857Z PASS [ 9.816s] (1771/2770) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
85412026-04-07T02:44:10.026Z PASS [ 9.785s] (1772/2770) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
85422026-04-07T02:44:10.443Z PASS [ 16.818s] (1773/2770) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
85432026-04-07T02:44:10.661Z PASS [ 27.669s] (1774/2770) omicron-nexus::test_all integration_tests::quotas::test_quotas
85442026-04-07T02:44:12.927Z PASS [ 3.493s] (1775/2770) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
85452026-04-07T02:44:15.706Z PASS [ 51.053s] (1776/2770) omicron-nexus::test_all integration_tests::password_login::test_local_users
85462026-04-07T02:44:18.589Z PASS [ 8.921s] (1777/2770) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
85472026-04-07T02:44:18.753Z PASS [ 8.896s] (1778/2770) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
85482026-04-07T02:44:18.859Z PASS [ 9.220s] (1779/2770) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
85492026-04-07T02:44:19.275Z PASS [ 9.249s] (1780/2770) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
85502026-04-07T02:44:19.985Z PASS [ 10.346s] (1781/2770) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
85512026-04-07T02:44:20.370Z PASS [ 9.926s] (1782/2770) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
85522026-04-07T02:44:20.775Z PASS [ 10.113s] (1783/2770) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
85532026-04-07T02:44:21.830Z PASS [ 12.082s] (1784/2770) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
85542026-04-07T02:44:22.286Z PASS [ 9.359s] (1785/2770) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
85552026-04-07T02:44:22.412Z PASS [ 9.485s] (1786/2770) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
85562026-04-07T02:44:22.526Z PASS [ 9.599s] (1787/2770) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
85572026-04-07T02:44:23.223Z PASS [ 10.295s] (1788/2770) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
85582026-04-07T02:44:25.134Z PASS [ 9.427s] (1789/2770) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
85592026-04-07T02:44:26.897Z PASS [ 8.037s] (1790/2770) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
85602026-04-07T02:44:27.909Z PASS [ 9.320s] (1791/2770) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
85612026-04-07T02:44:28.149Z PASS [ 9.396s] (1792/2770) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
85622026-04-07T02:44:28.350Z PASS [ 9.074s] (1793/2770) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
85632026-04-07T02:44:28.797Z PASS [ 8.812s] (1794/2770) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
85642026-04-07T02:44:29.887Z PASS [ 9.517s] (1795/2770) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
85652026-04-07T02:44:30.565Z PASS [ 9.790s] (1796/2770) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
85662026-04-07T02:44:31.632Z PASS [ 9.346s] (1797/2770) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
85672026-04-07T02:44:31.651Z PASS [ 9.822s] (1798/2770) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
85682026-04-07T02:44:31.742Z PASS [ 9.330s] (1799/2770) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
85692026-04-07T02:44:32.156Z PASS [ 8.933s] (1800/2770) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
85702026-04-07T02:44:32.915Z PASS [ 10.388s] (1801/2770) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
85712026-04-07T02:44:33.925Z PASS [ 8.792s] (1802/2770) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
85722026-04-07T02:44:35.830Z PASS [ 8.933s] (1803/2770) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
85732026-04-07T02:44:37.217Z PASS [ 9.307s] (1804/2770) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
85742026-04-07T02:44:37.699Z PASS [ 9.549s] (1805/2770) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
85752026-04-07T02:44:38.079Z PASS [ 9.282s] (1806/2770) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
85762026-04-07T02:44:40.421Z PASS [ 8.770s] (1807/2770) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
85772026-04-07T02:44:40.534Z PASS [ 8.901s] (1808/2770) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
85782026-04-07T02:44:40.567Z PASS [ 8.824s] (1809/2770) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
85792026-04-07T02:44:40.725Z PASS [ 10.838s] (1810/2770) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
85802026-04-07T02:44:40.997Z PASS [ 10.432s] (1811/2770) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
85812026-04-07T02:44:41.270Z PASS [ 12.920s] (1812/2770) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
85822026-04-07T02:44:41.277Z PASS [ 31.725s] (1813/2770) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
85832026-04-07T02:44:41.449Z PASS [ 9.292s] (1814/2770) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
85842026-04-07T02:44:41.821Z PASS [ 8.905s] (1815/2770) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
85852026-04-07T02:44:42.534Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
85862026-04-07T02:44:44.922Z PASS [ 35.477s] (1816/2770) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
85872026-04-07T02:44:45.019Z PASS [ 35.607s] (1817/2770) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
85882026-04-07T02:44:46.389Z PASS [ 12.463s] (1818/2770) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
85892026-04-07T02:44:47.893Z PASS [ 10.676s] (1819/2770) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
85902026-04-07T02:44:48.876Z PASS [ 10.796s] (1820/2770) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
85912026-04-07T02:44:50.350Z PASS [ 14.519s] (1821/2770) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
85922026-04-07T02:44:51.323Z PASS [ 10.046s] (1822/2770) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
85932026-04-07T02:44:51.781Z PASS [ 11.247s] (1823/2770) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
85942026-04-07T02:44:53.308Z PASS [ 15.608s] (1824/2770) omicron-nexus::test_all integration_tests::silos::test_silos
85952026-04-07T02:44:54.097Z PASS [ 13.371s] (1825/2770) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
85962026-04-07T02:44:54.156Z PASS [ 12.879s] (1826/2770) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
85972026-04-07T02:44:54.503Z PASS [ 13.054s] (1827/2770) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
85982026-04-07T02:44:55.529Z PASS [ 132.997s] (1828/2770) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
85992026-04-07T02:44:56.066Z PASS [ 14.789s] (1829/2770) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
86002026-04-07T02:44:56.501Z PASS [ 11.482s] (1830/2770) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
86012026-04-07T02:44:57.156Z PASS [ 12.136s] (1831/2770) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
86022026-04-07T02:44:57.526Z PASS [ 17.103s] (1832/2770) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
86032026-04-07T02:44:58.857Z PASS [ 10.964s] (1833/2770) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
86042026-04-07T02:44:58.958Z PASS [ 18.390s] (1834/2770) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
86052026-04-07T02:44:59.187Z PASS [ 10.310s] (1835/2770) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
86062026-04-07T02:45:00.618Z PASS [ 10.267s] (1836/2770) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
86072026-04-07T02:45:02.175Z PASS [ 10.852s] (1837/2770) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
86082026-04-07T02:45:03.144Z PASS [ 11.362s] (1838/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
86092026-04-07T02:45:04.274Z PASS [ 19.251s] (1839/2770) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
86102026-04-07T02:45:04.749Z PASS [ 10.651s] (1840/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
86112026-04-07T02:45:04.805Z PASS [ 23.807s] (1841/2770) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
86122026-04-07T02:45:04.943Z PASS [ 10.786s] (1842/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
86132026-04-07T02:45:05.044Z PASS [ 11.736s] (1843/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
86142026-04-07T02:45:06.203Z PASS [ 21.281s] (1844/2770) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
86152026-04-07T02:45:06.570Z PASS [ 1.765s] (1845/2770) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
86162026-04-07T02:45:07.058Z PASS [ 20.668s] (1846/2770) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
86172026-04-07T02:45:08.163Z PASS [ 58.522s] (1847/2770) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
86182026-04-07T02:45:08.473Z PASS [ 26.652s] (1848/2770) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
86192026-04-07T02:45:08.812Z PASS [ 13.283s] (1849/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
86202026-04-07T02:45:09.519Z PASS [ 24.499s] (1850/2770) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
86212026-04-07T02:45:09.951Z PASS [ 10.992s] (1851/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
86222026-04-07T02:45:10.431Z PASS [ 13.929s] (1852/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
86232026-04-07T02:45:13.292Z PASS [ 28.369s] (1853/2770) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
86242026-04-07T02:45:13.965Z PASS [ 13.346s] (1854/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
86252026-04-07T02:45:14.495Z PASS [ 12.320s] (1855/2770) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
86262026-04-07T02:45:15.168Z PASS [ 17.642s] (1856/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
86272026-04-07T02:45:15.440Z PASS [ 34.168s] (1857/2770) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
86282026-04-07T02:45:16.590Z PASS [ 11.545s] (1858/2770) omicron-nexus::test_all integration_tests::updates::test_repo_prune
86292026-04-07T02:45:16.717Z PASS [ 10.146s] (1859/2770) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
86302026-04-07T02:45:16.924Z PASS [ 35.647s] (1860/2770) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
86312026-04-07T02:45:18.304Z PASS [ 33.381s] (1861/2770) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
86322026-04-07T02:45:18.307Z PASS [ 13.362s] (1862/2770) omicron-nexus::test_all integration_tests::updates::test_repo_list
86332026-04-07T02:45:18.819Z PASS [ 24.315s] (1863/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
86342026-04-07T02:45:18.896Z PASS [ 11.838s] (1864/2770) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
86352026-04-07T02:45:18.927Z PASS [ 20.069s] (1865/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
86362026-04-07T02:45:19.302Z PASS [ 11.138s] (1866/2770) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
86372026-04-07T02:45:19.728Z PASS [ 11.563s] (1867/2770) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
86382026-04-07T02:45:22.122Z PASS [ 15.918s] (1868/2770) omicron-nexus::test_all integration_tests::updates::test_repo_upload
86392026-04-07T02:45:23.132Z PASS [ 14.969s] (1869/2770) omicron-nexus::test_all integration_tests::updates::test_update_status
86402026-04-07T02:45:23.321Z PASS [ 24.134s] (1870/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
86412026-04-07T02:45:25.524Z PASS [ 22.380s] (1871/2770) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
86422026-04-07T02:45:27.496Z PASS [ 19.332s] (1872/2770) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
86432026-04-07T02:45:27.754Z PASS [ 23.478s] (1873/2770) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
86442026-04-07T02:45:28.709Z PASS [ 18.757s] (1874/2770) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
86452026-04-07T02:45:31.453Z PASS [ 46.530s] (1875/2770) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
86462026-04-07T02:45:31.551Z PASS [ 23.077s] (1876/2770) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
86472026-04-07T02:45:33.981Z PASS [ 23.548s] (1877/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
86482026-04-07T02:45:38.193Z PASS [ 24.227s] (1878/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
86492026-04-07T02:45:40.104Z PASS [ 26.811s] (1879/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
86502026-04-07T02:45:41.276Z PASS [ 45.208s] (1880/2770) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
86512026-04-07T02:45:42.445Z PASS [ 23.625s] (1881/2770) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
86522026-04-07T02:45:43.106Z PASS [ 26.515s] (1882/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
86532026-04-07T02:45:44.894Z PASS [ 25.996s] (1883/2770) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
86542026-04-07T02:45:46.333Z PASS [ 27.030s] (1884/2770) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
86552026-04-07T02:45:47.019Z PASS [ 30.301s] (1885/2770) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
86562026-04-07T02:45:49.880Z PASS [ 31.573s] (1886/2770) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
86572026-04-07T02:45:50.428Z PASS [ 40.908s] (1887/2770) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
86582026-04-07T02:45:50.497Z PASS [ 35.327s] (1888/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
86592026-04-07T02:45:51.352Z PASS [ 8.246s] (1889/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
86602026-04-07T02:45:53.217Z PASS [ 8.323s] (1890/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
86612026-04-07T02:45:54.339Z PASS [ 57.181s] (1891/2770) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
86622026-04-07T02:45:54.573Z PASS [ 36.268s] (1892/2770) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
86632026-04-07T02:45:54.610Z PASS [ 8.277s] (1893/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
86642026-04-07T02:45:54.969Z PASS [ 38.044s] (1894/2770) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
86652026-04-07T02:45:55.162Z PASS [ 8.142s] (1895/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
86662026-04-07T02:45:58.282Z PASS [ 34.959s] (1896/2770) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
86672026-04-07T02:45:58.466Z PASS [ 8.585s] (1897/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
86682026-04-07T02:45:58.896Z PASS [ 44.398s] (1898/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
86692026-04-07T02:45:58.905Z PASS [ 8.408s] (1899/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
86702026-04-07T02:45:58.963Z PASS [ 8.534s] (1900/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
86712026-04-07T02:45:58.971Z PASS [ 0.075s] (1901/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
86722026-04-07T02:45:59.912Z PASS [ 40.183s] (1902/2770) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
86732026-04-07T02:46:00.407Z PASS [ 9.055s] (1903/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
86742026-04-07T02:46:02.207Z PASS [ 39.073s] (1904/2770) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
86752026-04-07T02:46:02.543Z PASS [ 9.325s] (1905/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
86762026-04-07T02:46:03.066Z PASS [ 44.138s] (1906/2770) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
86772026-04-07T02:46:03.605Z PASS [ 8.994s] (1907/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
86782026-04-07T02:46:03.864Z PASS [ 9.290s] (1908/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
86792026-04-07T02:46:03.905Z PASS [ 8.935s] (1909/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
86802026-04-07T02:46:04.236Z PASS [ 9.897s] (1910/2770) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
86812026-04-07T02:46:04.321Z PASS [ 9.159s] (1911/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
86822026-04-07T02:46:04.753Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
86832026-04-07T02:46:06.964Z PASS [ 51.522s] (1912/2770) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
86842026-04-07T02:46:07.684Z PASS [ 42.158s] (1913/2770) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
86852026-04-07T02:46:07.952Z PASS [ 59.137s] (1914/2770) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
86862026-04-07T02:46:08.319Z PASS [ 36.766s] (1915/2770) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
86872026-04-07T02:46:08.516Z PASS [ 10.234s] (1916/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
86882026-04-07T02:46:08.651Z PASS [ 10.185s] (1917/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
86892026-04-07T02:46:08.682Z PASS [ 9.711s] (1918/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
86902026-04-07T02:46:08.904Z PASS [ 9.940s] (1919/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
86912026-04-07T02:46:09.630Z PASS [ 31.436s] (1920/2770) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
86922026-04-07T02:46:10.659Z PASS [ 10.746s] (1921/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
86932026-04-07T02:46:11.706Z PASS [ 11.298s] (1922/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
86942026-04-07T02:46:13.098Z PASS [ 10.555s] (1923/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
86952026-04-07T02:46:13.328Z PASS [ 11.120s] (1924/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
86962026-04-07T02:46:13.389Z PASS [ 33.284s] (1925/2770) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
86972026-04-07T02:46:14.908Z PASS [ 11.044s] (1926/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
86982026-04-07T02:46:14.987Z PASS [ 10.750s] (1927/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
86992026-04-07T02:46:15.468Z PASS [ 11.563s] (1928/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
87002026-04-07T02:46:16.788Z PASS [ 12.466s] (1929/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
87012026-04-07T02:46:18.516Z PASS [ 11.551s] (1930/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
87022026-04-07T02:46:19.976Z PASS [ 12.024s] (1931/2770) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
87032026-04-07T02:46:20.802Z PASS [ 12.285s] (1932/2770) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
87042026-04-07T02:46:21.098Z PASS [ 12.446s] (1933/2770) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
87052026-04-07T02:46:21.401Z PASS [ 52.690s] (1934/2770) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
87062026-04-07T02:46:22.126Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
87072026-04-07T02:46:22.839Z PASS [ 14.519s] (1935/2770) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
87082026-04-07T02:46:23.042Z PASS [ 14.359s] (1936/2770) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
87092026-04-07T02:46:25.376Z PASS [ 51.393s] (1937/2770) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
87102026-04-07T02:46:26.589Z PASS [ 16.958s] (1938/2770) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
87112026-04-07T02:46:27.500Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
87122026-04-07T02:46:27.529Z PASS [ 14.200s] (1939/2770) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
87132026-04-07T02:46:27.529Z PASS [ 18.624s] (1940/2770) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
87142026-04-07T02:46:27.619Z PASS [ 82.868s] (1941/2770) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
87152026-04-07T02:46:27.758Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
87162026-04-07T02:46:28.622Z PASS [ 13.713s] (1942/2770) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
87172026-04-07T02:46:28.765Z PASS [ 10.248s] (1943/2770) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
87182026-04-07T02:46:29.092Z PASS [ 14.104s] (1944/2770) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
87192026-04-07T02:46:29.116Z PASS [ 0.024s] (1945/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
87202026-04-07T02:46:29.143Z PASS [ 0.026s] (1946/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
87212026-04-07T02:46:29.166Z PASS [ 0.023s] (1947/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
87222026-04-07T02:46:29.192Z PASS [ 0.026s] (1948/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
87232026-04-07T02:46:29.214Z PASS [ 15.825s] (1949/2770) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
87242026-04-07T02:46:29.217Z PASS [ 0.025s] (1950/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
87252026-04-07T02:46:29.243Z PASS [ 0.028s] (1951/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
87262026-04-07T02:46:29.246Z PASS [ 0.029s] (1952/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
87272026-04-07T02:46:29.269Z PASS [ 0.026s] (1953/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
87282026-04-07T02:46:29.277Z PASS [ 0.031s] (1954/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
87292026-04-07T02:46:29.311Z PASS [ 0.042s] (1955/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
87302026-04-07T02:46:29.322Z PASS [ 0.045s] (1956/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
87312026-04-07T02:46:29.347Z PASS [ 0.036s] (1957/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
87322026-04-07T02:46:29.353Z PASS [ 0.031s] (1958/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
87332026-04-07T02:46:29.378Z PASS [ 0.031s] (1959/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
87342026-04-07T02:46:29.384Z PASS [ 0.030s] (1960/2770) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
87352026-04-07T02:46:29.574Z PASS [ 48.296s] (1961/2770) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
87362026-04-07T02:46:30.491Z PASS [ 10.514s] (1962/2770) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
87372026-04-07T02:46:30.608Z PASS [ 0.117s] (1963/2770) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
87382026-04-07T02:46:30.641Z PASS [ 0.033s] (1964/2770) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
87392026-04-07T02:46:30.710Z PASS [ 0.068s] (1965/2770) omicron-package config::tests::multi_preset_arg
87402026-04-07T02:46:30.741Z PASS [ 0.032s] (1966/2770) omicron-package dot::test::test_bad_dependency
87412026-04-07T02:46:30.769Z PASS [ 0.027s] (1967/2770) omicron-package dot::test::test_dot_output
87422026-04-07T02:46:31.041Z PASS [ 17.941s] (1968/2770) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
87432026-04-07T02:46:31.061Z PASS [ 0.020s] (1969/2770) omicron-passwords test::test_password_constraints
87442026-04-07T02:46:31.312Z PASS [ 19.605s] (1970/2770) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
87452026-04-07T02:46:31.457Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
87462026-04-07T02:46:32.879Z PASS [ 17.410s] (1971/2770) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
87472026-04-07T02:46:32.882Z PASS [ 12.077s] (1972/2770) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
87482026-04-07T02:46:32.900Z PASS [ 0.020s] (1973/2770) omicron-passwords test::test_weak_hashes
87492026-04-07T02:46:32.904Z PASS [ 11.503s] (1974/2770) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
87502026-04-07T02:46:32.913Z PASS [ 0.035s] (1975/2770) omicron-passwords test::test_stable
87512026-04-07T02:46:32.918Z PASS [ 11.820s] (1976/2770) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
87522026-04-07T02:46:32.921Z PASS [ 0.020s] (1977/2770) omicron-rpaths internal::tests::test_configure_from_path
87532026-04-07T02:46:32.932Z PASS [ 0.018s] (1978/2770) omicron-rpaths internal::tests::test_emit_rpath
87542026-04-07T02:46:32.942Z PASS [ 0.038s] (1979/2770) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
87552026-04-07T02:46:33.007Z PASS [ 0.087s] (1980/2770) omicron-sled-agent artifact_store::test::issue_7796
87562026-04-07T02:46:33.018Z PASS [ 0.076s] (1981/2770) omicron-sled-agent artifact_store::test::no_dataset
87572026-04-07T02:46:33.024Z PASS [ 0.106s] (1982/2770) omicron-sled-agent artifact_store::test::generations
87582026-04-07T02:46:33.032Z PASS [ 0.101s] (1983/2770) omicron-sled-agent artifact_store::test::list_get_put
87592026-04-07T02:46:33.055Z PASS [ 0.037s] (1984/2770) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
87602026-04-07T02:46:33.069Z PASS [ 0.036s] (1985/2770) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
87612026-04-07T02:46:33.073Z PASS [ 0.049s] (1986/2770) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
87622026-04-07T02:46:33.089Z PASS [ 0.082s] (1987/2770) omicron-sled-agent artifact_store::test::wrong_hash
87632026-04-07T02:46:33.093Z PASS [ 0.037s] (1988/2770) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
87642026-04-07T02:46:33.104Z PASS [ 0.036s] (1989/2770) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
87652026-04-07T02:46:33.110Z PASS [ 0.037s] (1990/2770) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
87662026-04-07T02:46:33.124Z PASS [ 0.034s] (1991/2770) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
87672026-04-07T02:46:33.132Z PASS [ 0.040s] (1992/2770) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
87682026-04-07T02:46:33.141Z PASS [ 0.037s] (1993/2770) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
87692026-04-07T02:46:33.160Z PASS [ 0.050s] (1994/2770) omicron-sled-agent config::test::test_smf_configs
87702026-04-07T02:46:33.160Z PASS [ 0.036s] (1995/2770) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
87712026-04-07T02:46:33.169Z PASS [ 0.036s] (1996/2770) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
87722026-04-07T02:46:33.191Z PASS [ 0.049s] (1997/2770) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
87732026-04-07T02:46:33.199Z PASS [ 0.039s] (1998/2770) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
87742026-04-07T02:46:33.205Z PASS [ 0.037s] (1999/2770) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
87752026-04-07T02:46:33.249Z PASS [ 0.058s] (2000/2770) omicron-sled-agent instance::tests::add_new_floating_ip
87762026-04-07T02:46:33.249Z PASS [ 0.049s] (2001/2770) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
87772026-04-07T02:46:33.249Z PASS [ 0.079s] (2002/2770) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
87782026-04-07T02:46:33.287Z PASS [ 0.081s] (2003/2770) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
87792026-04-07T02:46:33.336Z PASS [ 0.087s] (2004/2770) omicron-sled-agent instance::tests::prune_existing_floating_ip
87802026-04-07T02:46:33.627Z PASS [ 0.378s] (2005/2770) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
87812026-04-07T02:46:33.736Z PASS [ 0.460s] (2006/2770) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
87822026-04-07T02:46:33.890Z PASS [ 0.603s] (2007/2770) omicron-sled-agent instance::tests::test_instance_create_events_normal
87832026-04-07T02:46:33.924Z PASS [ 0.034s] (2008/2770) omicron-sled-agent instance::tests::test_multicast_membership_equality
87842026-04-07T02:46:34.014Z PASS [ 62.558s] (2009/2770) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
87852026-04-07T02:46:34.049Z PASS [ 0.035s] (2010/2770) omicron-sled-agent probe_manager::test::probe_state_set_ops
87862026-04-07T02:46:34.084Z PASS [ 0.035s] (2011/2770) omicron-sled-agent profile::tests::empty_profile
87872026-04-07T02:46:34.120Z PASS [ 0.036s] (2012/2770) omicron-sled-agent profile::tests::test_disabled_instance
87882026-04-07T02:46:34.131Z PASS [ 0.396s] (2013/2770) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
87892026-04-07T02:46:34.155Z PASS [ 0.034s] (2014/2770) omicron-sled-agent profile::tests::test_instance
87902026-04-07T02:46:34.168Z PASS [ 0.037s] (2015/2770) omicron-sled-agent profile::tests::test_multiple
87912026-04-07T02:46:34.187Z PASS [ 0.033s] (2016/2770) omicron-sled-agent profile::tests::test_property
87922026-04-07T02:46:34.203Z PASS [ 0.035s] (2017/2770) omicron-sled-agent profile::tests::test_property_group
87932026-04-07T02:46:34.222Z PASS [ 0.034s] (2018/2770) omicron-sled-agent profile::tests::test_service
87942026-04-07T02:46:34.239Z PASS [ 0.036s] (2019/2770) omicron-sled-agent profile::tests::test_service_property_group
87952026-04-07T02:46:34.260Z PASS [ 0.038s] (2020/2770) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
87962026-04-07T02:46:34.279Z PASS [ 0.039s] (2021/2770) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
87972026-04-07T02:46:34.299Z PASS [ 0.040s] (2022/2770) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
87982026-04-07T02:46:34.328Z PASS [ 0.049s] (2023/2770) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
87992026-04-07T02:46:34.357Z PASS [ 0.058s] (2024/2770) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
88002026-04-07T02:46:34.378Z PASS [ 0.050s] (2025/2770) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
88012026-04-07T02:46:34.395Z PASS [ 1.059s] (2026/2770) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
88022026-04-07T02:46:34.399Z PASS [ 0.040s] (2027/2770) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
88032026-04-07T02:46:34.418Z PASS [ 0.040s] (2028/2770) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
88042026-04-07T02:46:34.448Z PASS [ 0.051s] (2029/2770) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
88052026-04-07T02:46:34.451Z PASS [ 0.054s] (2030/2770) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
88062026-04-07T02:46:34.464Z PASS [ 0.046s] (2031/2770) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
88072026-04-07T02:46:34.501Z PASS [ 0.051s] (2032/2770) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
88082026-04-07T02:46:34.525Z PASS [ 0.061s] (2033/2770) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
88092026-04-07T02:46:34.543Z PASS [ 0.042s] (2034/2770) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
88102026-04-07T02:46:34.573Z PASS [ 0.049s] (2035/2770) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
88112026-04-07T02:46:34.586Z PASS [ 0.043s] (2036/2770) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
88122026-04-07T02:46:34.616Z PASS [ 0.043s] (2037/2770) omicron-sled-agent sim::storage::test::nested_dataset
88132026-04-07T02:46:34.629Z PASS [ 0.043s] (2038/2770) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
88142026-04-07T02:46:34.660Z PASS [ 0.044s] (2039/2770) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
88152026-04-07T02:46:34.676Z PASS [ 0.047s] (2040/2770) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
88162026-04-07T02:46:34.710Z PASS [ 0.049s] (2041/2770) omicron-sled-agent sim::storage::test::snapshot_needs_region
88172026-04-07T02:46:34.734Z PASS [ 0.058s] (2042/2770) omicron-sled-agent support_bundle::storage::tests::basic_crud
88182026-04-07T02:46:34.763Z PASS [ 1.135s] (2043/2770) omicron-sled-agent instance::tests::test_instance_manager_creation
88192026-04-07T02:46:34.766Z PASS [ 0.056s] (2044/2770) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
88202026-04-07T02:46:34.801Z PASS [ 0.067s] (2045/2770) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
88212026-04-07T02:46:34.826Z PASS [ 0.060s] (2046/2770) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
88222026-04-07T02:46:34.833Z PASS [ 0.071s] (2047/2770) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
88232026-04-07T02:46:34.866Z PASS [ 0.065s] (2048/2770) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
88242026-04-07T02:46:34.879Z PASS [ 0.053s] (2049/2770) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
88252026-04-07T02:46:34.889Z PASS [ 0.055s] (2050/2770) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
88262026-04-07T02:46:34.925Z PASS [ 0.059s] (2051/2770) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
88272026-04-07T02:46:34.941Z PASS [ 0.062s] (2052/2770) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
88282026-04-07T02:46:34.952Z PASS [ 0.062s] (2053/2770) omicron-sled-agent support_bundle::storage::tests::ranges
88292026-04-07T02:46:34.980Z PASS [ 0.039s] (2054/2770) omicron-sled-agent updates::test::test_query_no_components
88302026-04-07T02:46:34.983Z PASS [ 0.058s] (2055/2770) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
88312026-04-07T02:46:34.998Z PASS [ 0.045s] (2056/2770) omicron-sled-agent updates::test::test_query_sled_agent_version
88322026-04-07T02:46:35.025Z PASS [ 0.045s] (2057/2770) omicron-sled-agent updates::test::test_query_zone_version
88332026-04-07T02:46:35.025Z PASS [ 0.041s] (2058/2770) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
88342026-04-07T02:46:35.081Z PASS [ 0.056s] (2059/2770) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
88352026-04-07T02:46:35.342Z PASS [ 4.281s] (2060/2770) omicron-passwords test::test_reproducible
88362026-04-07T02:46:36.469Z PASS [ 54.022s] (2061/2770) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
88372026-04-07T02:46:37.363Z PASS [ 7.789s] (2062/2770) omicron-omdb::test_all_output test_omdb_usage_errors
88382026-04-07T02:46:37.867Z PASS [ 0.504s] (2063/2770) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
88392026-04-07T02:46:37.908Z PASS [ 0.040s] (2064/2770) omicron-sled-agent zone_bundle::tests::test_dir_size
88402026-04-07T02:46:37.960Z PASS [ 3.511s] (2065/2770) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
88412026-04-07T02:46:37.974Z PASS [ 0.066s] (2066/2770) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
88422026-04-07T02:46:38.016Z PASS [ 0.042s] (2067/2770) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
88432026-04-07T02:46:38.071Z PASS [ 0.111s] (2068/2770) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
88442026-04-07T02:46:38.106Z PASS [ 0.035s] (2069/2770) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
88452026-04-07T02:46:38.137Z PASS [ 0.031s] (2070/2770) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
88462026-04-07T02:46:39.303Z PASS [ 3.275s] (2071/2770) omicron-sled-agent zone_bundle::illumos_tests::test_context
88472026-04-07T02:46:39.307Z PASS [ 0.196s] (2072/2770) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
88482026-04-07T02:46:39.307Z PASS [ 3.152s] (2073/2770) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
88492026-04-07T02:46:39.307Z PASS [ 0.202s] (2074/2770) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
88502026-04-07T02:46:39.307Z PASS [ 0.038s] (2075/2770) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
88512026-04-07T02:46:39.307Z PASS [ 0.036s] (2076/2770) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
88522026-04-07T02:46:39.307Z PASS [ 7.797s] (2077/2770) omicron-passwords test::test_compatible
88532026-04-07T02:46:39.307Z PASS [ 3.593s] (2078/2770) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
88542026-04-07T02:46:39.307Z PASS [ 0.660s] (2079/2770) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
88552026-04-07T02:46:39.307Z PASS [ 0.227s] (2080/2770) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
88562026-04-07T02:46:39.307Z PASS [ 0.220s] (2081/2770) omicron-test-utils dev::db::test::test_bad_cmd
88572026-04-07T02:46:39.307Z PASS [ 3.864s] (2082/2770) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
88582026-04-07T02:46:39.307Z PASS [ 11.259s] (2083/2770) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
88592026-04-07T02:46:39.307Z PASS [ 0.035s] (2084/2770) omicron-test-utils dev::db::test::test_make_pg_config_fail
88602026-04-07T02:46:39.307Z PASS [ 12.328s] (2085/2770) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
88612026-04-07T02:46:39.307Z PASS [ 0.034s] (2086/2770) omicron-test-utils dev::db::test::test_make_pg_config_ok
88622026-04-07T02:46:39.307Z PASS [ 0.036s] (2087/2770) omicron-test-utils dev::db::test::test_parse_http_addr
88632026-04-07T02:46:39.307Z PASS [ 0.036s] (2088/2770) omicron-test-utils dev::db::test::test_process_exit_abnormal
88642026-04-07T02:46:39.307Z PASS [ 0.445s] (2089/2770) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
88652026-04-07T02:46:39.307Z PASS [ 0.042s] (2090/2770) omicron-test-utils dev::db::test::test_process_exit_normal
88662026-04-07T02:46:39.307Z PASS [ 0.252s] (2091/2770) omicron-test-utils dev::db::test::test_database_start_hang
88672026-04-07T02:46:39.307Z PASS [ 0.036s] (2092/2770) omicron-test-utils dev::db::test::test_starter_tmpdir
88682026-04-07T02:46:39.307Z PASS [ 0.435s] (2093/2770) omicron-test-utils dev::db::test::test_cmd_fails
88692026-04-07T02:46:39.307Z PASS [ 0.045s] (2094/2770) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
88702026-04-07T02:46:39.307Z PASS [ 0.035s] (2095/2770) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
88712026-04-07T02:46:39.307Z PASS [ 0.037s] (2096/2770) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
88722026-04-07T02:46:39.307Z PASS [ 0.034s] (2097/2770) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
88732026-04-07T02:46:39.307Z PASS [ 0.049s] (2098/2770) omicron-test-utils dev::test_cmds::tests::test_redact_extra
88742026-04-07T02:46:39.307Z PASS [ 0.050s] (2099/2770) omicron-test-utils dev::test_cmds::tests::test_redact_section
88752026-04-07T02:46:39.307Z PASS [ 0.051s] (2100/2770) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
88762026-04-07T02:46:39.368Z PASS [ 1.034s] (2101/2770) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
88772026-04-07T02:46:39.412Z PASS [ 0.204s] (2102/2770) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
88782026-04-07T02:46:39.419Z PASS [ 0.138s] (2103/2770) oximeter test::timeseries_schema_consistency
88792026-04-07T02:46:39.423Z PASS [ 0.439s] (2104/2770) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
88802026-04-07T02:46:39.453Z PASS [ 0.084s] (2105/2770) oximeter-collector agent::tests::test_self_stat_collection_count
88812026-04-07T02:46:39.504Z PASS [ 0.085s] (2106/2770) oximeter-collector agent::tests::test_self_stat_unreachable_counter
88822026-04-07T02:46:39.504Z PASS [ 0.092s] (2107/2770) oximeter-collector agent::tests::test_self_stat_error_counter
88832026-04-07T02:46:39.512Z PASS [ 0.089s] (2108/2770) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
88842026-04-07T02:46:39.522Z PASS [ 0.660s] (2109/2770) omicron-test-utils dev::db::test::test_http_addr_integration
88852026-04-07T02:46:39.537Z PASS [ 0.033s] (2110/2770) oximeter-collector self_stats::tests::test_failure_reason_serialization
88862026-04-07T02:46:39.540Z PASS [ 0.035s] (2111/2770) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
88872026-04-07T02:46:39.547Z PASS [ 0.094s] (2112/2770) oximeter-collector agent::tests::verify_producer_details
88882026-04-07T02:46:39.562Z PASS [ 0.040s] (2113/2770) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
88892026-04-07T02:46:39.572Z PASS [ 0.033s] (2114/2770) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
88902026-04-07T02:46:39.580Z PASS [ 0.043s] (2115/2770) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
88912026-04-07T02:46:39.583Z PASS [ 0.036s] (2116/2770) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
88922026-04-07T02:46:39.592Z PASS [ 10.970s] (2117/2770) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
88932026-04-07T02:46:39.595Z PASS [ 0.031s] (2118/2770) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
88942026-04-07T02:46:39.614Z PASS [ 0.102s] (2119/2770) oximeter-collector::test_commands test_oximeter_no_args
88952026-04-07T02:46:39.651Z PASS [ 10.886s] (2120/2770) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
88962026-04-07T02:46:39.704Z PASS [ 40.798s] (2121/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
88972026-04-07T02:46:39.816Z PASS [ 12.287s] (2122/2770) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
88982026-04-07T02:46:39.867Z PASS [ 0.050s] (2123/2770) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
88992026-04-07T02:46:39.882Z PASS [ 12.353s] (2124/2770) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
89002026-04-07T02:46:40.011Z PASS [ 1.015s] (2125/2770) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
89012026-04-07T02:46:40.032Z PASS [ 1.272s] (2126/2770) omicron-test-utils dev::db::test::test_database_concurrent
89022026-04-07T02:46:40.209Z PASS [ 3.740s] (2127/2770) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
89032026-04-07T02:46:40.268Z PASS [ 0.617s] (2128/2770) oximeter-db client::tests::can_ping_clickhouse
89042026-04-07T02:46:40.332Z PASS [ 72.574s] (2129/2770) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
89052026-04-07T02:46:40.385Z PASS [ 0.792s] (2130/2770) oximeter-db client::oxql::tests::test_get_fields_query
89062026-04-07T02:46:40.391Z PASS [ 0.819s] (2131/2770) oximeter-db client::oxql::tests::test_get_entire_table
89072026-04-07T02:46:40.427Z PASS [ 0.834s] (2132/2770) oximeter-db client::oxql::tests::test_get_one_timeseries
89082026-04-07T02:46:40.431Z PASS [ 0.848s] (2133/2770) oximeter-db client::oxql::tests::test_get_fields
89092026-04-07T02:46:40.434Z PASS [ 0.853s] (2134/2770) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
89102026-04-07T02:46:40.439Z PASS [ 0.825s] (2135/2770) oximeter-db client::oxql::tests::test_limit_operations
89112026-04-07T02:46:40.740Z PASS [ 0.728s] (2136/2770) oximeter-db client::tests::read_latest_version_reports_max
89122026-04-07T02:46:40.744Z PASS [ 0.713s] (2137/2770) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
89132026-04-07T02:46:40.842Z PASS [ 0.633s] (2138/2770) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
89142026-04-07T02:46:40.994Z PASS [ 0.725s] (2139/2770) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
89152026-04-07T02:46:41.038Z PASS [ 0.653s] (2140/2770) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
89162026-04-07T02:46:41.136Z PASS [ 0.805s] (2141/2770) oximeter-db client::tests::select_timeseries_with_select_one
89172026-04-07T02:46:41.207Z PASS [ 0.773s] (2142/2770) oximeter-db client::tests::test_database_version_will_not_upgrade
89182026-04-07T02:46:41.215Z PASS [ 0.823s] (2143/2770) oximeter-db client::tests::test_client_select_timeseries_one
89192026-04-07T02:46:41.229Z PASS [ 0.797s] (2144/2770) oximeter-db client::tests::test_database_version_will_not_downgrade
89202026-04-07T02:46:41.235Z PASS [ 0.795s] (2145/2770) oximeter-db client::tests::test_differentiate_by_timeseries_name
89212026-04-07T02:46:41.246Z PASS [ 0.818s] (2146/2770) oximeter-db client::tests::test_database_version_update_is_idempotent
89222026-04-07T02:46:41.249Z PASS [ 30.587s] (2147/2770) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
89232026-04-07T02:46:41.286Z PASS [ 0.040s] (2148/2770) oximeter-db client::tests::test_read_schema_upgrade_sql_files
89242026-04-07T02:46:41.289Z PASS [ 0.040s] (2149/2770) oximeter-db client::tests::test_read_timeseries_to_delete
89252026-04-07T02:46:41.328Z PASS [ 0.041s] (2150/2770) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
89262026-04-07T02:46:41.331Z PASS [ 0.044s] (2151/2770) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
89272026-04-07T02:46:41.441Z PASS [ 1.574s] (2152/2770) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
89282026-04-07T02:46:41.485Z PASS [ 0.741s] (2153/2770) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
89292026-04-07T02:46:41.504Z PASS [ 0.764s] (2154/2770) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
89302026-04-07T02:46:41.577Z PASS [ 0.735s] (2155/2770) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
89312026-04-07T02:46:41.767Z PASS [ 0.729s] (2156/2770) oximeter-db client::tests::test_field_record_count
89322026-04-07T02:46:41.812Z PASS [ 1.929s] (2157/2770) oximeter-db client::tests::insert_samples_fails_fast
89332026-04-07T02:46:41.888Z PASS [ 0.752s] (2158/2770) oximeter-db client::tests::test_get_schema_no_new_values
89342026-04-07T02:46:41.936Z PASS [ 0.721s] (2159/2770) oximeter-db client::tests::test_is_oximeter_cluster
89352026-04-07T02:46:41.967Z PASS [ 0.761s] (2160/2770) oximeter-db client::tests::test_insert_samples
89362026-04-07T02:46:41.994Z PASS [ 0.759s] (2161/2770) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
89372026-04-07T02:46:42.026Z PASS [ 1.032s] (2162/2770) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
89382026-04-07T02:46:42.035Z PASS [ 0.807s] (2163/2770) oximeter-db client::tests::test_list_timeseries
89392026-04-07T02:46:42.065Z PASS [ 0.029s] (2164/2770) oximeter-db client::tests::test_unravel_index
89402026-04-07T02:46:42.185Z PASS [ 0.855s] (2165/2770) oximeter-db client::tests::test_schema_mismatch
89412026-04-07T02:46:42.223Z PASS [ 0.037s] (2166/2770) oximeter-db client::tests::test_verify_schema_upgrades
89422026-04-07T02:46:42.260Z PASS [ 0.037s] (2167/2770) oximeter-db model::fields::tests::test_extract_fields_as_block
89432026-04-07T02:46:43.295Z PASS [ 0.031s] (2168/2770) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
89442026-04-07T02:46:43.300Z PASS [ 0.861s] (2169/2770) oximeter-db client::tests::test_schema_update
89452026-04-07T02:46:43.300Z PASS [ 0.033s] (2170/2770) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
89462026-04-07T02:46:43.300Z PASS [ 0.035s] (2171/2770) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
89472026-04-07T02:46:43.300Z PASS [ 0.847s] (2172/2770) oximeter-db client::tests::test_select_all_field_types
89482026-04-07T02:46:43.300Z PASS [ 0.036s] (2173/2770) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
89492026-04-07T02:46:43.300Z PASS [ 0.029s] (2174/2770) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
89502026-04-07T02:46:43.300Z PASS [ 0.891s] (2175/2770) oximeter-db client::tests::test_select_all_datum_types
89512026-04-07T02:46:43.301Z PASS [ 0.031s] (2176/2770) oximeter-db native::block::tests::concat_blocks
89522026-04-07T02:46:43.301Z PASS [ 0.807s] (2177/2770) oximeter-db client::tests::test_select_timeseries_with_all
89532026-04-07T02:46:43.301Z PASS [ 0.031s] (2178/2770) oximeter-db native::block::tests::datetime64_scale_checks_range
89542026-04-07T02:46:43.301Z PASS [ 0.029s] (2179/2770) oximeter-db native::block::tests::parse_date_time
89552026-04-07T02:46:43.301Z PASS [ 0.030s] (2180/2770) oximeter-db native::block::tests::parse_date_time64
89562026-04-07T02:46:43.301Z PASS [ 0.033s] (2181/2770) oximeter-db native::block::tests::parse_escaped_date_time64
89572026-04-07T02:46:43.301Z PASS [ 0.034s] (2182/2770) oximeter-db native::block::tests::test_data_type_to_string
89582026-04-07T02:46:43.301Z PASS [ 0.030s] (2183/2770) oximeter-db native::block::tests::test_datetime64_conversions
89592026-04-07T02:46:43.301Z PASS [ 0.030s] (2184/2770) oximeter-db native::block::tests::test_parse_all_known_timezones
89602026-04-07T02:46:43.301Z PASS [ 0.033s] (2185/2770) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
89612026-04-07T02:46:43.301Z PASS [ 0.031s] (2186/2770) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
89622026-04-07T02:46:43.301Z PASS [ 0.031s] (2187/2770) oximeter-db native::block::tests::test_parse_enum8
89632026-04-07T02:46:43.301Z PASS [ 0.030s] (2188/2770) oximeter-db native::block::tests::test_parse_invalid_data_type
89642026-04-07T02:46:43.301Z PASS [ 0.034s] (2189/2770) oximeter-db native::block::tests::test_parse_enum_variant
89652026-04-07T02:46:43.301Z PASS [ 1.204s] (2190/2770) oximeter-db client::tests::test_recall_of_all_fields
89662026-04-07T02:46:43.301Z PASS [ 0.892s] (2191/2770) oximeter-db client::tests::test_select_timeseries_with_limit
89672026-04-07T02:46:43.301Z PASS [ 0.790s] (2192/2770) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
89682026-04-07T02:46:43.301Z PASS [ 0.875s] (2193/2770) oximeter-db client::tests::test_select_timeseries_with_order
89692026-04-07T02:46:43.301Z PASS [ 0.788s] (2194/2770) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
89702026-04-07T02:46:43.301Z PASS [ 4.051s] (2195/2770) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
89712026-04-07T02:46:43.301Z PASS [ 0.785s] (2196/2770) oximeter-db client::tests::test_select_timeseries_with_start_time
89722026-04-07T02:46:43.301Z PASS [ 0.040s] (2197/2770) oximeter-db native::io::block::tests::test_decode_block_with_nulls
89732026-04-07T02:46:43.301Z PASS [ 0.037s] (2198/2770) oximeter-db native::io::block::tests::test_decode_full_block
89742026-04-07T02:46:43.301Z PASS [ 0.755s] (2199/2770) oximeter-db client::tests::test_timeseries_schema_list
89752026-04-07T02:46:43.301Z PASS [ 0.030s] (2200/2770) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
89762026-04-07T02:46:43.301Z PASS [ 0.031s] (2201/2770) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
89772026-04-07T02:46:43.301Z PASS [ 0.032s] (2202/2770) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
89782026-04-07T02:46:43.301Z PASS [ 0.030s] (2203/2770) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
89792026-04-07T02:46:43.301Z PASS [ 0.028s] (2204/2770) oximeter-db native::io::column::tests::test_decode_string_column
89802026-04-07T02:46:43.301Z PASS [ 0.758s] (2205/2770) oximeter-db client::tests::test_update_schema_cache_on_new_sample
89812026-04-07T02:46:43.301Z PASS [ 0.036s] (2206/2770) oximeter-db native::io::column::tests::test_decode_uint64_column
89822026-04-07T02:46:43.301Z PASS [ 0.035s] (2207/2770) oximeter-db native::io::column::tests::test_decode_uint8_column
89832026-04-07T02:46:43.301Z PASS [ 0.030s] (2208/2770) oximeter-db native::io::column::tests::test_decode_uuid_column
89842026-04-07T02:46:43.301Z PASS [ 0.034s] (2209/2770) oximeter-db native::io::column::tests::test_encode_decode_column
89852026-04-07T02:46:43.301Z PASS [ 0.029s] (2210/2770) oximeter-db native::io::packet::server::tests::test_decode_full_hello
89862026-04-07T02:46:43.301Z PASS [ 0.030s] (2211/2770) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
89872026-04-07T02:46:43.301Z PASS [ 0.033s] (2212/2770) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
89882026-04-07T02:46:43.301Z PASS [ 0.030s] (2213/2770) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
89892026-04-07T02:46:43.302Z PASS [ 0.029s] (2214/2770) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
89902026-04-07T02:46:43.302Z PASS [ 0.029s] (2215/2770) oximeter-db native::io::packet::server::tests::test_decode_pong
89912026-04-07T02:46:43.302Z PASS [ 0.029s] (2216/2770) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
89922026-04-07T02:46:43.302Z PASS [ 0.032s] (2217/2770) oximeter-db native::io::packet::server::tests::test_decode_single_exception
89932026-04-07T02:46:43.302Z PASS [ 0.028s] (2218/2770) oximeter-db native::io::string::test::test_encode_decode
89942026-04-07T02:46:43.302Z PASS [ 0.027s] (2219/2770) oximeter-db native::io::string::test::test_encode_hello_world
89952026-04-07T02:46:43.302Z PASS [ 0.027s] (2220/2770) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
89962026-04-07T02:46:43.302Z PASS [ 0.032s] (2221/2770) oximeter-db native::io::table_columns::tests::test_column_count
89972026-04-07T02:46:43.302Z PASS [ 0.030s] (2222/2770) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
89982026-04-07T02:46:43.302Z PASS [ 0.031s] (2223/2770) oximeter-db native::io::table_columns::tests::test_column_description_with_default
89992026-04-07T02:46:43.302Z PASS [ 0.030s] (2224/2770) oximeter-db native::io::table_columns::tests::test_column_descriptions
90002026-04-07T02:46:43.302Z PASS [ 0.029s] (2225/2770) oximeter-db native::io::varuint::test_encode_decode_varuint
90012026-04-07T02:46:43.302Z PASS [ 0.031s] (2226/2770) oximeter-db oxql::ast::grammar::tests::test_align_table_op
90022026-04-07T02:46:43.302Z PASS [ 0.030s] (2227/2770) oximeter-db oxql::ast::grammar::tests::test_comparison
90032026-04-07T02:46:43.302Z PASS [ 0.034s] (2228/2770) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
90042026-04-07T02:46:43.302Z PASS [ 0.033s] (2229/2770) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
90052026-04-07T02:46:43.302Z PASS [ 0.031s] (2230/2770) oximeter-db oxql::ast::grammar::tests::test_double_literal
90062026-04-07T02:46:43.302Z PASS [ 0.031s] (2231/2770) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
90072026-04-07T02:46:43.302Z PASS [ 0.030s] (2232/2770) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
90082026-04-07T02:46:43.302Z PASS [ 0.032s] (2233/2770) oximeter-db oxql::ast::grammar::tests::test_duration_literal
90092026-04-07T02:46:43.302Z PASS [ 0.029s] (2234/2770) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
90102026-04-07T02:46:43.302Z PASS [ 0.029s] (2235/2770) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
90112026-04-07T02:46:43.302Z PASS [ 0.033s] (2236/2770) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
90122026-04-07T02:46:43.302Z PASS [ 1.030s] (2237/2770) oximeter-db client::tests::test_sql_query_output
90132026-04-07T02:46:43.302Z PASS [ 0.034s] (2238/2770) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
90142026-04-07T02:46:43.302Z PASS [ 0.029s] (2239/2770) oximeter-db oxql::ast::grammar::tests::test_group_by
90152026-04-07T02:46:43.302Z PASS [ 0.035s] (2240/2770) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
90162026-04-07T02:46:43.302Z PASS [ 0.039s] (2241/2770) oximeter-db oxql::ast::grammar::tests::test_get_table_op
90172026-04-07T02:46:43.302Z PASS [ 0.030s] (2242/2770) oximeter-db oxql::ast::grammar::tests::test_ident
90182026-04-07T02:46:43.302Z PASS [ 0.034s] (2243/2770) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
90192026-04-07T02:46:43.302Z PASS [ 0.033s] (2244/2770) oximeter-db oxql::ast::grammar::tests::test_integer_literal
90202026-04-07T02:46:43.302Z PASS [ 0.036s] (2245/2770) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
90212026-04-07T02:46:43.302Z PASS [ 0.036s] (2246/2770) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
90222026-04-07T02:46:43.302Z PASS [ 0.626s] (2247/2770) oximeter-db native::connection::tests::test_basic_select_query
90232026-04-07T02:46:43.302Z PASS [ 0.032s] (2248/2770) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
90242026-04-07T02:46:43.302Z PASS [ 0.622s] (2249/2770) oximeter-db native::connection::tests::test_exchange_hello
90252026-04-07T02:46:43.302Z PASS [ 0.031s] (2250/2770) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
90262026-04-07T02:46:43.302Z PASS [ 0.032s] (2251/2770) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
90272026-04-07T02:46:43.303Z PASS [ 0.636s] (2252/2770) oximeter-db native::connection::tests::test_insert_and_select_uuid
90282026-04-07T02:46:43.303Z PASS [ 0.637s] (2253/2770) oximeter-db native::connection::tests::test_insert_and_select_data
90292026-04-07T02:46:43.303Z PASS [ 0.035s] (2254/2770) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
90302026-04-07T02:46:43.303Z PASS [ 0.030s] (2255/2770) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
90312026-04-07T02:46:43.303Z PASS [ 0.037s] (2256/2770) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
90322026-04-07T02:46:43.303Z PASS [ 0.051s] (2257/2770) oximeter-db oxql::ast::grammar::tests::test_query
90332026-04-07T02:46:43.303Z PASS [ 0.031s] (2258/2770) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
90342026-04-07T02:46:43.303Z PASS [ 0.051s] (2259/2770) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
90352026-04-07T02:46:43.303Z PASS [ 0.032s] (2260/2770) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
90362026-04-07T02:46:43.303Z PASS [ 0.031s] (2261/2770) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
90372026-04-07T02:46:43.303Z PASS [ 0.034s] (2262/2770) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
90382026-04-07T02:46:43.303Z PASS [ 0.032s] (2263/2770) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
90392026-04-07T02:46:43.303Z PASS [ 0.035s] (2264/2770) oximeter-db oxql::ast::grammar::tests::test_reducer
90402026-04-07T02:46:43.303Z PASS [ 0.029s] (2265/2770) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
90412026-04-07T02:46:43.303Z PASS [ 0.029s] (2266/2770) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
90422026-04-07T02:46:43.303Z PASS [ 0.031s] (2267/2770) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
90432026-04-07T02:46:43.303Z PASS [ 0.035s] (2268/2770) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
90442026-04-07T02:46:43.307Z PASS [ 0.036s] (2269/2770) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
90452026-04-07T02:46:43.307Z PASS [ 0.633s] (2270/2770) oximeter-db native::connection::tests::test_select_array_column
90462026-04-07T02:46:43.307Z PASS [ 0.039s] (2271/2770) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
90472026-04-07T02:46:43.307Z PASS [ 0.039s] (2272/2770) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
90482026-04-07T02:46:43.307Z PASS [ 0.042s] (2273/2770) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
90492026-04-07T02:46:43.307Z PASS [ 0.043s] (2274/2770) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
90502026-04-07T02:46:43.307Z PASS [ 0.033s] (2275/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
90512026-04-07T02:46:43.307Z PASS [ 0.725s] (2276/2770) oximeter-db native::connection::tests::test_can_cancel_query
90522026-04-07T02:46:43.307Z PASS [ 0.031s] (2277/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
90532026-04-07T02:46:43.307Z PASS [ 0.029s] (2278/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
90542026-04-07T02:46:43.307Z PASS [ 0.032s] (2279/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
90552026-04-07T02:46:43.307Z PASS [ 0.037s] (2280/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
90562026-04-07T02:46:43.307Z PASS [ 0.030s] (2281/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
90572026-04-07T02:46:43.307Z PASS [ 0.026s] (2282/2770) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
90582026-04-07T02:46:43.307Z PASS [ 0.030s] (2283/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
90592026-04-07T02:46:43.307Z PASS [ 0.033s] (2284/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
90602026-04-07T02:46:43.307Z PASS [ 0.041s] (2285/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
90612026-04-07T02:46:43.307Z PASS [ 0.043s] (2286/2770) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
90622026-04-07T02:46:43.307Z PASS [ 0.036s] (2287/2770) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
90632026-04-07T02:46:43.307Z PASS [ 0.038s] (2288/2770) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
90642026-04-07T02:46:43.307Z PASS [ 0.041s] (2289/2770) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
90652026-04-07T02:46:43.307Z PASS [ 0.032s] (2290/2770) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
90662026-04-07T02:46:43.307Z PASS [ 0.029s] (2291/2770) oximeter-db oxql::plan::align::test::test_align_input_schema
90672026-04-07T02:46:43.307Z PASS [ 0.081s] (2292/2770) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
90682026-04-07T02:46:43.307Z PASS [ 0.075s] (2293/2770) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
90692026-04-07T02:46:43.307Z PASS [ 0.074s] (2294/2770) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
90702026-04-07T02:46:43.307Z PASS [ 0.077s] (2295/2770) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
90712026-04-07T02:46:43.307Z PASS [ 0.094s] (2296/2770) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
90722026-04-07T02:46:43.307Z PASS [ 0.630s] (2297/2770) oximeter-db native::connection::tests::test_select_array_of_nullable_column
90732026-04-07T02:46:43.307Z PASS [ 0.093s] (2298/2770) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
90742026-04-07T02:46:43.307Z PASS [ 0.073s] (2299/2770) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
90752026-04-07T02:46:43.307Z PASS [ 0.093s] (2300/2770) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
90762026-04-07T02:46:43.307Z PASS [ 0.075s] (2301/2770) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
90772026-04-07T02:46:43.307Z PASS [ 0.080s] (2302/2770) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
90782026-04-07T02:46:43.307Z PASS [ 0.088s] (2303/2770) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
90792026-04-07T02:46:43.307Z PASS [ 0.617s] (2304/2770) oximeter-db native::connection::tests::test_send_cancel_with_no_query
90802026-04-07T02:46:43.311Z PASS [ 0.631s] (2305/2770) oximeter-db native::connection::tests::test_select_nullable_column
90812026-04-07T02:46:43.343Z PASS [ 0.033s] (2306/2770) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
90822026-04-07T02:46:43.346Z PASS [ 0.042s] (2307/2770) oximeter-db oxql::query::tests::test_coalesce_limits
90832026-04-07T02:46:43.373Z PASS [ 0.082s] (2308/2770) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
90842026-04-07T02:46:43.376Z PASS [ 0.097s] (2309/2770) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
90852026-04-07T02:46:43.383Z PASS [ 0.040s] (2310/2770) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
90862026-04-07T02:46:43.386Z PASS [ 0.095s] (2311/2770) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
90872026-04-07T02:46:43.386Z PASS [ 0.083s] (2312/2770) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
90882026-04-07T02:46:43.389Z PASS [ 0.098s] (2313/2770) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
90892026-04-07T02:46:43.389Z PASS [ 0.041s] (2314/2770) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
90902026-04-07T02:46:43.413Z PASS [ 0.038s] (2315/2770) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
90912026-04-07T02:46:43.413Z PASS [ 0.039s] (2316/2770) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
90922026-04-07T02:46:43.427Z PASS [ 0.044s] (2317/2770) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
90932026-04-07T02:46:43.431Z PASS [ 0.144s] (2318/2770) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
90942026-04-07T02:46:43.434Z PASS [ 0.048s] (2319/2770) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
90952026-04-07T02:46:43.437Z PASS [ 0.143s] (2320/2770) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
90962026-04-07T02:46:43.437Z PASS [ 0.144s] (2321/2770) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
90972026-04-07T02:46:43.437Z PASS [ 0.146s] (2322/2770) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
90982026-04-07T02:46:43.440Z PASS [ 0.143s] (2323/2770) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
90992026-04-07T02:46:43.443Z PASS [ 0.155s] (2324/2770) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
91002026-04-07T02:46:43.453Z PASS [ 0.069s] (2325/2770) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
91012026-04-07T02:46:43.456Z PASS [ 0.043s] (2326/2770) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
91022026-04-07T02:46:43.456Z PASS [ 0.069s] (2327/2770) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
91032026-04-07T02:46:43.459Z PASS [ 0.045s] (2328/2770) oximeter-db oxql::query::tests::test_insert_filters
91042026-04-07T02:46:43.463Z PASS [ 0.076s] (2329/2770) oximeter-db oxql::query::tests::test_coalesce_predicates
91052026-04-07T02:46:43.466Z PASS [ 0.029s] (2330/2770) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
91062026-04-07T02:46:43.469Z PASS [ 0.035s] (2331/2770) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
91072026-04-07T02:46:43.469Z PASS [ 0.039s] (2332/2770) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
91082026-04-07T02:46:43.469Z PASS [ 0.178s] (2333/2770) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
91092026-04-07T02:46:43.482Z PASS [ 0.046s] (2334/2770) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
91102026-04-07T02:46:43.486Z PASS [ 0.030s] (2335/2770) oximeter-db query::tests::test_field_cmp
91112026-04-07T02:46:43.486Z PASS [ 0.046s] (2336/2770) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
91122026-04-07T02:46:43.489Z PASS [ 0.030s] (2337/2770) oximeter-db query::tests::test_field_value_as_db_str
91132026-04-07T02:46:43.489Z PASS [ 0.053s] (2338/2770) oximeter-db oxql::query::tests::test_query_end_time
91142026-04-07T02:46:43.489Z PASS [ 0.053s] (2339/2770) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
91152026-04-07T02:46:43.489Z PASS [ 0.032s] (2340/2770) oximeter-db query::tests::test_field_selector_as_query
91162026-04-07T02:46:43.492Z PASS [ 0.047s] (2341/2770) oximeter-db oxql::query::tests::test_split_query
91172026-04-07T02:46:43.497Z PASS [ 0.039s] (2342/2770) oximeter-db query::tests::test_select_query_builder_field_selectors
91182026-04-07T02:46:43.500Z PASS [ 0.040s] (2343/2770) oximeter-db query::tests::test_select_query_builder_filter_raw
91192026-04-07T02:46:43.503Z PASS [ 0.036s] (2344/2770) oximeter-db query::tests::test_select_query_builder_from_parts
91202026-04-07T02:46:43.509Z PASS [ 0.044s] (2345/2770) oximeter-db query::tests::test_select_query_builder_limit_offset
91212026-04-07T02:46:43.512Z PASS [ 0.042s] (2346/2770) oximeter-db query::tests::test_select_query_builder_no_fields
91222026-04-07T02:46:43.515Z PASS [ 0.047s] (2347/2770) oximeter-db query::tests::test_select_query_builder_full
91232026-04-07T02:46:43.518Z PASS [ 0.034s] (2348/2770) oximeter-db query::tests::test_select_query_builder_no_selectors
91242026-04-07T02:46:43.530Z PASS [ 0.046s] (2349/2770) oximeter-db query::tests::test_time_range
91252026-04-07T02:46:43.533Z PASS [ 0.047s] (2350/2770) oximeter-db query::tests::test_string_field_selector
91262026-04-07T02:46:43.536Z PASS [ 0.048s] (2351/2770) oximeter-db sql::tests::test_ctes_are_not_supported
91272026-04-07T02:46:43.542Z PASS [ 0.054s] (2352/2770) oximeter-db sql::tests::test_allow_subqueries
91282026-04-07T02:46:43.542Z PASS [ 0.051s] (2353/2770) oximeter-db sql::tests::test_function_allow_list
91292026-04-07T02:46:43.542Z PASS [ 0.056s] (2354/2770) oximeter-db sql::tests::test_allow_limit_offset
91302026-04-07T02:46:43.542Z PASS [ 0.054s] (2355/2770) oximeter-db sql::tests::test_cannot_name_database
91312026-04-07T02:46:43.545Z PASS [ 0.043s] (2356/2770) oximeter-db sql::tests::test_multiple_statements_are_not_supported
91322026-04-07T02:46:43.550Z PASS [ 0.040s] (2357/2770) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
91332026-04-07T02:46:43.553Z PASS [ 0.051s] (2358/2770) oximeter-db sql::tests::test_query_must_be_select_statement
91342026-04-07T02:46:43.553Z PASS [ 0.041s] (2359/2770) oximeter-db sql::tests::test_require_table_is_timeseries_name
91352026-04-07T02:46:43.557Z PASS [ 0.044s] (2360/2770) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
91362026-04-07T02:46:43.560Z PASS [ 0.043s] (2361/2770) oximeter-db sql::tests::test_with_comma_join_fails
91372026-04-07T02:46:43.564Z PASS [ 0.064s] (2362/2770) oximeter-db sql::tests::test_join_must_be_inner
91382026-04-07T02:46:43.564Z PASS [ 0.031s] (2363/2770) oximeter-db tests::test_timeseries_key_field_stability
91392026-04-07T02:46:43.567Z PASS [ 0.036s] (2364/2770) oximeter-db tests::test_timeseries_key_sample_stability
91402026-04-07T02:46:43.570Z PASS [ 0.026s] (2365/2770) oximeter-instruments http::tests::test_latency_tracker
91412026-04-07T02:46:43.577Z PASS [ 0.034s] (2366/2770) oximeter-instruments kstat::cpu::tests::test_kstat_interested
91422026-04-07T02:46:43.582Z PASS [ 0.040s] (2367/2770) oximeter-db::integration_test test_schemas_are_not_modified
91432026-04-07T02:46:43.592Z PASS [ 0.043s] (2368/2770) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
91442026-04-07T02:46:43.606Z PASS [ 0.048s] (2369/2770) oximeter-instruments kstat::link::tests::test_kstat_interested
91452026-04-07T02:46:43.622Z PASS [ 0.070s] (2370/2770) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
91462026-04-07T02:46:43.628Z PASS [ 0.046s] (2371/2770) oximeter-instruments kstat::link::tests::test_sled_datalink
91472026-04-07T02:46:43.632Z PASS [ 0.025s] (2372/2770) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
91482026-04-07T02:46:43.632Z PASS [ 0.072s] (2373/2770) oximeter-instruments kstat::link::tests::test_kstat_sampler
91492026-04-07T02:46:43.635Z PASS [ 0.074s] (2374/2770) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
91502026-04-07T02:46:43.635Z PASS [ 0.068s] (2375/2770) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
91512026-04-07T02:46:43.638Z PASS [ 0.075s] (2376/2770) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
91522026-04-07T02:46:43.643Z PASS [ 0.075s] (2377/2770) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
91532026-04-07T02:46:43.648Z PASS [ 0.026s] (2378/2770) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
91542026-04-07T02:46:43.651Z PASS [ 0.075s] (2379/2770) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
91552026-04-07T02:46:43.654Z PASS [ 0.059s] (2380/2770) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
91562026-04-07T02:46:43.654Z PASS [ 0.024s] (2381/2770) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
91572026-04-07T02:46:43.654Z PASS [ 0.022s] (2382/2770) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
91582026-04-07T02:46:43.658Z PASS [ 0.588s] (2383/2770) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
91592026-04-07T02:46:43.660Z PASS [ 0.028s] (2384/2770) oximeter-instruments kstat::zone::tests::test_kstat_interested
91602026-04-07T02:46:43.660Z PASS [ 0.025s] (2385/2770) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
91612026-04-07T02:46:43.663Z PASS [ 0.117s] (2386/2770) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
91622026-04-07T02:46:43.663Z PASS [ 0.025s] (2387/2770) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
91632026-04-07T02:46:43.667Z PASS [ 0.022s] (2388/2770) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
91642026-04-07T02:46:43.667Z PASS [ 0.031s] (2389/2770) oximeter-instruments kstat::zone::tests::test_zone_samples
91652026-04-07T02:46:43.669Z PASS [ 0.021s] (2390/2770) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
91662026-04-07T02:46:43.674Z PASS [ 0.021s] (2391/2770) oximeter-macro-impl tests::test_metric_enum
91672026-04-07T02:46:43.677Z PASS [ 0.023s] (2392/2770) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
91682026-04-07T02:46:43.677Z PASS [ 0.024s] (2393/2770) oximeter-macro-impl tests::test_metric_datum_field
91692026-04-07T02:46:43.680Z PASS [ 0.026s] (2394/2770) oximeter-macro-impl tests::test_metric_annotated_field
91702026-04-07T02:46:43.680Z PASS [ 0.023s] (2395/2770) oximeter-macro-impl tests::test_metric_without_datum_field
91712026-04-07T02:46:43.685Z PASS [ 0.025s] (2396/2770) oximeter-macro-impl tests::test_target_empty_struct
91722026-04-07T02:46:43.685Z PASS [ 0.026s] (2397/2770) oximeter-macro-impl tests::test_target
91732026-04-07T02:46:43.686Z PASS [ 0.024s] (2398/2770) oximeter-macro-impl tests::test_target_unit_struct
91742026-04-07T02:46:43.686Z PASS [ 0.024s] (2399/2770) oximeter-macro-impl tests::test_target_enum
91752026-04-07T02:46:43.689Z PASS [ 0.022s] (2400/2770) oximeter-macro-impl tests::test_target_with_datum_field
91762026-04-07T02:46:43.732Z PASS [ 0.047s] (2401/2770) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
91772026-04-07T02:46:43.732Z PASS [ 0.047s] (2402/2770) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
91782026-04-07T02:46:43.732Z PASS [ 0.047s] (2403/2770) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
91792026-04-07T02:46:43.736Z PASS [ 0.046s] (2404/2770) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
91802026-04-07T02:46:43.739Z PASS [ 0.067s] (2405/2770) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
91812026-04-07T02:46:43.739Z PASS [ 0.062s] (2406/2770) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
91822026-04-07T02:46:43.739Z PASS [ 0.063s] (2407/2770) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
91832026-04-07T02:46:43.739Z PASS [ 0.060s] (2408/2770) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
91842026-04-07T02:46:43.742Z PASS [ 0.063s] (2409/2770) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
91852026-04-07T02:46:43.742Z PASS [ 0.062s] (2410/2770) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
91862026-04-07T02:46:43.742Z PASS [ 0.054s] (2411/2770) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
91872026-04-07T02:46:43.760Z PASS [ 0.028s] (2412/2770) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
91882026-04-07T02:46:43.764Z PASS [ 0.031s] (2413/2770) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
91892026-04-07T02:46:43.768Z PASS [ 0.034s] (2414/2770) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
91902026-04-07T02:46:43.768Z PASS [ 0.034s] (2415/2770) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
91912026-04-07T02:46:43.770Z PASS [ 0.032s] (2416/2770) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
91922026-04-07T02:46:43.771Z PASS [ 0.033s] (2417/2770) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
91932026-04-07T02:46:43.771Z PASS [ 0.033s] (2418/2770) oximeter-schema ir::tests::fail_on_empty_descriptions
91942026-04-07T02:46:43.774Z PASS [ 0.033s] (2419/2770) oximeter-schema ir::tests::fail_on_empty_target_name
91952026-04-07T02:46:43.774Z PASS [ 0.033s] (2420/2770) oximeter-schema ir::tests::fail_on_very_long_field_names
91962026-04-07T02:46:43.774Z PASS [ 0.035s] (2421/2770) oximeter-schema ir::tests::fail_on_empty_metric_name
91972026-04-07T02:46:43.777Z PASS [ 0.036s] (2422/2770) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
91982026-04-07T02:46:43.790Z PASS [ 0.029s] (2423/2770) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
91992026-04-07T02:46:43.798Z PASS [ 0.033s] (2424/2770) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
92002026-04-07T02:46:43.803Z PASS [ 0.033s] (2425/2770) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
92012026-04-07T02:46:43.805Z PASS [ 0.031s] (2426/2770) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
92022026-04-07T02:46:43.806Z PASS [ 0.037s] (2427/2770) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
92032026-04-07T02:46:43.806Z PASS [ 0.037s] (2428/2770) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
92042026-04-07T02:46:43.809Z PASS [ 0.039s] (2429/2770) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
92052026-04-07T02:46:43.809Z PASS [ 0.035s] (2430/2770) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
92062026-04-07T02:46:43.809Z PASS [ 0.034s] (2431/2770) oximeter-schema ir::tests::only_support_format_version_1
92072026-04-07T02:46:43.809Z PASS [ 0.034s] (2432/2770) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
92082026-04-07T02:46:43.812Z PASS [ 0.033s] (2433/2770) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
92092026-04-07T02:46:43.818Z PASS [ 0.027s] (2434/2770) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
92102026-04-07T02:46:43.832Z PASS [ 0.034s] (2435/2770) oximeter-test-utils tests::test_gen_test_samples
92112026-04-07T02:46:43.839Z PASS [ 0.033s] (2436/2770) oximeter-types histogram::tests::test_bin_range_from
92122026-04-07T02:46:43.842Z PASS [ 0.034s] (2437/2770) oximeter-types histogram::tests::test_bin_range_to
92132026-04-07T02:46:43.842Z PASS [ 0.034s] (2438/2770) oximeter-types histogram::tests::test_empty_bins_not_supported
92142026-04-07T02:46:43.845Z PASS [ 0.033s] (2439/2770) oximeter-types histogram::tests::test_ensure_finite
92152026-04-07T02:46:43.846Z PASS [ 0.037s] (2440/2770) oximeter-types histogram::tests::test_bin_range
92162026-04-07T02:46:43.849Z PASS [ 0.029s] (2441/2770) oximeter-types histogram::tests::test_histogram
92172026-04-07T02:46:43.852Z PASS [ 0.045s] (2442/2770) oximeter-test-utils tests::test_timeseries_schema_from_parts
92182026-04-07T02:46:43.855Z PASS [ 0.053s] (2443/2770) oximeter-test-utils tests::test_sample_struct
92192026-04-07T02:46:43.855Z PASS [ 0.023s] (2444/2770) oximeter-types histogram::tests::test_histogram_construct_with
92202026-04-07T02:46:43.855Z PASS [ 0.051s] (2445/2770) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
92212026-04-07T02:46:43.858Z PASS [ 0.051s] (2446/2770) oximeter-test-utils tests::test_timeseries_schema_from_sample
92222026-04-07T02:46:43.866Z PASS [ 0.026s] (2447/2770) oximeter-types histogram::tests::test_histogram_extreme_bins
92232026-04-07T02:46:43.869Z PASS [ 0.026s] (2448/2770) oximeter-types histogram::tests::test_histogram_extreme_samples
92242026-04-07T02:46:43.872Z PASS [ 0.029s] (2449/2770) oximeter-types histogram::tests::test_histogram_unbounded_samples
92252026-04-07T02:46:43.872Z PASS [ 0.030s] (2450/2770) oximeter-types histogram::tests::test_histogram_float_bins
92262026-04-07T02:46:43.875Z PASS [ 0.027s] (2451/2770) oximeter-types histogram::tests::test_histogram_with_bins
92272026-04-07T02:46:43.875Z PASS [ 0.030s] (2452/2770) oximeter-types histogram::tests::test_histogram_unsorted_bins
92282026-04-07T02:46:43.875Z PASS [ 0.024s] (2453/2770) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
92292026-04-07T02:46:43.882Z PASS [ 0.027s] (2454/2770) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
92302026-04-07T02:46:43.889Z PASS [ 0.032s] (2455/2770) oximeter-types histogram::tests::test_log_linear_bins_all_representable
92312026-04-07T02:46:43.892Z PASS [ 0.034s] (2456/2770) oximeter-types histogram::tests::test_log_bins_u8
92322026-04-07T02:46:43.892Z PASS [ 0.035s] (2457/2770) oximeter-types histogram::tests::test_log_bins_u64
92332026-04-07T02:46:43.892Z PASS [ 0.026s] (2458/2770) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
92342026-04-07T02:46:43.895Z PASS [ 0.026s] (2459/2770) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
92352026-04-07T02:46:43.900Z PASS [ 0.028s] (2460/2770) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
92362026-04-07T02:46:43.903Z PASS [ 0.027s] (2461/2770) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
92372026-04-07T02:46:43.903Z PASS [ 0.029s] (2462/2770) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
92382026-04-07T02:46:43.906Z PASS [ 0.030s] (2463/2770) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
92392026-04-07T02:46:43.906Z PASS [ 0.031s] (2464/2770) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
92402026-04-07T02:46:43.909Z PASS [ 0.025s] (2465/2770) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
92412026-04-07T02:46:43.914Z PASS [ 0.024s] (2466/2770) oximeter-types histogram::tests::test_span_decades_other_counts_f64
92422026-04-07T02:46:43.917Z PASS [ 0.027s] (2467/2770) oximeter-types histogram::tests::test_span_decades
92432026-04-07T02:46:43.920Z PASS [ 0.026s] (2468/2770) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
92442026-04-07T02:46:43.920Z PASS [ 0.024s] (2469/2770) oximeter-types quantile::tests::test_default_percentiles
92452026-04-07T02:46:43.923Z PASS [ 0.030s] (2470/2770) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
92462026-04-07T02:46:43.926Z PASS [ 0.023s] (2471/2770) oximeter-types quantile::tests::test_empty_observations
92472026-04-07T02:46:43.928Z PASS [ 0.024s] (2472/2770) oximeter-types quantile::tests::test_integer_observations
92482026-04-07T02:46:43.928Z PASS [ 0.026s] (2473/2770) oximeter-types quantile::tests::test_float_observations
92492026-04-07T02:46:43.931Z PASS [ 0.027s] (2474/2770) oximeter-types quantile::tests::test_find_cells
92502026-04-07T02:46:43.931Z PASS [ 0.024s] (2475/2770) oximeter-types quantile::tests::test_max_p
92512026-04-07T02:46:43.934Z PASS [ 0.029s] (2476/2770) oximeter-types quantile::tests::test_invalid_p_value
92522026-04-07T02:46:43.938Z PASS [ 0.025s] (2477/2770) oximeter-types quantile::tests::test_min_p
92532026-04-07T02:46:43.943Z PASS [ 0.025s] (2478/2770) oximeter-types quantile::tests::test_rounding
92542026-04-07T02:46:43.946Z PASS [ 0.026s] (2479/2770) oximeter-types schema::tests::test_field_schema_ordering
92552026-04-07T02:46:43.946Z PASS [ 0.029s] (2480/2770) oximeter-types quantile::tests::test_non_filled_observations
92562026-04-07T02:46:43.949Z PASS [ 0.028s] (2481/2770) oximeter-types schema::tests::test_timeseries_name
92572026-04-07T02:46:43.954Z PASS [ 0.030s] (2482/2770) oximeter-types schema::tests::test_timeseries_name_from_str
92582026-04-07T02:46:43.957Z PASS [ 0.027s] (2483/2770) oximeter-types traits::tests::test_metric_trait
92592026-04-07T02:46:43.957Z PASS [ 0.024s] (2484/2770) oximeter-types types::tests::test_cumulative_f64
92602026-04-07T02:46:43.957Z PASS [ 0.027s] (2485/2770) oximeter-types traits::tests::test_target_trait
92612026-04-07T02:46:43.960Z PASS [ 0.024s] (2486/2770) oximeter-types types::tests::test_cumulative_i64
92622026-04-07T02:46:43.960Z PASS [ 0.031s] (2487/2770) oximeter-types traits::tests::test_producer_trait
92632026-04-07T02:46:43.963Z PASS [ 0.024s] (2488/2770) oximeter-types types::tests::test_datum
92642026-04-07T02:46:43.967Z PASS [ 0.025s] (2489/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
92652026-04-07T02:46:43.971Z PASS [ 0.026s] (2490/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
92662026-04-07T02:46:43.974Z PASS [ 0.026s] (2491/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
92672026-04-07T02:46:43.976Z PASS [ 0.026s] (2492/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
92682026-04-07T02:46:43.980Z PASS [ 0.024s] (2493/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
92692026-04-07T02:46:43.980Z PASS [ 0.024s] (2494/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
92702026-04-07T02:46:43.983Z PASS [ 0.026s] (2495/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
92712026-04-07T02:46:43.983Z PASS [ 0.026s] (2496/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
92722026-04-07T02:46:43.986Z PASS [ 0.024s] (2497/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
92732026-04-07T02:46:43.986Z PASS [ 0.026s] (2498/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
92742026-04-07T02:46:43.989Z PASS [ 0.025s] (2499/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
92752026-04-07T02:46:43.991Z PASS [ 0.023s] (2500/2770) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
92762026-04-07T02:46:43.995Z PASS [ 0.024s] (2501/2770) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
92772026-04-07T02:46:43.998Z PASS [ 0.024s] (2502/2770) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
92782026-04-07T02:46:44.003Z PASS [ 0.024s] (2503/2770) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
92792026-04-07T02:46:44.003Z PASS [ 0.019s] (2504/2770) oxlog tests::test_is_oxide_smf_log_file
92802026-04-07T02:46:44.003Z PASS [ 0.020s] (2505/2770) oxlog tests::test_daterange_filter
92812026-04-07T02:46:44.006Z PASS [ 0.032s] (2506/2770) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
92822026-04-07T02:46:44.010Z PASS [ 0.027s] (2507/2770) oximeter-types types::tests::test_measurement
92832026-04-07T02:46:44.010Z PASS [ 0.018s] (2508/2770) oxlog tests::test_sort_logs
92842026-04-07T02:46:44.010Z PASS [ 0.020s] (2509/2770) oxlog tests::test_oxide_smf_service_name_from_log_file_name
92852026-04-07T02:46:44.010Z PASS [ 0.031s] (2510/2770) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
92862026-04-07T02:46:44.014Z PASS [ 0.032s] (2511/2770) oximeter-types types::tests::test_verify_field_names
92872026-04-07T02:46:44.023Z PASS [ 0.028s] (2512/2770) oxlog::bin/oxlog tests::test_parse_timestamp
92882026-04-07T02:46:44.027Z PASS [ 0.028s] (2513/2770) oxql-types point::tests::test_cast_points_from_bool
92892026-04-07T02:46:44.032Z PASS [ 0.028s] (2514/2770) oxql-types point::tests::test_cast_points_from_double_distribution
92902026-04-07T02:46:44.039Z PASS [ 0.030s] (2515/2770) oxql-types point::tests::test_join_point_arrays
92912026-04-07T02:46:44.039Z PASS [ 0.033s] (2516/2770) oxql-types point::tests::test_cast_points_from_double
92922026-04-07T02:46:44.039Z PASS [ 0.031s] (2517/2770) oxql-types point::tests::test_cast_points_from_int_distribution
92932026-04-07T02:46:44.039Z PASS [ 0.030s] (2518/2770) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
92942026-04-07T02:46:44.039Z PASS [ 0.034s] (2519/2770) oxql-types point::tests::test_cast_points_from_integer
92952026-04-07T02:46:44.039Z PASS [ 0.030s] (2520/2770) oxql-types point::tests::test_point_delta_between
92962026-04-07T02:46:44.046Z PASS [ 0.032s] (2521/2770) oxql-types point::tests::test_point_delta_between_with_new_epoch
92972026-04-07T02:46:44.049Z PASS [ 0.038s] (2522/2770) oxql-types point::tests::test_cast_points_from_string
92982026-04-07T02:46:44.052Z PASS [ 0.029s] (2523/2770) oxql-types point::tests::test_push_concrete_values
92992026-04-07T02:46:44.059Z PASS [ 0.032s] (2524/2770) oxql-types point::tests::test_sub_between_histogram_distributions
93002026-04-07T02:46:44.062Z PASS [ 0.021s] (2525/2770) range-requests test::parse_range_valid
93012026-04-07T02:46:44.065Z PASS [ 0.023s] (2526/2770) range-requests test::invalid_ranges
93022026-04-07T02:46:44.065Z PASS [ 0.025s] (2527/2770) range-requests test::get_response_no_range
93032026-04-07T02:46:44.065Z PASS [ 0.025s] (2528/2770) range-requests test::parse_range_invalid
93042026-04-07T02:46:44.068Z PASS [ 0.027s] (2529/2770) range-requests test::potential_range_parsing_does_not_crash
93052026-04-07T02:46:44.068Z PASS [ 0.020s] (2530/2770) range-requests test::single_range_parsing_does_not_crash
93062026-04-07T02:46:44.068Z PASS [ 0.029s] (2531/2770) range-requests test::get_response_with_range
93072026-04-07T02:46:44.071Z PASS [ 0.022s] (2532/2770) range-requests test::range_into_str
93082026-04-07T02:46:44.124Z PASS [ 0.092s] (2533/2770) parallel-task-set test::test_spawn_many
93092026-04-07T02:46:44.185Z PASS [ 0.133s] (2534/2770) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
93102026-04-07T02:46:44.196Z PASS [ 0.131s] (2535/2770) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
93112026-04-07T02:46:44.247Z PASS [ 0.182s] (2536/2770) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
93122026-04-07T02:46:44.256Z PASS [ 0.193s] (2537/2770) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
93132026-04-07T02:46:44.256Z PASS [ 0.186s] (2538/2770) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
93142026-04-07T02:46:44.272Z PASS [ 0.204s] (2539/2770) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
93152026-04-07T02:46:44.275Z PASS [ 0.209s] (2540/2770) reconfigurator-cli::test-scripts script::cmds-example.txt
93162026-04-07T02:46:44.320Z PASS [ 0.196s] (2541/2770) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
93172026-04-07T02:46:44.363Z PASS [ 0.302s] (2542/2770) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
93182026-04-07T02:46:44.373Z PASS [ 0.305s] (2543/2770) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
93192026-04-07T02:46:44.454Z PASS [ 0.134s] (2544/2770) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
93202026-04-07T02:46:44.458Z PASS [ 0.186s] (2545/2770) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
93212026-04-07T02:46:44.559Z PASS [ 0.196s] (2546/2770) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
93222026-04-07T02:46:44.567Z PASS [ 0.193s] (2547/2770) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
93232026-04-07T02:46:44.570Z PASS [ 5.584s] (2548/2770) omicron-test-utils dev::db::test::test_setup_database_default_dir
93242026-04-07T02:46:44.642Z PASS [ 0.188s] (2549/2770) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
93252026-04-07T02:46:44.648Z PASS [ 0.588s] (2550/2770) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
93262026-04-07T02:46:44.675Z PASS [ 0.117s] (2551/2770) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
93272026-04-07T02:46:44.750Z PASS [ 15.371s] (2552/2770) omicron-omdb::test_all_output test_omdb_env_settings
93282026-04-07T02:46:44.776Z PASS [ 0.591s] (2553/2770) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
93292026-04-07T02:46:44.829Z PASS [ 0.187s] (2554/2770) reconfigurator-cli::test-scripts script::cmds.txt
93302026-04-07T02:46:44.840Z PASS [ 0.593s] (2555/2770) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
93312026-04-07T02:46:44.969Z PASS [ 0.714s] (2556/2770) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
93322026-04-07T02:46:45.155Z PASS [ 0.589s] (2557/2770) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
93332026-04-07T02:46:45.185Z PASS [ 0.989s] (2558/2770) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
93342026-04-07T02:46:45.267Z PASS [ 0.992s] (2559/2770) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
93352026-04-07T02:46:45.571Z PASS [ 1.315s] (2560/2770) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
93362026-04-07T02:46:45.633Z PASS [ 0.957s] (2561/2770) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
93372026-04-07T02:46:45.677Z PASS [ 1.109s] (2562/2770) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
93382026-04-07T02:46:45.693Z PASS [ 0.060s] (2563/2770) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
93392026-04-07T02:46:45.705Z PASS [ 0.028s] (2564/2770) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
93402026-04-07T02:46:45.746Z PASS [ 0.053s] (2565/2770) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
93412026-04-07T02:46:45.756Z PASS [ 0.051s] (2566/2770) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
93422026-04-07T02:46:45.793Z PASS [ 0.046s] (2567/2770) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
93432026-04-07T02:46:45.803Z PASS [ 0.048s] (2568/2770) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
93442026-04-07T02:46:45.833Z PASS [ 0.029s] (2569/2770) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
93452026-04-07T02:46:45.839Z PASS [ 0.046s] (2570/2770) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
93462026-04-07T02:46:45.871Z PASS [ 0.038s] (2571/2770) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
93472026-04-07T02:46:45.888Z PASS [ 0.049s] (2572/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
93482026-04-07T02:46:45.905Z PASS [ 0.637s] (2573/2770) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
93492026-04-07T02:46:45.908Z PASS [ 0.034s] (2574/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
93502026-04-07T02:46:45.928Z PASS [ 0.040s] (2575/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
93512026-04-07T02:46:45.944Z PASS [ 0.039s] (2576/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
93522026-04-07T02:46:45.950Z PASS [ 0.044s] (2577/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
93532026-04-07T02:46:45.953Z PASS [ 1.201s] (2578/2770) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
93542026-04-07T02:46:45.967Z PASS [ 0.039s] (2579/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
93552026-04-07T02:46:45.979Z PASS [ 0.035s] (2580/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
93562026-04-07T02:46:45.994Z PASS [ 0.043s] (2581/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
93572026-04-07T02:46:45.997Z PASS [ 0.046s] (2582/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
93582026-04-07T02:46:46.004Z PASS [ 0.037s] (2583/2770) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
93592026-04-07T02:46:46.031Z PASS [ 0.038s] (2584/2770) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
93602026-04-07T02:46:46.036Z PASS [ 0.040s] (2585/2770) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
93612026-04-07T02:46:46.074Z PASS [ 0.038s] (2586/2770) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
93622026-04-07T02:46:46.111Z PASS [ 0.037s] (2587/2770) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
93632026-04-07T02:46:46.120Z PASS [ 1.473s] (2588/2770) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
93642026-04-07T02:46:46.144Z PASS [ 0.032s] (2589/2770) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
93652026-04-07T02:46:46.147Z PASS [ 0.141s] (2590/2770) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
93662026-04-07T02:46:46.164Z PASS [ 0.044s] (2591/2770) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
93672026-04-07T02:46:46.184Z PASS [ 0.039s] (2592/2770) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
93682026-04-07T02:46:46.190Z PASS [ 1.351s] (2593/2770) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
93692026-04-07T02:46:46.198Z PASS [ 0.054s] (2594/2770) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
93702026-04-07T02:46:46.203Z PASS [ 0.039s] (2595/2770) sled-agent-config-reconciler ledger::tests::read_existing_config
93712026-04-07T02:46:46.223Z PASS [ 0.039s] (2596/2770) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
93722026-04-07T02:46:46.228Z PASS [ 0.038s] (2597/2770) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
93732026-04-07T02:46:46.238Z PASS [ 0.040s] (2598/2770) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
93742026-04-07T02:46:46.243Z PASS [ 0.039s] (2599/2770) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
93752026-04-07T02:46:46.262Z PASS [ 0.038s] (2600/2770) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
93762026-04-07T02:46:46.265Z PASS [ 0.035s] (2601/2770) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
93772026-04-07T02:46:46.272Z PASS [ 0.029s] (2602/2770) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
93782026-04-07T02:46:46.307Z PASS [ 1.478s] (2603/2770) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
93792026-04-07T02:46:46.368Z PASS [ 2.701s] (2604/2770) oximeter-producer tests::test_producer_registration_task
93802026-04-07T02:46:46.398Z PASS [ 0.030s] (2605/2770) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
93812026-04-07T02:46:46.436Z PASS [ 1.977s] (2606/2770) reconfigurator-cli::test-scripts script::cmds-target-release.txt
93822026-04-07T02:46:46.444Z PASS [ 0.046s] (2607/2770) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
93832026-04-07T02:46:46.478Z PASS [ 0.042s] (2608/2770) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
93842026-04-07T02:46:46.485Z PASS [ 0.041s] (2609/2770) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
93852026-04-07T02:46:46.514Z PASS [ 0.037s] (2610/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
93862026-04-07T02:46:46.524Z PASS [ 0.039s] (2611/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
93872026-04-07T02:46:46.552Z PASS [ 0.038s] (2612/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
93882026-04-07T02:46:46.566Z PASS [ 0.042s] (2613/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
93892026-04-07T02:46:46.587Z PASS [ 0.035s] (2614/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
93902026-04-07T02:46:46.603Z PASS [ 0.037s] (2615/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
93912026-04-07T02:46:46.626Z PASS [ 0.039s] (2616/2770) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
93922026-04-07T02:46:46.638Z PASS [ 0.034s] (2617/2770) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
93932026-04-07T02:46:46.661Z PASS [ 0.035s] (2618/2770) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
93942026-04-07T02:46:46.676Z PASS [ 0.039s] (2619/2770) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
93952026-04-07T02:46:46.696Z PASS [ 0.035s] (2620/2770) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
93962026-04-07T02:46:46.712Z PASS [ 0.036s] (2621/2770) sled-agent-resolvable-files manifest::tests::read_success
93972026-04-07T02:46:46.727Z PASS [ 0.031s] (2622/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
93982026-04-07T02:46:46.741Z PASS [ 84.616s] (2623/2770) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
93992026-04-07T02:46:46.744Z PASS [ 0.030s] (2624/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
94002026-04-07T02:46:46.758Z PASS [ 0.031s] (2625/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
94012026-04-07T02:46:46.778Z PASS [ 0.035s] (2626/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
94022026-04-07T02:46:46.783Z PASS [ 0.042s] (2627/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
94032026-04-07T02:46:46.792Z PASS [ 0.033s] (2628/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
94042026-04-07T02:46:46.810Z PASS [ 0.032s] (2629/2770) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
94052026-04-07T02:46:46.819Z PASS [ 0.035s] (2630/2770) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
94062026-04-07T02:46:46.825Z PASS [ 0.033s] (2631/2770) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
94072026-04-07T02:46:46.840Z PASS [ 0.030s] (2632/2770) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
94082026-04-07T02:46:46.851Z PASS [ 0.032s] (2633/2770) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
94092026-04-07T02:46:46.863Z PASS [ 0.037s] (2634/2770) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
94102026-04-07T02:46:46.873Z PASS [ 0.033s] (2635/2770) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
94112026-04-07T02:46:46.884Z PASS [ 0.033s] (2636/2770) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
94122026-04-07T02:46:46.893Z PASS [ 0.030s] (2637/2770) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
94132026-04-07T02:46:46.902Z PASS [ 0.029s] (2638/2770) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
94142026-04-07T02:46:46.916Z PASS [ 0.032s] (2639/2770) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
94152026-04-07T02:46:46.925Z PASS [ 0.032s] (2640/2770) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
94162026-04-07T02:46:46.930Z PASS [ 1.359s] (2641/2770) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
94172026-04-07T02:46:46.935Z PASS [ 0.033s] (2642/2770) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
94182026-04-07T02:46:46.944Z PASS [ 0.028s] (2643/2770) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
94192026-04-07T02:46:46.959Z PASS [ 0.034s] (2644/2770) sled-agent-resolvable-files mupdate_override::tests::read_both_present
94202026-04-07T02:46:46.965Z PASS [ 0.035s] (2645/2770) sled-agent-resolvable-files mupdate_override::tests::read_different_values
94212026-04-07T02:46:46.970Z PASS [ 0.035s] (2646/2770) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
94222026-04-07T02:46:46.983Z PASS [ 0.038s] (2647/2770) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
94232026-04-07T02:46:46.995Z PASS [ 0.035s] (2648/2770) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
94242026-04-07T02:46:47.009Z PASS [ 0.043s] (2649/2770) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
94252026-04-07T02:46:47.012Z PASS [ 0.979s] (2650/2770) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
94262026-04-07T02:46:47.015Z PASS [ 0.042s] (2651/2770) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
94272026-04-07T02:46:47.021Z PASS [ 0.038s] (2652/2770) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
94282026-04-07T02:46:47.026Z PASS [ 0.031s] (2653/2770) sled-agent-types rack_init::tests::parse_rack_initialization
94292026-04-07T02:46:47.040Z PASS [ 0.031s] (2654/2770) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
94302026-04-07T02:46:47.044Z PASS [ 0.029s] (2655/2770) sled-agent-types rack_init::tests::test_subnets
94312026-04-07T02:46:47.047Z PASS [ 0.037s] (2656/2770) sled-agent-types rack_init::tests::test_extra_certs
94322026-04-07T02:46:47.050Z PASS [ 0.028s] (2657/2770) sled-agent-types zone_bundle::tests::test_compare_bundles
94332026-04-07T02:46:47.053Z PASS [ 0.025s] (2658/2770) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
94342026-04-07T02:46:47.072Z PASS [ 0.024s] (2659/2770) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
94352026-04-07T02:46:47.075Z PASS [ 0.032s] (2660/2770) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
94362026-04-07T02:46:47.078Z PASS [ 0.026s] (2661/2770) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
94372026-04-07T02:46:47.078Z PASS [ 0.026s] (2662/2770) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
94382026-04-07T02:46:47.081Z PASS [ 0.038s] (2663/2770) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
94392026-04-07T02:46:47.084Z PASS [ 1.926s] (2664/2770) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
94402026-04-07T02:46:47.094Z PASS [ 0.022s] (2665/2770) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
94412026-04-07T02:46:47.098Z PASS [ 0.025s] (2666/2770) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
94422026-04-07T02:46:47.101Z PASS [ 0.022s] (2667/2770) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
94432026-04-07T02:46:47.101Z PASS [ 0.025s] (2668/2770) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
94442026-04-07T02:46:47.160Z PASS [ 0.058s] (2669/2770) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
94452026-04-07T02:46:47.163Z PASS [ 0.064s] (2670/2770) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
94462026-04-07T02:46:47.215Z PASS [ 0.052s] (2671/2770) sled-diagnostics queries::test::test_command_stdout_is_correct
94472026-04-07T02:46:47.218Z PASS [ 0.056s] (2672/2770) sled-diagnostics queries::test::test_command_stderr_is_correct
94482026-04-07T02:46:47.242Z PASS [ 15.930s] (2673/2770) omicron-passwords test::test_smoke
94492026-04-07T02:46:47.248Z PASS [ 2.278s] (2674/2770) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
94502026-04-07T02:46:47.270Z PASS [ 0.028s] (2675/2770) sled-hardware disk::test::test_disk_paths
94512026-04-07T02:46:47.273Z PASS [ 0.058s] (2676/2770) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
94522026-04-07T02:46:47.276Z PASS [ 0.028s] (2677/2770) sled-hardware disk::test::test_partition_device_paths
94532026-04-07T02:46:47.297Z PASS [ 0.027s] (2678/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
94542026-04-07T02:46:47.306Z PASS [ 0.033s] (2679/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
94552026-04-07T02:46:47.309Z PASS [ 0.032s] (2680/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
94562026-04-07T02:46:47.327Z PASS [ 0.030s] (2681/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
94572026-04-07T02:46:47.338Z PASS [ 0.032s] (2682/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
94582026-04-07T02:46:47.343Z PASS [ 0.035s] (2683/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
94592026-04-07T02:46:47.356Z PASS [ 0.029s] (2684/2770) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
94602026-04-07T02:46:47.369Z PASS [ 0.031s] (2685/2770) sled-hardware illumos::tests::parse_smbios_invalid
94612026-04-07T02:46:47.375Z PASS [ 0.032s] (2686/2770) sled-hardware illumos::tests::parse_smbios_valid
94622026-04-07T02:46:47.382Z PASS [ 0.027s] (2687/2770) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
94632026-04-07T02:46:47.393Z PASS [ 0.024s] (2688/2770) sled-storage dataset::test::serialize_dataset_name
94642026-04-07T02:46:47.414Z PASS [ 0.039s] (2689/2770) trust-quorum proxy::tests::proxy_roundtrip_concurrent
94652026-04-07T02:46:47.426Z PASS [ 0.044s] (2690/2770) trust-quorum proxy::tests::proxy_roundtrip_disconnected
94662026-04-07T02:46:47.433Z PASS [ 0.040s] (2691/2770) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
94672026-04-07T02:46:47.669Z PASS [ 1.431s] (2692/2770) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
94682026-04-07T02:46:47.760Z PASS [ 0.544s] (2693/2770) sled-diagnostics queries::test::test_long_running_command_is_aborted
94692026-04-07T02:46:47.886Z PASS [ 1.624s] (2694/2770) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
94702026-04-07T02:46:47.947Z PASS [ 1.674s] (2695/2770) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
94712026-04-07T02:46:48.270Z PASS [ 1.175s] (2696/2770) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
94722026-04-07T02:46:48.345Z PASS [ 2.037s] (2697/2770) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
94732026-04-07T02:46:48.435Z PASS [ 1.001s] (2698/2770) trust-quorum task::tests::tq_initial_config
94742026-04-07T02:46:48.469Z PASS [ 0.034s] (2699/2770) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
94752026-04-07T02:46:48.493Z PASS [ 0.024s] (2700/2770) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
94762026-04-07T02:46:48.535Z PASS [ 1.454s] (2701/2770) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
94772026-04-07T02:46:48.565Z PASS [ 0.029s] (2702/2770) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
94782026-04-07T02:46:48.612Z PASS [ 0.119s] (2703/2770) trust-quorum-protocol node::tests::initial_configuration
94792026-04-07T02:46:48.642Z PASS [ 0.077s] (2704/2770) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
94802026-04-07T02:46:48.667Z PASS [ 0.998s] (2705/2770) trust-quorum task::tests::tq_initial_config_prepare_and_commit
94812026-04-07T02:46:48.696Z PASS [ 0.083s] (2706/2770) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
94822026-04-07T02:46:48.703Z PASS [ 2.440s] (2707/2770) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
94832026-04-07T02:46:48.710Z PASS [ 1.631s] (2708/2770) sled-diagnostics logs::illumos_tests::collect_current_logs
94842026-04-07T02:46:48.763Z PASS [ 1.336s] (2709/2770) trust-quorum task::tests::test_network_config
94852026-04-07T02:46:48.825Z PASS [ 0.115s] (2710/2770) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
94862026-04-07T02:46:48.829Z PASS [ 1.416s] (2711/2770) trust-quorum task::tests::full_mesh_connectivity
94872026-04-07T02:46:48.837Z PASS [ 0.074s] (2712/2770) update-common artifacts::update_plan::tests::test_bad_rot_versions
94882026-04-07T02:46:48.849Z PASS [ 0.505s] (2713/2770) trust-quorum-protocol crypto::tests::rack_secret_test
94892026-04-07T02:46:48.879Z PASS [ 1.781s] (2714/2770) sled-diagnostics logs::illumos_tests::log_snapshots_work
94902026-04-07T02:46:48.895Z PASS [ 0.058s] (2715/2770) update-common artifacts::update_plan::tests::test_split_control_plane
94912026-04-07T02:46:48.898Z PASS [ 0.071s] (2716/2770) update-common artifacts::update_plan::tests::test_multi_rot_bord
94922026-04-07T02:46:48.903Z PASS [ 0.072s] (2717/2770) update-common artifacts::update_plan::tests::test_multi_rot_version
94932026-04-07T02:46:48.906Z PASS [ 0.054s] (2718/2770) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
94942026-04-07T02:46:48.931Z PASS [ 0.028s] (2719/2770) update-engine display::line_display_shared::tests::test_format_progress_counter
94952026-04-07T02:46:48.937Z PASS [ 41.252s] (2720/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
94962026-04-07T02:46:48.940Z PASS [ 0.059s] (2721/2770) update-common artifacts::update_plan::tests::test_too_many_rot_bord
94972026-04-07T02:46:48.959Z PASS [ 0.028s] (2722/2770) update-engine display::line_display_shared::tests::test_start_line
94982026-04-07T02:46:48.962Z PASS [ 0.058s] (2723/2770) update-engine display::group_display::tests::test_stats
94992026-04-07T02:46:48.969Z PASS [ 0.031s] (2724/2770) update-engine events::tests::progress_event_parse_unknown
95002026-04-07T02:46:48.973Z PASS [ 0.075s] (2725/2770) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
95012026-04-07T02:46:48.973Z PASS [ 0.036s] (2726/2770) update-engine engine::tests::error_exits_early
95022026-04-07T02:46:48.976Z PASS [ 3.791s] (2727/2770) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
95032026-04-07T02:46:48.987Z PASS [ 0.026s] (2728/2770) update-engine spec::tests::test_merge_anyhow_list
95042026-04-07T02:46:48.990Z PASS [ 0.031s] (2729/2770) update-engine events::tests::step_event_parse_unknown
95052026-04-07T02:46:48.997Z PASS [ 0.027s] (2730/2770) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
95062026-04-07T02:46:49.000Z PASS [ 0.026s] (2731/2770) wicket state::rack::tests::prev_next_are_opposites
95072026-04-07T02:46:49.000Z PASS [ 0.029s] (2732/2770) wicket state::inventory::tests::component_id_display
95082026-04-07T02:46:49.003Z PASS [ 0.024s] (2733/2770) wicket state::rack::tests::up_down_are_opposites
95092026-04-07T02:46:49.006Z PASS [ 0.108s] (2734/2770) update-engine buffer::tests::test_buffer
95102026-04-07T02:46:49.015Z PASS [ 0.025s] (2735/2770) wicket-common rack_setup::tests::invalid_router_peer_address
95112026-04-07T02:46:49.023Z PASS [ 0.026s] (2736/2770) wicket-common rack_setup::tests::invalid_uplink_address
95122026-04-07T02:46:49.030Z PASS [ 0.031s] (2737/2770) wicket-common rack_setup::tests::roundtrip_import_export_policy
95132026-04-07T02:46:49.034Z PASS [ 0.033s] (2738/2770) wicket-common rack_setup::tests::roundtrip_uplink_address
95142026-04-07T02:46:49.037Z PASS [ 0.036s] (2739/2770) wicket-common rack_setup::tests::roundtrip_router_peer_address
95152026-04-07T02:46:49.076Z PASS [ 0.089s] (2740/2770) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
95162026-04-07T02:46:49.091Z PASS [ 0.075s] (2741/2770) wicketd rss_config::tests::test_bgp_auth_key_states
95172026-04-07T02:46:49.094Z PASS [ 0.068s] (2742/2770) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
95182026-04-07T02:46:49.097Z PASS [ 0.091s] (2743/2770) wicketd installinator_progress::tests::test_states
95192026-04-07T02:46:49.110Z PASS [ 0.415s] (2744/2770) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
95202026-04-07T02:46:49.114Z PASS [ 0.444s] (2745/2770) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
95212026-04-07T02:46:49.237Z PASS [ 1.351s] (2746/2770) trust-quorum task::tests::tq_proxy
95222026-04-07T02:46:49.250Z PASS [ 0.980s] (2747/2770) trust-quorum task::tests::tq_upgrade_from_lrtq
95232026-04-07T02:46:49.361Z PASS [ 1.414s] (2748/2770) trust-quorum task::tests::tq_reconfig_with_commit_advance
95242026-04-07T02:46:49.463Z PASS [ 1.702s] (2749/2770) trust-quorum task::tests::tq_persistent_state
95252026-04-07T02:46:49.547Z PASS [ 0.517s] (2750/2770) wicketd::mod integration_tests::inventory::test_inventory
95262026-04-07T02:46:49.685Z PASS [ 0.649s] (2751/2770) wicketd::mod integration_tests::updates::test_update_races
95272026-04-07T02:46:49.837Z PASS [ 0.803s] (2752/2770) wicketd::mod integration_tests::updates::test_installinator_fetch
95282026-04-07T02:46:50.704Z PASS [ 1.628s] (2753/2770) wicketd::mod integration_tests::updates::test_updates
95292026-04-07T02:46:51.152Z PASS [ 5.172s] (2754/2770) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
95302026-04-07T02:46:51.334Z PASS [ 2.630s] (2755/2770) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
95312026-04-07T02:46:51.414Z PASS [ 48.345s] (2756/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
95322026-04-07T02:46:51.420Z PASS [ 47.814s] (2757/2770) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
95332026-04-07T02:46:51.863Z PASS [ 8.311s] (2758/2770) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
95342026-04-07T02:46:52.900Z PASS [ 8.123s] (2759/2770) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
95352026-04-07T02:46:58.074Z PASS [ 28.689s] (2760/2770) omicron-omdb::test_all_output test_omdb_success_cases
95362026-04-07T02:46:58.310Z PASS [ 90.811s] (2761/2770) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
95372026-04-07T02:46:58.762Z PASS [ 15.219s] (2762/2770) oximeter-db::integration_test test_schemas_disjoint
95382026-04-07T02:47:00.620Z PASS [ 43.830s] (2763/2770) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
95392026-04-07T02:47:03.344Z PASS [ 40.504s] (2764/2770) omicron-nexus::test_all integration_tests::webhooks::test_probe
95402026-04-07T02:47:06.010Z PASS [ 32.084s] (2765/2770) omicron-sled-agent nexus::test::nexus_self_notification_test
95412026-04-07T02:47:07.660Z PASS [ 44.616s] (2766/2770) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
95422026-04-07T02:47:08.350Z PASS [ 24.813s] (2767/2770) oximeter-db::integration_test test_cluster
95432026-04-07T02:47:09.741Z PASS [ 30.035s] (2768/2770) oximeter-db client::tests::cannot_ping_nonexistent_server
95442026-04-07T02:47:12.896Z PASS [ 47.519s] (2769/2770) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
95452026-04-07T02:47:41.470Z PASS [ 52.827s] (2770/2770) trust-quorum-protocol::cluster test_trust_quorum_protocol
95462026-04-07T02:47:41.476Z────────────
95472026-04-07T02:47:41.476Z Summary [ 792.656s] 2770 tests run: 2770 passed (37 slow), 6 skipped
95482026-04-07T02:47:41.559Z
95492026-04-07T02:47:41.559Zreal 13:27.732584412
95502026-04-07T02:47:41.559Zuser 4:30:53.186594781
95512026-04-07T02:47:41.559Zsys 1:01:25.476206331
95522026-04-07T02:47:41.566Ztrap 3:00.425683774
95532026-04-07T02:47:41.566Ztflt 5.365297375
95542026-04-07T02:47:41.566Zdflt 31.020280821
95552026-04-07T02:47:41.566Zkflt 0.412127479
95562026-04-07T02:47:41.566Zlock 1734:52:09.759450664
95572026-04-07T02:47:41.566Zslp 111:31:23.103658636
95582026-04-07T02:47:41.566Zlat 3:57:40.915231755
95592026-04-07T02:47:41.566Zstop 10:52.409226595
95602026-04-07T02:47:41.566Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
95612026-04-07T02:47:41.718Zinfo: exported run edefa006-2677-4455-a1fa-71da8f33e850 to /tmp/nextest-run-archive.zip (2754312 bytes)
95622026-04-07T02:47:41.726Z
95632026-04-07T02:47:41.726Zreal 0.155195898
95642026-04-07T02:47:41.726Zuser 0.108543348
95652026-04-07T02:47:41.726Zsys 0.041632113
95662026-04-07T02:47:41.727Ztrap 0.000012728
95672026-04-07T02:47:41.727Ztflt 0.000016508
95682026-04-07T02:47:41.727Zdflt 0.000184103
95692026-04-07T02:47:41.727Zkflt 0.000000000
95702026-04-07T02:47:41.727Zlock 0.040583024
95712026-04-07T02:47:41.727Zslp 0.204891594
95722026-04-07T02:47:41.727Zlat 0.000997166
95732026-04-07T02:47:41.728Zstop 0.000253763
95742026-04-07T02:47:41.728Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
95752026-04-07T02:47:41.902Zinfo: wrote Chrome trace for run edefa006-2677-4455-a1fa-71da8f33e850 to /tmp/nextest-chrome-trace.json
95762026-04-07T02:47:41.908Z
95772026-04-07T02:47:41.908Zreal 0.180472686
95782026-04-07T02:47:41.908Zuser 0.134110786
95792026-04-07T02:47:41.908Zsys 0.041561812
95802026-04-07T02:47:41.908Ztrap 0.000011338
95812026-04-07T02:47:41.908Ztflt 0.000018987
95822026-04-07T02:47:41.908Zdflt 0.000038296
95832026-04-07T02:47:41.909Zkflt 0.000000000
95842026-04-07T02:47:41.909Zlock 0.037240878
95852026-04-07T02:47:41.909Zslp 0.195933076
95862026-04-07T02:47:41.909Zlat 0.000755083
95872026-04-07T02:47:41.909Zstop 0.000238993
95882026-04-07T02:47:41.929Z+ [[ 0 -ne 0 ]]
95892026-04-07T02:47:41.929Z+ banner doctest
95902026-04-07T02:47:41.929Z
95912026-04-07T02:47:41.929Z ##### #### #### ##### ###### #### #####
95922026-04-07T02:47:41.929Z # # # # # # # # # #
95932026-04-07T02:47:41.929Z # # # # # # ##### #### #
95942026-04-07T02:47:41.929Z # # # # # # # # #
95952026-04-07T02:47:41.929Z # # # # # # # # # # #
95962026-04-07T02:47:41.930Z ##### #### #### # ###### #### #
95972026-04-07T02:47:41.930Z
95982026-04-07T02:47:41.930Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
95992026-04-07T02:47:43.053Z Fresh unicode-ident v1.0.24
96002026-04-07T02:47:43.057Z Fresh cfg-if v1.0.4
96012026-04-07T02:47:43.057Z Fresh memchr v2.8.0
96022026-04-07T02:47:43.057Z Fresh smallvec v1.15.1
96032026-04-07T02:47:43.057Z Fresh log v0.4.29
96042026-04-07T02:47:43.057Z Fresh itoa v1.0.17
96052026-04-07T02:47:43.057Z Fresh version_check v0.9.5
96062026-04-07T02:47:43.057Z Fresh autocfg v1.5.0
96072026-04-07T02:47:43.057Z Fresh scopeguard v1.2.0
96082026-04-07T02:47:43.057Z Fresh stable_deref_trait v1.2.1
96092026-04-07T02:47:43.057Z Fresh percent-encoding v2.3.2
96102026-04-07T02:47:43.057Z Fresh litemap v0.8.1
96112026-04-07T02:47:43.057Z Fresh writeable v0.6.2
96122026-04-07T02:47:43.057Z Fresh utf8_iter v1.0.4
96132026-04-07T02:47:43.057Z Fresh shlex v1.3.0
96142026-04-07T02:47:43.057Z Fresh find-msvc-tools v0.1.9
96152026-04-07T02:47:43.057Z Fresh subtle v2.6.1
96162026-04-07T02:47:43.057Z Fresh critical-section v1.2.0
96172026-04-07T02:47:43.058Z Fresh pin-project-lite v0.2.17
96182026-04-07T02:47:43.058Z Fresh proc-macro2 v1.0.106
96192026-04-07T02:47:43.058Z Fresh lock_api v0.4.14
96202026-04-07T02:47:43.058Z Fresh form_urlencoded v1.2.2
96212026-04-07T02:47:43.058Z Fresh allocator-api2 v0.2.21
96222026-04-07T02:47:43.058Z Fresh equivalent v1.0.2
96232026-04-07T02:47:43.058Z Fresh heck v0.5.0
96242026-04-07T02:47:43.058Z Fresh fnv v1.0.7
96252026-04-07T02:47:43.058Z Fresh foldhash v0.2.0
96262026-04-07T02:47:43.058Z Fresh iana-time-zone v0.1.65
96272026-04-07T02:47:43.058Z Fresh rand_core v0.10.0
96282026-04-07T02:47:43.058Z Fresh regex-syntax v0.8.10
96292026-04-07T02:47:43.058Z Fresh futures-core v0.3.32
96302026-04-07T02:47:43.058Z Fresh dyn-clone v1.0.20
96312026-04-07T02:47:43.063Z Fresh quote v1.0.44
96322026-04-07T02:47:43.063Z Fresh libc v0.2.180
96332026-04-07T02:47:43.063Z Fresh serde_core v1.0.228
96342026-04-07T02:47:43.063Z Fresh libm v0.2.16
96352026-04-07T02:47:43.063Z Fresh zmij v1.0.21
96362026-04-07T02:47:43.063Z Fresh icu_properties_data v2.1.2
96372026-04-07T02:47:43.063Z Fresh icu_normalizer_data v2.1.1
96382026-04-07T02:47:43.063Z Fresh portable-atomic v1.13.1
96392026-04-07T02:47:43.063Z Fresh hashbrown v0.16.1
96402026-04-07T02:47:43.063Z Fresh strsim v0.11.1
96412026-04-07T02:47:43.063Z Fresh const-oid v0.9.6
96422026-04-07T02:47:43.063Z Fresh aho-corasick v1.1.4
96432026-04-07T02:47:43.063Z Fresh futures-sink v0.3.32
96442026-04-07T02:47:43.063Z Fresh byteorder v1.5.0
96452026-04-07T02:47:43.063Z Fresh futures-io v0.3.32
96462026-04-07T02:47:43.063Z Fresh futures-task v0.3.32
96472026-04-07T02:47:43.063Z Fresh slab v0.4.12
96482026-04-07T02:47:43.063Z Fresh cpufeatures v0.2.17
96492026-04-07T02:47:43.063Z Fresh pkg-config v0.3.32
96502026-04-07T02:47:43.063Z Fresh base64 v0.22.1
96512026-04-07T02:47:43.063Z Fresh ident_case v1.0.1
96522026-04-07T02:47:43.063Z Fresh syn v2.0.117
96532026-04-07T02:47:43.063Z Fresh errno v0.3.14
96542026-04-07T02:47:43.063Z Fresh getrandom v0.2.17
96552026-04-07T02:47:43.064Z Fresh num-traits v0.2.19
96562026-04-07T02:47:43.064Z Fresh serde_json v1.0.149
96572026-04-07T02:47:43.064Z Fresh bitflags v2.11.0
96582026-04-07T02:47:43.064Z Fresh semver v1.0.27
96592026-04-07T02:47:43.064Z Fresh jobserver v0.1.34
96602026-04-07T02:47:43.064Z Fresh parking_lot_core v0.9.12
96612026-04-07T02:47:43.064Z Fresh once_cell v1.21.3
96622026-04-07T02:47:43.064Z Fresh mio v1.1.1
96632026-04-07T02:47:43.064Z Fresh typenum v1.19.0
96642026-04-07T02:47:43.064Z Fresh socket2 v0.6.2
96652026-04-07T02:47:43.064Z Fresh getrandom v0.4.1
96662026-04-07T02:47:43.064Z Fresh indexmap v2.13.0
96672026-04-07T02:47:43.064Z Fresh rustversion v1.0.22
96682026-04-07T02:47:43.064Z Fresh regex-automata v0.4.14
96692026-04-07T02:47:43.064Z Fresh futures-channel v0.3.32
96702026-04-07T02:47:43.064Z Fresh either v1.15.0
96712026-04-07T02:47:43.064Z Fresh untrusted v0.9.0
96722026-04-07T02:47:43.064Z Fresh base64ct v1.8.3
96732026-04-07T02:47:43.064Z Fresh anstyle v1.0.13
96742026-04-07T02:47:43.064Z Fresh utf8parse v0.2.2
96752026-04-07T02:47:43.064Z Fresh colorchoice v1.0.4
96762026-04-07T02:47:43.064Z Fresh is_terminal_polyfill v1.70.2
96772026-04-07T02:47:43.071Z Fresh serde_derive v1.0.228
96782026-04-07T02:47:43.071Z Fresh zeroize_derive v1.4.3
96792026-04-07T02:47:43.071Z Fresh synstructure v0.13.2
96802026-04-07T02:47:43.071Z Fresh zerovec-derive v0.11.2
96812026-04-07T02:47:43.071Z Fresh displaydoc v0.2.5
96822026-04-07T02:47:43.071Z Fresh cc v1.2.56
96832026-04-07T02:47:43.071Z Fresh parking_lot v0.12.5
96842026-04-07T02:47:43.072Z Fresh zerocopy-derive v0.8.40
96852026-04-07T02:47:43.072Z Fresh rand_core v0.6.4
96862026-04-07T02:47:43.072Z Fresh thiserror-impl v2.0.18
96872026-04-07T02:47:43.072Z Fresh signal-hook-registry v1.4.8
96882026-04-07T02:47:43.072Z Fresh tokio-macros v2.6.0
96892026-04-07T02:47:43.072Z Fresh uuid v1.23.0
96902026-04-07T02:47:43.072Z Fresh serde_derive_internals v0.29.1
96912026-04-07T02:47:43.072Z Fresh getrandom v0.3.4
96922026-04-07T02:47:43.072Z Fresh futures-macro v0.3.32
96932026-04-07T02:47:43.073Z Fresh rustix v1.1.3
96942026-04-07T02:47:43.073Z Fresh thiserror-impl v1.0.69
96952026-04-07T02:47:43.073Z Fresh syn v1.0.109
96962026-04-07T02:47:43.073Z Fresh regex v1.12.3
96972026-04-07T02:47:43.073Z Fresh tracing-attributes v0.1.31
96982026-04-07T02:47:43.073Z Fresh tracing-core v0.1.36
96992026-04-07T02:47:43.073Z Fresh pem-rfc7468 v0.7.0
97002026-04-07T02:47:43.073Z Fresh anstyle-parse v0.2.7
97012026-04-07T02:47:43.073Z Fresh ryu v1.0.23
97022026-04-07T02:47:43.074Z Fresh powerfmt v0.2.0
97032026-04-07T02:47:43.074Z Fresh anstyle-query v1.1.5
97042026-04-07T02:47:43.074Z Fresh num-conv v0.2.0
97052026-04-07T02:47:43.074Z Fresh time-core v0.1.8
97062026-04-07T02:47:43.074Z Fresh serde v1.0.228
97072026-04-07T02:47:43.074Z Fresh zeroize v1.8.2
97082026-04-07T02:47:43.074Z Fresh zerofrom-derive v0.1.6
97092026-04-07T02:47:43.074Z Fresh yoke-derive v0.8.1
97102026-04-07T02:47:43.074Z Fresh zerocopy v0.8.40
97112026-04-07T02:47:43.074Z Fresh thiserror v2.0.18
97122026-04-07T02:47:43.075Z Fresh schemars_derive v0.8.22
97132026-04-07T02:47:43.075Z Fresh futures-util v0.3.32
97142026-04-07T02:47:43.075Z Fresh thiserror v1.0.69
97152026-04-07T02:47:43.075Z Fresh tracing v0.1.44
97162026-04-07T02:47:43.075Z Fresh anyhow v1.0.102
97172026-04-07T02:47:43.075Z Fresh crossbeam-utils v0.8.21
97182026-04-07T02:47:43.075Z Fresh httparse v1.10.1
97192026-04-07T02:47:43.075Z Fresh rand_core v0.9.5
97202026-04-07T02:47:43.075Z Fresh deranged v0.5.8
97212026-04-07T02:47:43.075Z Fresh time-macros v0.2.27
97222026-04-07T02:47:43.075Z Fresh anstream v0.6.21
97232026-04-07T02:47:43.075Z Fresh num_threads v0.1.7
97242026-04-07T02:47:43.075Z Fresh atomic-waker v1.1.2
97252026-04-07T02:47:43.075Z Fresh terminal_size v0.4.3
97262026-04-07T02:47:43.075Z Fresh cmake v0.1.57
97272026-04-07T02:47:43.075Z Fresh der_derive v0.7.3
97282026-04-07T02:47:43.075Z Fresh flagset v0.4.7
97292026-04-07T02:47:43.075Z Fresh httpdate v1.0.3
97302026-04-07T02:47:43.075Z Fresh fs_extra v1.3.0
97312026-04-07T02:47:43.075Z Fresh dunce v1.0.5
97322026-04-07T02:47:43.075Z Fresh try-lock v0.2.5
97332026-04-07T02:47:43.075Z Fresh tower-layer v0.3.3
97342026-04-07T02:47:43.075Z Fresh tower-service v0.3.3
97352026-04-07T02:47:43.075Z Fresh clap_lex v1.0.0
97362026-04-07T02:47:43.075Z Fresh bytes v1.11.1
97372026-04-07T02:47:43.076Z Fresh zerofrom v0.1.6
97382026-04-07T02:47:43.076Z Fresh chrono v0.4.44
97392026-04-07T02:47:43.076Z Fresh generic-array v0.14.7
97402026-04-07T02:47:43.076Z Fresh ppv-lite86 v0.2.21
97412026-04-07T02:47:43.076Z Fresh serde_tokenstream v0.2.3
97422026-04-07T02:47:43.076Z Fresh ipnet v2.11.0
97432026-04-07T02:47:43.076Z Fresh rustls-pki-types v1.14.0
97442026-04-07T02:47:43.076Z Fresh time v0.3.47
97452026-04-07T02:47:43.076Z Fresh want v0.3.1
97462026-04-07T02:47:43.076Z Fresh der v0.7.10
97472026-04-07T02:47:43.076Z Fresh pin-utils v0.1.0
97482026-04-07T02:47:43.076Z Fresh clap_builder v4.5.60
97492026-04-07T02:47:43.076Z Fresh erased-serde v0.3.31
97502026-04-07T02:47:43.076Z Fresh clap_derive v4.5.55
97512026-04-07T02:47:43.076Z Fresh vcpkg v0.2.15
97522026-04-07T02:47:43.076Z Fresh socket2 v0.5.10
97532026-04-07T02:47:43.076Z Fresh spin v0.9.8
97542026-04-07T02:47:43.076Z Fresh unicode-segmentation v1.12.0
97552026-04-07T02:47:43.076Z Fresh async-trait v0.1.89
97562026-04-07T02:47:43.076Z Fresh untrusted v0.7.1
97572026-04-07T02:47:43.076Z Fresh ucd-trie v0.1.7
97582026-04-07T02:47:43.076Z Fresh fastrand v2.3.0
97592026-04-07T02:47:43.076Z Fresh openssl-probe v0.2.1
97602026-04-07T02:47:43.076Z Fresh pretty-hex v0.4.1
97612026-04-07T02:47:43.076Z Fresh hex v0.4.3
97622026-04-07T02:47:43.076Z Fresh yoke v0.8.1
97632026-04-07T02:47:43.077Z Fresh tokio v1.50.0
97642026-04-07T02:47:43.077Z Fresh crypto-common v0.1.7
97652026-04-07T02:47:43.077Z Fresh block-buffer v0.10.4
97662026-04-07T02:47:43.077Z Fresh http v1.4.0
97672026-04-07T02:47:43.077Z Fresh ring v0.17.14
97682026-04-07T02:47:43.077Z Fresh block-padding v0.3.3
97692026-04-07T02:47:43.077Z Fresh rand_chacha v0.9.0
97702026-04-07T02:47:43.077Z Fresh slog v2.8.2
97712026-04-07T02:47:43.077Z Fresh clap v4.5.60
97722026-04-07T02:47:43.077Z Fresh spki v0.7.3
97732026-04-07T02:47:43.077Z Fresh pest v2.8.6
97742026-04-07T02:47:43.077Z Fresh rand_chacha v0.3.1
97752026-04-07T02:47:43.077Z Fresh serde_urlencoded v0.7.1
97762026-04-07T02:47:43.077Z Fresh rustc_version v0.4.1
97772026-04-07T02:47:43.083Z Fresh plain v0.2.3
97782026-04-07T02:47:43.083Z Fresh tempfile v3.25.0
97792026-04-07T02:47:43.083Z Fresh rustls-native-certs v0.8.3
97802026-04-07T02:47:43.083Z Fresh sync_wrapper v1.0.2
97812026-04-07T02:47:43.083Z Fresh winnow v0.7.14
97822026-04-07T02:47:43.083Z Fresh webpki-roots v1.0.6
97832026-04-07T02:47:43.083Z Fresh openapiv3 v2.2.0
97842026-04-07T02:47:43.083Z Fresh iri-string v0.7.10
97852026-04-07T02:47:43.083Z Fresh darling_core v0.21.3
97862026-04-07T02:47:43.083Z Fresh simd-adler32 v0.3.8
97872026-04-07T02:47:43.083Z Fresh mime v0.3.17
97882026-04-07T02:47:43.083Z Fresh adler2 v2.0.1
97892026-04-07T02:47:43.083Z Fresh lazy_static v1.5.0
97902026-04-07T02:47:43.083Z Fresh hubpack_derive v0.1.1
97912026-04-07T02:47:43.083Z Fresh zerovec v0.11.5
97922026-04-07T02:47:43.084Z Fresh zerotrie v0.2.3
97932026-04-07T02:47:43.084Z Fresh digest v0.10.7
97942026-04-07T02:47:43.084Z Fresh tokio-util v0.7.18
97952026-04-07T02:47:43.084Z Fresh inout v0.1.4
97962026-04-07T02:47:43.084Z Fresh http-body v1.0.1
97972026-04-07T02:47:43.084Z Fresh rand v0.9.2
97982026-04-07T02:47:43.084Z Fresh camino v1.2.2
97992026-04-07T02:47:43.084Z Fresh aws-lc-sys v0.37.1
98002026-04-07T02:47:43.084Z Fresh pest_meta v2.8.6
98012026-04-07T02:47:43.084Z Fresh rand v0.8.5
98022026-04-07T02:47:43.084Z Fresh tower v0.5.3
98032026-04-07T02:47:43.084Z Fresh darling_macro v0.21.3
98042026-04-07T02:47:43.084Z Fresh miniz_oxide v0.8.9
98052026-04-07T02:47:43.084Z Fresh static_assertions v1.1.0
98062026-04-07T02:47:43.084Z Fresh hubpack v0.1.2
98072026-04-07T02:47:43.084Z Fresh serde_spanned v0.6.9
98082026-04-07T02:47:43.084Z Fresh toml_datetime v0.6.11
98092026-04-07T02:47:43.084Z Fresh encoding_rs v0.8.35
98102026-04-07T02:47:43.084Z Fresh foreign-types-shared v0.1.1
98112026-04-07T02:47:43.084Z Fresh toml_parser v1.0.9+spec-1.1.0
98122026-04-07T02:47:43.084Z Fresh strum_macros v0.26.4
98132026-04-07T02:47:43.084Z Fresh openssl-macros v0.1.1
98142026-04-07T02:47:43.084Z Fresh scroll_derive v0.13.1
98152026-04-07T02:47:43.084Z Fresh tinyvec_macros v0.1.1
98162026-04-07T02:47:43.085Z Fresh heck v0.4.1
98172026-04-07T02:47:43.085Z Fresh num-integer v0.1.46
98182026-04-07T02:47:43.085Z Fresh tinystr v0.8.2
98192026-04-07T02:47:43.085Z Fresh potential_utf v0.1.4
98202026-04-07T02:47:43.085Z Fresh cipher v0.4.4
98212026-04-07T02:47:43.085Z Fresh hmac v0.12.1
98222026-04-07T02:47:43.085Z Fresh sha2 v0.10.9
98232026-04-07T02:47:43.085Z Fresh h2 v0.4.13
98242026-04-07T02:47:43.085Z Fresh http-body-util v0.1.3
98252026-04-07T02:47:43.085Z Fresh aws-lc-rs v1.16.0
98262026-04-07T02:47:43.085Z Fresh pest_generator v2.8.6
98272026-04-07T02:47:43.085Z Fresh tower-http v0.6.8
98282026-04-07T02:47:43.085Z Fresh darling v0.21.3
98292026-04-07T02:47:43.085Z Fresh signature v2.2.0
98302026-04-07T02:47:43.085Z Fresh foreign-types v0.3.2
98312026-04-07T02:47:43.085Z Fresh openssl-sys v0.9.111
98322026-04-07T02:47:43.085Z Fresh scroll v0.13.0
98332026-04-07T02:47:43.085Z Fresh strum v0.26.3
98342026-04-07T02:47:43.085Z Fresh tinyvec v1.10.0
98352026-04-07T02:47:43.085Z Fresh sha1 v0.10.6
98362026-04-07T02:47:43.085Z Fresh data-encoding v2.10.0
98372026-04-07T02:47:43.085Z Fresh bit-vec v0.8.0
98382026-04-07T02:47:43.085Z Fresh base16ct v0.2.0
98392026-04-07T02:47:43.086Z Fresh ff v0.13.1
98402026-04-07T02:47:43.086Z Fresh wait-timeout v0.2.1
98412026-04-07T02:47:43.086Z Fresh thread-id v5.1.0
98422026-04-07T02:47:43.086Z Fresh icu_locale_core v2.1.1
98432026-04-07T02:47:43.086Z Fresh icu_collections v2.1.1
98442026-04-07T02:47:43.086Z Fresh hyper v1.8.1
98452026-04-07T02:47:43.086Z Fresh aes v0.8.4
98462026-04-07T02:47:43.086Z Fresh pbkdf2 v0.12.2
98472026-04-07T02:47:43.086Z Fresh cbc v0.1.2
98482026-04-07T02:47:43.086Z Fresh salsa20 v0.10.2
98492026-04-07T02:47:43.086Z Fresh rustls-webpki v0.103.9
98502026-04-07T02:47:43.086Z Fresh pest_derive v2.8.6
98512026-04-07T02:47:43.086Z Fresh crc32fast v1.5.0
98522026-04-07T02:47:43.086Z Fresh paste v1.0.15
98532026-04-07T02:47:43.086Z Fresh openssl v0.10.75
98542026-04-07T02:47:43.086Z Fresh goblin v0.10.5
98552026-04-07T02:47:43.086Z Fresh bit-set v0.8.0
98562026-04-07T02:47:43.086Z Fresh zlib-rs v0.6.2
98572026-04-07T02:47:43.086Z Fresh litrs v1.0.0
98582026-04-07T02:47:43.086Z Fresh hkdf v0.12.4
98592026-04-07T02:47:43.086Z Fresh group v0.13.0
98602026-04-07T02:47:43.086Z Fresh num-iter v0.1.45
98612026-04-07T02:47:43.086Z Fresh crypto-bigint v0.5.5
98622026-04-07T02:47:43.086Z Fresh scroll_derive v0.12.1
98632026-04-07T02:47:43.086Z Fresh memmap2 v0.9.10
98642026-04-07T02:47:43.086Z Fresh toml_datetime v0.7.5+spec-1.1.0
98652026-04-07T02:47:43.087Z Fresh psl-types v2.0.11
98662026-04-07T02:47:43.087Z Fresh quick-error v1.2.3
98672026-04-07T02:47:43.087Z Fresh cfg_aliases v0.2.1
98682026-04-07T02:47:43.087Z Fresh icu_provider v2.1.1
98692026-04-07T02:47:43.087Z Fresh hyper-util v0.1.20
98702026-04-07T02:47:43.087Z Fresh rustls v0.23.37
98712026-04-07T02:47:43.087Z Fresh scrypt v0.11.0
98722026-04-07T02:47:43.087Z Fresh native-tls v0.2.18
98732026-04-07T02:47:43.087Z Fresh dof v0.4.0
98742026-04-07T02:47:43.087Z Fresh dtrace-parser v0.3.0
98752026-04-07T02:47:43.087Z Fresh flate2 v1.1.9
98762026-04-07T02:47:43.087Z Fresh object v0.37.3
98772026-04-07T02:47:43.091Z Fresh document-features v0.2.12
98782026-04-07T02:47:43.091Z Fresh ahash v0.8.12
98792026-04-07T02:47:43.091Z Fresh siphasher v1.0.2
98802026-04-07T02:47:43.091Z Fresh scroll v0.12.0
98812026-04-07T02:47:43.091Z Fresh rusty-fork v0.3.1
98822026-04-07T02:47:43.091Z Fresh crossbeam-epoch v0.9.18
98832026-04-07T02:47:43.092Z Fresh rand_xorshift v0.4.0
98842026-04-07T02:47:43.092Z Fresh bstr v1.12.1
98852026-04-07T02:47:43.092Z Fresh zerocopy-derive v0.7.35
98862026-04-07T02:47:43.092Z Fresh darling_core v0.20.11
98872026-04-07T02:47:43.092Z Fresh winnow v0.5.40
98882026-04-07T02:47:43.092Z Fresh unarray v0.1.4
98892026-04-07T02:47:43.092Z Fresh x509-cert v0.2.5
98902026-04-07T02:47:43.092Z Fresh itertools v0.13.0
98912026-04-07T02:47:43.092Z Fresh dtrace-parser v0.2.0
98922026-04-07T02:47:43.092Z Fresh rfc6979 v0.4.0
98932026-04-07T02:47:43.092Z Fresh curve25519-dalek-derive v0.1.1
98942026-04-07T02:47:43.092Z Fresh icu_normalizer v2.1.1
98952026-04-07T02:47:43.092Z Fresh icu_properties v2.1.2
98962026-04-07T02:47:43.092Z Fresh pkcs5 v0.7.1
98972026-04-07T02:47:43.092Z Fresh tokio-rustls v0.26.4
98982026-04-07T02:47:43.092Z Fresh tokio-native-tls v0.3.1
98992026-04-07T02:47:43.092Z Fresh usdt-impl v0.6.0
99002026-04-07T02:47:43.092Z Fresh cookie v0.18.1
99012026-04-07T02:47:43.092Z Fresh rustls-platform-verifier v0.6.2
99022026-04-07T02:47:43.092Z Fresh zerocopy v0.7.35
99032026-04-07T02:47:43.092Z Fresh num-bigint-dig v0.8.6
99042026-04-07T02:47:43.092Z Fresh darling_macro v0.20.11
99052026-04-07T02:47:43.092Z Fresh toml_edit v0.19.15
99062026-04-07T02:47:43.092Z Fresh goblin v0.8.2
99072026-04-07T02:47:43.092Z Fresh proptest v1.10.0
99082026-04-07T02:47:43.092Z Fresh thread-id v4.2.2
99092026-04-07T02:47:43.092Z Fresh daft-derive v0.1.5
99102026-04-07T02:47:43.093Z Fresh env_filter v1.0.0
99112026-04-07T02:47:43.093Z Fresh keccak v0.1.6
99122026-04-07T02:47:43.093Z Fresh serde_with_macros v3.17.0
99132026-04-07T02:47:43.093Z Fresh bitflags v1.3.2
99142026-04-07T02:47:43.093Z Fresh unicode-normalization v0.1.25
99152026-04-07T02:47:43.093Z Fresh enum-as-inner v0.6.1
99162026-04-07T02:47:43.093Z Fresh toml_write v0.1.2
99172026-04-07T02:47:43.093Z Fresh idna_adapter v1.2.1
99182026-04-07T02:47:43.093Z Fresh pkcs8 v0.10.2
99192026-04-07T02:47:43.093Z Fresh hyper-rustls v0.27.7
99202026-04-07T02:47:43.093Z Fresh hyper-tls v0.6.0
99212026-04-07T02:47:43.093Z Fresh usdt-attr-macro v0.6.0
99222026-04-07T02:47:43.093Z Fresh usdt-macro v0.6.0
99232026-04-07T02:47:43.093Z Fresh darling v0.20.11
99242026-04-07T02:47:43.093Z Fresh dof v0.3.0
99252026-04-07T02:47:43.093Z Fresh memoffset v0.9.1
99262026-04-07T02:47:43.093Z Fresh curve25519-dalek v4.1.3
99272026-04-07T02:47:43.093Z Fresh rustix v0.38.44
99282026-04-07T02:47:43.093Z Fresh sha3 v0.10.8
99292026-04-07T02:47:43.093Z Fresh env_logger v0.11.9
99302026-04-07T02:47:43.093Z Fresh managed v0.8.0
99312026-04-07T02:47:43.093Z Fresh toml_edit v0.22.27
99322026-04-07T02:47:43.093Z Fresh phf_shared v0.11.3
99332026-04-07T02:47:43.093Z Fresh cargo-platform v0.1.9
99342026-04-07T02:47:43.093Z Fresh ref-cast-impl v1.0.25
99352026-04-07T02:47:43.093Z Fresh rustc-hash v2.1.1
99362026-04-07T02:47:43.093Z Fresh precomputed-hash v0.1.1
99372026-04-07T02:47:43.093Z Fresh fixedbitset v0.4.2
99382026-04-07T02:47:43.093Z Fresh new_debug_unreachable v1.0.6
99392026-04-07T02:47:43.094Z Fresh toml v0.7.8
99402026-04-07T02:47:43.094Z Fresh foldhash v0.1.5
99412026-04-07T02:47:43.094Z Fresh idna v1.1.0
99422026-04-07T02:47:43.094Z Fresh sec1 v0.7.3
99432026-04-07T02:47:43.094Z Fresh pkcs1 v0.7.5
99442026-04-07T02:47:43.094Z Fresh usdt v0.6.0
99452026-04-07T02:47:43.094Z Fresh usdt-impl v0.5.0
99462026-04-07T02:47:43.094Z Fresh derive_builder_core v0.20.2
99472026-04-07T02:47:43.094Z Fresh ed25519 v2.2.3
99482026-04-07T02:47:43.094Z Fresh signal-hook v0.3.18
99492026-04-07T02:47:43.094Z Fresh bzip2-sys v0.1.13+1.0.8
99502026-04-07T02:47:43.094Z Fresh nix v0.31.1
99512026-04-07T02:47:43.094Z Fresh petgraph v0.6.5
99522026-04-07T02:47:43.094Z Fresh string_cache v0.8.9
99532026-04-07T02:47:43.094Z Fresh cargo_metadata v0.19.2
99542026-04-07T02:47:43.094Z Fresh zstd-sys v2.0.16+zstd.1.5.7
99552026-04-07T02:47:43.094Z Fresh hashbrown v0.15.5
99562026-04-07T02:47:43.094Z Fresh lalrpop-util v0.19.12
99572026-04-07T02:47:43.094Z Fresh tokio-stream v0.1.18
99582026-04-07T02:47:43.094Z Fresh serde-big-array v0.5.1
99592026-04-07T02:47:43.094Z Fresh hash32 v0.2.1
99602026-04-07T02:47:43.094Z Fresh unicode-properties v0.1.4
99612026-04-07T02:47:43.094Z Fresh bumpalo v3.20.2
99622026-04-07T02:47:43.094Z Fresh unicode-bidi v0.3.18
99632026-04-07T02:47:43.094Z Fresh libbz2-rs-sys v0.2.2
99642026-04-07T02:47:43.094Z Fresh predicates-core v1.0.10
99652026-04-07T02:47:43.094Z Fresh similar v2.7.0
99662026-04-07T02:47:43.094Z Fresh md-5 v0.10.6
99672026-04-07T02:47:43.094Z Fresh url v2.5.8
99682026-04-07T02:47:43.094Z Fresh publicsuffix v2.3.0
99692026-04-07T02:47:43.094Z Fresh elliptic-curve v0.13.8
99702026-04-07T02:47:43.094Z Fresh rsa v0.9.10
99712026-04-07T02:47:43.094Z Fresh derive_builder_macro v0.20.2
99722026-04-07T02:47:43.094Z Fresh ed25519-dalek v2.2.0
99732026-04-07T02:47:43.094Z Fresh ref-cast v1.0.25
99742026-04-07T02:47:43.094Z Fresh bzip2 v0.4.4
99752026-04-07T02:47:43.094Z Fresh signal-hook-mio v0.2.5
99762026-04-07T02:47:43.094Z Fresh zstd-safe v7.2.4
99772026-04-07T02:47:43.099Z Fresh stringprep v0.1.5
99782026-04-07T02:47:43.099Z Fresh zopfli v0.8.3
99792026-04-07T02:47:43.099Z Fresh bzip2 v0.6.1
99802026-04-07T02:47:43.099Z Fresh float-cmp v0.10.0
99812026-04-07T02:47:43.100Z Fresh strum_macros v0.27.2
99822026-04-07T02:47:43.100Z Fresh jiff v0.2.21
99832026-04-07T02:47:43.100Z Fresh fallible-iterator v0.2.0
99842026-04-07T02:47:43.100Z Fresh difflib v0.4.0
99852026-04-07T02:47:43.100Z Fresh normalize-line-endings v0.3.0
99862026-04-07T02:47:43.100Z Fresh phf_shared v0.13.1
99872026-04-07T02:47:43.100Z Fresh buf-list v1.1.2
99882026-04-07T02:47:43.100Z Fresh serde_repr v0.1.20
99892026-04-07T02:47:43.100Z Fresh peg-runtime v0.8.5
99902026-04-07T02:47:43.100Z Fresh fixedbitset v0.5.7
99912026-04-07T02:47:43.100Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
99922026-04-07T02:47:43.100Z Fresh whoami v2.1.0
99932026-04-07T02:47:43.100Z Fresh is-terminal v0.4.17
99942026-04-07T02:47:43.100Z Fresh futures-executor v0.3.32
99952026-04-07T02:47:43.100Z Fresh crossbeam-channel v0.5.15
99962026-04-07T02:47:43.100Z Fresh schemars v0.8.22
99972026-04-07T02:47:43.100Z Fresh cookie_store v0.22.1
99982026-04-07T02:47:43.100Z Fresh reqwest v0.12.28
99992026-04-07T02:47:43.100Z Fresh ecdsa v0.16.9
100002026-04-07T02:47:43.100Z Fresh derive_builder v0.20.2
100012026-04-07T02:47:43.100Z Fresh zip v0.6.6
100022026-04-07T02:47:43.100Z Fresh crossterm v0.28.1
100032026-04-07T02:47:43.100Z Fresh fs-err v3.3.0
100042026-04-07T02:47:43.100Z Fresh zstd v0.13.3
100052026-04-07T02:47:43.100Z Fresh hickory-proto v0.25.2
100062026-04-07T02:47:43.100Z Fresh heapless v0.7.17
100072026-04-07T02:47:43.100Z Fresh postgres-protocol v0.6.10
100082026-04-07T02:47:43.100Z Fresh strum v0.27.2
100092026-04-07T02:47:43.100Z Fresh predicates v3.1.4
100102026-04-07T02:47:43.100Z Fresh petgraph v0.8.3
100112026-04-07T02:47:43.100Z Fresh phf v0.13.1
100122026-04-07T02:47:43.100Z Fresh futures v0.3.32
100132026-04-07T02:47:43.100Z Fresh regress v0.10.5
100142026-04-07T02:47:43.100Z Fresh thread_local v1.1.9
100152026-04-07T02:47:43.101Z Fresh take_mut v0.2.2
100162026-04-07T02:47:43.101Z Fresh term v1.2.1
100172026-04-07T02:47:43.101Z Fresh structmeta-derive v0.3.0
100182026-04-07T02:47:43.101Z Fresh match_cfg v0.1.0
100192026-04-07T02:47:43.101Z Fresh slog-json v2.6.1
100202026-04-07T02:47:43.101Z Fresh newtype-uuid-macros v0.1.0
100212026-04-07T02:47:43.101Z Fresh debug-ignore v1.0.5
100222026-04-07T02:47:43.101Z Fresh serde_spanned v1.0.4
100232026-04-07T02:47:43.101Z Fresh toml_writer v1.0.6+spec-1.1.0
100242026-04-07T02:47:43.101Z Fresh rustls-webpki v0.102.8
100252026-04-07T02:47:43.101Z Fresh serde_path_to_error v0.1.20
100262026-04-07T02:47:43.101Z Fresh ipnetwork v0.21.1
100272026-04-07T02:47:43.101Z Fresh reqwest v0.13.2
100282026-04-07T02:47:43.101Z Fresh newtype-uuid v1.3.2
100292026-04-07T02:47:43.101Z Fresh serde_with v3.17.0
100302026-04-07T02:47:43.101Z Fresh vergen-lib v0.1.6
100312026-04-07T02:47:43.101Z Fresh smoltcp v0.9.1
100322026-04-07T02:47:43.101Z Fresh zip v4.6.1
100332026-04-07T02:47:43.101Z Fresh postgres-types v0.2.12
100342026-04-07T02:47:43.101Z Fresh slog-term v2.9.2
100352026-04-07T02:47:43.101Z Fresh structmeta v0.3.0
100362026-04-07T02:47:43.101Z Fresh hostname v0.3.1
100372026-04-07T02:47:43.101Z Fresh async-stream-impl v0.3.6
100382026-04-07T02:47:43.101Z Fresh rustls-pemfile v2.2.0
100392026-04-07T02:47:43.101Z Fresh waitgroup v0.1.2
100402026-04-07T02:47:43.101Z Fresh hostname v0.4.2
100412026-04-07T02:47:43.101Z Fresh toml v0.9.12+spec-1.1.0
100422026-04-07T02:47:43.101Z Fresh dropshot_endpoint v0.16.7
100432026-04-07T02:47:43.101Z Fresh itertools v0.14.0
100442026-04-07T02:47:43.101Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
100452026-04-07T02:47:43.101Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100462026-04-07T02:47:43.102Z Fresh macaddr v1.0.1
100472026-04-07T02:47:43.102Z Fresh instant v0.1.13
100482026-04-07T02:47:43.102Z Fresh progenitor-client v0.10.0
100492026-04-07T02:47:43.102Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
100502026-04-07T02:47:43.102Z Fresh backon v1.6.0
100512026-04-07T02:47:43.102Z Fresh unicode-width v0.2.0
100522026-04-07T02:47:43.102Z Fresh toml v0.8.23
100532026-04-07T02:47:43.102Z Fresh convert_case v0.4.0
100542026-04-07T02:47:43.102Z Fresh oxnet v0.1.4
100552026-04-07T02:47:43.102Z Fresh vergen v9.0.6
100562026-04-07T02:47:43.102Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
100572026-04-07T02:47:43.102Z Fresh tokio-postgres v0.7.16
100582026-04-07T02:47:43.102Z Fresh slog-async v2.8.0
100592026-04-07T02:47:43.102Z Fresh slog-bunyan v2.5.0
100602026-04-07T02:47:43.102Z Fresh derive-ex v0.1.8
100612026-04-07T02:47:43.102Z Fresh progenitor-client v0.13.0
100622026-04-07T02:47:43.102Z Fresh rustls v0.22.4
100632026-04-07T02:47:43.102Z Fresh async-stream v0.3.6
100642026-04-07T02:47:43.102Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100652026-04-07T02:47:43.103Z Fresh parse-display-derive v0.10.0
100662026-04-07T02:47:43.103Z Fresh backoff v0.4.0
100672026-04-07T02:47:43.103Z Fresh derive_more v0.99.20
100682026-04-07T02:47:43.103Z Fresh unsafe-libyaml v0.2.11
100692026-04-07T02:47:43.103Z Fresh half v2.7.1
100702026-04-07T02:47:43.103Z Fresh ciborium-io v0.2.2
100712026-04-07T02:47:43.103Z Fresh typify-impl v0.6.1
100722026-04-07T02:47:43.103Z Fresh secrecy v0.10.3
100732026-04-07T02:47:43.103Z Fresh universal-hash v0.5.1
100742026-04-07T02:47:43.103Z Fresh opaque-debug v0.3.1
100752026-04-07T02:47:43.103Z Fresh indent_write v2.2.0
100762026-04-07T02:47:43.103Z Fresh aead v0.5.2
100772026-04-07T02:47:43.110Z Fresh chacha20 v0.9.1
100782026-04-07T02:47:43.111Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
100792026-04-07T02:47:43.111Z Fresh byte-wrapper v0.1.0
100802026-04-07T02:47:43.111Z Fresh thiserror-impl-no-std v2.0.2
100812026-04-07T02:47:43.111Z Fresh swrite v0.1.0
100822026-04-07T02:47:43.111Z Fresh blake2 v0.10.6
100832026-04-07T02:47:43.111Z Fresh daft v0.1.5
100842026-04-07T02:47:43.111Z Fresh test-strategy v0.4.5
100852026-04-07T02:47:43.111Z Fresh tokio-rustls v0.25.0
100862026-04-07T02:47:43.112Z Fresh multer v3.1.0
100872026-04-07T02:47:43.112Z Fresh parse-display v0.10.0
100882026-04-07T02:47:43.112Z Fresh progenitor-extras v0.1.1
100892026-04-07T02:47:43.112Z Fresh serde_yaml v0.9.34+deprecated
100902026-04-07T02:47:43.112Z Fresh ciborium-ll v0.2.2
100912026-04-07T02:47:43.112Z Fresh typify-macro v0.6.1
100922026-04-07T02:47:43.112Z Fresh poly1305 v0.8.0
100932026-04-07T02:47:43.112Z Fresh thiserror-no-std v2.0.2
100942026-04-07T02:47:43.112Z Fresh camino-tempfile v1.4.1
100952026-04-07T02:47:43.112Z Fresh password-hash v0.5.0
100962026-04-07T02:47:43.112Z Fresh glob v0.3.3
100972026-04-07T02:47:43.112Z Fresh crossbeam-deque v0.8.6
100982026-04-07T02:47:43.112Z Fresh toml_edit v0.23.10+spec-1.0.0
100992026-04-07T02:47:43.112Z Fresh tabwriter v1.4.1
101002026-04-07T02:47:43.113Z Fresh unicode-width v0.1.14
101012026-04-07T02:47:43.113Z Fresh ingot-macros v0.1.1
101022026-04-07T02:47:43.113Z Fresh hash32 v0.3.1
101032026-04-07T02:47:43.113Z Fresh cobs v0.3.0
101042026-04-07T02:47:43.113Z Fresh colored v3.1.1
101052026-04-07T02:47:43.113Z Fresh proc-macro-crate v1.3.1
101062026-04-07T02:47:43.113Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101072026-04-07T02:47:43.113Z Fresh iddqd v0.3.17
101082026-04-07T02:47:43.113Z Fresh dropshot v0.16.7
101092026-04-07T02:47:43.113Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
101102026-04-07T02:47:43.113Z Fresh ciborium v0.2.2
101112026-04-07T02:47:43.113Z Fresh typify v0.6.1
101122026-04-07T02:47:43.113Z Fresh crucible-workspace-hack v0.1.0
101132026-04-07T02:47:43.113Z Fresh chacha20poly1305 v0.10.1
101142026-04-07T02:47:43.113Z Fresh vsss-rs v3.3.4
101152026-04-07T02:47:43.113Z Fresh argon2 v0.5.3
101162026-04-07T02:47:43.113Z Fresh proc-macro-crate v3.4.0
101172026-04-07T02:47:43.113Z Fresh ingot-types v0.1.2
101182026-04-07T02:47:43.113Z Fresh postcard v1.1.3
101192026-04-07T02:47:43.113Z Fresh foreign-types-macros v0.2.3
101202026-04-07T02:47:43.113Z Fresh foreign-types-shared v0.3.1
101212026-04-07T02:47:43.113Z Fresh cpufeatures v0.3.0
101222026-04-07T02:47:43.113Z Fresh num_enum_derive v0.5.11
101232026-04-07T02:47:43.113Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101242026-04-07T02:47:43.113Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101252026-04-07T02:47:43.113Z Fresh cstr-argument v0.1.2
101262026-04-07T02:47:43.113Z Fresh sigpipe v0.1.3
101272026-04-07T02:47:43.114Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
101282026-04-07T02:47:43.114Z Fresh progenitor-impl v0.13.0
101292026-04-07T02:47:43.114Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
101302026-04-07T02:47:43.114Z Fresh proc-macro-error-attr v1.0.4
101312026-04-07T02:47:43.114Z Fresh rayon-core v1.13.0
101322026-04-07T02:47:43.114Z Fresh heapless v0.8.0
101332026-04-07T02:47:43.114Z Fresh num_enum_derive v0.7.5
101342026-04-07T02:47:43.114Z Fresh ingot v0.1.1
101352026-04-07T02:47:43.114Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
101362026-04-07T02:47:43.114Z Fresh chacha20 v0.10.0
101372026-04-07T02:47:43.114Z Fresh foreign-types v0.5.0
101382026-04-07T02:47:43.114Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101392026-04-07T02:47:43.114Z Fresh num_enum v0.5.11
101402026-04-07T02:47:43.114Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101412026-04-07T02:47:43.114Z Fresh num-derive v0.4.2
101422026-04-07T02:47:43.114Z Fresh itertools v0.12.1
101432026-04-07T02:47:43.114Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
101442026-04-07T02:47:43.114Z Fresh smf v0.2.3
101452026-04-07T02:47:43.114Z Fresh whoami v1.6.1
101462026-04-07T02:47:43.114Z Fresh atomicwrites v0.4.4
101472026-04-07T02:47:43.114Z Fresh console v0.15.11
101482026-04-07T02:47:43.114Z Fresh newline-converter v0.3.0
101492026-04-07T02:47:43.114Z Fresh derive-where v1.6.0
101502026-04-07T02:47:43.114Z Fresh num-rational v0.4.2
101512026-04-07T02:47:43.114Z Fresh num-complex v0.4.6
101522026-04-07T02:47:43.114Z Fresh usdt-macro v0.5.0
101532026-04-07T02:47:43.114Z Fresh progenitor-macro v0.13.0
101542026-04-07T02:47:43.114Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
101552026-04-07T02:47:43.115Z Fresh proc-macro-error v1.0.4
101562026-04-07T02:47:43.115Z Fresh rayon v1.11.0
101572026-04-07T02:47:43.115Z Fresh smoltcp v0.11.0
101582026-04-07T02:47:43.115Z Fresh num_enum v0.7.5
101592026-04-07T02:47:43.115Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101602026-04-07T02:47:43.115Z Fresh rand v0.10.0
101612026-04-07T02:47:43.115Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
101622026-04-07T02:47:43.115Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
101632026-04-07T02:47:43.115Z Fresh expectorate v1.2.0
101642026-04-07T02:47:43.115Z Fresh num v0.4.3
101652026-04-07T02:47:43.115Z Fresh usdt-attr-macro v0.5.0
101662026-04-07T02:47:43.115Z Fresh libsw-core v0.3.2
101672026-04-07T02:47:43.115Z Fresh memmap v0.7.0
101682026-04-07T02:47:43.115Z Fresh float-ord v0.3.2
101692026-04-07T02:47:43.115Z Fresh linear-map v1.2.0
101702026-04-07T02:47:43.115Z Fresh bytecount v0.6.9
101712026-04-07T02:47:43.115Z Fresh gethostname v0.5.0
101722026-04-07T02:47:43.115Z Fresh same-file v1.0.6
101732026-04-07T02:47:43.115Z Fresh async-recursion v1.1.1
101742026-04-07T02:47:43.115Z Fresh unicode-xid v0.2.6
101752026-04-07T02:47:43.115Z Fresh globset v0.4.18
101762026-04-07T02:47:43.115Z Fresh resolv-conf v0.7.6
101772026-04-07T02:47:43.127Z Fresh pin-project-internal v1.1.11
101782026-04-07T02:47:43.127Z Fresh smawk v0.3.2
101792026-04-07T02:47:43.127Z Fresh progenitor v0.13.0
101802026-04-07T02:47:43.127Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
101812026-04-07T02:47:43.127Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101822026-04-07T02:47:43.127Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
101832026-04-07T02:47:43.127Z Fresh zone_cfg_derive v0.3.1
101842026-04-07T02:47:43.127Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
101852026-04-07T02:47:43.127Z Fresh owo-colors v4.3.0
101862026-04-07T02:47:43.127Z Fresh libsw v3.5.0
101872026-04-07T02:47:43.127Z Fresh cancel-safe-futures v0.1.5
101882026-04-07T02:47:43.127Z Fresh usdt v0.5.0
101892026-04-07T02:47:43.127Z Fresh walkdir v2.5.0
101902026-04-07T02:47:43.127Z Fresh unicode-linebreak v0.1.5
101912026-04-07T02:47:43.127Z Fresh pin-project v1.1.11
101922026-04-07T02:47:43.127Z Fresh csv-core v0.1.13
101932026-04-07T02:47:43.127Z Fresh minimal-lexical v0.2.1
101942026-04-07T02:47:43.127Z Fresh snafu-derive v0.8.9
101952026-04-07T02:47:43.127Z Fresh convert_case v0.10.0
101962026-04-07T02:47:43.127Z Fresh pem v3.0.6
101972026-04-07T02:47:43.127Z Fresh termtree v0.5.1
101982026-04-07T02:47:43.127Z Fresh olpc-cjson v0.1.4
101992026-04-07T02:47:43.128Z Fresh ar_archive_writer v0.5.1
102002026-04-07T02:47:43.128Z Fresh serde_plain v1.0.2
102012026-04-07T02:47:43.128Z Fresh fd-lock v4.0.4
102022026-04-07T02:47:43.128Z Fresh vte v0.14.1
102032026-04-07T02:47:43.128Z Fresh typed-path v0.9.3
102042026-04-07T02:47:43.128Z Fresh linked-hash-map v0.5.6
102052026-04-07T02:47:43.128Z Fresh hickory-proto v0.24.4
102062026-04-07T02:47:43.128Z Fresh nu-ansi-term v0.50.3
102072026-04-07T02:47:43.128Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
102082026-04-07T02:47:43.128Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
102092026-04-07T02:47:43.128Z Fresh zone v0.3.1
102102026-04-07T02:47:43.128Z Fresh prettyplease v0.2.37
102112026-04-07T02:47:43.128Z Fresh tokio-dtrace v0.1.1
102122026-04-07T02:47:43.128Z Fresh slog-dtrace v0.3.0
102132026-04-07T02:47:43.128Z Fresh csv v1.4.0
102142026-04-07T02:47:43.128Z Fresh nom v7.1.3
102152026-04-07T02:47:43.128Z Fresh derive_more-impl v2.1.1
102162026-04-07T02:47:43.128Z Fresh snafu v0.8.9
102172026-04-07T02:47:43.128Z Fresh lru-cache v0.1.2
102182026-04-07T02:47:43.128Z Fresh strip-ansi-escapes v0.2.1
102192026-04-07T02:47:43.128Z Fresh cfg_aliases v0.1.1
102202026-04-07T02:47:43.128Z Fresh highway v1.3.0
102212026-04-07T02:47:43.128Z Fresh display-error-chain v0.2.2
102222026-04-07T02:47:43.128Z Fresh semver v0.1.20
102232026-04-07T02:47:43.128Z Fresh nibble_vec v0.1.0
102242026-04-07T02:47:43.128Z Fresh endian-type v0.1.2
102252026-04-07T02:47:43.128Z Fresh home v0.5.12
102262026-04-07T02:47:43.128Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
102272026-04-07T02:47:43.128Z Fresh oxide-tokio-rt v0.1.3
102282026-04-07T02:47:43.128Z Fresh tough v0.20.0
102292026-04-07T02:47:43.128Z Fresh derive_more v2.1.1
102302026-04-07T02:47:43.128Z Fresh reedline v0.40.0
102312026-04-07T02:47:43.128Z Fresh rustc_version v0.1.7
102322026-04-07T02:47:43.128Z Fresh hickory-resolver v0.24.4
102332026-04-07T02:47:43.128Z Fresh humantime v2.3.0
102342026-04-07T02:47:43.128Z Fresh radix_trie v0.2.1
102352026-04-07T02:47:43.128Z Fresh textwrap v0.16.2
102362026-04-07T02:47:43.128Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
102372026-04-07T02:47:43.128Z Fresh phf_shared v0.12.1
102382026-04-07T02:47:43.129Z Fresh recursive-proc-macro-impl v0.1.1
102392026-04-07T02:47:43.129Z Fresh const_format_proc_macros v0.2.34
102402026-04-07T02:47:43.129Z Fresh papergrid v0.11.0
102412026-04-07T02:47:43.129Z Fresh tabled_derive v0.7.0
102422026-04-07T02:47:43.129Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
102432026-04-07T02:47:43.129Z Fresh peg-macros v0.8.5
102442026-04-07T02:47:43.129Z Fresh sqlparser_derive v0.5.0
102452026-04-07T02:47:43.129Z Fresh winnow v0.6.26
102462026-04-07T02:47:43.129Z Fresh unicode_categories v0.1.1
102472026-04-07T02:47:43.129Z Fresh bcs v0.1.6
102482026-04-07T02:47:43.129Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
102492026-04-07T02:47:43.129Z Fresh crossterm v0.29.0
102502026-04-07T02:47:43.129Z Fresh psm v0.1.30
102512026-04-07T02:47:43.129Z Fresh qorb v0.4.1
102522026-04-07T02:47:43.129Z Fresh phf v0.12.1
102532026-04-07T02:47:43.129Z Fresh const_format v0.2.35
102542026-04-07T02:47:43.129Z Fresh peg v0.8.5
102552026-04-07T02:47:43.129Z Fresh tabled v0.15.0
102562026-04-07T02:47:43.129Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
102572026-04-07T02:47:43.129Z Fresh sqlformat v0.3.5
102582026-04-07T02:47:43.129Z Fresh filetime v0.2.27
102592026-04-07T02:47:43.129Z Fresh xattr v1.6.1
102602026-04-07T02:47:43.129Z Fresh base64 v0.21.7
102612026-04-07T02:47:43.129Z Fresh headers-core v0.3.0
102622026-04-07T02:47:43.129Z Fresh subprocess v0.2.15
102632026-04-07T02:47:43.129Z Fresh dropshot-api-manager-types v0.6.0
102642026-04-07T02:47:43.129Z Fresh yasna v0.5.2
102652026-04-07T02:47:43.129Z Fresh stacker v0.1.23
102662026-04-07T02:47:43.129Z Fresh nix v0.28.0
102672026-04-07T02:47:43.129Z Fresh chrono-tz v0.10.4
102682026-04-07T02:47:43.129Z Fresh tar v0.4.45
102692026-04-07T02:47:43.130Z Fresh headers v0.4.1
102702026-04-07T02:47:43.130Z Fresh rcgen v0.12.1
102712026-04-07T02:47:43.130Z Fresh utf-8 v0.7.6
102722026-04-07T02:47:43.130Z Fresh tagptr v0.2.0
102732026-04-07T02:47:43.130Z Fresh bitfield-struct v0.6.2
102742026-04-07T02:47:43.130Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102752026-04-07T02:47:43.130Z Fresh xshell-macros v0.2.7
102762026-04-07T02:47:43.130Z Fresh tap v1.0.1
102772026-04-07T02:47:43.134Z Fresh zerocopy-derive v0.6.6
102782026-04-07T02:47:43.134Z Fresh funty v2.0.0
102792026-04-07T02:47:43.134Z Fresh crc-catalog v2.4.0
102802026-04-07T02:47:43.134Z Fresh packed_struct_codegen v0.10.1
102812026-04-07T02:47:43.134Z Fresh bitfield-macros v0.19.4
102822026-04-07T02:47:43.134Z Fresh nodrop v0.1.14
102832026-04-07T02:47:43.134Z Fresh recursive v0.1.1
102842026-04-07T02:47:43.134Z Fresh rustyline v14.0.0
102852026-04-07T02:47:43.134Z Fresh newtype_derive v0.1.6
102862026-04-07T02:47:43.134Z Fresh moka v0.12.13
102872026-04-07T02:47:43.134Z Fresh tungstenite v0.21.0
102882026-04-07T02:47:43.134Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102892026-04-07T02:47:43.134Z Fresh xshell v0.2.7
102902026-04-07T02:47:43.134Z Fresh wyz v0.5.1
102912026-04-07T02:47:43.134Z Fresh crc v3.4.0
102922026-04-07T02:47:43.134Z Fresh zerocopy v0.6.6
102932026-04-07T02:47:43.134Z Fresh bitfield v0.19.4
102942026-04-07T02:47:43.134Z Fresh array-init v0.0.4
102952026-04-07T02:47:43.134Z Fresh hashbrown v0.12.3
102962026-04-07T02:47:43.134Z Fresh ron v0.8.1
102972026-04-07T02:47:43.135Z Fresh hashbrown v0.13.2
102982026-04-07T02:47:43.135Z Fresh crc-any v2.5.0
102992026-04-07T02:47:43.135Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
103002026-04-07T02:47:43.135Z Fresh maplit v1.0.2
103012026-04-07T02:47:43.135Z Fresh path-slash v0.1.5
103022026-04-07T02:47:43.135Z Fresh dsl_auto_type v0.2.0
103032026-04-07T02:47:43.135Z Fresh sqlparser v0.61.0
103042026-04-07T02:47:43.135Z Fresh steno v0.4.1
103052026-04-07T02:47:43.135Z Fresh hickory-resolver v0.25.2
103062026-04-07T02:47:43.135Z Fresh libefi-sys v0.1.0
103072026-04-07T02:47:43.135Z Fresh tokio-tungstenite v0.21.0
103082026-04-07T02:47:43.135Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103092026-04-07T02:47:43.135Z Fresh radium v0.7.0
103102026-04-07T02:47:43.135Z Fresh maybe-uninit v2.0.0
103112026-04-07T02:47:43.135Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
103122026-04-07T02:47:43.135Z Fresh indexmap v1.9.3
103132026-04-07T02:47:43.135Z Fresh scheduled-thread-pool v0.2.7
103142026-04-07T02:47:43.135Z Fresh diesel_table_macro_syntax v0.3.0
103152026-04-07T02:47:43.135Z Fresh num-derive v0.3.3
103162026-04-07T02:47:43.135Z Fresh proc-macro-error-attr2 v2.0.0
103172026-04-07T02:47:43.135Z Fresh downcast-rs v2.0.2
103182026-04-07T02:47:43.135Z Fresh diff v0.1.13
103192026-04-07T02:47:43.135Z Fresh dirs-sys-next v0.1.2
103202026-04-07T02:47:43.135Z Fresh unicase v2.9.0
103212026-04-07T02:47:43.135Z Fresh papergrid v0.17.0
103222026-04-07T02:47:43.135Z Fresh testing_table v0.3.0
103232026-04-07T02:47:43.136Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
103242026-04-07T02:47:43.136Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
103252026-04-07T02:47:43.136Z Fresh bitvec v1.0.1
103262026-04-07T02:47:43.136Z Fresh smallvec v0.6.14
103272026-04-07T02:47:43.136Z Fresh object v0.30.4
103282026-04-07T02:47:43.136Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
103292026-04-07T02:47:43.136Z Fresh r2d2 v0.8.10
103302026-04-07T02:47:43.136Z Fresh diesel_derives v2.3.7
103312026-04-07T02:47:43.136Z Fresh libscf-sys v1.1.0
103322026-04-07T02:47:43.136Z Fresh proc-macro-error2 v2.0.1
103332026-04-07T02:47:43.136Z Fresh dirs-next v2.0.0
103342026-04-07T02:47:43.136Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103352026-04-07T02:47:43.136Z Fresh half v1.8.3
103362026-04-07T02:47:43.136Z Fresh bit-vec v0.6.3
103372026-04-07T02:47:43.136Z Fresh itertools v0.10.5
103382026-04-07T02:47:43.136Z Fresh ena v0.14.4
103392026-04-07T02:47:43.136Z Fresh libloading v0.8.9
103402026-04-07T02:47:43.136Z Fresh regex-syntax v0.6.29
103412026-04-07T02:47:43.136Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103422026-04-07T02:47:43.136Z Fresh cexpr v0.6.0
103432026-04-07T02:47:43.136Z Fresh packed_struct v0.10.1
103442026-04-07T02:47:43.136Z Fresh serde-hex v0.1.0
103452026-04-07T02:47:43.136Z Fresh diesel v2.3.7
103462026-04-07T02:47:43.136Z Fresh tabled_derive v0.11.0
103472026-04-07T02:47:43.136Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
103482026-04-07T02:47:43.136Z Fresh term v0.7.0
103492026-04-07T02:47:43.136Z Fresh crunchy v0.2.4
103502026-04-07T02:47:43.136Z Fresh vergen-gitcl v1.0.8
103512026-04-07T02:47:43.136Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103522026-04-07T02:47:43.136Z Fresh bit-set v0.5.3
103532026-04-07T02:47:43.136Z Fresh serde_cbor v0.11.2
103542026-04-07T02:47:43.136Z Fresh clang-sys v1.8.1
103552026-04-07T02:47:43.136Z Fresh crc8 v0.1.1
103562026-04-07T02:47:43.136Z Fresh strum_macros v0.24.3
103572026-04-07T02:47:43.136Z Fresh indoc v1.0.9
103582026-04-07T02:47:43.136Z Fresh quick-xml v0.37.5
103592026-04-07T02:47:43.137Z Fresh oso-derive v0.27.3
103602026-04-07T02:47:43.137Z Fresh impl-trait-for-tuples v0.2.3
103612026-04-07T02:47:43.137Z Fresh openssl-probe v0.1.6
103622026-04-07T02:47:43.137Z Fresh fxhash v0.2.1
103632026-04-07T02:47:43.137Z Fresh typify-impl v0.4.3
103642026-04-07T02:47:43.137Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
103652026-04-07T02:47:43.137Z Fresh tabled v0.20.0
103662026-04-07T02:47:43.137Z Fresh tiny-keccak v2.0.2
103672026-04-07T02:47:43.137Z Fresh ascii-canvas v3.0.0
103682026-04-07T02:47:43.137Z Fresh bindgen v0.71.1
103692026-04-07T02:47:43.137Z Fresh trait-variant v0.1.2
103702026-04-07T02:47:43.137Z Fresh typify-macro v0.4.3
103712026-04-07T02:47:43.137Z Fresh primeorder v0.13.6
103722026-04-07T02:47:43.137Z Fresh bb8 v0.8.6
103732026-04-07T02:47:43.137Z Fresh arc-swap v1.8.2
103742026-04-07T02:47:43.137Z Fresh diesel-dtrace v0.5.0
103752026-04-07T02:47:43.137Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
103762026-04-07T02:47:43.137Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
103772026-04-07T02:47:43.143Z Fresh predicates-tree v1.0.13
103782026-04-07T02:47:43.143Z Fresh git-stub v1.0.0
103792026-04-07T02:47:43.144Z Fresh kstat-rs v0.2.4
103802026-04-07T02:47:43.144Z Fresh nonempty v0.12.0
103812026-04-07T02:47:43.144Z Fresh ignore v0.4.25
103822026-04-07T02:47:43.144Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
103832026-04-07T02:47:43.144Z Fresh lalrpop v0.19.12
103842026-04-07T02:47:43.144Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103852026-04-07T02:47:43.144Z Fresh libxml v0.3.3
103862026-04-07T02:47:43.144Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
103872026-04-07T02:47:43.144Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
103882026-04-07T02:47:43.144Z Fresh typify v0.4.3
103892026-04-07T02:47:43.144Z Fresh async-bb8-diesel v0.2.1
103902026-04-07T02:47:43.145Z Fresh slog-scope v4.4.1
103912026-04-07T02:47:43.145Z Fresh p384 v0.13.1
103922026-04-07T02:47:43.145Z Fresh git-stub-vcs v0.1.0
103932026-04-07T02:47:43.145Z Fresh globwalk v0.9.1
103942026-04-07T02:47:43.145Z Fresh prefix-trie v0.7.0
103952026-04-07T02:47:43.145Z Fresh parse-size v1.1.0
103962026-04-07T02:47:43.145Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
103972026-04-07T02:47:43.145Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
103982026-04-07T02:47:43.145Z Fresh nanorand v0.7.0
103992026-04-07T02:47:43.145Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
104002026-04-07T02:47:43.145Z Fresh salty v0.3.0
104012026-04-07T02:47:43.145Z Fresh slog-stdlog v4.1.1
104022026-04-07T02:47:43.146Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
104032026-04-07T02:47:43.146Z Fresh parking_lot_core v0.8.6
104042026-04-07T02:47:43.146Z Fresh fs-err v2.11.0
104052026-04-07T02:47:43.146Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
104062026-04-07T02:47:43.146Z Fresh hickory-server v0.25.2
104072026-04-07T02:47:43.146Z Fresh camino-tempfile-ext v0.3.3
104082026-04-07T02:47:43.146Z Fresh progenitor-impl v0.10.0
104092026-04-07T02:47:43.146Z Fresh progenitor-impl v0.11.2
104102026-04-07T02:47:43.146Z Fresh toml_datetime v1.0.0+spec-1.1.0
104112026-04-07T02:47:43.146Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104122026-04-07T02:47:43.146Z Fresh flume v0.11.1
104132026-04-07T02:47:43.146Z Fresh progenitor-client v0.11.2
104142026-04-07T02:47:43.146Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104152026-04-07T02:47:43.146Z Fresh http-range v0.1.5
104162026-04-07T02:47:43.146Z Fresh compression-core v0.4.31
104172026-04-07T02:47:43.146Z Fresh corncobs v0.1.4
104182026-04-07T02:47:43.146Z Fresh samael v0.0.19
104192026-04-07T02:47:43.146Z Fresh slog-envlogger v2.2.0
104202026-04-07T02:47:43.146Z Fresh parking_lot v0.11.2
104212026-04-07T02:47:43.146Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104222026-04-07T02:47:43.146Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
104232026-04-07T02:47:43.146Z Fresh progenitor-macro v0.10.0
104242026-04-07T02:47:43.146Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104252026-04-07T02:47:43.147Z Fresh progenitor-macro v0.11.2
104262026-04-07T02:47:43.147Z Fresh toml v1.0.6+spec-1.1.0
104272026-04-07T02:47:43.147Z Fresh void v1.0.2
104282026-04-07T02:47:43.147Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104292026-04-07T02:47:43.147Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104302026-04-07T02:47:43.147Z Fresh compression-codecs v0.4.37
104312026-04-07T02:47:43.147Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
104322026-04-07T02:47:43.147Z Fresh tungstenite v0.23.0
104332026-04-07T02:47:43.147Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104342026-04-07T02:47:43.147Z Fresh nix v0.27.1
104352026-04-07T02:47:43.147Z Fresh secrecy v0.8.0
104362026-04-07T02:47:43.147Z Fresh rand_seeder v0.4.0
104372026-04-07T02:47:43.147Z Fresh serde_bytes v0.11.19
104382026-04-07T02:47:43.147Z Fresh polar-core v0.27.3
104392026-04-07T02:47:43.147Z Fresh sled v0.34.7
104402026-04-07T02:47:43.147Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104412026-04-07T02:47:43.147Z Fresh progenitor v0.11.2
104422026-04-07T02:47:43.147Z Fresh progenitor v0.10.0
104432026-04-07T02:47:43.147Z Fresh lzss v0.8.2
104442026-04-07T02:47:43.147Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104452026-04-07T02:47:43.147Z Fresh atty v0.2.14
104462026-04-07T02:47:43.147Z Fresh mime_guess v2.0.5
104472026-04-07T02:47:43.147Z Fresh tokio-tungstenite v0.23.1
104482026-04-07T02:47:43.147Z Fresh async-compression v0.4.41
104492026-04-07T02:47:43.148Z Fresh signal-hook-tokio v0.3.1
104502026-04-07T02:47:43.148Z Fresh dropshot_endpoint v0.17.0
104512026-04-07T02:47:43.148Z Fresh assert_matches v1.5.0
104522026-04-07T02:47:43.148Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104532026-04-07T02:47:43.148Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
104542026-04-07T02:47:43.148Z Fresh is_ci v1.2.0
104552026-04-07T02:47:43.148Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104562026-04-07T02:47:43.148Z Fresh oso v0.27.3
104572026-04-07T02:47:43.148Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
104582026-04-07T02:47:43.148Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104592026-04-07T02:47:43.148Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
104602026-04-07T02:47:43.148Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104612026-04-07T02:47:43.148Z Fresh hyper-staticfile v0.10.1
104622026-04-07T02:47:43.148Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104632026-04-07T02:47:43.148Z Fresh yansi v1.0.1
104642026-04-07T02:47:43.148Z Fresh darling_core v0.23.0
104652026-04-07T02:47:43.148Z Fresh indoc v2.0.7
104662026-04-07T02:47:43.148Z Fresh castaway v0.2.4
104672026-04-07T02:47:43.148Z Fresh gimli v0.32.3
104682026-04-07T02:47:43.148Z Fresh unicode-truncate v1.1.0
104692026-04-07T02:47:43.148Z Fresh console v0.16.2
104702026-04-07T02:47:43.148Z Fresh lru v0.12.5
104712026-04-07T02:47:43.148Z Fresh ordered-float v2.10.1
104722026-04-07T02:47:43.148Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
104732026-04-07T02:47:43.149Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
104742026-04-07T02:47:43.149Z Fresh dropshot v0.17.0
104752026-04-07T02:47:43.149Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104762026-04-07T02:47:43.149Z Fresh pretty_assertions v1.4.1
104772026-04-07T02:47:43.155Z Fresh darling_macro v0.23.0
104782026-04-07T02:47:43.155Z Fresh compact_str v0.8.1
104792026-04-07T02:47:43.155Z Fresh addr2line v0.25.1
104802026-04-07T02:47:43.155Z Fresh unit-prefix v0.5.2
104812026-04-07T02:47:43.155Z Fresh cassowary v0.3.0
104822026-04-07T02:47:43.155Z Fresh rustc-demangle v0.1.27
104832026-04-07T02:47:43.155Z Fresh serde-value v0.7.0
104842026-04-07T02:47:43.156Z Fresh polyval v0.6.2
104852026-04-07T02:47:43.156Z Fresh concurrent-queue v2.5.0
104862026-04-07T02:47:43.156Z Fresh plotters-backend v0.3.7
104872026-04-07T02:47:43.156Z Fresh parking v2.2.1
104882026-04-07T02:47:43.156Z Fresh supports-color v2.1.0
104892026-04-07T02:47:43.156Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
104902026-04-07T02:47:43.156Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
104912026-04-07T02:47:43.156Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
104922026-04-07T02:47:43.156Z Fresh typeid v1.0.3
104932026-04-07T02:47:43.156Z Fresh darling v0.23.0
104942026-04-07T02:47:43.156Z Fresh libz-sys v1.1.24
104952026-04-07T02:47:43.156Z Fresh indicatif v0.18.4
104962026-04-07T02:47:43.156Z Fresh backtrace v0.3.76
104972026-04-07T02:47:43.156Z Fresh ghash v0.5.1
104982026-04-07T02:47:43.156Z Fresh plotters-svg v0.3.7
104992026-04-07T02:47:43.156Z Fresh event-listener v5.4.1
105002026-04-07T02:47:43.156Z Fresh textwrap v0.15.2
105012026-04-07T02:47:43.156Z Fresh supports-hyperlinks v2.1.0
105022026-04-07T02:47:43.156Z Fresh supports-unicode v2.1.0
105032026-04-07T02:47:43.156Z Fresh hashbrown v0.14.5
105042026-04-07T02:47:43.156Z Fresh ctr v0.9.2
105052026-04-07T02:47:43.156Z Fresh cargo-platform v0.2.0
105062026-04-07T02:47:43.156Z Fresh miette-derive v5.10.0
105072026-04-07T02:47:43.156Z Fresh terminal_size v0.1.17
105082026-04-07T02:47:43.156Z Fresh cast v0.3.0
105092026-04-07T02:47:43.157Z Fresh shell-words v1.1.1
105102026-04-07T02:47:43.157Z Fresh arrayvec v0.7.6
105112026-04-07T02:47:43.157Z Fresh instability v0.3.11
105122026-04-07T02:47:43.157Z Fresh erased-serde v0.4.9
105132026-04-07T02:47:43.157Z Fresh libgit2-sys v0.18.3+1.9.2
105142026-04-07T02:47:43.157Z Fresh backtrace-ext v0.2.1
105152026-04-07T02:47:43.157Z Fresh arrayref v0.3.9
105162026-04-07T02:47:43.157Z Fresh owo-colors v3.5.0
105172026-04-07T02:47:43.157Z Fresh constant_time_eq v0.4.2
105182026-04-07T02:47:43.157Z Fresh criterion-plot v0.6.0
105192026-04-07T02:47:43.157Z Fresh plotters v0.3.7
105202026-04-07T02:47:43.157Z Fresh event-listener-strategy v0.5.4
105212026-04-07T02:47:43.157Z Fresh chumsky v0.9.3
105222026-04-07T02:47:43.157Z Fresh aes-gcm v0.10.3
105232026-04-07T02:47:43.157Z Fresh supports-color v3.0.2
105242026-04-07T02:47:43.157Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
105252026-04-07T02:47:43.157Z Fresh knuffel-derive v3.2.0
105262026-04-07T02:47:43.157Z Fresh blowfish v0.9.1
105272026-04-07T02:47:43.157Z Fresh ssh-encoding v0.2.0
105282026-04-07T02:47:43.157Z Fresh rustls-webpki v0.101.7
105292026-04-07T02:47:43.157Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
105302026-04-07T02:47:43.157Z Fresh sct v0.7.1
105312026-04-07T02:47:43.157Z Fresh tinytemplate v1.2.1
105322026-04-07T02:47:43.157Z Fresh serde-untagged v0.1.9
105332026-04-07T02:47:43.157Z Fresh ratatui v0.29.0
105342026-04-07T02:47:43.157Z Fresh git2 v0.20.4
105352026-04-07T02:47:43.157Z Fresh miette v5.10.0
105362026-04-07T02:47:43.157Z Fresh rtoolbox v0.0.3
105372026-04-07T02:47:43.158Z Fresh hex-literal v0.4.1
105382026-04-07T02:47:43.158Z Fresh oorandom v11.1.5
105392026-04-07T02:47:43.158Z Fresh anes v0.1.6
105402026-04-07T02:47:43.158Z Fresh futures-timer v3.0.3
105412026-04-07T02:47:43.158Z Fresh ssh-cipher v0.2.0
105422026-04-07T02:47:43.158Z Fresh async-lock v3.4.2
105432026-04-07T02:47:43.158Z Fresh bcrypt-pbkdf v0.10.0
105442026-04-07T02:47:43.158Z Fresh petname v2.0.2
105452026-04-07T02:47:43.158Z Fresh rustls v0.21.12
105462026-04-07T02:47:43.158Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
105472026-04-07T02:47:43.158Z Fresh colored v2.2.0
105482026-04-07T02:47:43.158Z Fresh password-hash v0.4.2
105492026-04-07T02:47:43.158Z Fresh sapling-renderdag v0.1.0
105502026-04-07T02:47:43.158Z Fresh sync-ptr v0.1.4
105512026-04-07T02:47:43.158Z Fresh cargo-util-schemas v0.8.2
105522026-04-07T02:47:43.158Z Fresh vergen-git2 v1.0.7
105532026-04-07T02:47:43.158Z Fresh rpassword v7.4.0
105542026-04-07T02:47:43.158Z Fresh criterion v0.7.0
105552026-04-07T02:47:43.158Z Fresh knuffel v3.2.0
105562026-04-07T02:47:43.158Z Fresh tui-tree-widget v0.23.1
105572026-04-07T02:47:43.158Z Fresh async-object-pool v0.2.0
105582026-04-07T02:47:43.158Z Fresh pbkdf2 v0.11.0
105592026-04-07T02:47:43.158Z Fresh nix v0.29.0
105602026-04-07T02:47:43.158Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
105612026-04-07T02:47:43.158Z Fresh ssh-key v0.6.7
105622026-04-07T02:47:43.158Z Fresh tokio-rustls v0.24.1
105632026-04-07T02:47:43.158Z Fresh p521 v0.13.3
105642026-04-07T02:47:43.158Z Fresh p256 v0.13.2
105652026-04-07T02:47:43.159Z Fresh cargo_metadata v0.21.0
105662026-04-07T02:47:43.159Z Fresh target-lexicon v0.13.3
105672026-04-07T02:47:43.159Z Fresh rustls-pemfile v1.0.4
105682026-04-07T02:47:43.159Z Fresh twox-hash v2.1.2
105692026-04-07T02:47:43.159Z Fresh assert-json-diff v2.0.2
105702026-04-07T02:47:43.159Z Fresh serde_regex v1.1.0
105712026-04-07T02:47:43.159Z Fresh russh-cryptovec v0.7.3
105722026-04-07T02:47:43.159Z Fresh path-tree v0.8.3
105732026-04-07T02:47:43.159Z Fresh md5 v0.7.0
105742026-04-07T02:47:43.159Z Fresh stringmetrics v2.2.2
105752026-04-07T02:47:43.159Z Fresh guppy-workspace-hack v0.1.0
105762026-04-07T02:47:43.159Z Fresh blake3 v1.8.3
105772026-04-07T02:47:43.164Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
105782026-04-07T02:47:43.164Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105792026-04-07T02:47:43.164Z Fresh cfg-expr v0.20.6
105802026-04-07T02:47:43.164Z Fresh httpmock v0.8.3
105812026-04-07T02:47:43.164Z Fresh russh-keys v0.45.0
105822026-04-07T02:47:43.164Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105832026-04-07T02:47:43.164Z Fresh httptest v0.16.4
105842026-04-07T02:47:43.164Z Fresh fatfs v0.3.6
105852026-04-07T02:47:43.164Z Fresh des v0.8.1
105862026-04-07T02:47:43.164Z Fresh num-bigint v0.4.6
105872026-04-07T02:47:43.164Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
105882026-04-07T02:47:43.164Z Fresh cargo-platform v0.3.2
105892026-04-07T02:47:43.164Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105902026-04-07T02:47:43.165Z Fresh seq-macro v0.3.6
105912026-04-07T02:47:43.165Z Fresh relative-path v1.9.3
105922026-04-07T02:47:43.165Z Fresh topological-sort v0.2.2
105932026-04-07T02:47:43.165Z Fresh escape8259 v0.5.3
105942026-04-07T02:47:43.165Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
105952026-04-07T02:47:43.165Z Fresh blake2b_simd v1.0.4
105962026-04-07T02:47:43.165Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105972026-04-07T02:47:43.165Z Fresh target-triple v1.0.0
105982026-04-07T02:47:43.165Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105992026-04-07T02:47:43.165Z Fresh linkme-impl v0.3.35
106002026-04-07T02:47:43.165Z Fresh cargo_metadata v0.23.1
106012026-04-07T02:47:43.165Z Fresh target-spec v3.5.7
106022026-04-07T02:47:43.165Z Fresh omicron-zone-package v0.12.2
106032026-04-07T02:47:43.165Z Fresh russh v0.45.0
106042026-04-07T02:47:43.165Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
106052026-04-07T02:47:43.165Z Fresh libtest-mimic v0.8.1
106062026-04-07T02:47:43.165Z Fresh rstest_macros v0.25.0
106072026-04-07T02:47:43.165Z Fresh similar-asserts v1.7.0
106082026-04-07T02:47:43.165Z Fresh fancy-regex v0.14.0
106092026-04-07T02:47:43.165Z Fresh pathdiff v0.2.3
106102026-04-07T02:47:43.165Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
106112026-04-07T02:47:43.166Z Fresh uzers v0.12.2
106122026-04-07T02:47:43.166Z Fresh termcolor v1.4.1
106132026-04-07T02:47:43.166Z Fresh internet-checksum v0.2.1
106142026-04-07T02:47:43.166Z Fresh nested v0.1.1
106152026-04-07T02:47:43.166Z Fresh constant_time_eq v0.3.1
106162026-04-07T02:47:43.166Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
106172026-04-07T02:47:43.166Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
106182026-04-07T02:47:43.166Z Fresh assert_cmd v2.1.2
106192026-04-07T02:47:43.166Z Fresh datatest-stable v0.3.3
106202026-04-07T02:47:43.166Z Fresh trybuild v1.0.116
106212026-04-07T02:47:43.166Z Fresh guppy v0.17.25
106222026-04-07T02:47:43.166Z Fresh rust-argon2 v2.1.0
106232026-04-07T02:47:43.166Z Fresh linkme v0.3.35
106242026-04-07T02:47:43.166Z Fresh rstest v0.25.0
106252026-04-07T02:47:43.166Z Fresh hickory-client v0.25.2
106262026-04-07T02:47:43.166Z Fresh partial-io v0.5.4
106272026-04-07T02:47:43.166Z Fresh tokio-test v0.4.5
106282026-04-07T02:47:43.166Z Fresh rand_distr v0.5.1
106292026-04-07T02:47:43.166Z Fresh approx v0.5.1
106302026-04-07T02:47:43.166Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
106312026-04-07T02:47:43.166Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
106322026-04-07T02:47:43.166Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
106332026-04-07T02:47:43.166Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
106342026-04-07T02:47:43.166Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
106352026-04-07T02:47:43.166Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
106362026-04-07T02:47:43.166Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
106372026-04-07T02:47:43.166Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
106382026-04-07T02:47:43.166Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
106392026-04-07T02:47:43.166Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
106402026-04-07T02:47:43.166Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
106412026-04-07T02:47:43.166Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
106422026-04-07T02:47:43.166Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
106432026-04-07T02:47:43.166Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
106442026-04-07T02:47:43.166Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
106452026-04-07T02:47:43.166Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
106462026-04-07T02:47:43.166Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
106472026-04-07T02:47:43.166Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
106482026-04-07T02:47:43.167Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
106492026-04-07T02:47:43.167Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
106502026-04-07T02:47:43.167Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
106512026-04-07T02:47:43.167Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
106522026-04-07T02:47:43.167Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
106532026-04-07T02:47:43.167Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
106542026-04-07T02:47:43.167Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
106552026-04-07T02:47:43.167Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
106562026-04-07T02:47:43.167Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
106572026-04-07T02:47:43.167Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
106582026-04-07T02:47:43.167Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
106592026-04-07T02:47:43.167Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
106602026-04-07T02:47:43.167Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
106612026-04-07T02:47:43.167Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
106622026-04-07T02:47:43.167Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
106632026-04-07T02:47:43.167Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
106642026-04-07T02:47:43.167Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
106652026-04-07T02:47:43.167Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
106662026-04-07T02:47:43.167Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
106672026-04-07T02:47:43.167Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
106682026-04-07T02:47:43.167Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
106692026-04-07T02:47:43.167Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
106702026-04-07T02:47:43.167Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
106712026-04-07T02:47:43.167Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
106722026-04-07T02:47:43.167Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
106732026-04-07T02:47:43.167Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
106742026-04-07T02:47:43.167Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
106752026-04-07T02:47:43.167Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
106762026-04-07T02:47:43.167Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
106772026-04-07T02:47:43.173Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
106782026-04-07T02:47:43.173Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
106792026-04-07T02:47:43.173Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
106802026-04-07T02:47:43.173Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
106812026-04-07T02:47:43.173Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
106822026-04-07T02:47:43.173Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
106832026-04-07T02:47:43.173Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
106842026-04-07T02:47:43.173Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
106852026-04-07T02:47:43.173Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
106862026-04-07T02:47:43.173Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
106872026-04-07T02:47:43.173Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
106882026-04-07T02:47:43.173Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
106892026-04-07T02:47:43.173Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
106902026-04-07T02:47:43.173Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
106912026-04-07T02:47:43.173Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
106922026-04-07T02:47:43.173Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
106932026-04-07T02:47:43.173Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
106942026-04-07T02:47:43.173Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
106952026-04-07T02:47:43.173Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
106962026-04-07T02:47:43.173Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
106972026-04-07T02:47:43.173Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106982026-04-07T02:47:43.173Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
106992026-04-07T02:47:43.174Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
107002026-04-07T02:47:43.174Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
107012026-04-07T02:47:43.174Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
107022026-04-07T02:47:43.174Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
107032026-04-07T02:47:43.174Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
107042026-04-07T02:47:43.174Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
107052026-04-07T02:47:43.174Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
107062026-04-07T02:47:43.174Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
107072026-04-07T02:47:43.174Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
107082026-04-07T02:47:43.174Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
107092026-04-07T02:47:43.174Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
107102026-04-07T02:47:43.174Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
107112026-04-07T02:47:43.174Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
107122026-04-07T02:47:43.174Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
107132026-04-07T02:47:43.174Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
107142026-04-07T02:47:43.174Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
107152026-04-07T02:47:43.174Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
107162026-04-07T02:47:43.174Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
107172026-04-07T02:47:43.174Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
107182026-04-07T02:47:43.174Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
107192026-04-07T02:47:43.174Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
107202026-04-07T02:47:43.174Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
107212026-04-07T02:47:43.174Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
107222026-04-07T02:47:43.174Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
107232026-04-07T02:47:43.174Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
107242026-04-07T02:47:43.174Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107252026-04-07T02:47:43.174Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
107262026-04-07T02:47:43.174Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
107272026-04-07T02:47:43.174Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
107282026-04-07T02:47:43.174Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
107292026-04-07T02:47:43.174Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
107302026-04-07T02:47:43.174Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
107312026-04-07T02:47:43.174Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107322026-04-07T02:47:43.174Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
107332026-04-07T02:47:43.174Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
107342026-04-07T02:47:43.174Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
107352026-04-07T02:47:43.174Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
107362026-04-07T02:47:43.175Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
107372026-04-07T02:47:43.175Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
107382026-04-07T02:47:43.175Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
107392026-04-07T02:47:43.175Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
107402026-04-07T02:47:43.175Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
107412026-04-07T02:47:43.175Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
107422026-04-07T02:47:43.175Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
107432026-04-07T02:47:43.175Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
107442026-04-07T02:47:43.175Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107452026-04-07T02:47:43.175Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
107462026-04-07T02:47:43.175Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
107472026-04-07T02:47:43.175Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
107482026-04-07T02:47:43.175Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
107492026-04-07T02:47:43.175Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
107502026-04-07T02:47:43.175Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
107512026-04-07T02:47:43.175Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
107522026-04-07T02:47:43.175Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
107532026-04-07T02:47:43.175Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
107542026-04-07T02:47:43.175Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
107552026-04-07T02:47:43.175Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
107562026-04-07T02:47:43.175Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
107572026-04-07T02:47:43.175Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
107582026-04-07T02:47:43.175Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
107592026-04-07T02:47:43.176Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
107602026-04-07T02:47:43.176Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
107612026-04-07T02:47:43.176Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
107622026-04-07T02:47:43.176Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
107632026-04-07T02:47:43.176Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
107642026-04-07T02:47:43.176Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
107652026-04-07T02:47:43.176Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
107662026-04-07T02:47:43.176Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
107672026-04-07T02:47:43.176Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
107682026-04-07T02:47:43.176Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
107692026-04-07T02:47:43.176Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
107702026-04-07T02:47:43.176Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
107712026-04-07T02:47:43.176Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
107722026-04-07T02:47:43.176Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
107732026-04-07T02:47:43.176Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
107742026-04-07T02:47:43.176Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
107752026-04-07T02:47:43.176Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
107762026-04-07T02:47:43.176Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
107772026-04-07T02:47:43.181Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
107782026-04-07T02:47:43.182Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
107792026-04-07T02:47:43.182Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
107802026-04-07T02:47:43.182Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
107812026-04-07T02:47:43.182Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
107822026-04-07T02:47:43.182Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
107832026-04-07T02:47:43.182Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
107842026-04-07T02:47:43.182Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
107852026-04-07T02:47:43.182Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
107862026-04-07T02:47:43.182Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
107872026-04-07T02:47:43.219Z Doc-tests api_identity
107882026-04-07T02:47:43.225Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1e4fb8878917746c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
107892026-04-07T02:47:43.346Z
107902026-04-07T02:47:43.346Zrunning 0 tests
107912026-04-07T02:47:43.346Z
107922026-04-07T02:47:43.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107932026-04-07T02:47:43.346Z
107942026-04-07T02:47:43.360Z Doc-tests authz_macros
107952026-04-07T02:47:43.360Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8647c73b5a6e9e97.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
107962026-04-07T02:47:43.851Z
107972026-04-07T02:47:43.851Zrunning 7 tests
107982026-04-07T02:47:43.851Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
107992026-04-07T02:47:43.851Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
108002026-04-07T02:47:43.851Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
108012026-04-07T02:47:43.851Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
108022026-04-07T02:47:43.851Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
108032026-04-07T02:47:43.852Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
108042026-04-07T02:47:43.852Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
108052026-04-07T02:47:43.852Z
108062026-04-07T02:47:43.852Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
108072026-04-07T02:47:43.852Z
108082026-04-07T02:47:43.857Zall doctests ran in 0.42s; merged doctests compilation took 0.41s
108092026-04-07T02:47:43.865Z Doc-tests bootstore
108102026-04-07T02:47:43.869Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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`
108112026-04-07T02:47:44.118Z
108122026-04-07T02:47:44.118Zrunning 0 tests
108132026-04-07T02:47:44.119Z
108142026-04-07T02:47:44.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108152026-04-07T02:47:44.119Z
108162026-04-07T02:47:44.140Z Doc-tests bootstrap_agent_api
108172026-04-07T02:47:44.140Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.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`
108182026-04-07T02:47:44.713Z
108192026-04-07T02:47:44.713Zrunning 2 tests
108202026-04-07T02:47:44.713Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 41) ... ignored
108212026-04-07T02:47:44.713Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 47) ... ignored
108222026-04-07T02:47:44.713Z
108232026-04-07T02:47:44.713Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108242026-04-07T02:47:44.713Z
108252026-04-07T02:47:44.717Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
108262026-04-07T02:47:44.744Z Doc-tests bootstrap_agent_client
108272026-04-07T02:47:44.744Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
108282026-04-07T02:47:44.987Z
108292026-04-07T02:47:44.987Zrunning 0 tests
108302026-04-07T02:47:44.987Z
108312026-04-07T02:47:44.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108322026-04-07T02:47:44.987Z
108332026-04-07T02:47:45.013Z Doc-tests bootstrap_agent_lockstep_api
108342026-04-07T02:47:45.013Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d95eb96b8800fe73.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.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`
108352026-04-07T02:47:45.561Z
108362026-04-07T02:47:45.561Zrunning 2 tests
108372026-04-07T02:47:45.561Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 26) ... ignored
108382026-04-07T02:47:45.561Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 32) ... ignored
108392026-04-07T02:47:45.561Z
108402026-04-07T02:47:45.561Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108412026-04-07T02:47:45.561Z
108422026-04-07T02:47:45.566Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
108432026-04-07T02:47:45.588Z Doc-tests bootstrap_agent_lockstep_client
108442026-04-07T02:47:45.588Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-76645b193c6a9608.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
108452026-04-07T02:47:45.972Z
108462026-04-07T02:47:45.973Zrunning 0 tests
108472026-04-07T02:47:45.973Z
108482026-04-07T02:47:45.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108492026-04-07T02:47:45.973Z
108502026-04-07T02:47:46.026Z Doc-tests clickana
108512026-04-07T02:47:46.032Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-3f1327f61703bae0.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.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`
108522026-04-07T02:47:46.218Z
108532026-04-07T02:47:46.218Zrunning 0 tests
108542026-04-07T02:47:46.218Z
108552026-04-07T02:47:46.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108562026-04-07T02:47:46.218Z
108572026-04-07T02:47:46.241Z Doc-tests clickhouse_admin_api
108582026-04-07T02:47:46.246Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dbca2bd479ed28ee.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-1ff2f44312a401c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
108592026-04-07T02:47:46.784Z
108602026-04-07T02:47:46.784Zrunning 6 tests
108612026-04-07T02:47:46.784Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
108622026-04-07T02:47:46.784Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
108632026-04-07T02:47:46.784Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
108642026-04-07T02:47:46.784Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
108652026-04-07T02:47:46.784Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
108662026-04-07T02:47:46.784Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
108672026-04-07T02:47:46.784Z
108682026-04-07T02:47:46.784Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
108692026-04-07T02:47:46.784Z
108702026-04-07T02:47:46.795Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
108712026-04-07T02:47:46.811Z Doc-tests clickhouse_admin_keeper_client
108722026-04-07T02:47:46.812Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
108732026-04-07T02:47:47.179Z
108742026-04-07T02:47:47.179Zrunning 0 tests
108752026-04-07T02:47:47.179Z
108762026-04-07T02:47:47.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108772026-04-07T02:47:47.179Z
108782026-04-07T02:47:47.210Z Doc-tests clickhouse_admin_server_client
108792026-04-07T02:47:47.211Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
108802026-04-07T02:47:47.558Z
108812026-04-07T02:47:47.558Zrunning 0 tests
108822026-04-07T02:47:47.558Z
108832026-04-07T02:47:47.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108842026-04-07T02:47:47.558Z
108852026-04-07T02:47:47.585Z Doc-tests clickhouse_admin_single_client
108862026-04-07T02:47:47.585Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
108872026-04-07T02:47:47.740Z
108882026-04-07T02:47:47.740Zrunning 0 tests
108892026-04-07T02:47:47.741Z
108902026-04-07T02:47:47.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108912026-04-07T02:47:47.741Z
108922026-04-07T02:47:47.756Z Doc-tests clickhouse_admin_test_utils
108932026-04-07T02:47:47.756Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.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`
108942026-04-07T02:47:47.920Z
108952026-04-07T02:47:47.920Zrunning 0 tests
108962026-04-07T02:47:47.920Z
108972026-04-07T02:47:47.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108982026-04-07T02:47:47.920Z
108992026-04-07T02:47:47.940Z Doc-tests clickhouse_admin_types
109002026-04-07T02:47:47.941Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-908c81e523ffc6f8.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-1ff2f44312a401c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.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`
109012026-04-07T02:47:48.101Z
109022026-04-07T02:47:48.102Zrunning 0 tests
109032026-04-07T02:47:48.102Z
109042026-04-07T02:47:48.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109052026-04-07T02:47:48.102Z
109062026-04-07T02:47:48.122Z Doc-tests clickhouse_admin_types_versions
109072026-04-07T02:47:48.122Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-1ff2f44312a401c1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.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`
109082026-04-07T02:47:48.815Z
109092026-04-07T02:47:48.815Zrunning 1 test
109102026-04-07T02:47:48.815Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
109112026-04-07T02:47:48.815Z
109122026-04-07T02:47:48.815Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109132026-04-07T02:47:48.815Z
109142026-04-07T02:47:48.821Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
109152026-04-07T02:47:48.849Z Doc-tests cockroach_admin_api
109162026-04-07T02:47:48.849Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1635387c5054048.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.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`
109172026-04-07T02:47:49.338Z
109182026-04-07T02:47:49.338Zrunning 2 tests
109192026-04-07T02:47:49.338Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
109202026-04-07T02:47:49.338Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
109212026-04-07T02:47:49.338Z
109222026-04-07T02:47:49.338Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109232026-04-07T02:47:49.338Z
109242026-04-07T02:47:49.341Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
109252026-04-07T02:47:49.361Z Doc-tests cockroach_admin_client
109262026-04-07T02:47:49.361Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
109272026-04-07T02:47:49.625Z
109282026-04-07T02:47:49.625Zrunning 0 tests
109292026-04-07T02:47:49.625Z
109302026-04-07T02:47:49.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109312026-04-07T02:47:49.625Z
109322026-04-07T02:47:49.630Z Doc-tests cockroach_admin_types
109332026-04-07T02:47:49.630Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d4833dd34d2b50f4.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
109342026-04-07T02:47:49.675Z
109352026-04-07T02:47:49.675Zrunning 0 tests
109362026-04-07T02:47:49.675Z
109372026-04-07T02:47:49.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382026-04-07T02:47:49.675Z
109392026-04-07T02:47:49.687Z Doc-tests cockroach_admin_types_versions
109402026-04-07T02:47:49.687Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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`
109412026-04-07T02:47:50.176Z
109422026-04-07T02:47:50.176Zrunning 1 test
109432026-04-07T02:47:50.176Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
109442026-04-07T02:47:50.176Z
109452026-04-07T02:47:50.177Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109462026-04-07T02:47:50.177Z
109472026-04-07T02:47:50.180Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
109482026-04-07T02:47:50.198Z Doc-tests db_macros
109492026-04-07T02:47:50.198Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2c691eae0ece717f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
109502026-04-07T02:47:50.705Z
109512026-04-07T02:47:50.705Zrunning 3 tests
109522026-04-07T02:47:50.705Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
109532026-04-07T02:47:50.705Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
109542026-04-07T02:47:50.705Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
109552026-04-07T02:47:50.705Z
109562026-04-07T02:47:50.705Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
109572026-04-07T02:47:50.706Z
109582026-04-07T02:47:50.709Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
109592026-04-07T02:47:50.725Z Doc-tests dev_tools_common
109602026-04-07T02:47:50.730Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.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`
109612026-04-07T02:47:50.779Z
109622026-04-07T02:47:50.780Zrunning 0 tests
109632026-04-07T02:47:50.780Z
109642026-04-07T02:47:50.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109652026-04-07T02:47:50.780Z
109662026-04-07T02:47:50.800Z Doc-tests dns_server
109672026-04-07T02:47:50.800Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9dc3dc4aef584b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2baca32f9d31d2d8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
109682026-04-07T02:47:50.992Z
109692026-04-07T02:47:50.992Zrunning 0 tests
109702026-04-07T02:47:50.992Z
109712026-04-07T02:47:50.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109722026-04-07T02:47:50.992Z
109732026-04-07T02:47:51.018Z Doc-tests dns_server_api
109742026-04-07T02:47:51.018Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
109752026-04-07T02:47:51.542Z
109762026-04-07T02:47:51.542Zrunning 2 tests
109772026-04-07T02:47:51.543Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
109782026-04-07T02:47:51.543Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
109792026-04-07T02:47:51.543Z
109802026-04-07T02:47:51.543Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109812026-04-07T02:47:51.543Z
109822026-04-07T02:47:51.556Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
109832026-04-07T02:47:51.568Z Doc-tests dns_service_client
109842026-04-07T02:47:51.568Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
109852026-04-07T02:47:51.795Z
109862026-04-07T02:47:51.795Zrunning 0 tests
109872026-04-07T02:47:51.795Z
109882026-04-07T02:47:51.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109892026-04-07T02:47:51.795Z
109902026-04-07T02:47:51.820Z Doc-tests end_to_end_tests
109912026-04-07T02:47:51.820Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-1b21d355ec7233ea.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a27c1e460b377afa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bb61eab087d174ce.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1f982b07c199d72f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
109922026-04-07T02:47:52.150Z
109932026-04-07T02:47:52.150Zrunning 0 tests
109942026-04-07T02:47:52.150Z
109952026-04-07T02:47:52.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109962026-04-07T02:47:52.150Z
109972026-04-07T02:47:52.183Z Doc-tests ereport_types
109982026-04-07T02:47:52.183Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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`
109992026-04-07T02:47:52.330Z
110002026-04-07T02:47:52.330Zrunning 0 tests
110012026-04-07T02:47:52.330Z
110022026-04-07T02:47:52.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110032026-04-07T02:47:52.330Z
110042026-04-07T02:47:52.346Z Doc-tests gateway_api
110052026-04-07T02:47:52.347Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
110062026-04-07T02:47:52.868Z
110072026-04-07T02:47:52.868Zrunning 2 tests
110082026-04-07T02:47:52.868Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
110092026-04-07T02:47:52.868Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
110102026-04-07T02:47:52.868Z
110112026-04-07T02:47:52.868Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110122026-04-07T02:47:52.868Z
110132026-04-07T02:47:52.879Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
110142026-04-07T02:47:52.892Z Doc-tests gateway_client
110152026-04-07T02:47:52.900Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
110162026-04-07T02:47:53.497Z
110172026-04-07T02:47:53.497Zrunning 0 tests
110182026-04-07T02:47:53.497Z
110192026-04-07T02:47:53.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110202026-04-07T02:47:53.497Z
110212026-04-07T02:47:53.533Z Doc-tests gateway_test_utils
110222026-04-07T02:47:53.533Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
110232026-04-07T02:47:53.923Z
110242026-04-07T02:47:53.923Zrunning 0 tests
110252026-04-07T02:47:53.924Z
110262026-04-07T02:47:53.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272026-04-07T02:47:53.924Z
110282026-04-07T02:47:53.960Z Doc-tests gateway_types
110292026-04-07T02:47:53.960Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-62613968c104b915.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.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`
110302026-04-07T02:47:54.099Z
110312026-04-07T02:47:54.099Zrunning 0 tests
110322026-04-07T02:47:54.099Z
110332026-04-07T02:47:54.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342026-04-07T02:47:54.099Z
110352026-04-07T02:47:54.117Z Doc-tests gateway_types_versions
110362026-04-07T02:47:54.132Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
110372026-04-07T02:47:54.879Z
110382026-04-07T02:47:54.879Zrunning 1 test
110392026-04-07T02:47:54.879Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
110402026-04-07T02:47:54.879Z
110412026-04-07T02:47:54.879Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110422026-04-07T02:47:54.879Z
110432026-04-07T02:47:54.892Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
110442026-04-07T02:47:54.914Z Doc-tests gfss
110452026-04-07T02:47:54.914Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c051f503f089cbc9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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`
110462026-04-07T02:47:55.016Z
110472026-04-07T02:47:55.016Zrunning 0 tests
110482026-04-07T02:47:55.016Z
110492026-04-07T02:47:55.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-04-07T02:47:55.016Z
110512026-04-07T02:47:55.027Z Doc-tests illumos_utils
110522026-04-07T02:47:55.028Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b101c35f8e584038.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-606147e1ae0fc628.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-354ead1f26d55050.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.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`
110532026-04-07T02:47:55.440Z
110542026-04-07T02:47:55.440Zrunning 0 tests
110552026-04-07T02:47:55.440Z
110562026-04-07T02:47:55.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110572026-04-07T02:47:55.440Z
110582026-04-07T02:47:55.476Z Doc-tests installinator
110592026-04-07T02:47:55.485Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-118aa5e58249c3b2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-374198a857324751.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.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`
110602026-04-07T02:47:55.846Z
110612026-04-07T02:47:55.846Zrunning 0 tests
110622026-04-07T02:47:55.846Z
110632026-04-07T02:47:55.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110642026-04-07T02:47:55.846Z
110652026-04-07T02:47:55.882Z Doc-tests installinator_api
110662026-04-07T02:47:55.882Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-61d6f2e7db67e033.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
110672026-04-07T02:47:56.401Z
110682026-04-07T02:47:56.401Zrunning 2 tests
110692026-04-07T02:47:56.401Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
110702026-04-07T02:47:56.401Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
110712026-04-07T02:47:56.401Z
110722026-04-07T02:47:56.401Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110732026-04-07T02:47:56.401Z
110742026-04-07T02:47:56.410Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
110752026-04-07T02:47:56.425Z Doc-tests installinator_client
110762026-04-07T02:47:56.434Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1a77f188018e394b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110772026-04-07T02:47:56.696Z
110782026-04-07T02:47:56.696Zrunning 0 tests
110792026-04-07T02:47:56.696Z
110802026-04-07T02:47:56.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110812026-04-07T02:47:56.696Z
110822026-04-07T02:47:56.720Z Doc-tests installinator_common
110832026-04-07T02:47:56.720Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-61d6f2e7db67e033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.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`
110842026-04-07T02:47:56.981Z
110852026-04-07T02:47:56.981Zrunning 0 tests
110862026-04-07T02:47:56.981Z
110872026-04-07T02:47:56.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110882026-04-07T02:47:56.981Z
110892026-04-07T02:47:57.007Z Doc-tests installinator_common_versions
110902026-04-07T02:47:57.013Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-61d6f2e7db67e033.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
110912026-04-07T02:47:57.452Z
110922026-04-07T02:47:57.452Zrunning 1 test
110932026-04-07T02:47:57.452Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
110942026-04-07T02:47:57.452Z
110952026-04-07T02:47:57.453Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110962026-04-07T02:47:57.453Z
110972026-04-07T02:47:57.459Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
110982026-04-07T02:47:57.469Z Doc-tests internal_dns_resolver
110992026-04-07T02:47:57.469Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4a1140cdc70d744e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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`
111002026-04-07T02:47:57.674Z
111012026-04-07T02:47:57.674Zrunning 0 tests
111022026-04-07T02:47:57.674Z
111032026-04-07T02:47:57.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111042026-04-07T02:47:57.674Z
111052026-04-07T02:47:57.697Z Doc-tests internal_dns_types
111062026-04-07T02:47:57.697Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.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`
111072026-04-07T02:47:57.885Z
111082026-04-07T02:47:57.885Zrunning 0 tests
111092026-04-07T02:47:57.885Z
111102026-04-07T02:47:57.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111112026-04-07T02:47:57.885Z
111122026-04-07T02:47:57.906Z Doc-tests internal_dns_types_versions
111132026-04-07T02:47:57.906Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-aac1b20dbe8fa93b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
111142026-04-07T02:47:58.483Z
111152026-04-07T02:47:58.483Zrunning 1 test
111162026-04-07T02:47:58.483Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
111172026-04-07T02:47:58.483Z
111182026-04-07T02:47:58.483Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111192026-04-07T02:47:58.483Z
111202026-04-07T02:47:58.488Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
111212026-04-07T02:47:58.514Z Doc-tests ipcc
111222026-04-07T02:47:58.515Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1bc321bceb338989.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.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`
111232026-04-07T02:47:58.625Z
111242026-04-07T02:47:58.625Zrunning 0 tests
111252026-04-07T02:47:58.625Z
111262026-04-07T02:47:58.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111272026-04-07T02:47:58.625Z
111282026-04-07T02:47:58.638Z Doc-tests key_manager
111292026-04-07T02:47:58.638Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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`
111302026-04-07T02:47:58.803Z
111312026-04-07T02:47:58.803Zrunning 0 tests
111322026-04-07T02:47:58.803Z
111332026-04-07T02:47:58.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111342026-04-07T02:47:58.804Z
111352026-04-07T02:48:01.900Z Doc-tests key_manager_types
111362026-04-07T02:48:01.900Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6670f08b5a8a0ad3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.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`
111372026-04-07T02:48:01.900Z
111382026-04-07T02:48:01.901Zrunning 0 tests
111392026-04-07T02:48:01.901Z
111402026-04-07T02:48:01.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111412026-04-07T02:48:01.901Z
111422026-04-07T02:48:01.901Z Doc-tests live_tests_macros
111432026-04-07T02:48:01.901Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3dd1455b5e518036.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
111442026-04-07T02:48:01.901Z
111452026-04-07T02:48:01.901Zrunning 1 test
111462026-04-07T02:48:01.901Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
111472026-04-07T02:48:01.901Z
111482026-04-07T02:48:01.901Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111492026-04-07T02:48:01.901Z
111502026-04-07T02:48:01.901Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
111512026-04-07T02:48:01.901Z Doc-tests nexus_auth
111522026-04-07T02:48:01.901Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-8647c73b5a6e9e97.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9c0c3af56ec086e6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111532026-04-07T02:48:01.901Z
111542026-04-07T02:48:01.901Zrunning 0 tests
111552026-04-07T02:48:01.901Z
111562026-04-07T02:48:01.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111572026-04-07T02:48:01.901Z
111582026-04-07T02:48:01.901Z Doc-tests nexus_background_task_interface
111592026-04-07T02:48:01.901Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ac6f97dccfad9ec1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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`
111602026-04-07T02:48:01.901Z
111612026-04-07T02:48:01.901Zrunning 0 tests
111622026-04-07T02:48:01.901Z
111632026-04-07T02:48:01.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111642026-04-07T02:48:01.901Z
111652026-04-07T02:48:01.901Z Doc-tests nexus_client
111662026-04-07T02:48:01.901Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
111672026-04-07T02:48:01.921Z
111682026-04-07T02:48:01.921Zrunning 0 tests
111692026-04-07T02:48:01.921Z
111702026-04-07T02:48:01.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-04-07T02:48:01.921Z
111722026-04-07T02:48:01.921Z Doc-tests nexus_config
111732026-04-07T02:48:01.921Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111742026-04-07T02:48:01.921Z
111752026-04-07T02:48:01.921Zrunning 0 tests
111762026-04-07T02:48:01.921Z
111772026-04-07T02:48:01.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111782026-04-07T02:48:01.921Z
111792026-04-07T02:48:01.921Z Doc-tests nexus_db_errors
111802026-04-07T02:48:01.921Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f4a77744e9fa620a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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`
111812026-04-07T02:48:01.921Z
111822026-04-07T02:48:01.921Zrunning 0 tests
111832026-04-07T02:48:01.921Z
111842026-04-07T02:48:01.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-04-07T02:48:01.921Z
111862026-04-07T02:48:01.922Z Doc-tests nexus_db_fixed_data
111872026-04-07T02:48:01.922Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9c0c3af56ec086e6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111882026-04-07T02:48:01.922Z
111892026-04-07T02:48:01.922Zrunning 0 tests
111902026-04-07T02:48:01.922Z
111912026-04-07T02:48:01.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-04-07T02:48:01.922Z
111932026-04-07T02:48:01.922Z Doc-tests nexus_db_lookup
111942026-04-07T02:48:01.922Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111952026-04-07T02:48:02.261Z
111962026-04-07T02:48:02.261Zrunning 0 tests
111972026-04-07T02:48:02.261Z
111982026-04-07T02:48:02.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111992026-04-07T02:48:02.261Z
112002026-04-07T02:48:02.303Z Doc-tests nexus_db_model
112012026-04-07T02:48:02.306Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
112022026-04-07T02:48:17.961Z
112032026-04-07T02:48:17.961Zrunning 4 tests
112042026-04-07T02:48:17.979Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
112052026-04-07T02:48:17.982Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
112062026-04-07T02:48:17.985Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
112072026-04-07T02:48:17.985Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
112082026-04-07T02:48:17.985Z
112092026-04-07T02:48:17.985Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
112102026-04-07T02:48:17.985Z
112112026-04-07T02:48:18.012Zall doctests ran in 12.98s; merged doctests compilation took 12.93s
112122026-04-07T02:48:18.125Z Doc-tests nexus_db_queries
112132026-04-07T02:48:18.128Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2c691eae0ece717f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9dc41ccdd59d3a3b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-511e774cbc72aa0c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9c0c3af56ec086e6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112142026-04-07T02:48:24.011Z
112152026-04-07T02:48:24.011Zrunning 3 tests
112162026-04-07T02:48:24.014Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 66) ... ignored
112172026-04-07T02:48:24.014Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
112182026-04-07T02:48:24.017Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
112192026-04-07T02:48:24.017Z
112202026-04-07T02:48:24.017Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
112212026-04-07T02:48:24.017Z
112222026-04-07T02:48:24.025Zall doctests ran in 4.37s; merged doctests compilation took 4.35s
112232026-04-07T02:48:24.127Z Doc-tests nexus_db_schema
112242026-04-07T02:48:24.127Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-537dd229f533e4bc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
112252026-04-07T02:48:29.057Z
112262026-04-07T02:48:29.057Zrunning 0 tests
112272026-04-07T02:48:29.057Z
112282026-04-07T02:48:29.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112292026-04-07T02:48:29.057Z
112302026-04-07T02:48:29.264Z Doc-tests nexus_defaults
112312026-04-07T02:48:29.265Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-128982c901e7eaf0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.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`
112322026-04-07T02:48:29.430Z
112332026-04-07T02:48:29.430Zrunning 0 tests
112342026-04-07T02:48:29.430Z
112352026-04-07T02:48:29.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112362026-04-07T02:48:29.430Z
112372026-04-07T02:48:29.450Z Doc-tests nexus_external_api
112382026-04-07T02:48:29.451Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
112392026-04-07T02:48:30.444Z
112402026-04-07T02:48:30.444Zrunning 2 tests
112412026-04-07T02:48:30.444Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 187) ... ignored
112422026-04-07T02:48:30.444Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 193) ... ignored
112432026-04-07T02:48:30.444Z
112442026-04-07T02:48:30.444Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112452026-04-07T02:48:30.444Z
112462026-04-07T02:48:30.448Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
112472026-04-07T02:48:30.492Z Doc-tests nexus_fm
112482026-04-07T02:48:30.492Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' --document-private-items -D warnings --error-format human`
112492026-04-07T02:48:30.807Z
112502026-04-07T02:48:30.807Zrunning 0 tests
112512026-04-07T02:48:30.807Z
112522026-04-07T02:48:30.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112532026-04-07T02:48:30.807Z
112542026-04-07T02:48:30.841Z Doc-tests nexus_internal_api
112552026-04-07T02:48:30.842Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
112562026-04-07T02:48:31.523Z
112572026-04-07T02:48:31.523Zrunning 2 tests
112582026-04-07T02:48:31.523Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
112592026-04-07T02:48:31.523Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
112602026-04-07T02:48:31.523Z
112612026-04-07T02:48:31.523Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622026-04-07T02:48:31.523Z
112632026-04-07T02:48:31.526Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
112642026-04-07T02:48:31.561Z Doc-tests nexus_inventory
112652026-04-07T02:48:31.564Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
112662026-04-07T02:48:31.866Z
112672026-04-07T02:48:31.866Zrunning 0 tests
112682026-04-07T02:48:31.866Z
112692026-04-07T02:48:31.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112702026-04-07T02:48:31.866Z
112712026-04-07T02:48:31.897Z Doc-tests nexus_lockstep_api
112722026-04-07T02:48:31.897Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
112732026-04-07T02:48:32.566Z
112742026-04-07T02:48:32.566Zrunning 2 tests
112752026-04-07T02:48:32.566Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 65) ... ignored
112762026-04-07T02:48:32.566Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 71) ... ignored
112772026-04-07T02:48:32.566Z
112782026-04-07T02:48:32.566Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112792026-04-07T02:48:32.566Z
112802026-04-07T02:48:32.570Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112812026-04-07T02:48:32.603Z Doc-tests nexus_lockstep_client
112822026-04-07T02:48:32.603Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
112832026-04-07T02:48:34.271Z
112842026-04-07T02:48:34.271Zrunning 0 tests
112852026-04-07T02:48:34.271Z
112862026-04-07T02:48:34.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112872026-04-07T02:48:34.272Z
112882026-04-07T02:48:34.340Z Doc-tests nexus_macros_common
112892026-04-07T02:48:34.340Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bf11876bb77670ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
112902026-04-07T02:48:34.386Z
112912026-04-07T02:48:34.386Zrunning 0 tests
112922026-04-07T02:48:34.386Z
112932026-04-07T02:48:34.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112942026-04-07T02:48:34.386Z
112952026-04-07T02:48:34.394Z Doc-tests nexus_metrics_producer_gc
112962026-04-07T02:48:34.394Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cbb13366f6d95404.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
112972026-04-07T02:48:34.764Z
112982026-04-07T02:48:34.764Zrunning 0 tests
112992026-04-07T02:48:34.764Z
113002026-04-07T02:48:34.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113012026-04-07T02:48:34.764Z
113022026-04-07T02:48:34.802Z Doc-tests nexus_mgs_updates
113032026-04-07T02:48:34.802Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
113042026-04-07T02:48:35.144Z
113052026-04-07T02:48:35.144Zrunning 0 tests
113062026-04-07T02:48:35.144Z
113072026-04-07T02:48:35.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113082026-04-07T02:48:35.144Z
113092026-04-07T02:48:35.177Z Doc-tests nexus_networking
113102026-04-07T02:48:35.177Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113112026-04-07T02:48:35.550Z
113122026-04-07T02:48:35.550Zrunning 0 tests
113132026-04-07T02:48:35.550Z
113142026-04-07T02:48:35.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113152026-04-07T02:48:35.551Z
113162026-04-07T02:48:35.588Z Doc-tests nexus_reconfigurator_blippy
113172026-04-07T02:48:35.588Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce82e998364a0399.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.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`
113182026-04-07T02:48:35.871Z
113192026-04-07T02:48:35.871Zrunning 0 tests
113202026-04-07T02:48:35.871Z
113212026-04-07T02:48:35.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113222026-04-07T02:48:35.871Z
113232026-04-07T02:48:35.903Z Doc-tests nexus_reconfigurator_execution
113242026-04-07T02:48:35.905Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113252026-04-07T02:48:36.302Z
113262026-04-07T02:48:36.302Zrunning 0 tests
113272026-04-07T02:48:36.302Z
113282026-04-07T02:48:36.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113292026-04-07T02:48:36.303Z
113302026-04-07T02:48:36.342Z Doc-tests nexus_reconfigurator_planning
113312026-04-07T02:48:36.343Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
113322026-04-07T02:48:36.801Z
113332026-04-07T02:48:36.801Zrunning 0 tests
113342026-04-07T02:48:36.801Z
113352026-04-07T02:48:36.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113362026-04-07T02:48:36.801Z
113372026-04-07T02:48:36.840Z Doc-tests nexus_reconfigurator_preparation
113382026-04-07T02:48:36.841Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113392026-04-07T02:48:37.211Z
113402026-04-07T02:48:37.211Zrunning 0 tests
113412026-04-07T02:48:37.211Z
113422026-04-07T02:48:37.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113432026-04-07T02:48:37.211Z
113442026-04-07T02:48:37.247Z Doc-tests nexus_reconfigurator_rendezvous
113452026-04-07T02:48:37.247Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113462026-04-07T02:48:37.615Z
113472026-04-07T02:48:37.615Zrunning 0 tests
113482026-04-07T02:48:37.615Z
113492026-04-07T02:48:37.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113502026-04-07T02:48:37.615Z
113512026-04-07T02:48:37.652Z Doc-tests nexus_reconfigurator_simulation
113522026-04-07T02:48:37.652Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e4c7a6777b114a0b.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
113532026-04-07T02:48:37.996Z
113542026-04-07T02:48:37.997Zrunning 0 tests
113552026-04-07T02:48:37.997Z
113562026-04-07T02:48:37.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113572026-04-07T02:48:37.997Z
113582026-04-07T02:48:38.030Z Doc-tests nexus_saga_recovery
113592026-04-07T02:48:38.030Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113602026-04-07T02:48:38.331Z
113612026-04-07T02:48:38.331Zrunning 0 tests
113622026-04-07T02:48:38.331Z
113632026-04-07T02:48:38.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113642026-04-07T02:48:38.331Z
113652026-04-07T02:48:38.360Z Doc-tests nexus_test_interface
113662026-04-07T02:48:38.360Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a627029a175eba8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113672026-04-07T02:48:38.735Z
113682026-04-07T02:48:38.735Zrunning 0 tests
113692026-04-07T02:48:38.735Z
113702026-04-07T02:48:38.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113712026-04-07T02:48:38.735Z
113722026-04-07T02:48:38.775Z Doc-tests nexus_test_utils
113732026-04-07T02:48:38.775Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-758251520cb6e6b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113742026-04-07T02:48:39.346Z
113752026-04-07T02:48:39.346Zrunning 0 tests
113762026-04-07T02:48:39.346Z
113772026-04-07T02:48:39.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113782026-04-07T02:48:39.347Z
113792026-04-07T02:48:39.398Z Doc-tests nexus_test_utils_macros
113802026-04-07T02:48:39.398Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3b833ef010f90ba1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
113812026-04-07T02:48:39.445Z
113822026-04-07T02:48:39.445Zrunning 1 test
113832026-04-07T02:48:39.448Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
113842026-04-07T02:48:39.448Z
113852026-04-07T02:48:39.448Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-04-07T02:48:39.448Z
113872026-04-07T02:48:39.453Z Doc-tests nexus_types
113882026-04-07T02:48:39.453Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
113892026-04-07T02:48:50.965Z
113902026-04-07T02:48:50.965Zrunning 4 tests
113912026-04-07T02:48:50.968Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3128) ... ignored
113922026-04-07T02:48:50.968Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3000) ... ignored
113932026-04-07T02:48:50.968Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1869) ... ignored
113942026-04-07T02:48:50.974Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
113952026-04-07T02:48:50.974Z
113962026-04-07T02:48:50.974Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
113972026-04-07T02:48:50.974Z
113982026-04-07T02:48:50.995Zall doctests ran in 9.81s; merged doctests compilation took 9.77s
113992026-04-07T02:48:51.085Z Doc-tests nexus_types_versions
114002026-04-07T02:48:51.085Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
114012026-04-07T02:48:53.784Z
114022026-04-07T02:48:53.784Zrunning 1 test
114032026-04-07T02:48:53.784Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
114042026-04-07T02:48:53.784Z
114052026-04-07T02:48:53.784Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114062026-04-07T02:48:53.784Z
114072026-04-07T02:48:53.787Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
114082026-04-07T02:48:53.881Z Doc-tests ntp_admin_api
114092026-04-07T02:48:53.881Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-7882cad970ce629b.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-94bf1125966b5dfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
114102026-04-07T02:48:54.360Z
114112026-04-07T02:48:54.360Zrunning 2 tests
114122026-04-07T02:48:54.360Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
114132026-04-07T02:48:54.360Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
114142026-04-07T02:48:54.360Z
114152026-04-07T02:48:54.360Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114162026-04-07T02:48:54.360Z
114172026-04-07T02:48:54.363Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
114182026-04-07T02:48:54.382Z Doc-tests ntp_admin_client
114192026-04-07T02:48:54.382Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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`
114202026-04-07T02:48:54.533Z
114212026-04-07T02:48:54.533Zrunning 0 tests
114222026-04-07T02:48:54.533Z
114232026-04-07T02:48:54.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114242026-04-07T02:48:54.533Z
114252026-04-07T02:48:54.551Z Doc-tests ntp_admin_types
114262026-04-07T02:48:54.551Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-852dd6221b9dae43.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-94bf1125966b5dfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.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`
114272026-04-07T02:48:54.607Z
114282026-04-07T02:48:54.607Zrunning 0 tests
114292026-04-07T02:48:54.607Z
114302026-04-07T02:48:54.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114312026-04-07T02:48:54.607Z
114322026-04-07T02:48:54.616Z Doc-tests ntp_admin_types_versions
114332026-04-07T02:48:54.616Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-94bf1125966b5dfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.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`
114342026-04-07T02:48:55.047Z
114352026-04-07T02:48:55.047Zrunning 1 test
114362026-04-07T02:48:55.047Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
114372026-04-07T02:48:55.047Z
114382026-04-07T02:48:55.047Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114392026-04-07T02:48:55.047Z
114402026-04-07T02:48:55.050Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
114412026-04-07T02:48:55.064Z Doc-tests omicron_certificates
114422026-04-07T02:48:55.064Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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`
114432026-04-07T02:48:55.239Z
114442026-04-07T02:48:55.239Zrunning 0 tests
114452026-04-07T02:48:55.239Z
114462026-04-07T02:48:55.239Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114472026-04-07T02:48:55.239Z
114482026-04-07T02:48:55.261Z Doc-tests omicron_clickhouse_admin
114492026-04-07T02:48:55.261Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-dbca2bd479ed28ee.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-832725963bfb6b1d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-8fa334f85bf4dc77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.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`
114502026-04-07T02:48:55.588Z
114512026-04-07T02:48:55.588Zrunning 0 tests
114522026-04-07T02:48:55.588Z
114532026-04-07T02:48:55.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114542026-04-07T02:48:55.589Z
114552026-04-07T02:48:55.623Z Doc-tests omicron_cockroach_admin
114562026-04-07T02:48:55.623Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1635387c5054048.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-112ba9f30cfcfa1e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-758251520cb6e6b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
114572026-04-07T02:48:55.875Z
114582026-04-07T02:48:55.875Zrunning 0 tests
114592026-04-07T02:48:55.875Z
114602026-04-07T02:48:55.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114612026-04-07T02:48:55.876Z
114622026-04-07T02:48:55.904Z Doc-tests omicron_cockroach_metrics
114632026-04-07T02:48:55.904Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d4833dd34d2b50f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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`
114642026-04-07T02:48:58.181Z
114652026-04-07T02:48:58.181Zrunning 1 test
114662026-04-07T02:48:58.185Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
114672026-04-07T02:48:58.185Z
114682026-04-07T02:48:58.185Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-04-07T02:48:58.185Z
114702026-04-07T02:48:58.189Zall doctests ran in 2.12s; merged doctests compilation took 2.11s
114712026-04-07T02:48:58.214Z Doc-tests omicron_common
114722026-04-07T02:48:58.215Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1e4fb8878917746c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f02ef4b8667ba37.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c9b876f58105adcf.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d95d03d4f89baa11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
114732026-04-07T02:49:03.778Z
114742026-04-07T02:49:03.778Zrunning 3 tests
114752026-04-07T02:49:03.782Ztest common/src/lib.rs - FileKv (line 37) ... ignored
114762026-04-07T02:49:03.789Ztest common/src/lib.rs - BytesToHexDebug (line 119) ... ok
114772026-04-07T02:49:03.793Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
114782026-04-07T02:49:03.793Z
114792026-04-07T02:49:03.793Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
114802026-04-07T02:49:03.793Z
114812026-04-07T02:49:03.803Zall doctests ran in 4.47s; merged doctests compilation took 4.44s
114822026-04-07T02:49:03.865Z Doc-tests omicron_ddm_admin_client
114832026-04-07T02:49:03.866Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99fe0158072dd3d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
114842026-04-07T02:49:03.998Z
114852026-04-07T02:49:03.998Zrunning 0 tests
114862026-04-07T02:49:03.998Z
114872026-04-07T02:49:03.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114882026-04-07T02:49:03.998Z
114892026-04-07T02:49:04.014Z Doc-tests omicron_dev_lib
114902026-04-07T02:49:04.014Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1db1361eaf8c359.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-5f40f17805895c6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.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`
114912026-04-07T02:49:04.293Z
114922026-04-07T02:49:04.293Zrunning 0 tests
114932026-04-07T02:49:04.294Z
114942026-04-07T02:49:04.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114952026-04-07T02:49:04.294Z
114962026-04-07T02:49:04.325Z Doc-tests omicron_gateway
114972026-04-07T02:49:04.325Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7d4a92e55f563c3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5f3acfd8c0a59755.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ed6f2836946d9c4d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-701ec5e5c6471e5b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-44310e2a2f57fcc1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-74ea7b176e78de26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2cd7d2d42278f517.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.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`
114982026-04-07T02:49:04.844Z
114992026-04-07T02:49:04.844Zrunning 0 tests
115002026-04-07T02:49:04.844Z
115012026-04-07T02:49:04.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115022026-04-07T02:49:04.844Z
115032026-04-07T02:49:04.887Z Doc-tests omicron_ledger
115042026-04-07T02:49:04.887Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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`
115052026-04-07T02:49:04.967Z
115062026-04-07T02:49:04.967Zrunning 0 tests
115072026-04-07T02:49:04.967Z
115082026-04-07T02:49:04.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115092026-04-07T02:49:04.967Z
115102026-04-07T02:49:04.977Z Doc-tests omicron_ls_apis
115112026-04-07T02:49:04.981Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ebd748ce51752551.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.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`
115122026-04-07T02:49:05.138Z
115132026-04-07T02:49:05.138Zrunning 1 test
115142026-04-07T02:49:05.142Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
115152026-04-07T02:49:05.142Z
115162026-04-07T02:49:05.142Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115172026-04-07T02:49:05.142Z
115182026-04-07T02:49:05.154Z Doc-tests omicron_nexus
115192026-04-07T02:49:05.158Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cbb13366f6d95404.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04ce33e4a5a343ef.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-06796fef13e13b1d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-04b3be39da9bf4f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3ef24554f12e50bd.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-43c73c143423fc44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-f4a77744e9fa620a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86cef62abd46d4f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6b5ea9b7407139ff.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-ca6fe748e3327568.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9dc60a03f1f621ee.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-ac6f97dccfad9ec1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2b91d468a6c130d6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fb577fbc9d975ed9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-41eccedb1939d02b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-de74c9aadfcda996.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4ff0dbb454ec9753.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8eeae1737e9be4d7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-b995602dac8f3ac6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9918390e76febad7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-d5bdc964454f22ac.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f7847b10e0015947.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-30ec3ff1e32a67c8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8ef81a3a2750d70c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6163afccd20bce89.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9759c7e75ad15f31.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3266d0367c8cc901.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-47552fa8004e0f1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f2cebd510566e229.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-3b833ef010f90ba1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d5e1fdccbfe43b3c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5c70cf524fb06e2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b681e2fa620a10a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1177f4282788b682.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-53b0c87086279aa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-fdb1f7ae99f3342b.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e96ab1ef03b5ad97.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5884355332ecfb8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-17ed6e1748424566.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
115202026-04-07T02:49:12.597Z
115212026-04-07T02:49:12.597Zrunning 6 tests
115222026-04-07T02:49:12.601Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
115232026-04-07T02:49:12.601Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
115242026-04-07T02:49:12.605Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1064) ... ok
115252026-04-07T02:49:12.605Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 992) ... ok
115262026-04-07T02:49:12.605Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 970) ... ok
115272026-04-07T02:49:12.605Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1034) ... ok
115282026-04-07T02:49:12.605Z
115292026-04-07T02:49:12.605Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
115302026-04-07T02:49:12.605Z
115312026-04-07T02:49:12.611Zall doctests ran in 5.31s; merged doctests compilation took 5.29s
115322026-04-07T02:49:12.741Z Doc-tests omicron_ntp_admin
115332026-04-07T02:49:12.745Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-edbd8be099ea4da7.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-7882cad970ce629b.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-852dd6221b9dae43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-f78c998135727a31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
115342026-04-07T02:49:12.942Z
115352026-04-07T02:49:12.943Zrunning 0 tests
115362026-04-07T02:49:12.943Z
115372026-04-07T02:49:12.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115382026-04-07T02:49:12.943Z
115392026-04-07T02:49:12.965Z Doc-tests omicron_package
115402026-04-07T02:49:12.965Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-268a65c1fd9cd47d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e791b9170293ea03.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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-04-07T02:49:13.117Z
115422026-04-07T02:49:13.117Zrunning 0 tests
115432026-04-07T02:49:13.117Z
115442026-04-07T02:49:13.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115452026-04-07T02:49:13.117Z
115462026-04-07T02:49:13.132Z Doc-tests omicron_passwords
115472026-04-07T02:49:13.132Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b02895a4c285a2eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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`
115482026-04-07T02:49:13.221Z
115492026-04-07T02:49:13.221Zrunning 0 tests
115502026-04-07T02:49:13.221Z
115512026-04-07T02:49:13.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115522026-04-07T02:49:13.221Z
115532026-04-07T02:49:13.232Z Doc-tests omicron_pins
115542026-04-07T02:49:13.232Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-dfbcc7107ee82152.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.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`
115552026-04-07T02:49:13.310Z
115562026-04-07T02:49:13.310Zrunning 0 tests
115572026-04-07T02:49:13.310Z
115582026-04-07T02:49:13.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115592026-04-07T02:49:13.310Z
115602026-04-07T02:49:13.321Z Doc-tests omicron_repl_utils
115612026-04-07T02:49:13.324Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.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`
115622026-04-07T02:49:13.383Z
115632026-04-07T02:49:13.383Zrunning 0 tests
115642026-04-07T02:49:13.383Z
115652026-04-07T02:49:13.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115662026-04-07T02:49:13.383Z
115672026-04-07T02:49:13.391Z Doc-tests omicron_rpaths
115682026-04-07T02:49:13.391Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a18bbac3da269e13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.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`
115692026-04-07T02:49:13.435Z
115702026-04-07T02:49:13.435Zrunning 0 tests
115712026-04-07T02:49:13.435Z
115722026-04-07T02:49:13.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115732026-04-07T02:49:13.436Z
115742026-04-07T02:49:13.443Z Doc-tests omicron_sled_agent
115752026-04-07T02:49:13.446Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-eebdfb98ca901e28.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d95eb96b8800fe73.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-908c81e523ffc6f8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-d6ffd1ecebc0ba16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-13c70b3e549dfb35.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-1cfd85c71ff0116f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8bc43d41c7a8a92.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-e8b8e753e9c8f13c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4c9a9741b5740a9c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-1253532fac5fda9e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fe6e21fc465e2e27.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9a89eda5223bd0f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-188743cb7c418cdb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-7cdf57aedfeb90e8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.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"))' --document-private-items -D warnings --error-format human`
115762026-04-07T02:49:14.624Z
115772026-04-07T02:49:14.624Zrunning 0 tests
115782026-04-07T02:49:14.625Z
115792026-04-07T02:49:14.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115802026-04-07T02:49:14.625Z
115812026-04-07T02:49:14.700Z Doc-tests omicron_test_utils
115822026-04-07T02:49:14.700Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a783aa85aa43acf2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b5e4229f57882bfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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`
115832026-04-07T02:49:24.725Z
115842026-04-07T02:49:24.725Zrunning 2 tests
115852026-04-07T02:49:24.740Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
115862026-04-07T02:49:24.743Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
115872026-04-07T02:49:24.743Z
115882026-04-07T02:49:24.743Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
115892026-04-07T02:49:24.743Z
115902026-04-07T02:49:24.768Z
115912026-04-07T02:49:24.768Zrunning 1 test
115922026-04-07T02:49:24.771Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
115932026-04-07T02:49:24.771Z
115942026-04-07T02:49:24.771Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115952026-04-07T02:49:24.771Z
115962026-04-07T02:49:24.771Zall doctests ran in 9.72s; merged doctests compilation took 9.67s
115972026-04-07T02:49:24.819Z Doc-tests omicron_uuid_kinds
115982026-04-07T02:49:24.819Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-694d055fa972c990.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.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`
115992026-04-07T02:49:24.944Z
116002026-04-07T02:49:24.944Zrunning 0 tests
116012026-04-07T02:49:24.944Z
116022026-04-07T02:49:24.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116032026-04-07T02:49:24.944Z
116042026-04-07T02:49:24.959Z Doc-tests omicron_workspace_hack
116052026-04-07T02:49:24.959Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9889dffc8fb05374.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b0b49746437dea26.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a3ad187033c3e8d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-128982c901e7eaf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7492f36c07e960de.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-dd6a8c1485badeab.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dabceeb4c85d3bf.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-23433e508e2b4725.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.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`
116062026-04-07T02:49:24.996Z
116072026-04-07T02:49:24.996Zrunning 0 tests
116082026-04-07T02:49:24.996Z
116092026-04-07T02:49:24.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116102026-04-07T02:49:24.996Z
116112026-04-07T02:49:25.003Z Doc-tests oxide_client
116122026-04-07T02:49:25.003Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-7416689b33f9da07.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e1798de4bef0c0bc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
116132026-04-07T02:49:29.703Z
116142026-04-07T02:49:29.703Zrunning 311 tests
116152026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
116162026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
116172026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
116182026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
116192026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
116202026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
116212026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
116222026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
116232026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
116242026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
116252026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
116262026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
116272026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
116282026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
116292026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
116302026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
116312026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
116322026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
116332026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
116342026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
116352026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
116362026-04-07T02:49:29.703Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
116372026-04-07T02:49:29.704Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
116382026-04-07T02:49:29.704Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
116392026-04-07T02:49:29.704Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
116402026-04-07T02:49:29.704Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
116412026-04-07T02:49:29.704Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
116422026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
116432026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
116442026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
116452026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
116462026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
116472026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
116482026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
116492026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
116502026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
116512026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
116522026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
116532026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
116542026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
116552026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
116562026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
116572026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
116582026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
116592026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
116602026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
116612026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
116622026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
116632026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
116642026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
116652026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
116662026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
116672026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
116682026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
116692026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
116702026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
116712026-04-07T02:49:29.709Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
116722026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
116732026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
116742026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
116752026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
116762026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
116772026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
116782026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
116792026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
116802026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
116812026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
116822026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
116832026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
116842026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
116852026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
116862026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
116872026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
116882026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
116892026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
116902026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
116912026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
116922026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
116932026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
116942026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
116952026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
116962026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
116972026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
116982026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
116992026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
117002026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
117012026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
117022026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
117032026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
117042026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
117052026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
117062026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
117072026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
117082026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
117092026-04-07T02:49:29.710Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
117102026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
117112026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
117122026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
117132026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
117142026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
117152026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
117162026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
117172026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
117182026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
117192026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
117202026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
117212026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
117222026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
117232026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
117242026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
117252026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
117262026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
117272026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
117282026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
117292026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
117302026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
117312026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
117322026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
117332026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
117342026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
117352026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
117362026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
117372026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
117382026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
117392026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
117402026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
117412026-04-07T02:49:29.711Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
117422026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
117432026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
117442026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
117452026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
117462026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
117472026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
117482026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
117492026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
117502026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
117512026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
117522026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
117532026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
117542026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
117552026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
117562026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
117572026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
117582026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
117592026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
117602026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
117612026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
117622026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
117632026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
117642026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
117652026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
117662026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
117672026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
117682026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
117692026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
117702026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
117712026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
117722026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
117732026-04-07T02:49:29.716Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
117742026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
117752026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
117762026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
117772026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
117782026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
117792026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
117802026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
117812026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
117822026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
117832026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
117842026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
117852026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
117862026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
117872026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
117882026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
117892026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
117902026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
117912026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
117922026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
117932026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
117942026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
117952026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
117962026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
117972026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
117982026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
117992026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
118002026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
118012026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
118022026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
118032026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
118042026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
118052026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
118062026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
118072026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
118082026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
118092026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
118102026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
118112026-04-07T02:49:29.717Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
118122026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
118132026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
118142026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
118152026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
118162026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
118172026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
118182026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
118192026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
118202026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
118212026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
118222026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
118232026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
118242026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
118252026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
118262026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
118272026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
118282026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
118292026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
118302026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
118312026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
118322026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
118332026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
118342026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
118352026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
118362026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
118372026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
118382026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
118392026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
118402026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
118412026-04-07T02:49:29.718Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
118422026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
118432026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
118442026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
118452026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
118462026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
118472026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
118482026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
118492026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
118502026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
118512026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
118522026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
118532026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
118542026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
118552026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
118562026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
118572026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
118582026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
118592026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
118602026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
118612026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
118622026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
118632026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
118642026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
118652026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
118662026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
118672026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
118682026-04-07T02:49:29.722Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
118692026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
118702026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
118712026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
118722026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
118732026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
118742026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
118752026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
118762026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
118772026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
118782026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
118792026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
118802026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
118812026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
118822026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
118832026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
118842026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
118852026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
118862026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
118872026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
118882026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
118892026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
118902026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
118912026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
118922026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
118932026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
118942026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
118952026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
118962026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
118972026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
118982026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
118992026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
119002026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
119012026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
119022026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
119032026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
119042026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
119052026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
119062026-04-07T02:49:29.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
119072026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
119082026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
119092026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
119102026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
119112026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
119122026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
119132026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
119142026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
119152026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
119162026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
119172026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
119182026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
119192026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
119202026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
119212026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
119222026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
119232026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
119242026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
119252026-04-07T02:49:29.724Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
119262026-04-07T02:49:29.724Z
119272026-04-07T02:49:29.724Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
119282026-04-07T02:49:29.724Z
119292026-04-07T02:49:29.724Zall doctests ran in 0.60s; merged doctests compilation took 0.59s
119302026-04-07T02:49:29.825Z Doc-tests oximeter
119312026-04-07T02:49:29.825Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3fa80192c2561383.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7f6ef2b7a2b3f36c.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
119322026-04-07T02:49:34.469Z
119332026-04-07T02:49:34.469Zrunning 2 tests
119342026-04-07T02:49:34.472Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
119352026-04-07T02:49:34.476Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
119362026-04-07T02:49:34.476Z
119372026-04-07T02:49:34.476Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
119382026-04-07T02:49:34.476Z
119392026-04-07T02:49:34.489Zall doctests ran in 4.46s; merged doctests compilation took 4.43s
119402026-04-07T02:49:34.525Z Doc-tests oximeter_api
119412026-04-07T02:49:34.525Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.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`
119422026-04-07T02:49:35.058Z
119432026-04-07T02:49:35.058Zrunning 2 tests
119442026-04-07T02:49:35.058Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
119452026-04-07T02:49:35.058Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
119462026-04-07T02:49:35.058Z
119472026-04-07T02:49:35.058Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119482026-04-07T02:49:35.058Z
119492026-04-07T02:49:35.062Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
119502026-04-07T02:49:35.084Z Doc-tests oximeter_client
119512026-04-07T02:49:35.084Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
119522026-04-07T02:49:35.357Z
119532026-04-07T02:49:35.358Zrunning 0 tests
119542026-04-07T02:49:35.358Z
119552026-04-07T02:49:35.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119562026-04-07T02:49:35.358Z
119572026-04-07T02:49:35.385Z Doc-tests oximeter_collector
119582026-04-07T02:49:35.385Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-0d8d9fae9295b007.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-73d9ac11184a0b71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4db1d7068555ad66.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-43b268d301640e13.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
119592026-04-07T02:49:35.830Z
119602026-04-07T02:49:35.830Zrunning 0 tests
119612026-04-07T02:49:35.830Z
119622026-04-07T02:49:35.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119632026-04-07T02:49:35.830Z
119642026-04-07T02:49:35.872Z Doc-tests oximeter_db
119652026-04-07T02:49:35.872Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-46ab01c364c82ed6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
119662026-04-07T02:49:36.917Z
119672026-04-07T02:49:36.917Zrunning 3 tests
119682026-04-07T02:49:36.917Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
119692026-04-07T02:49:36.917Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
119702026-04-07T02:49:36.917Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
119712026-04-07T02:49:36.917Z
119722026-04-07T02:49:36.917Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
119732026-04-07T02:49:36.917Z
119742026-04-07T02:49:36.921Z
119752026-04-07T02:49:36.921Zrunning 2 tests
119762026-04-07T02:49:36.921Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
119772026-04-07T02:49:36.921Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
119782026-04-07T02:49:36.921Z
119792026-04-07T02:49:36.921Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119802026-04-07T02:49:36.921Z
119812026-04-07T02:49:36.921Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
119822026-04-07T02:49:36.970Z Doc-tests oximeter_instruments
119832026-04-07T02:49:36.970Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-643e08516b59e5f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-fe1b3bf82a43eb44.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' --document-private-items -D warnings --error-format human`
119842026-04-07T02:49:37.279Z
119852026-04-07T02:49:37.279Zrunning 0 tests
119862026-04-07T02:49:37.279Z
119872026-04-07T02:49:37.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119882026-04-07T02:49:37.279Z
119892026-04-07T02:49:37.307Z Doc-tests oximeter_macro_impl
119902026-04-07T02:49:37.311Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-df5fc7bd93903dbf.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
119912026-04-07T02:49:37.362Z
119922026-04-07T02:49:37.362Zrunning 0 tests
119932026-04-07T02:49:37.362Z
119942026-04-07T02:49:37.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119952026-04-07T02:49:37.362Z
119962026-04-07T02:49:37.371Z Doc-tests oximeter_producer
119972026-04-07T02:49:37.371Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e6619e8cf29f0882.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-dd9810f57482fcc0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-cb26b124d51e8659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
119982026-04-07T02:49:37.723Z
119992026-04-07T02:49:37.723Zrunning 0 tests
120002026-04-07T02:49:37.723Z
120012026-04-07T02:49:37.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120022026-04-07T02:49:37.724Z
120032026-04-07T02:49:37.760Z Doc-tests oximeter_schema
120042026-04-07T02:49:37.760Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3fa80192c2561383.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.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`
120052026-04-07T02:49:37.971Z
120062026-04-07T02:49:37.971Zrunning 0 tests
120072026-04-07T02:49:37.971Z
120082026-04-07T02:49:37.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120092026-04-07T02:49:37.971Z
120102026-04-07T02:49:37.993Z Doc-tests oximeter_test_utils
120112026-04-07T02:49:37.993Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-503a0f08bf3aa7fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a50aac806ec5d0be.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3ec93fc1a095dc4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
120122026-04-07T02:49:38.341Z
120132026-04-07T02:49:38.341Zrunning 0 tests
120142026-04-07T02:49:38.341Z
120152026-04-07T02:49:38.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120162026-04-07T02:49:38.341Z
120172026-04-07T02:49:38.378Z Doc-tests oximeter_timeseries_macro
120182026-04-07T02:49:38.378Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-df5fc7bd93903dbf.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-246b1de6ab6a7c8d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7f6ef2b7a2b3f36c.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4ca983d51c5010b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.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`
120192026-04-07T02:49:38.547Z
120202026-04-07T02:49:38.547Zrunning 0 tests
120212026-04-07T02:49:38.547Z
120222026-04-07T02:49:38.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120232026-04-07T02:49:38.547Z
120242026-04-07T02:49:38.567Z Doc-tests oximeter_types
120252026-04-07T02:49:38.567Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-199f3ed819a6cb29.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b18c5a07625a433.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d10bff429efb0e63.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ee0658970173bd80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
120262026-04-07T02:49:39.430Z
120272026-04-07T02:49:39.430Zrunning 11 tests
120282026-04-07T02:49:39.797Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
120292026-04-07T02:49:39.801Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
120302026-04-07T02:49:44.161Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
120312026-04-07T02:49:44.366Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
120322026-04-07T02:49:44.543Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
120332026-04-07T02:49:44.693Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
120342026-04-07T02:49:44.756Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
120352026-04-07T02:49:44.756Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
120362026-04-07T02:49:44.841Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
120372026-04-07T02:49:48.912Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
120382026-04-07T02:49:48.912Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
120392026-04-07T02:49:48.912Z
120402026-04-07T02:49:48.913Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.48s
120412026-04-07T02:49:48.913Z
120422026-04-07T02:49:48.916Zall doctests ran in 9.98s; merged doctests compilation took 0.49s
120432026-04-07T02:49:48.950Z Doc-tests oximeter_types_versions
120442026-04-07T02:49:48.950Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2d92d8857e078008.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
120452026-04-07T02:49:49.506Z
120462026-04-07T02:49:49.506Zrunning 1 test
120472026-04-07T02:49:49.506Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
120482026-04-07T02:49:49.506Z
120492026-04-07T02:49:49.506Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120502026-04-07T02:49:49.506Z
120512026-04-07T02:49:49.509Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
120522026-04-07T02:49:49.534Z Doc-tests oxlog
120532026-04-07T02:49:49.534Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
120542026-04-07T02:49:49.583Z
120552026-04-07T02:49:49.583Zrunning 0 tests
120562026-04-07T02:49:49.583Z
120572026-04-07T02:49:49.583Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120582026-04-07T02:49:49.583Z
120592026-04-07T02:49:49.591Z Doc-tests oxql_types
120602026-04-07T02:49:49.594Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0b6f37f213a6346.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-9d51c343b2f2d044.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
120612026-04-07T02:49:49.831Z
120622026-04-07T02:49:49.831Zrunning 0 tests
120632026-04-07T02:49:49.831Z
120642026-04-07T02:49:49.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120652026-04-07T02:49:49.831Z
120662026-04-07T02:49:49.854Z Doc-tests parallel_task_set
120672026-04-07T02:49:49.854Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-df5fc7bd93903dbf.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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`
120682026-04-07T02:49:49.901Z
120692026-04-07T02:49:49.901Zrunning 0 tests
120702026-04-07T02:49:49.901Z
120712026-04-07T02:49:49.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120722026-04-07T02:49:49.901Z
120732026-04-07T02:49:49.912Z Doc-tests range_requests
120742026-04-07T02:49:49.912Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c11560d9b5666be8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-6bb43f5e940bb457.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.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`
120752026-04-07T02:49:50.036Z
120762026-04-07T02:49:50.036Zrunning 0 tests
120772026-04-07T02:49:50.036Z
120782026-04-07T02:49:50.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120792026-04-07T02:49:50.036Z
120802026-04-07T02:49:50.051Z Doc-tests reconfigurator_cli
120812026-04-07T02:49:50.051Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f4bc5cc9b4c282e3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-aedb6d0d61c8f164.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-5c5ffdc3f03b4e10.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fa580adbb11f5e4e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-386650d138995488.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-2da76aa078efcaf5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-60322a624077ee0a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
120822026-04-07T02:49:50.533Z
120832026-04-07T02:49:50.533Zrunning 0 tests
120842026-04-07T02:49:50.533Z
120852026-04-07T02:49:50.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120862026-04-07T02:49:50.533Z
120872026-04-07T02:49:50.575Z Doc-tests repo_depot_api
120882026-04-07T02:49:50.576Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-56b91b1b65e87e18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.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`
120892026-04-07T02:49:51.081Z
120902026-04-07T02:49:51.081Zrunning 2 tests
120912026-04-07T02:49:51.081Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
120922026-04-07T02:49:51.081Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
120932026-04-07T02:49:51.081Z
120942026-04-07T02:49:51.081Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120952026-04-07T02:49:51.081Z
120962026-04-07T02:49:51.084Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
120972026-04-07T02:49:51.103Z Doc-tests repo_depot_client
120982026-04-07T02:49:51.103Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acad8ab8418d1bdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.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-04-07T02:49:51.245Z
121002026-04-07T02:49:51.245Zrunning 0 tests
121012026-04-07T02:49:51.245Z
121022026-04-07T02:49:51.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121032026-04-07T02:49:51.245Z
121042026-04-07T02:49:51.263Z Doc-tests sled_agent_api
121052026-04-07T02:49:51.263Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.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-04-07T02:49:51.896Z
121072026-04-07T02:49:51.897Zrunning 2 tests
121082026-04-07T02:49:51.897Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 107) ... ignored
121092026-04-07T02:49:51.897Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 113) ... ignored
121102026-04-07T02:49:51.897Z
121112026-04-07T02:49:51.897Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121122026-04-07T02:49:51.897Z
121132026-04-07T02:49:51.900Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
121142026-04-07T02:49:51.928Z Doc-tests sled_agent_client
121152026-04-07T02:49:51.928Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cdd93358b7d91fce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c42889e54cc4a9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
121162026-04-07T02:49:53.426Z
121172026-04-07T02:49:53.426Zrunning 0 tests
121182026-04-07T02:49:53.426Z
121192026-04-07T02:49:53.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121202026-04-07T02:49:53.426Z
121212026-04-07T02:49:53.486Z Doc-tests sled_agent_config_reconciler
121222026-04-07T02:49:53.486Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-6670f08b5a8a0ad3.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-221d091219c6656a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.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`
121232026-04-07T02:49:53.941Z
121242026-04-07T02:49:53.941Zrunning 0 tests
121252026-04-07T02:49:53.941Z
121262026-04-07T02:49:53.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121272026-04-07T02:49:53.941Z
121282026-04-07T02:49:53.981Z Doc-tests sled_agent_health_monitor
121292026-04-07T02:49:53.981Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7e3182c691fc2f1d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-f995c6ed55d3e5c0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121302026-04-07T02:49:54.187Z
121312026-04-07T02:49:54.187Zrunning 0 tests
121322026-04-07T02:49:54.187Z
121332026-04-07T02:49:54.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121342026-04-07T02:49:54.187Z
121352026-04-07T02:49:54.211Z Doc-tests sled_agent_measurements
121362026-04-07T02:49:54.214Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.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`
121372026-04-07T02:49:54.466Z
121382026-04-07T02:49:54.466Zrunning 0 tests
121392026-04-07T02:49:54.466Z
121402026-04-07T02:49:54.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121412026-04-07T02:49:54.466Z
121422026-04-07T02:49:54.495Z Doc-tests sled_agent_resolvable_files
121432026-04-07T02:49:54.495Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121442026-04-07T02:49:54.762Z
121452026-04-07T02:49:54.762Zrunning 0 tests
121462026-04-07T02:49:54.762Z
121472026-04-07T02:49:54.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121482026-04-07T02:49:54.762Z
121492026-04-07T02:49:54.791Z Doc-tests sled_agent_resolvable_files_examples
121502026-04-07T02:49:54.791Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-a5c03dc8d483318a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.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-04-07T02:49:54.976Z
121522026-04-07T02:49:54.976Zrunning 0 tests
121532026-04-07T02:49:54.976Z
121542026-04-07T02:49:54.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121552026-04-07T02:49:54.976Z
121562026-04-07T02:49:54.999Z Doc-tests sled_agent_types
121572026-04-07T02:49:54.999Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d080412e4a4d2cba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
121582026-04-07T02:49:55.270Z
121592026-04-07T02:49:55.270Zrunning 0 tests
121602026-04-07T02:49:55.270Z
121612026-04-07T02:49:55.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121622026-04-07T02:49:55.270Z
121632026-04-07T02:49:55.296Z Doc-tests sled_agent_types_versions
121642026-04-07T02:49:55.299Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-d080412e4a4d2cba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6792120a2b714b04.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cbb4268a960d687e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-3acfd7063d00fd26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
121652026-04-07T02:49:57.192Z
121662026-04-07T02:49:57.193Zrunning 1 test
121672026-04-07T02:49:57.193Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
121682026-04-07T02:49:57.193Z
121692026-04-07T02:49:57.193Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121702026-04-07T02:49:57.193Z
121712026-04-07T02:49:57.196Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
121722026-04-07T02:49:57.263Z Doc-tests sled_diagnostics
121732026-04-07T02:49:57.263Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5936fc2262835066.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-cd6ca088fa01fdac.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8f758060660b9710.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121742026-04-07T02:49:57.510Z
121752026-04-07T02:49:57.510Zrunning 0 tests
121762026-04-07T02:49:57.510Z
121772026-04-07T02:49:57.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121782026-04-07T02:49:57.510Z
121792026-04-07T02:49:57.536Z Doc-tests sled_hardware
121802026-04-07T02:49:57.536Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-ff5db3f6747ad698.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.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`
121812026-04-07T02:49:57.817Z
121822026-04-07T02:49:57.817Zrunning 0 tests
121832026-04-07T02:49:57.817Z
121842026-04-07T02:49:57.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121852026-04-07T02:49:57.817Z
121862026-04-07T02:49:57.845Z Doc-tests sled_hardware_types
121872026-04-07T02:49:57.845Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-694d055fa972c990.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.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`
121882026-04-07T02:49:57.952Z
121892026-04-07T02:49:57.952Zrunning 0 tests
121902026-04-07T02:49:57.952Z
121912026-04-07T02:49:57.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121922026-04-07T02:49:57.953Z
121932026-04-07T02:49:57.964Z Doc-tests sled_storage
121942026-04-07T02:49:57.965Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-74780dffb8b903d8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.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`
121952026-04-07T02:49:58.219Z
121962026-04-07T02:49:58.219Zrunning 0 tests
121972026-04-07T02:49:58.219Z
121982026-04-07T02:49:58.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121992026-04-07T02:49:58.219Z
122002026-04-07T02:49:58.248Z Doc-tests sp_sim
122012026-04-07T02:49:58.252Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4008587e4c2f31b1.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135243827fc51ad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122022026-04-07T02:49:58.712Z
122032026-04-07T02:49:58.712Zrunning 0 tests
122042026-04-07T02:49:58.712Z
122052026-04-07T02:49:58.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122062026-04-07T02:49:58.712Z
122072026-04-07T02:49:58.752Z Doc-tests transient_dns_server
122082026-04-07T02:49:58.752Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e3d9ca00b09746f9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-24f8763a5bcf40a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-045567bccac1c516.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-dad8b44fcbbbd9ff.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`
122092026-04-07T02:49:58.946Z
122102026-04-07T02:49:58.946Zrunning 0 tests
122112026-04-07T02:49:58.947Z
122122026-04-07T02:49:58.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122132026-04-07T02:49:58.947Z
122142026-04-07T02:49:58.968Z Doc-tests trust_quorum
122152026-04-07T02:49:58.968Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-eeb0a2fbf74b0220.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c6f3100193afe854.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b16bf07b1feedf32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7b2211280ffe5ea6.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-d14af20758565cc9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-6b78177b12807c1e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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`
122162026-04-07T02:49:59.304Z
122172026-04-07T02:49:59.304Zrunning 0 tests
122182026-04-07T02:49:59.304Z
122192026-04-07T02:49:59.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122202026-04-07T02:49:59.304Z
122212026-04-07T02:49:59.338Z Doc-tests trust_quorum_protocol
122222026-04-07T02:49:59.338Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-eeb0a2fbf74b0220.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-89c05b59b79c7ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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`
122232026-04-07T02:49:59.574Z
122242026-04-07T02:49:59.574Zrunning 0 tests
122252026-04-07T02:49:59.574Z
122262026-04-07T02:49:59.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122272026-04-07T02:49:59.574Z
122282026-04-07T02:49:59.596Z Doc-tests trust_quorum_test_utils
122292026-04-07T02:49:59.597Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89c05b59b79c7ec3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-0504678df4692ced.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-9b52b8b184d18788.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.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`
122302026-04-07T02:49:59.763Z
122312026-04-07T02:49:59.763Zrunning 0 tests
122322026-04-07T02:49:59.763Z
122332026-04-07T02:49:59.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122342026-04-07T02:49:59.763Z
122352026-04-07T02:49:59.782Z Doc-tests trust_quorum_types
122362026-04-07T02:49:59.785Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-df5fc7bd93903dbf.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-6134f75dff1879bc.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.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`
122372026-04-07T02:49:59.876Z
122382026-04-07T02:49:59.876Zrunning 0 tests
122392026-04-07T02:49:59.876Z
122402026-04-07T02:49:59.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122412026-04-07T02:49:59.876Z
122422026-04-07T02:49:59.889Z Doc-tests trust_quorum_types_versions
122432026-04-07T02:49:59.889Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d080412e4a4d2cba.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-694d055fa972c990.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-86e65d4551488617.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2e167fa26833eb16.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-d2cbe0feba450481.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`
122442026-04-07T02:50:00.448Z
122452026-04-07T02:50:00.448Zrunning 1 test
122462026-04-07T02:50:00.448Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
122472026-04-07T02:50:00.448Z
122482026-04-07T02:50:00.448Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122492026-04-07T02:50:00.448Z
122502026-04-07T02:50:00.451Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
122512026-04-07T02:50:00.473Z Doc-tests typed_rng
122522026-04-07T02:50:00.473Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f4bc5cc9b4c282e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5f5a9d8355306515.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5a37be6435264217.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.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`
122532026-04-07T02:50:00.543Z
122542026-04-07T02:50:00.543Zrunning 0 tests
122552026-04-07T02:50:00.543Z
122562026-04-07T02:50:00.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122572026-04-07T02:50:00.544Z
122582026-04-07T02:50:00.554Z Doc-tests update_common
122592026-04-07T02:50:00.554Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-bf4b5974889227ef.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122602026-04-07T02:50:00.777Z
122612026-04-07T02:50:00.777Zrunning 0 tests
122622026-04-07T02:50:00.777Z
122632026-04-07T02:50:00.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122642026-04-07T02:50:00.777Z
122652026-04-07T02:50:00.801Z Doc-tests update_engine
122662026-04-07T02:50:00.801Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d24a5b589e836c0d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-39da1bee83ba482f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-16a316b2f4b26db3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122672026-04-07T02:50:02.122Z
122682026-04-07T02:50:02.122Zrunning 4 tests
122692026-04-07T02:50:02.125Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
122702026-04-07T02:50:02.125Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
122712026-04-07T02:50:02.125Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
122722026-04-07T02:50:02.125Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
122732026-04-07T02:50:02.125Z
122742026-04-07T02:50:02.125Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
122752026-04-07T02:50:02.125Z
122762026-04-07T02:50:02.129Zall doctests ran in 1.06s; merged doctests compilation took 1.05s
122772026-04-07T02:50:02.156Z Doc-tests wicket
122782026-04-07T02:50:02.156Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dbaa41d4252adb9e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.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`
122792026-04-07T02:50:02.649Z
122802026-04-07T02:50:02.649Zrunning 0 tests
122812026-04-07T02:50:02.649Z
122822026-04-07T02:50:02.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122832026-04-07T02:50:02.649Z
122842026-04-07T02:50:02.687Z Doc-tests wicket_common
122852026-04-07T02:50:02.687Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-62613968c104b915.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.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`
122862026-04-07T02:50:03.078Z
122872026-04-07T02:50:03.079Zrunning 0 tests
122882026-04-07T02:50:03.079Z
122892026-04-07T02:50:03.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122902026-04-07T02:50:03.082Z
122912026-04-07T02:50:03.113Z Doc-tests wicket_dbg
122922026-04-07T02:50:03.113Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4efb88f7e01d6bed.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`
122932026-04-07T02:50:03.373Z
122942026-04-07T02:50:03.373Zrunning 0 tests
122952026-04-07T02:50:03.373Z
122962026-04-07T02:50:03.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122972026-04-07T02:50:03.374Z
122982026-04-07T02:50:03.401Z Doc-tests wicketd
122992026-04-07T02:50:03.401Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0ae36ce76f4983bf.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-76645b193c6a9608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9509f623c4199cbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-56da4fab6a7f7fab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3fade0003cdbe269.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-9e1535c97fbb123e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7cf6132e0a5d141f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb10c0a39142082f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-108ae912a122fb88.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-47972fd0c9489f5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-118aa5e58249c3b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2f543ecf4f852185.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-1a77f188018e394b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b0835c2a396af8ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-5954fb9f52601d50.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-aa031f6cb361b82d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-f7bfdcd68048fe95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d75be434669d4677.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-1cbab31513b71a37.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-6507edca1398da9b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-16c9b70c50047ca8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e79fa0024e4eb411.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-255e7f0707687d8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fa7d5da2f7d6ceef.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3064bc85010c8174.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6948973958606dc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-007c08cb04adce9b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-49e05eb5cad22f4e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-bb69a02927fb9af0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2b63e663999ccc0a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.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`
123002026-04-07T02:50:03.842Z
123012026-04-07T02:50:03.842Zrunning 0 tests
123022026-04-07T02:50:03.842Z
123032026-04-07T02:50:03.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123042026-04-07T02:50:03.842Z
123052026-04-07T02:50:03.880Z Doc-tests wicketd_api
123062026-04-07T02:50:03.880Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-76645b193c6a9608.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-2259e30cb78bdb38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dbd0ba85c17c9eb8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-daf699d1957e3c20.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7b835ec5b3a1c316.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`
123072026-04-07T02:50:04.539Z
123082026-04-07T02:50:04.539Zrunning 2 tests
123092026-04-07T02:50:04.539Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
123102026-04-07T02:50:04.539Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
123112026-04-07T02:50:04.539Z
123122026-04-07T02:50:04.539Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123132026-04-07T02:50:04.539Z
123142026-04-07T02:50:04.542Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
123152026-04-07T02:50:04.574Z Doc-tests wicketd_client
123162026-04-07T02:50:04.574Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d33b24db3b255967.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5389cfb0a5465e55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1a70344ef6cec503.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-6e0730e2b42e162f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-25224888e31bc7a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-477e036a2250f2e5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c4ee081194d54d0f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6571f566ee2845ef.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`
123172026-04-07T02:50:05.701Z
123182026-04-07T02:50:05.701Zrunning 0 tests
123192026-04-07T02:50:05.701Z
123202026-04-07T02:50:05.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123212026-04-07T02:50:05.701Z
123222026-04-07T02:50:05.752Z Doc-tests xtask_downloader
123232026-04-07T02:50:05.752Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9f76067214bab0cc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2b69b42280e3d9d5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-99604401b78e7a8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-132df8a8454287a9.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-04-07T02:50:05.873Z
123252026-04-07T02:50:05.873Zrunning 1 test
123262026-04-07T02:50:05.876Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
123272026-04-07T02:50:05.876Z
123282026-04-07T02:50:05.876Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123292026-04-07T02:50:05.876Z
123302026-04-07T02:50:05.887Z Doc-tests zfs_test_harness
123312026-04-07T02:50:05.887Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-56f55a58df09117e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0f1234a1824a6af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-0a986e0c07d9fa91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-50b191fd42672830.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5d7a6567fee41654.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`
123322026-04-07T02:50:06.111Z
123332026-04-07T02:50:06.111Zrunning 0 tests
123342026-04-07T02:50:06.111Z
123352026-04-07T02:50:06.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123362026-04-07T02:50:06.111Z
123372026-04-07T02:50:06.138Z Doc-tests zone_setup
123382026-04-07T02:50:06.138Z Running `/home/build/.rustup/toolchains/1.94.0-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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2ae53f195cb59332.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e33aa41801b23b14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-c84d0de41cd44e9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-df5fc7bd93903dbf.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d8b382af6dfc37ce.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c47d69274eb3a78d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e4034874f6499d6c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-e365d411ac88a8dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5a6551290ff3bde7.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-12c96a674f23a4a7.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-b5838f69a6cec234.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`
123392026-04-07T02:50:06.340Z
123402026-04-07T02:50:06.340Zrunning 0 tests
123412026-04-07T02:50:06.340Z
123422026-04-07T02:50:06.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123432026-04-07T02:50:06.341Z
123442026-04-07T02:50:06.438Z
123452026-04-07T02:50:06.438Zreal 2:24.521614141
123462026-04-07T02:50:06.438Zuser 1:56.030142596
123472026-04-07T02:50:06.438Zsys 55.232152793
123482026-04-07T02:50:06.438Ztrap 0.016112447
123492026-04-07T02:50:06.438Ztflt 0.757410802
123502026-04-07T02:50:06.438Zdflt 0.438763837
123512026-04-07T02:50:06.438Zkflt 0.000031792
123522026-04-07T02:50:06.438Zlock 6:58.835057094
123532026-04-07T02:50:06.438Zslp 13:59.037167622
123542026-04-07T02:50:06.438Zlat 0.375704297
123552026-04-07T02:50:06.442Zstop 4.154077919
123562026-04-07T02:50:06.442Z+ banner 'check schema migration cleanup'
123572026-04-07T02:50:06.444Z
123582026-04-07T02:50:06.445Z #### # # ###### #### # # #### #### # # ######
123592026-04-07T02:50:06.445Z # # # # # # # # # # # # # # #
123602026-04-07T02:50:06.445Z # ###### ##### # #### #### # ###### #####
123612026-04-07T02:50:06.445Z # # # # # # # # # # # #
123622026-04-07T02:50:06.445Z # # # # # # # # # # # # # # # #
123632026-04-07T02:50:06.445Z #### # # ###### #### # # #### #### # # ######
123642026-04-07T02:50:06.445Z
123652026-04-07T02:50:06.445Z+ ptime -m cargo xtask schema old-migrations
123662026-04-07T02:50:07.016Z Compiling libc v0.2.180
123672026-04-07T02:50:07.016Z Compiling serde v1.0.228
123682026-04-07T02:50:07.016Z Compiling serde_core v1.0.228
123692026-04-07T02:50:07.019Z Compiling rustix v1.1.3
123702026-04-07T02:50:07.019Z Compiling serde_json v1.0.149
123712026-04-07T02:50:07.019Z Compiling bitflags v2.11.0
123722026-04-07T02:50:07.019Z Compiling num-traits v0.2.19
123732026-04-07T02:50:07.019Z Compiling hashbrown v0.16.1
123742026-04-07T02:50:07.105Z Compiling smallvec v1.15.1
123752026-04-07T02:50:07.118Z Compiling usdt-impl v0.5.0
123762026-04-07T02:50:07.141Z Compiling syn v1.0.109
123772026-04-07T02:50:07.244Z Compiling percent-encoding v2.3.2
123782026-04-07T02:50:07.244Z Compiling log v0.4.29
123792026-04-07T02:50:07.257Z Compiling getrandom v0.3.4
123802026-04-07T02:50:07.283Z Compiling syn v2.0.117
123812026-04-07T02:50:07.310Z Compiling fs-err v3.3.0
123822026-04-07T02:50:07.326Z Compiling once_cell v1.21.3
123832026-04-07T02:50:07.341Z Compiling anyhow v1.0.102
123842026-04-07T02:50:07.344Z Compiling heck v0.4.1
123852026-04-07T02:50:07.390Z Compiling form_urlencoded v1.2.2
123862026-04-07T02:50:07.675Z Compiling indexmap v2.13.0
123872026-04-07T02:50:07.985Z Compiling errno v0.3.14
123882026-04-07T02:50:07.985Z Compiling thread-id v4.2.2
123892026-04-07T02:50:07.988Z Compiling memmap v0.7.0
123902026-04-07T02:50:08.186Z Compiling ordered-float v2.10.1
123912026-04-07T02:50:08.711Z Compiling proc-macro-error v1.0.4
123922026-04-07T02:50:08.929Z Compiling terminal_size v0.4.3
123932026-04-07T02:50:08.929Z Compiling tempfile v3.25.0
123942026-04-07T02:50:09.039Z Compiling tabled_derive v0.7.0
123952026-04-07T02:50:09.050Z Compiling clap_builder v4.5.60
123962026-04-07T02:50:09.053Z Compiling textwrap v0.16.2
123972026-04-07T02:50:09.134Z Compiling camino-tempfile v1.4.1
123982026-04-07T02:50:09.697Z Compiling synstructure v0.13.2
123992026-04-07T02:50:09.698Z Compiling pest_generator v2.8.6
124002026-04-07T02:50:09.842Z Compiling tabled v0.15.0
124012026-04-07T02:50:10.219Z Compiling serde_derive v1.0.228
124022026-04-07T02:50:10.222Z Compiling zerofrom-derive v0.1.6
124032026-04-07T02:50:10.223Z Compiling yoke-derive v0.8.1
124042026-04-07T02:50:10.223Z Compiling zerovec-derive v0.11.2
124052026-04-07T02:50:10.223Z Compiling displaydoc v0.2.5
124062026-04-07T02:50:10.223Z Compiling thiserror-impl v1.0.69
124072026-04-07T02:50:10.223Z Compiling zerocopy-derive v0.7.35
124082026-04-07T02:50:10.223Z Compiling scroll_derive v0.12.1
124092026-04-07T02:50:10.223Z Compiling thiserror-impl v2.0.18
124102026-04-07T02:50:10.223Z Compiling clap_derive v4.5.55
124112026-04-07T02:50:10.242Z Compiling pest_derive v2.8.6
124122026-04-07T02:50:10.985Z Compiling scroll v0.12.0
124132026-04-07T02:50:11.125Z Compiling zerocopy v0.7.35
124142026-04-07T02:50:11.217Z Compiling goblin v0.8.2
124152026-04-07T02:50:11.315Z Compiling zerofrom v0.1.6
124162026-04-07T02:50:11.358Z Compiling thiserror v1.0.69
124172026-04-07T02:50:11.428Z Compiling yoke v0.8.1
124182026-04-07T02:50:11.451Z Compiling dtrace-parser v0.2.0
124192026-04-07T02:50:11.486Z Compiling thiserror v2.0.18
124202026-04-07T02:50:11.591Z Compiling zerovec v0.11.5
124212026-04-07T02:50:11.591Z Compiling zerotrie v0.2.3
124222026-04-07T02:50:11.712Z Compiling clap v4.5.60
124232026-04-07T02:50:12.015Z Compiling tinystr v0.8.2
124242026-04-07T02:50:12.015Z Compiling potential_utf v0.1.4
124252026-04-07T02:50:12.132Z Compiling icu_collections v2.1.1
124262026-04-07T02:50:12.182Z Compiling icu_locale_core v2.1.1
124272026-04-07T02:50:12.714Z Compiling icu_provider v2.1.1
124282026-04-07T02:50:12.846Z Compiling serde_spanned v0.6.9
124292026-04-07T02:50:12.849Z Compiling toml_datetime v0.6.11
124302026-04-07T02:50:12.849Z Compiling serde-value v0.7.0
124312026-04-07T02:50:12.849Z Compiling cargo-platform v0.2.0
124322026-04-07T02:50:12.849Z Compiling macaddr v1.0.1
124332026-04-07T02:50:12.859Z Compiling dof v0.3.0
124342026-04-07T02:50:12.862Z Compiling serde_tokenstream v0.2.3
124352026-04-07T02:50:12.939Z Compiling icu_properties v2.1.2
124362026-04-07T02:50:12.939Z Compiling icu_normalizer v2.1.1
124372026-04-07T02:50:13.036Z Compiling toml_edit v0.22.27
124382026-04-07T02:50:13.641Z Compiling usdt-attr-macro v0.5.0
124392026-04-07T02:50:13.641Z Compiling usdt-macro v0.5.0
124402026-04-07T02:50:13.758Z Compiling idna_adapter v1.2.1
124412026-04-07T02:50:13.872Z Compiling idna v1.1.0
124422026-04-07T02:50:14.142Z Compiling url v2.5.8
124432026-04-07T02:50:14.283Z Compiling toml v0.8.23
124442026-04-07T02:50:14.396Z Compiling usdt v0.5.0
124452026-04-07T02:50:14.627Z Compiling cargo-util-schemas v0.8.2
124462026-04-07T02:50:14.630Z Compiling cargo_toml v0.21.0
124472026-04-07T02:50:15.439Z Compiling cargo_metadata v0.21.0
124482026-04-07T02:50:16.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
124492026-04-07T02:50:18.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s
124502026-04-07T02:50:18.976Z Running `target/debug/xtask schema old-migrations`
124512026-04-07T02:50:19.926Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
124522026-04-07T02:50:20.097Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
124532026-04-07T02:50:20.097Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
124542026-04-07T02:50:20.145Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
124552026-04-07T02:50:20.641Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
124562026-04-07T02:50:20.641Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
124572026-04-07T02:50:26.756Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
124582026-04-07T02:50:27.739Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
124592026-04-07T02:50:27.739Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
124602026-04-07T02:50:27.742Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
124612026-04-07T02:50:27.742Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
124622026-04-07T02:50:36.132Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
124632026-04-07T02:50:43.729Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
124642026-04-07T02:50:45.295Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
124652026-04-07T02:51:18.373Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
124662026-04-07T02:51:29.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
124672026-04-07T02:51:29.534Z Running `target/debug/schema old-migrations`
124682026-04-07T02:51:29.596ZIdentifying old migrations that can be removed
124692026-04-07T02:51:29.696ZBase schema version: 148.0.0
124702026-04-07T02:51:29.699ZOK: No old migrations found
124712026-04-07T02:51:29.702Z
124722026-04-07T02:51:29.702Zreal 1:23.249279341
124732026-04-07T02:51:29.702Zuser 2:47.318206683
124742026-04-07T02:51:29.702Zsys 29.703480653
124752026-04-07T02:51:29.702Ztrap 0.023686458
124762026-04-07T02:51:29.702Ztflt 0.649919787
124772026-04-07T02:51:29.702Zdflt 2.292406477
124782026-04-07T02:51:29.702Zkflt 0.000169762
124792026-04-07T02:51:29.702Zlock 10:42.171223363
124802026-04-07T02:51:29.702Zslp 5:41.472591926
124812026-04-07T02:51:29.702Zlat 0.373826705
124822026-04-07T02:51:29.702Zstop 21.695135702
124832026-04-07T02:51:29.702Z+ [[ illumos == \i\l\l\u\m\o\s ]]
124842026-04-07T02:51:29.702Z+ banner live-test
124852026-04-07T02:51:29.705Z
124862026-04-07T02:51:29.705Z # # # # ###### ##### ###### #### #####
124872026-04-07T02:51:29.705Z # # # # # # # # #
124882026-04-07T02:51:29.705Z # # # # ##### ##### # ##### #### #
124892026-04-07T02:51:29.705Z # # # # # # # # #
124902026-04-07T02:51:29.705Z # # # # # # # # # #
124912026-04-07T02:51:29.705Z ###### # ## ###### # ###### #### #
124922026-04-07T02:51:29.705Z
124932026-04-07T02:51:29.705Z+ ptime -m cargo xtask live-tests
124942026-04-07T02:51:30.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
124952026-04-07T02:51:30.290Z Running `target/debug/xtask live-tests`
124962026-04-07T02:51:30.332Zusing temporary directory: /var/tmp/omicron_tmp/.tmpoF2yg5
124972026-04-07T02:51:30.332Zwill create archive file: /var/tmp/omicron_tmp/.tmpoF2yg5/live-tests-archive/omicron-live-tests.tar.zst
124982026-04-07T02:51:30.332Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124992026-04-07T02:51:30.332Z
125002026-04-07T02:51:30.335Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpoF2yg5/live-tests-archive/omicron-live-tests.tar.zst"
125012026-04-07T02:51:32.312Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
125022026-04-07T02:51:32.440Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
125032026-04-07T02:51:32.469Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
125042026-04-07T02:51:32.472Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
125052026-04-07T02:51:32.472Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
125062026-04-07T02:51:32.472Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
125072026-04-07T02:51:32.554Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
125082026-04-07T02:51:32.554Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
125092026-04-07T02:51:32.590Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
125102026-04-07T02:51:32.592Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
125112026-04-07T02:51:32.592Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
125122026-04-07T02:51:32.593Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
125132026-04-07T02:51:33.544Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
125142026-04-07T02:51:34.232Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
125152026-04-07T02:51:37.866Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
125162026-04-07T02:51:37.866Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
125172026-04-07T02:51:38.853Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
125182026-04-07T02:52:08.631Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
125192026-04-07T02:52:09.159Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
125202026-04-07T02:52:11.386Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
125212026-04-07T02:52:11.946Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
125222026-04-07T02:52:38.612Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
125232026-04-07T02:52:45.365Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
125242026-04-07T02:53:07.993Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 36s
125252026-04-07T02:53:08.208Zinfo: experimental features enabled: setup-scripts, benchmarks
125262026-04-07T02:53:08.213Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpoF2yg5/live-tests-archive/omicron-live-tests.tar.zst
125272026-04-07T02:53:08.851Z Archived 421 files to /var/tmp/omicron_tmp/.tmpoF2yg5/live-tests-archive/omicron-live-tests.tar.zst in 0.64s
125282026-04-07T02:53:08.938Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpoF2yg5/live-tests-archive\""
125292026-04-07T02:53:08.957Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpoF2yg5" "live-tests-archive"
125302026-04-07T02:53:09.154Zcreated:
125312026-04-07T02:53:09.154Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
125322026-04-07T02:53:09.154ZTo use this:
125332026-04-07T02:53:09.154Z
125342026-04-07T02:53:09.154Z1. Copy the tarball to the switch zone in a deployed Omicron system.
125352026-04-07T02:53:09.154Z
125362026-04-07T02:53:09.157Z e.g., scp \
125372026-04-07T02:53:09.157Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
125382026-04-07T02:53:09.157Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
125392026-04-07T02:53:09.157Z
125402026-04-07T02:53:09.157Z2. Copy the `cargo-nextest` binary to the same place.
125412026-04-07T02:53:09.157Z
125422026-04-07T02:53:09.157Z e.g., scp \
125432026-04-07T02:53:09.157Z $(which cargo-nextest) \
125442026-04-07T02:53:09.157Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
125452026-04-07T02:53:09.157Z
125462026-04-07T02:53:09.157Z3. From the switch zone on that system, unpack the tarball with:
125472026-04-07T02:53:09.157Z
125482026-04-07T02:53:09.158Z tar xzf live-tests-archive.tgz
125492026-04-07T02:53:09.158Z
125502026-04-07T02:53:09.158Z4. From the switch zone on that system, run tests with:
125512026-04-07T02:53:09.158Z
125522026-04-07T02:53:09.158Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
125532026-04-07T02:53:09.158Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
125542026-04-07T02:53:09.158Z --workspace-remap live-tests-archive
125552026-04-07T02:53:09.158Z
125562026-04-07T02:53:09.158Z
125572026-04-07T02:53:09.158Zreal 1:39.445256756
125582026-04-07T02:53:09.158Zuser 2:42.082168490
125592026-04-07T02:53:09.158Zsys 26.551393286
125602026-04-07T02:53:09.158Ztrap 0.023119665
125612026-04-07T02:53:09.158Ztflt 0.269973253
125622026-04-07T02:53:09.158Zdflt 1.259787918
125632026-04-07T02:53:09.158Zkflt 0.000023508
125642026-04-07T02:53:09.158Zlock 12:25.663612704
125652026-04-07T02:53:09.158Zslp 10:05.732199601
125662026-04-07T02:53:09.158Zlat 0.233611294
125672026-04-07T02:53:09.158Zstop 5.126308843
125682026-04-07T02:53:09.158Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
125692026-04-07T02:53:09.161Z+ unset TMPDIR
125702026-04-07T02:53:09.161Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
125712026-04-07T02:53:09.161Zfiles in /var/tmp/omicron_tmp (none expected on success):
125722026-04-07T02:53:09.161Z+ find /var/tmp/omicron_tmp -ls
125732026-04-07T02:53:09.164Z165550 39 drwxr-xr-x 2 build build 2 Apr 7 02:53 /var/tmp/omicron_tmp
125742026-04-07T02:53:09.164Z+ rmdir /var/tmp/omicron_tmp
125752026-04-07T02:53:09.167Zprocess exited: duration 2053990 ms, exit code 0
 
125762026-04-07T02:53:09.179Zfound 6 output files
125772026-04-07T02:53:09.179Zuploading: /work/cargo-build-analysis.jsonl (989158 bytes)
125782026-04-07T02:53:10.198Zuploaded: /work/cargo-build-analysis.jsonl
125792026-04-07T02:53:10.198Zuploading: /work/environment.json (108 bytes)
125802026-04-07T02:53:11.211Zuploaded: /work/environment.json
125812026-04-07T02:53:11.211Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (551452 bytes)
125822026-04-07T02:53:12.231Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
125832026-04-07T02:53:12.231Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (282053632 bytes)
125842026-04-07T02:53:15.113Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
125852026-04-07T02:53:15.113Zuploading: /tmp/nextest-run-archive.zip (2754312 bytes)
125862026-04-07T02:53:16.156Zuploaded: /tmp/nextest-run-archive.zip
125872026-04-07T02:53:16.156Zuploading: /tmp/nextest-chrome-trace.json (3512069 bytes)
125882026-04-07T02:53:17.194Zuploaded: /tmp/nextest-chrome-trace.json